@charset "utf-8";

*{
	padding:0px;
	margin:0px;
	border:0px;
}

body{
	background-image:url(images/body_bg.png);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#7b9fb0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#303030;
}

p{
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#303030;
	line-height:18px;
	margin-bottom:14px;
}

a{
	outline:none;
}

p a{
	text-decoration:none;
	color:#025585;
}
p a:hover{
	text-decoration:underline;
	color:#1086d1;
}

h1{
	margin-bottom:10px;
	font-size:24px;
	line-height:22px;
	font-family:Arial, Helvetica, sans-serif;
	color:#20384f;
}
h2{
	margin-bottom:10px;
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	color:#234c64;
}
h2.shadowed{
	padding-bottom:10px;
	background-image:url(images/shadow_separator.png);
	background-position:-10px bottom;
	background-repeat:no-repeat;
	margin-bottom:20px;
}
h2.underlined{
	padding-bottom:2px;
	border-bottom:1px dotted #333333;
	margin-bottom:10px;
}
h3{
	font-size:14px;
	color:#00639c;
}

ul{
	margin-bottom:14px;
	font-size:12px;
	display:block;
}
ul li{
	font-size:12px;
	margin:6px 40px;
}

#Page_Container{
	width:100%;
	position:relative;
	background-image:url(images/container_bg.png);
	background-position:center top;
	background-repeat:no-repeat;
}

#Interior_Content{
	width:898px;
	margin:0px auto;
	position:relative;
	background-image:url(images/content_bg.png);
	background-repeat:repeat-y;
	padding:0px 11px;
}

.spacer{
	width:100%;
	clear:both;
}

#Margined_Content{
	margin:0px 10px;
}

/* ---------------------------Begin Navigation Elements---------------------- */
#Navigation{
	width:898px;
	height:35px;
	background-image:url(images/nav_bg.jpg);
	background-repeat:no-repeat;
}

#tab {
}
#tab ul {
	list-style: none;
	float: left;
}
#tab li {
	display: inline;
	float: left;
	text-align:center;
	margin:0px;
}
#tab a {
	text-decoration: none;
	display: block;
	float: none;
}
#tab a span {
	display: block;
	color: #dae7ed;
	line-height:16px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	padding:9px 0px 10px 0px;
	background-image:url(images/nav_hover.png);
	background-position:0px -35px;
	background-repeat:repeat-x;
}
#tab li.item_active a {
	border-color: #000000;
}
#tab li.separator{
	width:1px;
	background-image:url(images/nav_separator.png);
	height:35px;
	background-position:0px 5px;
	background-repeat:no-repeat;
}
#tab a:hover {
	border-color: #000000;
}
#tab li.item_active a span {
	color: #FFFFFF;
	font-style: normal;
	text-decoration: none;
	background-position:0px 0px;
}
#tab a:hover span {
	color: #FFFFFF;
	font-style: normal;
	text-decoration:none;
	cursor:pointer;
	background-position:0px 0px;
}

.dropmenudiv {
	position: absolute;
	top: -20px;
	float: left;
	display: block;
	visibility: hidden;
	z-index: 10000;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
	width:200px;
}
.dropmenudiv ul {
	list-style: none;
}
.dropmenudiv li {
	display: inline;
	margin:0px;
}
.dropmenudiv li.top {
	display:block;
	height:4px;
	background-image:url(images/subnav_top.png);
	width:200px;
}
.dropmenudiv li.bottom {
	display:block;
	height:4px;
	background-image:url(images/subnav_bottom.png);
	width:200px;
}
.dropmenudiv a:visited {
	display: block;
	font-style: normal;
	text-decoration: none;
}
.dropmenudiv a span {
	float: none;
	display: block;
	line-height: 30px;
	color: #d2dbe6;
	background-image:url(images/subnav_bg.png);
	background-repeat:repeat-y;
	background-position:left;
	padding-left:10px;
	width:190px;
	font-weight: normal;
}
.dropmenudiv a:hover {
	background-position: left bottom;
	font-style: normal;
	text-decoration: none;
}
.dropmenudiv a:hover span {
	color: #ffffff;
	background-position:right;
}

* html .dropmenudiv a{ /*IE only hack*/
	width: 100%;
	list-style:none;
}
/* -----------------------End Navigation Elements-------------------- */



#Header{
	width:898px;
	height:110px;
	background-image:url(images/header.jpg);
}
#Logo_Link{
	display:block;
	float:left;
	line-height:110px;
	height:110px;
	width:194px;
	background-image:url(images/home.png);
	background-position:-37px -37px;
	background-repeat:no-repeat;
	text-decoration:none;
}
#Logo_Link:hover{
	background-position:0px 0px;
	text-decoration:none;
}

#Slideshow_01{
	float:left;
	width:580px;
	height:280px;
	margin-left:10px;
}

#Slideshow_02{
	float:right;
	width:280px;
	height:280px;
	margin-right:10px;
}

#Welcome{
	width:878px;
	margin:0px 10px;
}


/* -----------------------Begin Manufacturer Logos-------------------- */
#Man_Logos{
	width:898px;
	height:50px;
}

a.man_logo{
	float:left;
	height:50px;
	line-height:50px;
	display:block;
	text-decoration:none;
	background-position:top;
}
a.man_logo:hover{
	background-position:bottom;
	text-decoration:none;
}
.man_logo_separator{
	height:50px;
	display:block;
	float:left;
}
#Tracker_Link{
	width:149px;
	background-image:url(images/tracker_logo.png);
}
#Nitro_Link{
	width:167px;
	background-image:url(images/nitro_logo.png);
}
#Suntracker_Link{
	width:184px;
	background-image:url(images/suntracker_logo.png);
}
#Tahoe_Link{
	width:167px;
	background-image:url(images/tahoe_logo.png);
}
#Mako_Link{
	width:151px;
	background-image:url(images/mako_logo.png);
}

#Logos_Descriptions{
	margin-top:4px;
	width:898px;
}
#Logos_Descriptions table{
	width:100%;
	border:none;
}
#Logos_Descriptions h3{
	font-size:11px;
	text-align:center;
	color:#6b8496;
	font-weight:normal;
	line-height:13px;
	margin-bottom:0px;
}
/* -----------------------End Manufacturer Logos-------------------- */


/* -----------------------Begin Featured Deal-------------------- */
#Featured_Deal{
	width:400px;
	float:left;
	margin-left:10px;
}
#Featured_Deal a img.featured{
	float:left;
	width:110px;
	height:110px;
	padding:1px;
	border:1px solid #32383c;
	background-color:#ffffff;
	margin-right:10px;
}
#Featured_Deal a:hover img.featured{
	background-color:#FFFFFF;
	border:1px solid #0066CC;
}
#Featured_Deal p{
	margin-bottom:0px;
	display:inline;
}
#Featured_Deal p a{
	font-weight:bold;
	color:#b20d0d;
	text-decoration:none;
}
#Featured_Deal p a:hover{
	color:#333333;
	text-decoration:underline;
}
#Featured_Deal p a.more{
	font-weight:bold;
	color:#546d87;
	text-decoration:none;
}
#Featured_Deal p a.more:hover{
	color:#2160a1;
	text-decoration:underline;
}
#Featured_Deal h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	line-height:20px;
	margin-bottom:1px;
	font-weight:normal;
	color:#072c45;
}
#Featured_Deal h2 a{
	color:#072c45;
	text-decoration:none;
}
#Featured_Deal h2 a:hover{
	color:#195172;
	text-decoration:underline;
}
	
#Featured_Deal h3{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#2068a0;
	line-height:16px;
	margin-bottom:8px;
}
/* -----------------------End Featured Deal-------------------- */

/* -----------------------Begin Factory Offers-------------------- */
.factory_offer{
	width:100%;
}
.factory_offer a img.featured{
	float:left;
	width:110px;
	height:110px;
	padding:1px;
	border:1px solid #32383c;
	background-color:#ffffff;
	margin-right:10px;
}
.factory_offer a:hover img.featured{
	background-color:#FFFFFF;
	border:1px solid #0066CC;
}
.factory_offer p{
	margin-bottom:6px;
	display:inline;
}
.factory_offer p a{
	font-weight:bold;
	color:#b20d0d;
	text-decoration:none;
}
.factory_offer p a:hover{
	color:#333333;
	text-decoration:underline;
}
.factory_offer p a.more{
	font-weight:bold;
	color:#546d87;
	text-decoration:none;
}
.factory_offer p a.more:hover{
	color:#2160a1;
	text-decoration:underline;
}
.factory_offer h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	line-height:20px;
	margin-bottom:1px;
	font-weight:normal;
	color:#072c45;
}
.factory_offer h2 a{
	color:#072c45;
	text-decoration:none;
}
.factory_offer h2 a:hover{
	color:#195172;
	text-decoration:underline;
}
/* -----------------------End Factory Offices-------------------- */



#Home_Page_Services{
	width:420px;
	height:166px;
	padding:7px 10px;
	background-image:url(images/services_bg.jpg);
	float:right;
	margin-right:10px;
	position:relative;
}
#Home_Page_Services h2{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#313537;
	line-height:14px;
	margin-bottom:6px;
}
#Home_Page_Services p{
	font-size:11px;
	color:#313537;
	line-height:16px;
}
#Home_Page_Services_Btn{
	position:absolute;
	bottom:0px;
	right:0px;
	display:block;
	width:136px;
	height:34px;
	line-height:34px;
	text-decoration:none;
}

a.lower_right_ad{
	width:440px;
	height:180px;
	float:right;
	margin-right:10px;
}


/* -----------------------Begin Footer-------------------- */
#Footer{
	width:920px;
	background-image:url(images/footer_bg.png);
	background-repeat:no-repeat;
	background-position:top;
	margin:0px auto;
}
#Locations_Table{
	width:898px;
	border:none;
	margin:0px 11px;
}
#Locations_Table td{
	padding-left:20px;
}
#Locations_Table tr.local{
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	line-height:18px;
}
#Locations_Table tr.phone{
	font-size:12px;
	font-weight:normal;
	color:#67bef0;
	line-height:18px;
}
#Locations_Table tr.days{
	font-size:11px;
	font-weight:bold;
	color:#373b3e;
	line-height:16px;
}
#Locations_Table tr.time{
	font-size:11px;
	font-weight:normal;
	color:#5d6871;
	line-height:16px;
}

a.facebook_btn{
	background-image:url(images/facebook_btn.png);
	float:right;
	width:180px;
	height:62px;
	display:block;
	line-height:62px;
	background-position:0px 0px;
	text-decoration:none;
}
a.facebook_btn:hover{
	background-position:0px -62px;
	text-decoration:none;
	cursor:pointer;
}
a.twitter_btn{
	background-image:url(images/twitter_btn.png);
	float:right;
	width:180px;
	height:62px;
	display:block;
	line-height:62px;
	background-position:0px 0px;
	text-decoration:none;
}
a.twitter_btn:hover{
	background-position:0px -62px;
	text-decoration:none;
	cursor:pointer;
}

#Footer_Left{
	float:left;
	margin-left:10px;
	padding-top:2px;
}
#Footer_Left p{
	font-size:11px;
	color:#32383c;
	line-height:14px;
	margin-bottom:10px;
}
#Footer_Left p a{
	color:#32383c;
	text-decoration:none;
}
#Footer_Left p a:hover{
	color:#ffffff;
	text-decoration:underline;
}
/* -----------------------End Footer-------------------- */



/* -----------------------Begin Inventory Frames-------------------- */
#Frame_Holder_Top{
	background-image:url(images/inventory_top.png);
	height:27px;
	width:660px;
	padding-top:8px;
}
#Frame_Holder_Bottom{
	background-image:url(images/inventory_bottom.png);
	height:10px;
	width:660px;
}
#Frame_Holder{
	background-image:url(images/inventory_bg.png);
	width:660px;
	float:right;
	margin-right:10px;
}
#Frame_Holder_Top h2{
	display:inline;
	margin-left:10px;
	margin-bottom:0px;
	color:#e2edf2;
}
#Frame_Holder_Top h2.back_link{
	font-size:11px;
	float:right;
	margin-right:10px;
	padding:3px 0px;
}
#Frame_Holder_Top h2.back_link a{
	color:#d9e3eb;
	text-decoration:none;
}
#Frame_Holder_Top h2.back_link a:hover{
	color:#ffffff;
	text-decoration:underline;
}

iframe.inventory{
	width:640px;
	margin:10px 10px 1px 10px;
	height:400px;
}

#Inventory_Message{
	float:left;
	width:200px;
	margin-left:10px;
}
#Inventory_Message h1{
	font-size:24px;
	line-height:22px;
}
#Inventory_Message h1 span.sub{
	font-size:18px;
	color:#45687e;
}
#Inventory_Message p a{
	font-weight:bold;
	display:block;
	line-height:14px;
	padding:7px 4px;
	margin:1px 0px;
	background-color:#FFFFFF;
}
#Inventory_Message p a:hover{
	background-color:#d9e3e6;
	text-decoration:none;
}

iframe.factory_offers_frame{
	width:858px;
	margin:10px 10px 1px 10px;
	height:400px;
	overflow-x:hidden;
}

/* -----------------------End Inventory Logos-------------------- */


/* -----------------------Begin Contact Elements-------------------- */
#Contact_Table{
	width:658px;
	margin:0px 1px;
}
#Contact_Table tr.dark{
	background-color:#e4e4e4;
}
#Contact_Table td{
	padding:4px 20px;
	font-size:12px;
	min-width:45%;
}
#Contact_Table input, textarea{
	width:400px;
	border:1px solid #999999;
	padding:2px;
	float:right;
}
#Contact_Table select{
	width:300px;
	border:1px solid #999999;
	padding:1px;
	float:right;
}
a.submit{
	width:100px;
	font-weight:bold;
	background-color:#3678ab;
	border:1px solid #225a85;
	color:#ffffff;
	display:block;
	text-align:center;
	padding:4px 10px;
	text-decoration:none;
	float:right;
}
a.submit:hover{
	background-color:#1da0ec;
	border:1px solid #01659e;
	cursor:pointer;
}
/* -----------------------End Contact Elements-------------------- */



/* -----------------------Begin Wordpress Elements-------------------- */
.wordpress img{
	border:1px solid #333333;
	margin:2px 12px 6px 10px;
	padding:1px;
	background-color:#FFFFFF;
}
.wordpress a img{
	border:1px solid #333333;
}
.wordpress a:hover img{
	border:1px solid #0d7ab3;
}	
.wordpress img.alignleft{
	float:left;
	margin:2px 12px 6px 0px;
}
.wordpress img.alignright{
	float:right;
	margin:2px 0px 6px 12px;
}
.wordpress img.aligncenter{
	margin:2px auto 6px auto;
	clear:both;
	display:block;
}
.wordpress h1{
	font-size:20px;
	line-height:22px;
	margin-bottom:14px;
	padding:0px;
	display:block;
}
.wordpress h2{
	font-size:18px;
	line-height:20px;
	margin-bottom:12px;
	padding:0px;
	display:block;
}
.wordpress h3{
	font-size:16px;
	line-height:18px;
	margin-bottom:10px;
	padding:0px;
	display:block;
	font-weight:bold;
}
.wordpress h4{
	font-size:14px;
	line-height:16px;
	margin-bottom:8px;
	padding:0px;
	display:block;
}
.wordpress h2.event_heading{
	font-size:18px;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	color:#990033;
}
/* -----------------------End Wordpress Elements-------------------- */

#Locations_Table_Large{
	width:100%;
}
#Locations_Table_Large tr{
	vertical-align:top;
}
#Locations_Table_Large td{
	text-align:left;
	padding:0px;
}
#Locations_Table_Large td.image{
	width:262px;
	padding-right:20px;
}
#Locations_Table_Large td.hours p{
	font-size:11px;
	line-height:15px;
	margin-bottom:2px;
}
#Locations_Table_Large td.hours h3{
	margin-bottom:10px;
}
#Locations_Table_Large td.links p a{
	font-weight:bold;
	display:block;
	line-height:14px;
	padding:7px 4px;
	margin:1px 0px;
	background-color:#FFFFFF;
}
#Locations_Table_Large td.links p a:hover{
	background-color:#d9e3e6;
	text-decoration:none;
}

#App_Btn{
	background-image:url(images/app_dl_btn.png);
	width:200px;
	height:36px;
	display:block;
	line-height:36px;
	background-position:0px 0px;
	text-decoration:none;
}
#App_Btn:hover{
	background-position:0px -36px;
	text-decoration:none;
}

/* -----------------------Begin Crew Block-------------------- */
.crew_block_top{
	background-image:url(images/crew_block_top.png);
	height:26px;
	width:878px;
	padding-top:7px;
}
.crew_block_bottom{
	background-image:url(images/crew_block_bottom.png);
	height:6px;
	width:878px;
}
.crew_block_holder{
	background-image:url(images/crew_block_bg.png);
	margin:0px 10px;
}
.crew_block_top h2{
	display:inline;
	margin-left:10px;
	margin-bottom:0px;
	color:#e2edf2;
}
.crew_block{
	width:856px;
	margin:0px 11px;
}
.crew_block .wordpress img.aligncenter{
	border:none;
	padding:0px;
	margin:0px auto;
	clear:both;
	display:block;
}
.crew_block_top h2.back_link{
	font-size:11px;
	float:right;
	margin-right:10px;
	padding:3px 0px;
}
.crew_block_top h2.back_link a{
	color:#d9e3eb;
	text-decoration:none;
}
.crew_block_top h2.back_link a:hover{
	color:#ffffff;
	text-decoration:underline;
}
/* -----------------------End Crew Block-------------------- */

#Services_Table{
	width:876px;
	border:1px solid #35393d;
}
#Services_Table td{
	padding:4px 10px;
	line-height:22px;
	font-size:12px;
	font-weight:bold;
}
#Services_Table a{
	color:#003399;
	text-decoration:none;
}
#Services_Table a:hover{
	color:#0066CC;
	text-decoration:underline;
}
