
body {
	background-image: url(/_images/_css/home_body_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 120%;
}

#Page {
	position: relative;
	width: 800px;
	margin: 0px auto;
}

/* new videos and fuel calc */


.featuresTableVideo {
	background-color: #fff;
	width: 800px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}

.featuresTableVideo td {
	vertical-align: top;
}
.featuresTableVideo form h1 {
	margin-top: 0px;
}

.contactTable {
	background-color: #e8f4c4;
	font-size: 12px;
}

.contactTableDVD {
	background-color: #e5f9ff;
	font-size: 12px;
}

.smalltext {
	font-size: 80%;
}

textarea {
	font-size: 11px;
}

.error {
	color: #fd1715;
	font-weight: bold;
}

input, textarea {
	background-color: #fff;
}

input:focus, textarea:focus {
background-color: #ffffe7;
}



/* code for "Find a dealer" page */
#findadealer #Masthead {
	width: 581px;
	height: 145px;
	padding: 0; margin: 0;
	background: #618723 url(../_images/_css/pop_masthead_bg.png) no-repeat;
}


#findadealer #PopTitleDealer {
	padding-left: 73px;
	padding-top: 115px;
	margin: 0; top:0; left:0; 
	position: relative;
}


#findadealer #Masthead h1 {
    position: relative;
    font-size: 18px;
    color: #FC6;
    margin: 0px;
}

#findadealer #Content {
	width: 419px;
	padding: 0px 81px;
	padding-bottom: 20px;
	background: #618723;
	display: inline-block;
}

