@charset "utf-8";
/* CSS Document */

/* ---------------------------------
	RESET 
------------------------------------ */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
}

/* ---------------------------------
	UNIVERSAL 
------------------------------------ */
html, body {
	margin: 0; padding: 0;
}


body {
	background :#bfbfbf;
	color:#000;
	font:12px/1.6em Tahoma, Geneva, sans-serif;
	border:0;
}

#container {
	position:relative;
	width:960px;
	height:auto;
	background-color:#fff;
	margin: 0 auto;
}

a:link, a:visited {
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

.clear {clear:both;
}

h1 {
	font:28px Georgia, "Times New Roman", Times, serif;
	font-style:italic;
}

h2 {
	font:22px Georgia, "Times New Roman", Times, serif;
	color:#30598a;
}

.blue {
	color:#30598a;
}

/* ---------------------------------
	HEADER & NAV ELEMENTS 
------------------------------------ */
#header {
	position:relative;
	width:960px;
	height:146px;
	background-color:#fff;
	border-top:#797979 solid 6px;
	margin: 0 auto;
	z-index:999;
}

#logo {
	position:relative;
	float:left;
	background:url(../images/logo.gif) no-repeat;
	height:146px;
	width:397px;
}

#header_contact {
	position:relative;
	float:right;
	padding:40px 40px 0 0;
	font-size:14px;
	font-weight:bold;
	color:#30598a;
}

#nav {
	position:relative;
	float:left;
	width:563px;
	margin-top:12px;
}

#auto_btn {
	width:53px;
	height:31px;
	background:url(../images/auto_btn.gif) no-repeat 0 0;
	display:block;
}

#auto_btn_active {
	width:53px;
	height:31px;
	background:url(../images/auto_btn.gif) no-repeat 0 -31px;
}

#auto_btn:hover {
	background:url(../images/auto_btn.gif) no-repeat 0 -31px;
}

#offroad_btn {
	width:88px;
	height:31px;
	background:url(../images/offroad_btn.gif) no-repeat 0 0;
	display:block;
}

#offroad_btn_active {
	width:88px;
	height:31px;
	background:url(../images/offroad_btn.gif) no-repeat 0 -31px;
}

#offroad_btn:hover {
	background:url(../images/offroad_btn.gif) no-repeat 0 -31px;
}

#marine_btn {
	width:68px;
	height:31px;
	background:url(../images/marine_btn.gif) no-repeat 0 0;
	display:block;
}

#marine_btn_active {
	width:68px;
	height:31px;
	background:url(../images/marine_btn.gif) no-repeat 0 -31px;
}

#marine_btn:hover {
	background:url(../images/marine_btn.gif) no-repeat 0 -31px;
}

#flatbed_btn {
	width:136px;
	height:31px;
	background:url(../images/flatbed_btn.gif) no-repeat 0 0;
	display:block;
}

#flatbed_btn_active {
	width:136px;
	height:31px;
	background:url(../images/flatbed_btn.gif) no-repeat 0 -31px;
}

#flatbed_btn:hover {
	background:url(../images/flatbed_btn.gif) no-repeat 0 -31px;
}

#move_bikes_btn {
	width:98px;
	height:31px;
	background:url(../images/move_bikes_btn.gif) no-repeat 0 0;
	display:block;
}

#move_bikes_btn_active {
	width:98px;
	height:31px;
	background:url(../images/move_bikes_btn.gif) no-repeat 0 -31px;
}

#move_bikes_btn:hover {
	background:url(../images/move_bikes_btn.gif) no-repeat 0 -31px;
}

#contact_btn {
	width:82px;
	height:31px;
	background:url(../images/contact_btn.gif) no-repeat 0 0;
	display:block;
}

#contact_btn_active {
	width:82px;
	height:31px;
	background:url(../images/contact_btn.gif) no-repeat 0 -31px;
}

#contact_btn:hover {
	background:url(../images/contact_btn.gif) no-repeat 0 -31px;
}

#jsddm{
	margin: 0;
	padding: 0; 
	z-index:1000;
}

#jsddm li {
	float: left;
	list-style: none;
}

#jsddm li a {
	display: block;
	text-decoration: none;
}

#jsddm li a:hover {
}
                        
#jsddm li ul {
	padding: 0;
	position: absolute;
	visibility: hidden;
	z-index:1000;
	width:230px;
}
                        
#jsddm li ul li {
	z-index:1000;
	float: none;
	display: inline;
}
                                    
#jsddm li ul li a {
	width: auto;
	background: #b1b1b1;
	z-index:1000;
	color: #fff;
	height:25px;
	padding-left:10px;
	padding-top:5px;
	border-top:1px #888 solid;
	font-weight:bold;
	text-transform:uppercase;
}
                                    
#jsddm li ul li a:hover{
	background: #406b98;
}


/* ---------------------------------
	BODY ELEMENTS
------------------------------------ */
#flash_burst {
	position:absolute;
	top:4px;
	right:0px;
}

#home_feature {
	position:relative;
	z-index:0;
	width:960px;
	height:307px;
	background:url(../images/home_feature_img.jpg) no-repeat;
}

#home_feature h1 {
	color:#FFF;
	padding:25px 0 0 30px;
	width:330px;
}

#home_feature p {
	color:#FFF;
	padding:0 0 0 30px;
	width:300px;
}

#video_btn {
	width:198px;
	height:150px;
	float:right;
	margin-right:25px;
	background:url(../images/video_btn.jpg) no-repeat 0 0;
	display:block;
}

#auto_feature {
	position:relative;
	width:960px;
	height:307px;
	background:url(../images/auto_feature_img.jpg) no-repeat;
}

#flatbed_feature {
	position:relative;
	width:960px;
	height:307px;
	background:url(../images/flatbed_feature_img.jpg) no-repeat;
}

#marine_feature {
	position:relative;
	width:960px;
	height:307px;
	background:url(../images/marine_feature_img.jpg) no-repeat;
}

#offroad_feature {
	position:relative;
	width:960px;
	height:307px;
	background:url(../images/offroad_feature_img.jpg) no-repeat;
}

#movebikes_feature {
	position:relative;
	width:960px;
	height:307px;
	background:url(../images/movebikes_feature_img.jpg) no-repeat;
}

#content {
	position:relative;
	width:960px;
	margin: 0 auto;
}

#content_left {
	position:relative;
	background: #FFF url(../images/corner_shadow.gif) no-repeat;
	width:647px;
	padding:35px 0 0 30px;
	float:left;
}

#content_left h2 {
	padding:0 0 5px 0;
	border-bottom:#999 solid 1px;
	width:620px;
}

#content_right {
	position:relative;
	width:283px;
	height:425px;
	float:left;
	background-color:#dfd9cb;
}

#content_right_home {
	position:relative;
	width:283px;
	height:550px;
	float:left;
	background-color:#dfd9cb;
}

#content_right h2, #content_right_home h2 {
	padding:35px 0 5px 0;
	margin-left:30px;
	border-bottom:#999 solid 1px;
	width:220px;
}

#content_right p, #content_right_home p {
	margin-left:30px;
	width:220px;
}

#content_right ul, #content_right_home ul {
	margin-left:60px;
}


.read_more {
	padding:3px 8px;
	float:right;
	margin:5px 35px 0 0;
	background-color:#FFF;
	border:#999 solid 1px;
	color:#30598a;
}

/* ---------------------------------
	FOOTER ELEMENTS
------------------------------------ */
#footer {
	position:relative;
	background:#FFF url(../images/footer_bg.gif) repeat-x bottom;
	width:960px;
	height:72px;
	padding-top:1px;
	border-top:#bebebe solid 1px;
	margin: 0 auto;
}

#footer a:link, #footer a:visited {
	color:#FFF;
}

.footer_left {
	color:#fff;
	float:left;
	padding:30px 0 0 30px;
}

.footer_right {
	color:#fff;
	float:right;
	padding:30px 30px 0 0;
}
