@import url("reset.css");

html, body, #wrap, #body {height: 100%;}

body > #wrap, body > #wrap > #body  {height: auto; min-height: 100%;}

body {
 background:url(../images/BG.jpg) top center;
 font-family:Verdana, Arial, Geneva, sans-serif;
 font-size:62.5%;
 color:#242424;
}

#wrap {
 background:url(../images/wrapBG.jpg) top center no-repeat;
 width:100%;
 font-size: 1.3em;
 line-height:1.6em;
}

#header {
 background:url(../images/headerBG.png) top center repeat-x;
 position:relative;
 z-index:4;
}

#headerContent {
 width: 960px; 
 margin:0 auto;
}

#logo {
 float: left;
}

#specials {
 float: right;
}

#body {
 width:960px;
 margin:0 auto;
 position:relative;
 z-index:2;
}

#pull {
 float:left;
 position:relative;
 z-index:3;
 width:280px;
 display:inline;
}

.mainmenu {
 width:280px;
 font-family:Tahoma, Geneva, sans-serif;
 font-weight:bold;
 margin:30px 0 40px 0;
 float:left;
}

.mainmenu li {
 padding:12px 10px 12px 20px;
 background:url(../images/navEven.png) top left no-repeat;
 zoom: 100%;
}

.mainmenu li a {
 display:block;
 color:#242424;
 text-decoration:none;
 font-size:1.2em;
 text-shadow: 0 1px 0 #fafaf3;
}

.mainmenu li a:hover {
 text-decoration: underline;
 color: #0e255e;
}

h1 {
 font-weight:bold;
 font-size:1.8em;
 margin:-20px 0 0;
 padding: 0 0 20px;
 color: #0e255e;
}

h2 {
 font-weight:bold;
 font-size:1.3em; 
 margin:5px 0 0;
 padding: 0 0 10px;
}

#imageSpace {
 background:url(../images/modelCenterBG.png) top center no-repeat;
 width:732px;
 height:356px;
 position:absolute;
 z-index:1;
 right:-16px;
 top:-9px;
}

#types {
 height:356px;
 position:relative;
 z-index:6;
 width:668px;
 float:right;
}

#typeIcons {
 position:absolute;
 bottom:0px;
 left:0x;
 width:727px;
}

#typeIcons li {
 display:inline;
 margin:0 -5px;
}

#bodyContent {
 position:relative;
 width:634px;
 float:right;
 padding:0 15px 50px 15px;
 background:url(../images/bodyRep.png) top center repeat-y;
 margin-top:77px;
 min-height: 800px;
 height:auto !important;
 height:1000px;
}

#bodyContent p {
 padding-bottom:10px;
}

#contact {
 background:url(../images/contactTop.png) top center no-repeat;
 font-family:Tahoma, Geneva, sans-serif;
 font-weight:bold;
 font-size:.9em;
 line-height:1.2em;
 width:280px;
 margin:10px 0 20px;
 float:left;
}

#contactInfo {
 margin:20px 0 0;
 background:url(../images/contactBot.png) bottom center no-repeat;
 position:relative;
 top:5px;
 padding-bottom:25px;
}

#contactInfo li {
 padding:4px 4px 4px 65px;
 margin:16px 0;
}

#contactInfo li.phone {
 background:url(../images/phone.gif) 16px 0px no-repeat;
}

#contactInfo li.location {
 background:url(../images/location.gif) 16px 0px no-repeat;
}
 
#contactInfo li.time {
 background:url(../images/time.gif) 16px 0px no-repeat;
}

/*<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
-------------- HOMEPAGE INCLUDES
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/

/* FEATURED UNITS*/
.featuredOuterTable {
 background:#ffffff;
 border: 3px dashed #000;
 /*margin-top:50px;*/
}
.featuredOuterTable * {
 border:none;
}

/* MFG TABLE */
.mfgDiv {
 background:#f1f1f1; 
 border:3px dashed #333; 
 padding: 10px; 
 width:285px; 
 float:right;
}
.mfgTable tr td{
 width: 50%;
 text-align: center;
	}

/* RV SEARCH */
.rvSearch {
 background: url(../images/searchBG.png)  no-repeat;
 width: 611px;
 height: 147px;
}
.rvSearchPadding {
 padding: 10px;
 font-weight: bold;
 line-height: 30px;
}
.rvSearchPadding table {
 width: 100%;
 padding: 0;
 margin: 0;
}

#bodyContentCap {
 background:url(../images/bodyCap.png) top center no-repeat;
 width:664px;
 height:77px;
 margin:-77px 0 0 -15px;
}

#footer {
 clear:both;
 height:72px;
 width:960px;
 margin:0 auto;
 position:relative;
 padding-bottom:20px;
 background:url(../images/footerBG.png) 294px -3px no-repeat;
}

#foot {
 font-family:Tahoma, Geneva, sans-serif;
 font-weight:bold;
}

.rvusaBadge {
 background:url(../images/footerBadge.png) top left no-repeat;
 padding:16px 130px 14px 10px;
 display:block;
 color:#FFF;
 width:141px;
 text-shadow:0 -1px 0 #000;
 float:left;
 margin:0px 30px 0 0;
}

#footer p {
 padding:20px 0 0 0 ;
 text-shadow:0 1px 0 #fafbfb;
}

.clear {
 clear:both;
}

.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/*<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
-------------- Form
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/

.validation-advice {
border:1px solid #CC0000;
background:#FFEBE8;
color:#3d3d3d;
width:80%;
margin:2px;
padding:2px;
font-weight:bold;
}

.contactContainerLeft {
width:325px;
float:left;
display:inline;
}

.contactInfo {
color:#3d3d3d;
width:280px;
padding-left:10px;
border-left:1px solid #fafaf3;
float:left;
text-align:left;
display:inline;
}

.contactStatement {
font-size:14px;
font-weight:bold;
}

.copyHighlight {
 color: #C00;
}

.serviceForm {
 background:#f1f1f1; 
 border:3px dashed #333;
 padding: 15px;
}

.addressBold {
font-weight:bold;
color:#333333;
}

.boldBlue {
 font-weight: bold;
 color: #0e255e;
}

/* RV SHOWROOM */
.showroomTable {
	width: 100%;
	background: #FFF;
	padding: 5px;
	}
.showroomTable td {
	padding: 5px;
	border-bottom: 2px solid #E1E1E1;
	}
.showroomHeader {
	background: #153474;
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
	}
.showroomHeader td {
	border-bottom: none !important;
	}
