/***** GENERAL *****/
body {
	min-width: 960px;
	background: url(../images/bg.jpg) repeat;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
}
h1 {
	font-size: 30px;
	color: #44290c;
	}
h2 {
	font-size: 20px;
	color: #661521;
	font-style: italic;
	}
img {
	border: none;
	}
a {
	color: #6b1919;
	text-decoration: underline;
	}
a:hover {
	color: #930505;
	text-decoration: none;
	}


/***** CLASSES *****/
.clearAll {
	clear: both;
	}
.imgBorder {
	padding: 10px;
	border: solid;
	border-color: #DDD #DDD #AAA #AAA;
	border-width: 1px 1px 2px 2px;
	background-color: #FFF;
	float: left;
	margin-right: 10px;
	}
.smallText {
	font-size: 11px;
	}
	
	
/***** LAYOUT *****/
#wrapper {
	margin: 0 auto;
	width: 960px;
	text-align: left;
	}
/* HEADER */
#headerText {
	width: 940px;
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: italic;
	color: #FFF;
	font-size: 14px;
	}
.headerTextLeft {
	float: left;
	text-align: left;
	width: 50%;
	}
.headerTextRight {
	float: right;
	text-align: right;
	width: 50%;
	}
#header {
	background: url(../images/header-bg.png) top left no-repeat;
	width: 960px;
	height: 303px;
	}
.branding {
	position:absolute; 
	z-index:999; 
	margin:20px 0 0 25px;
	}
.marquee {
	font-size: 20px;
	color: #661521;
	font-style: italic;
	font-weight: bold;
	text-align: right;
	margin: 20px 10px;
	line-height: 45px;
	background: rgba(240, 240, 240, 0.25);
}
/* MAIN */
#main {
	background: url(../images/main-bg.png) top left repeat-y;
	width: 960px;
	}
.mainTop {
	background: url(../images/main-top-bg.jpg) top left no-repeat;
	width: 944px;
	margin: 0 auto;
	}
/* NAVIGATION */
#navigation {
	background: url(../images/nav-bg-top.jpg) top left no-repeat;
	width: 240px;
	float: left;
	/*padding-bottom: 20px; */
	}
.mainmenu {
	padding: 0;
	margin: 0;
	list-style-type: none;
	}
.mainmenu li {
	background: url(../images/nav-bottom-line.jpg) bottom left no-repeat;
	margin-left: 17px;
	}
.mainmenu a {
	display: block;
	height: 40px;
	line-height: 40px;
	color: #000;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	text-indent: 10px;
	}
.mainmenu a:hover {
	background: url(../images/nav-over.jpg) top left no-repeat;
	color: #FFF;
	text-decoration: none;
	}
/* CONTENT */
#content {
	float: right;
	width: 660px;
	margin-right: 20px;
	margin-bottom: 20px;
	text-align: left;
	}
/* FOOTER */
#footer {
	background: url(../images/footer-bg.png) bottom center no-repeat;
	width: 960px;
	height: 140px;
	}
.footerLinks {
	padding: 20px; 
	text-align: center;
	}
.footerLinks img{
	padding-right: 5px;
	}
.footerText {
	font-size: 10px;
	font-weight: bold;
	color: #CCC;
	width: 940px;
	margin: 0 auto;
	line-height: 30px;
	}
.footerText a {
	text-decoration: underline;
	color: #CCC;
	}
.footerText a:hover {
	color: #FFF;
	text-decoration: none;
	}
.footerTextLeft {
	float: left;
	text-align: left;
	}
.footerTextRight {
	float: right;
	text-align: right;
	}
	
/***** HOME *****/
.homeBox {
	background:url(../images/home-box-bg.jpg) top left repeat-y; 
	width:330px;
	}
.homeBoxTop {
	background:url(../images/home-box-top.jpg) top left no-repeat;
	}
.homeBoxBot {
	background:url(../images/home-box-bottom.jpg) bottom left no-repeat;
	}
.homeBoxPad {
	padding: 20px 20px 0 20px;
	text-align: center;
	}
.homeBoxPad h2{
	font-size: 16px;
	}
.homeBoxPad p {
	text-align: left;
	}
.homeSpecial {
	clear: both;
	text-align: center;
	margin: 40px 0;
	}
.featuredHeader {
	background: url(../images/featured-header-bg.gif) top left repeat-x;
	height: 26px;
	}
.featuredHeader h2 {
	color: #FFF;
	font-size: 16px;
	line-height: 26px;
	text-indent: 20px;
	}
#featuredTrailers {
	margin-bottom: 20px;
	font-size: 12px;
	}
#featuredTrailers h2{
	font-size: 16px;
	font-style: normal;
	}
.featuredImageClass {
	width: 165px;
	}

/***** INVENTORY DETAIL *****/
#unitdetail {
	background: #FFF;
	padding: 10px;
	}
	
/***** FAQ *****/	
.faq h3{
	margin-bottom: 0;
	padding-bottom: 0;
	}
.faq p {
	margin-top: 0;
	}
	
/***** INVENTORY BUTTONS *****/	
.btnInventory {
	width: 320px; 
	height: 116px;
	display: block;
	text-align: center;
	line-height: 65px;
	padding-top:20px;
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	}
.btnInventory:hover {
	text-decoration: underline;
	color: #FFF;
	}
.horseBtn {
	background: url(../images/btn-horse-trailer.jpg) top left no-repeat;
	}
.rvBtn {
	background: url(../images/btn-rv-camper.jpg) top left no-repeat;
	}
.cargoBtn {
	background: url(../images/btn-cargo-trailer.jpg) top left no-repeat;	
	}


/***** FINANCE *****/	
.creditApp {
	background: url(../images/btn-credit-app.jpg) top left no-repeat;
	width: 209px;
	height: 47px;
	text-align: center;
	}
.creditApp a {
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	line-height: 47px;
	
	}
	

/********** FEATURED UNITS **********/

#featuredUnits {
	
}
#featuredUnits h2.featuredHeadline {

}
#featuredUnits .featuredOuterTable {

	text-align: center;
}
#featuredUnits h2 {


}
#featuredUnits a {

}
#featuredUnits a:hover {

}
#featuredUnits font {
	display: block;
}
#featuredUnits .uviss-rv_featured-unit-description {

}
#featuredUnits .uviss-rv_featured-container {
	margin:0.5%;
	width:27%;
	padding:2%;
	background-color:#e8e2d9;
}
#featuredUnits .uviss-rv_featured-unit-title {

}
#featuredUnits .uviss-rv_featured-unit-title a:link, #featuredUnits .uviss-rv_featured-unit-title a:visited {
	text-decoration:none;
	text-align:center;
}
#featuredUnits .uviss-rv_featured-unit-price {
	background:none;
	margin:3px 0;
	padding:0;
	text-align:center;
	float:none;
}
#featuredUnits .uviss-rv_featured-unit-price br {
	display:none;
}
#featuredUnits .uviss-rv_saleprice {
	background:none;
	text-align:center;
	margin:0 0 0 5px;
	padding:0;
	float:none;
}

.uviss-rv_featured-unit-photo {

}

