@charset "utf-8";
/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
}
body {
	background-image: url(../images/bg-body.gif);
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	word-spacing: 1px;
}
a:link {
	color:#ca434d;
}

#wrap {
	text-align: left;
	vertical-align: top;
	width: 999px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
}
#logo_block {
	height: 110px;
	width: 999px;
	position: relative;
}
#logo_right {
	float: right;
	height: 110px;
	width: 480px;
}
#logo_left {
	float: left;
	height: 110px;
	width: 352px;
	padding-top:5px;
	padding-left:13px;
}
#link_block {
	text-align: right;
	height: 18px;
	width: 999px;
	padding-bottom:14px;
}
#main_nav {
	height: 39px;
	width: 999px;
}
.spacer {
	height: 1px;
	width: 999px;
}
#masthead {
	float: left;
	background-color:#ac172a;
	height: 255px;
	width: 842px;
	position: relative;
}
#flash_block {
	height: 255px;
	width: 999px;	
	background-image: url(../images/flash-bg.gif);

}
#content_block {
	width: 999px;
	position: relative;
	background-color: #FFFFFF;
	background-image: url(../images/bg_content_block.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
#content_right {
	height: auto;
	width: 654px;
	float: right;
	margin-right:20px;
}
#content_right h3 {
	font-size: 16px;
	line-height: 22px;
}
#content_left {
	height: auto;
	width: 275px;
	float: left;
	padding-left:10px;
}
#footer_block {
	height: auto;
	width: 999px;
}
.clear_both {
	clear: both;
	height:1px;
}
h1 {
	text-align: center;
	font-size: 16px;
}
h2, h3, h4, h5, h6 {
	font-size: 16px;
	margin-top: 18px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 5px;
	line-height: 22px;
}
p {
	margin-top: 4px;
	margin-right: 10px;
	margin-bottom: 4px;
	margin-left: 5px;
	padding-top: 4px;
	padding-bottom: 4px;
	line-height:20px;
}
.anchor_text {
	text-indent: -999999px;
}
#menu_img_pricing {
	margin-top: 10px;
}
#menu_img_gallery {
	margin-top: 10px;
}
ul#globalnav {
	text-align: right;
}
ul#globalnav li {
	display: inline;
	text-align: right;
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	padding-left: 8px;
	background-position: 0 4px;
}
ul#globalnav li a {
	text-decoration: none;
	text-transform: uppercase;
	color:#c42e39;
	font-weight: bold;
	font-size: 12px;
	padding-right: 10px;
}
ul#globalnav li a:hover {
	text-decoration: underline;
}
ul#mainnav {
	background-image:url(../images/bg-mainnav.gif);
	height: 39px;
}
ul#mainnav {
	border-bottom: 5px solid #c42e39;
}
ul#mainnav li {
	display: inline;
}
ul#mainnav li a {
	text-decoration: none;
	padding: 39px 0 0 0;
	overflow: hidden;
	height: 0px !important;
	height /**/:39px; /* for IE5/Win only */
}
ul#mainnav li a:hover {
	background-position: 0 -39px;
}
ul#mainnav li a:active, ul#mainnav li a.selected {
	background-position: 0 -78px;
}


#mainnav-trailers a {
	width: 150px;
	background: url(../images/nav-trailers.gif) top left no-repeat;
	float: left;
}
#mainnav-pricing a {
	width: 96px;
	background: url(../images/nav-pricing.gif) top left no-repeat;
	float: left;
	margin-left: 1px;
	}
#mainnav-graphics a {
	width: 92px;
	background: url(../images/nav-graphics.gif) top left no-repeat;
	float: left;
	margin-left: 1px;
}
#mainnav-floorplans a {
	width: 108px;
	background: url(../images/nav-floorplans.gif) top left no-repeat;
	float: left;
	margin-left: 1px;
}
#mainnav-gallery a {
	width: 80px;
	background: url(../images/nav-gallery.gif) top left no-repeat;
	float: left;
	margin-left: 1px;
}
#mainnav-accessories a {
	width: 117px;
	background: url(../images/nav-accessories.gif) top left no-repeat;
	float: left;
	margin-left: 1px;
}
#mainnav-testimonials a {
	width: 117px;
	background: url(../images/nav-testimonials.gif) top left no-repeat;
	float: left;
	margin-left: 1px;
}
#mainnav-rentals a {
	width: 82px;
	background: url(../images/nav-rentals.gif) top left no-repeat;
	float: left;
	margin-left: 1px;
}
#mainnav-quote a {
	width: 148px;
	background: url(../images/nav-quote.gif) top left no-repeat;
	float: left;
	margin-left: 1px;
}


div#footer {
	clear: both;
	border-top: 8px solid #c42e39;
	text-align: center;
	padding-top: 12px;
	font-size: 11px;
	color:#2f2f2f;
	padding-bottom: 20px;
}
div#footer a {
	text-decoration: none;
	color:#2f2f2f;
}
div#footer a:hover {
	text-decoration: underline;
}
div#footer ul {
	padding-bottom: 7px;
}
div#footer ul li {
	display: inline;
	padding-right: 8px;
}
div#footer ul li a {
	text-decoration: none;
	color:#2f2f2f;
}
div#footer ul li a:hover {
	text-decoration: underline;
}
.logos {
	color: #990000;
	font-size: 12px;
	padding-top: 5px;
}
.menuCallout {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #C32D38;
}
#menu_img_list ul {
	padding-left: 55px;
}
#menu_img_list li {
	list-style-type: none;
}
ul.menulist {
	margin-bottom: 12px;
}
ul.menulist li {
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	padding-left: 8px;
	background-position: 0 10px;
	line-height: 16px;
	padding-top: 3px;
	padding-bottom: 3px;
}


#homequotebox {
    background-color: #FBEFBA;
	padding-left:25px;
	padding-right:25px;
	padding-bottom:25px;
	padding-top:10px;

