@charset "utf-8";

body {
	margin:0;
	background-image: url(images/AffordableHeadBG.gif);
	background-repeat: repeat-x;
	background-position: top;
}


#container {
	width:1024px;
	height:auto;
	margin:0 auto;
}

/* Header */
#header {
	display:block;
	background-image:url(images/AffordableHeader.gif);
	height:152px;
	width:1024px;
}

#header h1 {
	margin:0;
	visibility: hidden;
}

.headline {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #FFDE01;
	display:block;
	float:left;
	padding-top: 40px;
	padding-left:322px;
}



/* Left Navigation */
#leftnav {
	display:block;
	float:left;
	background-image:url(images/affordable.gif);
	background-repeat:repeat-y;
	height: auto;
	width:311px;
}

#home {
	background-image:url(images/AffordableHome.gif);
	background-repeat:no-repeat;
	height:54px;
	width:311px;
	display:block;
	float:left;
}
#home:hover {
	background-position:0 -54px;
}

#service {
	background-image:url(images/AffordableService.gif);
	background-repeat:no-repeat;
	height:52px;
	width:311px;
	display:block;
	float:left;
}
#service:hover {
	background-position:0 -52px;
}

#contact {
	background-image:url(images/AffordableContact.gif);
	background-repeat:no-repeat;
	height:68px;
	width:311px;
	display:block;
	float:left;
}
#contact:hover{
	background-position:0 -68px;
}
.contactinfo {
	display:block;
	float:left;
	width: 240px;
	padding-left: 30px;
}

.testimonialinfo {
	background-image:url(images/Testimonials.jpg);
	background-repeat:no-repeat;
	background-position:left bottom;
	display:block;
	float:left;
	width: 240px;
	height: 300px;
	padding-left: 30px;
	padding-top: 240px;
}

.videoinfo {
	display:block;
	float:left;
	width: 311px;
	height: 300px;
}

.engineinfo {
	background-image:url(images/homeimage2.jpg);
	background-repeat:no-repeat;
	background-position:left bottom;
	display:block;
	float:left;
	width: 270px;
	height: 1030px;
	padding-left: 30px;
}

/* Content */
#content {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	display:block;
	float:right;
	height:auto;
	width:1024px;
	background-image: url(images/contentBG.gif);
	background-repeat: repeat-y;
}

#content p {
	display:block;
	float:right;
	height:auto;
	width:700px;
}

#form {
	display:block;
	float:right;
	height:auto;
	width:700px;
}

/* Footer */
#footer{
	background:url(images/AffordableFooter.gif);
	background-repeat:repeat-x;
	height:128px;
	width:100%;
	float:left;
}

.footermenu {
	font-family:Verdana, Geneva, sans-serif;
	color:#00F;
	display:block;
	float:left;
	padding-top: 10px;
	padding-left: 20px;
}

.footermenu a {
	display:inline;
	color:#00F;
	text-decoration:none;
	margin: 20px;
}
.copyright{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	float:left;
	display:inline;
	margin-left:10px;
}
