﻿/* Main Layout Begin */

html body {
	background-color:		#FFFFFF;
	font-family:			Arial;
	font-size:				12px;
	color:					#000000;
	width:					100%;
	height:					100%;
	padding:				0px;
	margin:					0px;
}

#layout {
	background-image:		url('site-images/layout-background.gif');
	background-position:	left top;
	background-repeat:		repeat-y;
	top:					0px;
	position: 				absolute;
	width:					960px;
	left:					50%;
	margin-left: 			-480px;
	padding-top:			40px;
}




/* Main Layout End */


/* Left Body Begin */

#left-body {
	width:					190px;
	float:					left;
	margin-left:			10px;
}
#left-body img {
	margin-left:			20px;
	margin-bottom:			40px;
}

#left-body ul {	
	list-style-type:		none;
	margin-top:				0px;
	margin-left:			0px;
	padding-left:			0px;
}

#left-body li a {
	background-image:		url('site-images/nav-background.gif');
	background-repeat:		no-repeat;
	margin-bottom:			10px;
	width:					160px;
	height:					24px;
	display:				block;
	line-height:			24px;
}

#left-body a {
	font-family:			Verdana;
	color:					#000000;
	font-size:				14px;
	text-decoration:		none;
	font-weight:			bold;
	padding-left:			30px;
}

#left-body li ul {
	background-color:		#F5C900;
	margin-top:				-10px;
	margin-bottom:			10px;
	padding-bottom:			5px;
}

#left-body li li a {
	background-image:		none;
	width:					160px;
	margin-top:				0px;
	margin-bottom:			0px;
}

#left-body li li a {
	font-family:			Arial;
	font-weight:			normal;
	font-size:				12px;
}

/* Middle Body Begin */

#middle-body {
	width:					520px;
	margin-left:			20px;
	margin-right:			20px;
	float:					left;
}

/* Offer Banner Begin */

#offer {
	width:					520px;
	border:					1px #EC008B solid;
	margin-bottom:			38px;
	float:					left;
}

#offer img {
	float:					right;
	width:					87px;
}

#offer h1 {
	font-family:			Verdana;
	font-size:				16px;
	margin-top:				3px;
	margin-left:			10px;
	margin-bottom:			5px;
}

#offer p {
	margin:					0px;
	margin-left:			10px;
	margin-bottom:			5px;
}

#offer a {
	margin-left:			10px;
	color:					#000000;
	text-decoration:		none;
	font-weight:			bold;
	display:				block;
}

#offer a:hover {
	text-decoration:		underline;
}

/* Offer Banner End */

#middle-body h1 {
	font-family:			Verdana;
	font-size:				18px;
	color:					#EC008B;
}

#middle-body address {
	float:					left;
	margin-right:			60px;
	font-style:				normal;
	margin-bottom:			20px;
}

.factory {
	float:					right;
	width:					230px;
}

/* Middle Body Bottom Begin */

#middle-bottom-body {
	width:					520px;
	border-top:				1px #CCCCCC solid;
	padding-top:			20px;
	margin-top:				10px;
}

#latest-offers {
	width:					250px;
	float:					left;
}

#latest-offers hr{
	width:					250px;
	height:					0px;
	border:					0px;
	border-top:				1px #CCCCCC solid;
	margin:					0px;
	padding:				0px;
	padding-bottom:			15px;
	float:					left;
 
}

#middle-bottom-body div h1 {
	font-size:				15px;
	margin-top:				0px;
}

#testimonials {
	width:					250px;
	float:					left;
	margin-left:			20px;
}

h2 {
	font-size:				12px;
	margin-bottom:			0px;
	margin-top:				0px;
}

#testimonials p {
	font-style:				italic;
	margin-top:				5px;
}

#testimonials a {
	color:					#EC008B;
	font-weight:			bold;
	text-decoration:		none;
}

.left {
	float:					left;
	width:					130px;
}

.offer p {
	width:					130px;
	margin-top:				5px;
	margin-bottom:			15px;
}

.right {
	width:					100px;
	float:					left;
	color:					aqua;
	margin-left:			20px;
}

.offer div img {
	margin-top:				2px;
	margin-bottom:			10px;
	width:					100px;
}

.right a {
	display:				block;
	font-weight:			bold;
	text-decoration:		none;
	color:					#FFFFFF;
	width:					90px;
	height:					24px;
	background-image:		url('site-images/more.gif');
	line-height:			22px;
	padding-left:			10px;
}

/* Middle Body Bottom End */


/* Middle Body End */

/* Right Body Begin */

#right-body {
	width:					190px;
	float:					left;
	padding-top:			113px;
}

#right-body form {
	background-image:		url('site-images/call-back-form-background.gif');
	background-repeat:		no-repeat;
	width:					170px;
	height:					420px;
	padding-top:			15px;
	padding-left:			20px;
}


#right-body h1 {
	font-family:			Verdana;
	font-size:				15px;
	color:					#FFFFFF;
	margin-top:				0px;
	width:					148px;
	margin-bottom:			10px;
}

#right-body form input, textarea {
	margin-top:				3px;
	margin-bottom:			8px;
	width:					145px;
}

#right-body form label {
	font-weight:			bold;
}

#right-body form select {
	margin-top:				3px;
	margin-bottom:			8px;
	width:					150px;
}

#right-body form textarea {
	height:					82px;
}

#right-body form #button {
	width:					100px;
	height:					24px;
}


/* Right Body End */

/* Footer Begin */

#footer {
	background-image:		url('site-images/footer-bg.gif');
	background-repeat:		no-repeat;
	background-position:	center top;
	width:					960px;
	height:					50px;
	float:					left;
	margin-top:				20px;
}

#footer ul {
	width:					503px;
	margin-left:			auto;
	margin-right:			auto;
	list-style-type:		none;
	padding:					0px;
	margin-top:				20px;
	height:					10px;
}

#footer li {
	display:				inline;
	height:					10px;
	padding-right:			7px;
	padding-left:			7px;
	border-right:			1px #808080 solid;
	vertical-align:				top;					
}

#footer a {
	text-decoration:		none;
	font-size:				10px;
	color:					#808080;
	vertical-align:			text-top;					
}


#footer .end {
	border-right:			0px;					
}

/* Footer End */

.img-text {
	float:					left;
	clear:					both;
	width:					520px;
	margin-bottom:			20px;
}

