/* resets */
body {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin: 0 0 12px 0;
	font-weight: normal;
}
a img {
	border: 0;
}
a {
	outline: none;
}

/* cms styles */
#main .photoset {
	margin: 12px 0;
}
#main .photoset img {
	float: left;
	margin: 6px 15px 9px 0;
	border: 2px solid #005a9c;
}
#main .rf-paragraph {
	margin: 0;
	border-top: 1px solid #ccc;
	padding: 21px 0 15px;
}
#main h1.for_paragraphs {
	margin-bottom: 3px;
}
#main .rf-paragraph h2 {
	margin-bottom: 6px;
}
#main div.right {
	margin: 0 0 6px 12px;
    float: right;
}
#main div.left {
	margin: 0 12px 6px 0;
    float: left;
}
#main .image img {
	border: 2px solid #005a9c;
}
#main .video {
	margin: 18px auto;
	border: 2px solid #005a9c;
	width: 480px;
}
#main .video embed {
	width: 480px;
	height: 385px;
}

/* styles */
body {
	background: #00000e;
}
#body {
	font: 13px "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	color: #000;
	background: url(../images/bodybg.jpg) repeat-x #fff;	
}
#wrapper_wrap {
	background: url(../images/wrapperwrapbg.jpg) no-repeat center 144px;
}
#wrapper {
	background: url(../images/wrapperbg.jpg) no-repeat center 124px;
	width: 960px;
	margin: 0 auto;
}
#header {
	height: 124px;
	position: relative;
}
ul#nav {
	position: absolute;
	top: 73px;
	left: 35px;
	list-style-type: none;
	padding: 0;
	margin: 0;
	height: 51px;
}
ul#nav li {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	height: 51px;
}
ul#nav a {
	text-decoration: none;
	font-size: 15px;
	line-height: 29px;
	height: 40px;
	margin-top: 10px;
	padding: 1px 15px 0;
	display: block;
	color: #fff;
}
ul#nav a:hover { 
	
}
ul#nav a.active {
	padding: 0 14px;
	border: 1px solid #fff;
	border-bottom: 0;
	background: url(../images/navbg.gif) repeat-x;
	color: #111;
}
#logo {
	position: absolute;
	top: 0;
	left: 0;
}
#tagline {
	color: #005a9c;
	font-size: 14px;
	line-height: 18px;
	width: 450px;
	text-align: right;
	position: absolute;
	top: 27px;
	right: 35px;
}

ul#secondary_nav {
	padding: 9px 0 0;
	margin: 0;	
	list-style-type: none;
	border-bottom: 1px solid #d7d7d7;	
}
ul#secondary_nav li {
	padding: 0 0 9px 20px;
	margin: 0;
	display: block;
	float: left;
}
ul#secondary_nav li a {
	display: block;
	font-size: 14px;
	line-height: 17px;
	color: #287bab;
	text-decoration: none;
}
ul#secondary_nav li a:hover, ul#secondary_nav li a.active {
	color: #111;
}

#header .dealer_login {
	bottom: 14px; 
	right: 35px;
	position: absolute;
}

#main {
	background: url(../images/mainbg.jpg) no-repeat bottom center;
	padding: 0 35px 155px;
}

#main_content.with_secondary_nav {
	background: url(../images/maincontentbg.gif) repeat-x;
}
#content {
	min-height: 450px;
}
#content_int {
	padding: 24px 30px;
}

#main.with_sidebar #content {
	width: 660px;
	float: left;
}
#sidebar_wrap {
	margin: 24px 0 30px 30px;
	width: 200px;
	float: left;
	background: url(../images/sidebarbg.jpg) no-repeat #ebebeb;
}
#sidebar {
	width: 200px;
	min-height: 350px;
	padding-bottom: 100px;
	background: url(../images/sidebarlogo.gif) no-repeat bottom right;
}
#sidebar ul#subnav {
	list-style-type: none;
	margin: 0;
	padding: 10px 0;
}
#sidebar ul#subnav li {
	margin: 0;
	padding: 0;
}
#sidebar ul#subnav li a {
	color: #666;
	text-decoration: none;
	font-size: 15px;
	line-height: 19px;
	padding: 6px 15px;
	display: block;
}
#sidebar ul#subnav li a:hover {
	color: #111;
}
#sidebar ul#subnav li a.active {
	background: url(../images/subnavarrow.gif) no-repeat 0 10px;
	color: #111;
}
#sidebar ul#subnav li ul.subsubnav {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#sidebar ul#subnav li ul.subsubnav li a {
	padding: 3px 15px 3px 30px;
}
#sidebar ul#subnav li ul.subsubnav li a.active {
	background: url(../images/subnavarrow.gif) no-repeat 0 7px;
	color: #111;
}

#footer_wrap {
	background: url(../images/footerbg.jpg) repeat-x #00000e;
}
#footer {
	color: #959595;
	width: 880px;
	margin: 0 auto;
	font-size: 11px;
	padding: 0 40px 20px;
}
#footer a {
	color: #ed1b2e;
}
#footer a:hover {
	color: #fff;
}
#redundant_nav {
	height: 45px;
	font-size: 12px;
	line-height: 45px;
	color: #005a9c;
}
#redundant_nav a {
	color: #005a9c;
	text-decoration: none;
}
#redundant_nav a:hover {
	text-decoration: underline;
}
#footer_icons {
	float: right;
	padding: 7px 0;
}
#footer_icons img {
	display: block;
	float: left;
	margin-left: 15px;
}
#footer_content {
	padding: 15px 0;
}
#footer_content .head {
	font-size: 15px;
	color: #fff;
	margin-bottom: 3px;
}
#footer_content .text {
	margin-bottom: 12px;
}
#footer_address {
	float: left;
	width: 200px;
	padding-left: 150px;
	margin-right: 30px;
	background: url(../images/footerlogo.jpg) no-repeat;
}
#footer_contact_info {
	float: left;
	width: 220px;
	margin-right: 30px;
}
#footer_contact {
	float: left;
	width: 250px;
}
#footer_contact form {
	margin-top: 12px;
}
#footer_contact .form_item {
	margin-bottom: 12px;
}
#footer_contact .form_item input.text {
	width: 155px;
	display: block;
	border: 0;
	padding: 3px 5px;
	font: 12px;
}



/* styles */

#main h1 {
	font-size: 36px;
	color: #172166;
	margin-bottom: 18px;
}
#main h2 {
	font-size: 20px;
	color: #287bab;
}
#main h3 {
	font-size: 15px;
	color: #363636;
	font-weight: bold;
}

#main a {
	color: #287bab;
}
#main a:hover {
	color: #172166;
}

#main .date {
	color: #999;
	font-style: italic;
}

#main form.site_form {
	margin: 24px 0;
}
#main form.site_form label {
	width: 140px;
	padding: 3px 15px 3px 0;
	text-align: right;
	float: left;
}
#main form.site_form label.checkbox {
    float: none;
    width: auto;
    padding: 0 0 0 5px;
    text-align: left;
}
#main form.site_form .checkbox_wrapper {
    padding-top: 3px;
    float: left;
}
#main form.site_form input.text {
	border: 1px solid #999;
	padding: 2px;
	width: 200px;
	font: 14px "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	color: #666;
}
#main form.site_form textarea {
	font: 14px "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	color: #666;
	border: 1px solid #999;
	padding: 2px;
	width: 300px;
	height: 150px;
}
#main form.site_form .form_item {
	margin: 0 0 12px 0;
}

/* faq */
#main .faq_listing {
	margin-bottom: 12px;
	padding-bottom: 18px;
	border-bottom: 1px solid #ccc;
}
#main .faq_question {
	margin-bottom: 24px;
}
#main .faq_question h2 {
	margin-bottom: 6px;
}

/* news */
#news .news_article {
	margin-bottom: 18px;
}
#news .news_article h2 {
	margin-bottom: 3px;
}
#news .news_article h2 a {
	text-decoration: none;
}
#news p.date {
	margin-bottom: 3px;
}

#phototour {
	float: right;
	margin: 0 0 12px 15px;
	width: 324px;
}
#phototour-photo {
	width: 296px !important;
	height: 196px !important;
	border: 2px solid #005a9c;
}
#phototour-photo img {
	width: 296px !important;
	height: 196px !important;
}
#phototour-pager-wrap {
	padding-top: 1px;
}
#phototour-pager {
	margin: 0 auto;
}
#phototour-pager a {
	text-decoration: none;
	background: url(../images/phototourpager.gif) no-repeat;
	color: #707070 !important;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	display: block;
	float: left;
}
#phototour-pager a.activeSlide {
	color: #fff !important;
	background-position: 0 -30px;
}

#phototour-pager-wrap .arrow {
	float: left;
	display: block;
	width: 30px;
	height: 30px;
	cursor: pointer;
}
#phototour-pager-wrap .arrow span {
	display: none;
}
#phototour-prev {
	background: url(../images/phototourpager-prev.gif) no-repeat;
}
#phototour-next {
	background: url(../images/phototourpager-next.gif) no-repeat;
}

/* dealer login */
#dealer_login {
	width: 440px;
	float: left;
	margin-right: 30px;
}
#dealer_signup {
	margin-top: 10px;
	width: 360px;
	float: left;
}
#dealer_signup textarea {
	width: 200px !important;
	height: 100px !important;
}

/* homepage styles */
#body.homepage {
	background-image: url(../images/bodybg-home.jpg);	
}
#body.homepage #wrapper_wrap {
	background-position: center 133px;
}
#body.homepage #wrapper {
	background: url(../images/wrapperbg-home.jpg) no-repeat center 133px;
}
#body.homepage #main {
	background: none;
	padding: 0 35px 30px;
}
#body.homepage #main_content {
	background: none;
}
#body.homepage #content_int {
	padding: 0;
}
#focus {
	margin-top: 9px;
	height: 250px;
	padding-left: 430px;
}
#focus_text {
	color: #fff;
	height: 210px;
	margin: 30px 0 0 0;
	overflow: hidden;
}
#focus_text .focus_head {
	margin-bottom: 3px;
}
#focus_text .focus_text {
	font-size: 16px;
	padding-left: 3px;
	margin-bottom: 18px;
}
#focus_text #sandbag1 {
	width: 1px;
	height: 100px;
	float: right;
	clear: right;
}
#focus_text #sandbag2 {
	width: 210px;
	height: 110px;
	float: right;
	clear: right;
}
#home_content {
	padding: 30px 0 30px 0;
}
#home_content h1 {
	font-size: 24px;
}
#tripytch {
	margin: 30px 0;
}
#tripytch .tri {
	width: 260px;
	float: left;
	color: #666;
	font-size: 12px;
}
#tripytch #tri2 {
	margin: 0 55px;
}
#tripytch .tri h2 {
	background: url(../images/homeh2.gif) repeat-y #247ec0;
	padding: 8px 15px;
	font-size: 21px;
	line-height: 24px;
	color: #fff;
	margin-bottom: 10px;
}
#tripytch .tri img.tri_img {
	border: 2px solid #005a9c;
	display: block;
	margin-bottom: 12px;
}
#tripytch .learn_more {
	text-align: right;
}
#bottom_statement {
	float: left;
	width: 575px;
}
#bottom_statement h3 {
	font-size: 19px;
	font-weight: normal;
	color: #172166;
}
#featured_product {
	float: left;
	width: 260px;
	margin-left: 55px;
}
#featured_product .head {
	color: #111;
	font-size: 18px;
	margin-bottom: 9px;
}
#featured_product img {
	border: 2px solid #005a9c;
	display: block;
	float: left;
	margin: 0 12px 6px 0;
}


/* section homes */
#section_top {
	position: relative;
}
#section_focus {
	border: 2px solid #005a9c;
	background: #fff;
	padding: 1px;
	height: 210px;
	margin-bottom: 18px;
}
#focus_img {
	float: left;
	width: 515px;
	height: 210px;
}
#focus_img img {
	display: block;
}
#focus_info {
	float: left;
	width: 308px;
	height: 210px;
	background: url(../images/sectionfocusbg.gif) repeat-x;
	border-left: 1px solid #fff;
	overflow: hidden;
}
#focus_info_int {
	padding: 20px 25px 0;
	height: 170px;
	overflow: hidden;
}
#focus_info_int h1 {
	font-size: 26px;
}
#ramp_image {
	position: absolute;
	right: 3px;
	top: 191px;
	width: 150px;
	height: 100px;
	background: url(../images/sectionfocusramp.gif) no-repeat;
}
#body.section_home #content_int {
	padding-top: 18px;
}
#body.section_home #intro_statement {
	font-size: 24px;
	color: #172166;
	padding-right: 155px;
}
#body.section_home #tripytch .tri {
	width: 250px;
}
#body.section_home #tripytch #tri2 {
	margin: 0 40px;
}

/* other styles */
.clear {
	clear:both;
}
.fakelink {
	color: #999;
	text-decoration: underline;
}