/*--------------------- Last Modified  2006.11.10 ---------------------*/
/*-------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------
  Copyright Einstein Industries 2006. Used with Permission.                             
  May not be duplicated or reproduced.
  Please check for cross-browser compatibility prior to making changes
  MINIMUM BROWSER CHECK :: IE5.x/IE6/Firefox/Safari
  CSS Document - layout.css
/*-------------------------------------------------------------------------------------*/
/* undo some default styling of common (X)HTML browsers
/*------------------------------------------------------------------------------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td,html,label,table,tr,td {margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img,a img,:link img,:visited img {border:0;}
address,caption,cite,code,dfn,th,var {font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:100%;}
q:before,q:after {content:'';}

/* ------------------------ GLOBAL ELEMENTS ------------------------ */

/* ------------------------ type selectors ------------------------ */
html {
	background:#1953a4 url("../images/bg-html.jpg") top repeat-x;
}

body { 
	background: url("../images/bg-body.jpg") top center no-repeat;
	text-align:center; 
	font:12px/16px Arial, Helvetica, sans-serif; 
	color:#000;
	}

blockquote { margin-left:10px; margin-right:10px; }

h1	{ font-size:1.2em; color:#000; }
h2	{ font-size:1.1em; color:#0e1c2c; }
h3	{ font-size:1.0em; color:#153869; }

h1 span,h2 span,h3 span	{ display:none; }

a:link,a:visited	{ color:#1953a4; text-decoration:underline; outline:none; }
a:hover,a:active	{ color:#000; text-decoration:underline; outline:none; }

/* ------------------------ classes ------------------------ */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}
	
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
	

.clear {clear: both;}

div.clear	{ 
	height:.01em; 
	clear:both;
	overflow:hidden; 
	}
div.clear-h2	{ 
	height:10px; 
	clear:both;
	overflow:hidden; 
	}

p.back-to-top {
	text-align:right;
	display:block;
	padding-right:15px;
	background:url("../images/bullet-back-to-top.jpg") right no-repeat;
	}
p.more-info {
	text-align:right;
	display:block;
	}
img.img-left { 
	float:left; 
	margin:0px 0px 0px 0px;
	}

img.img-right { 
	float:right; 
	margin:5px 0px 0px 5px; 
	}

/* ------------------------ form elements ------------------------ */
form {
	width:150px;
	margin:10px 0 15px 0; /* set margin left and right below */
	}

form label	{ font-size:.95em; } 

form br { line-height:0; height:0; } /* defaults vertical spacing between fields */

input, textarea, select { 
	background-color:#ffffff !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #1953a4;
	color:#000;
	width:200px; /* 5 pixles smaller than form width !important */
	height:18px;
	line-height:18px;
	vertical-align: middle;
	margin-bottom:4px; /* sets vertical spacing between fields */
	padding-top:1px; /* vertically position text in input/textarea field */
	padding-left:4px; /* horizontally position text in input/textarea field */
	font-family: Arial, Helvetica, sans-serif; 
	font-size:1.0em;
	}

select { width:150px; padding:0; } /* same width as form - !important */

textarea { height:66px; overflow:auto; }

#contact_business { display: none; } /* do not remove */ 


/* ------------------------ SPECIFIC ELEMENTS ------------------------ */

/* ------------------------ main contact form ------------------------ */
#contact-main { margin:20px 0 10px 0; }

#contact-main label { 
	width:220px; 
	position:relative; 
	display:block; 
	text-align:right; 
	margin-bottom:10px;
	font-size:1.0em;
	}

#contact-main label input, #contact-main label textarea, #contact-main label select { 
	width:170px;
	position:absolute; 
	left:110%; 
	top:-2px;
	}

#contact-main label select { width:175px; } /* fixes display issue - 5px larger than input field */

#contact-main label textarea { height:100px; overflow:auto; }

/* ------------------------ submit button form elements ------------------------ */

input.submit, input.submit-contact-main { 
	width:60px;
	height:20px;
	cursor:pointer; 
	padding:0; 
	}

input.submit-contact-main { margin:95px 0 0 243px; } /* defines placement of contact-main submit button */

input.submit-image { /* REMOVE IF NOT USED */
	background:url("../images/btn-submit.jpg");
	width:80px;
	height:21px;
	border:none;
	cursor:pointer;
	}
input.submit-contact-main { /* REMOVE IF NOT USED */
	background:url("../images/btn-submit-main.jpg");
	width:80px;
	height:21px;
	border:none;
	cursor:pointer;
	}/* ------------------------------- CONTENT FRAMEWORK ------------------------------- */

/* ------------------------ main framework ------------------------ */
#wrap {
	background:url("../images/bg-wrap.jpg") repeat-y;
	width:880px;
	margin:0 auto;
	text-align:left;
	}

#wrap-img {
	background:url("../images/bottom-image.jpg") bottom no-repeat;
	width:880px;
	margin:0 auto;
	text-align:left;
	padding-bottom: 25px;
	}

/* ------------------------ masthead framework ------------------------ */
#masthead {
	position:relative;
	background:url("../images/masthead.jpg");
	height:165px;
	}
	/* index page link within #masthead */		
	#masthead a.homelink {
	position:absolute;
	left:41px;
	width:244px;
	top:11px;
	height:127px;
		}
	#masthead a span {
		display:none;
		}

/* ------------------------ column-left framework ------------------------ */
#column-left {
	width:562px;
	float:left;
	}

	#column-left p, #column-left h2, #column-left h3, #column-left ul, #column-left dl {
		margin:0px 26px 20px 40px;
		}
		#column-left h2, #column-left h3 {margin-bottom: 12px;}
		#column-left h1 {margin:10px 26px 12px 40px; }

	#column-left form { margin-left:0px; } /* set form margin here */

	/* single column list */
	#column-left ul { padding-left:15px; }
		#column-left ul li { 
			background:transparent url("../images/bullet.jpg") 0px 3px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:13px; /* pushes text to the right to display bg img */
			}

	/* multi column list */
	#column-left ul.multi { padding-left:5px; } 
		#column-left ul.multi li { 
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:10px;  /* pushes text to the right to display bg img */
			float:left;
			width:150px; /* sets the width of each column */
			line-height:20px; 
			}

	/* definition list */
	#column-left dl { padding-left:5px; }
		#column-left dl dt {
			font-weight:bold;
			color:#99CC00;
			}
		#column-left dl dd {
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:10px;  /* pushes text to the right to display bg img */
			margin-left:5px;
			}

/* ------------------------ column-right framework ------------------------ */
#column-right {
	width:318px;
	float:left;
	}

	#column-right p, #column-right h1, #column-right h2, #column-right h3, #column-right ul, #column-right dl {
		margin:0px 70px 24px 44px;
		}
	#column-right p.mediaplayer {margin: 0px 45px 24px 35px; text-align: center;}
	#column-right form { padding-left:44px; }

	/* single column list */
	#column-right ul { padding-left:5px; }
		#column-right ul li { 
			background:transparent; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:10px;  /* pushes text to the right to display bg img */
			}


/* ------------------------ header framework ------------------------ */
#header-graphic { height:215px; background:url("../images/header-index.jpg");} /* sets height for all non-flash headers */

	body#product #header-graphic { background:url("../images/header-product.jpg"); }
	body#aviation #header-graphic { background:url("../images/header-aviation.jpg"); }
	body#outdoor #header-graphic { background:url("../images/header-outdoor.jpg"); }
	body#winter #header-graphic { background:url("../images/header-winter.jpg"); }
	body#water #header-graphic { background:url("../images/header-water.jpg"); }
	body#travel #header-graphic { background:url("../images/header-travel.jpg"); }
	body#camping #header-graphic { background:url("../images/header-camping.jpg"); }
	body#trailers #header-graphic { background:url("../images/header-trailers.jpg"); }
	body#motorcycles #header-graphic { background:url("../images/header-motorcycles.jpg"); }
	body#rv #header-graphic { background:url("../images/header-rv.jpg"); }
	body#cargo-freight #header-graphic { background:url("../images/header-cargo.jpg"); }
	body#fishing #header-graphic { background:url("../images/header-fishing.jpg"); }
	body#military #header-graphic { background:url("../images/header-military.jpg"); }

/* ------------------------ subhead framework ------------------------ */
#subhead { height:39px; margin-left: 10px;} /* sets height for all subheads */
	body#index #subhead { background:url("../images/subhead-index.jpg"); }
	body#about #subhead { background:url("../images/subhead-about.jpg"); }
	body#product #subhead { background:url("../images/subhead-product.jpg"); }
	body#aviation #subhead { background:url("../images/subhead-aviation.jpg"); }
	body#outdoor #subhead { background:url("../images/subhead-outdoor.jpg"); }
	body#winter #subhead { background:url("../images/subhead-winter.jpg"); }
	body#water #subhead { background:url("../images/subhead-water.jpg"); }
	body#travel #subhead { background:url("../images/subhead-travel.jpg"); }
	body#camping #subhead { background:url("../images/subhead-camping.jpg"); }
	body#trailers #subhead { background:url("../images/subhead-trailers.jpg"); }
	body#motorcycles #subhead { background:url("../images/subhead-motorcycles.jpg"); }
	body#rv #subhead { background:url("../images/subhead-rv.jpg"); }
	body#cargo-freight #subhead { background:url("../images/subhead-cargo.jpg"); }
	body#fishing #subhead { background:url("../images/subhead-fishing.jpg"); }
	body#military #subhead { background:url("../images/subhead-military.jpg"); }
	body#contact #subhead { background:url("../images/subhead-contact.jpg"); }
	body#thankyou #subhead { background:url("../images/subhead-thankyou.jpg"); }
	body#sitemap #subhead { background:url("../images/subhead-sitemap.jpg"); }

/* ------------------------ subhead framework with varying heights ------------------------ */
#col-right-top {
	padding-top:65px;
	background:url("../images/col-right-top.jpg") top no-repeat ;
	margin: 0 10px 100px 0;
	width: 308px;
	}

/* ------------------------ title framework with varying heights ------------------------- */
#title-contact {
	height:38px;
	background:url("../images/title-contact.gif") left top no-repeat ;
	margin-left: 13px;
	}
#title-locate {
	height:38px;
	background:url("../images/title-locate.gif") left top no-repeat ;
	margin-left: 13px;
	}
#title-usa {
	height:40px;
	background:url("../images/title-usa.jpg") left top no-repeat ;
	margin-left: 10px;
 	}
#title-media-player {
	height:52px;
	background:url("../images/title-media-player.gif") left top no-repeat ;
	margin-left: 13px;
	}
#title-versatility {
	height:40px;
	background:url("../images/title-versatility.jpg") ;
	margin-left: 10px;
	}

#title-adjustable {
	height:44px;
	background:url("../images/title-adjustable.jpg") ;
	margin-left: 10px;
	}


#pricing {
	background: url("../images/pricing-wrap.jpg") repeat-y; 
	color: #fff;
	width: 500px;
	margin:0px 20px 10px 40px;
	}
	#pricing p {margin: 0px 130px 10px 20px; }
	
#princing-info {
	background: url("../images/princing-info.jpg") top no-repeat;
	padding-top: 55px;
	}
#pricing-bottom {
	height: 30px;
	background: url("../images/pricing-bottom.jpg");
	}

/* ------------------------------------- Buttons ---------------------------------------- */
div.read-more {
		height:20px;
		display:block;
		background:url("../images/btn-read-more.jpg") no-repeat;	
		position: relative;
		margin:0px 26px 24px 40px;
		
		}
		div.read-more a {
			position: absolute;
			top: 0px;
			left: 0px;
			width: 80px;
			height: 20px;
			}
		div.read-more a:hover {
				background:url("../images/btn-read-more-over.jpg") -0px 0 no-repeat; /* -100px = horizontal img shift, 0px = vertical shift from top */
				}
		div.read-more span { display:none; }


/* ------------------------ bottom-wrap framework ------------------------ */
/* ------------ must have below column-left and column-right to clear the float ------------ */
#bottom-wrap {
	clear:both; /* important - do not remove */
	}

/* ------------------------footer framework ------------------------ */
#footer {
	width:880px;
	margin:0 auto;
	text-align:center;
	padding-top: 10px;
	}

#footer p {
	color:#ffffff;
	margin-bottom:10px;
	}

#footer a:link, #footer a:visited { color:#ffffff; }
#footer a:hover, #footer a:active { color:#efdf16; }

#footer ul {margin-bottom:10px;}
	#footer li { /* if your li's float, you can adjust border height w/ line-height */
		padding:0 5px 0 7px; /* adjusts the spacing between each li display and border-left */
		display: inline;
		border-left: 1px solid #ffffff;
		}
	#footer li.first { border: none; }

/* ------------------------ MAIN NAVIGATION FRAMEWORK ------------------------ */
#top-nav { 
	width:401px; 
	height:39px; 
	margin:0;
	padding:0; 
	margin-left: 439px;
	}

#top-nav span { display: none; }

#top-nav li, #top-nav a { height:39px; display:block; } /* change height here also */

#top-nav li { float:left; list-style:none; _display:inline; position:relative; }

#top-nav-01 { width: 64px; margin-left: 0px;}
#top-nav-02 { width: 132px;}
#top-nav-03 { width: 106px;}
#top-nav-04 { width: 99px;}


/*-------------- (-79px) X position of button / (-39px) height of image from above ------------- */
#top-nav-01 a:hover { background:url("../images/top-nav-over.jpg")   -0px -0px no-repeat; }
#top-nav-02 a:hover { background:url("../images/top-nav-over.jpg")  -64px -0px no-repeat; }
#top-nav-03 a:hover { background:url("../images/top-nav-over.jpg") -196px -0px no-repeat; }
#top-nav-04 a:hover { background:url("../images/top-nav-over.jpg") -302px -0px no-repeat; }

/* ------------------------ vertical sprite nav ------------------------ */
#column-right #nav {
	background:url("../images/nav.gif") top left no-repeat;					
	width:285px;	/* Width of buttons, not entite image (or half of entire image) */
	height:379px;	 /* Height of entire image */
	margin:0;
	padding:0 0 0 33px;
		}

#column-right #nav li span { display: none; }

#column-right #nav li { float:left; list-style:none; position:relative; padding: 0px;}

#column-right #nav li, #column-right #nav a { 
	height:28px;	/* Each button must have the same height, define it here */
	display:block;
	}

/* margin-top to set where the nav should begin */
#column-right #nav-01 { margin-top:38px; width:215px; }

/* margin-top if there is a spacing between each nav button */
#column-right #nav-02, #column-right #nav-03, #column-right #nav-04, #column-right #nav-05, 
#column-right #nav-06, #column-right #nav-07, #column-right #nav-08, #column-right #nav-09, 
#column-right #nav-10, #column-right #nav-11, #column-right #nav-12  { margin-top:0; width:215px; }

#column-right #nav-01 a:hover { background:url("../images/nav.gif") -351px  -38px no-repeat; }
#column-right #nav-02 a:hover { background:url("../images/nav.gif") -351px  -66px no-repeat; }
#column-right #nav-03 a:hover { background:url("../images/nav.gif") -351px  -94px no-repeat; }
#column-right #nav-04 a:hover { background:url("../images/nav.gif") -351px  -122px no-repeat; }
#column-right #nav-05 a:hover { background:url("../images/nav.gif") -351px -150px no-repeat; }
#column-right #nav-06 a:hover { background:url("../images/nav.gif") -351px -178px no-repeat; }
#column-right #nav-07 a:hover { background:url("../images/nav.gif") -351px -206px no-repeat; }
#column-right #nav-08 a:hover { background:url("../images/nav.gif") -351px -234px no-repeat; }
#column-right #nav-09 a:hover { background:url("../images/nav.gif") -351px -262px no-repeat; }
#column-right #nav-10 a:hover { background:url("../images/nav.gif") -351px -290px no-repeat; }
#column-right #nav-11 a:hover { background:url("../images/nav.gif") -351px -318px no-repeat; }
#column-right #nav-12 a:hover { background:url("../images/nav.gif") -351px -346px no-repeat; }
