/** HTML STYLES ******************************************************/

	BODY {
		background-color: #1e1f1f;
		font: normal 13px "Trebuchet MS", Arial, sans-serif;
	}
	
	H1 {
		margin: 15px 0px;
		color: #C0C0C0;
		font-size: 28px;
		font-weight: bold;
		text-transform: uppercase;
		line-height: 100%;
	}
	
	H2 {
		margin: 10px 0px;
		color: #C0C0C0;
		font-size: 18px;
		font-weight: bold;
		line-height: 100%;
	}
	
	h3{
		font-size: 20px;
		margin-bottom: 15px;
	}
	
	HR {
		border: none;
		border-top: solid 1px #1e2021;
		height: 1px;
		margin: 40px 0px;
	}
	
	UL {
		padding-left: 20px;
	}
		
		UL LI {
			list-style-image: url("../images/bullet.png");
		}
	
	A, A:link, A:active, A:visited {
		color: #DA9766;
		text-decoration: none;
	}
	
	A:hover {
		color: #ffffff;
		text-decoration: none;
	}
	
	UL LI A, UL LI A:link, UL LI A:hover, UL LI A:active, UL LI A:visited, OL LI A, OL LI A:link, OL LI A:hover, OL LI A:active, OL LI A:visited {
		color: #d5d5d5;
		text-decoration: none;
	}
	
	UL LI A:hover, OL LI A:hover{color: #DA9766;}
	
	td a, td A:link, td A:active, td A:visited {text-decoration: underline;}

/** CORE STYLES ******************************************************/

	#header {
		clear: both;
		height: 45px;
		background: #232323 url("../images/header_back.gif") 0px 0px repeat-x;
	}
	
	#primary {
		clear: both;
		color: #c9c8c7;
		background: #101111 url("../images/content_back.gif") center 0px no-repeat;
		min-height: 300px;
	}
	
	#secondary {
		clear: both;
		color: #c9c8c7;
		padding: 29px 0px 21px 0px;
	}
	
	#footer, #footer div {
		clear: both;
		color: #686565;
	}
	
	#footer a{text-decoration: none;}
	
	.container {
		clear: both;
		width: 958px;
		margin: 0px auto;
		text-align: left;
	}


/** HEADER STYLES ****************************************************/

	#header #logo {
		position: absolute;
		left: 0px;
		top: 0px;
		z-index: 100;
	}
	
	#header UL#menu {
		margin: 0px;
		padding: 5px 0px 0px 215px;
		height: 33px;
		width: 490px;
		float: left;
		overflow: visible;
	}
	
	#header_content{
		position: relative;
	}
		
		#header UL#menu LI {
			display: block;
			height: 33px;
			margin: 0px;
			padding: 0px;
			float: left;
			list-style-type: none;
		}
		
			UL#menu LI A {
				display: block;
				color: #A7A7A7;
				background-color: transparent;
				background-position: 0px 0px;
				background-repeat: no-repeat;
				text-decoration: none;
				overflow: hidden;
				text-indent: -10000px;
				background: url("../images/menu/nav_sprite.gif") 0px 0px no-repeat;
			}
			
			UL#menu LI A:hover {
				color: #DA9766;
			}
			
			UL#menu LI.on A, 
			UL#menu LI A.on {
				color: #d5d5d5;
			}
			
			UL#menu LI#m_Innovation A {
				width: 128px;
				height: 33px;
			}
			UL#menu LI#m_Innovation A:hover{background-position: 0px -33px;}
			UL#menu LI#m_Innovation A.on{background-position: 0px -66px;}
			
			UL#menu LI#m_Testimonials A {
				width: 123px;
				height: 33px;
				background-position: -128px 0px;
			}
			UL#menu LI#m_Testimonials A:hover{background-position: -128px -33px;}
			UL#menu LI#m_Testimonials A.on{background-position: -128px -66px;}
			
			UL#menu LI#m_AboutUs A {
				width: 93px;
				height: 33px;
				background-position: -251px 0px;
			}
			UL#menu LI#m_AboutUs A:hover{background-position: -251px -33px;}
			UL#menu LI#m_AboutUs A.on{background-position: -251px -66px;}
			
			UL#menu LI#m_News A {
				width: 60px;
				height: 33px;
				background-position: -345px 0px;
			}
			UL#menu LI#m_News A:hover{background-position: -345px -33px;}
			UL#menu LI#m_News A.on{background-position: -345px -66px;}
			
			UL#menu LI#m_Store A {
				width: 57px;
				height: 33px;
				background-position: -405px 0px;
			}
			UL#menu LI#m_Store A:hover{background-position: -405px -33px;}
			UL#menu LI#m_Store A.on{background-position: -405px -66px;}
			
			/* Locator ------------------------------------------------------------*/
			
			#locate_dealer{
				width: 250px;
				float: left;
				overflow: hidden;
				padding: 0px;
				position: relative;
				top: 14px;
			}
			
			#locate_dealer label, #locate_dealer .search, #dealer_go_btn{
				float: left;
			}
			
			#locate_dealer label{
				display: inline-block;
				float: left;
				font: 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
				color: #a7a7a7;
			}
			
			#locate_dealer .search{
				float: left;
				width: 93px;
				height: 18px;
				padding: 0px;
				overflow: hidden;
				margin: 0px 8px 0px 8px;
				font: 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
				background: url("../images/locater_search_bg.png") 0px 0px no-repeat;
			}
			
			#locate_dealer .search input{
				width: 93px;
				height: 18px;
				padding: 0px;
				margin: 0px;
				border: 0px solid #fff;
				background: none;
				color: #666;
			}
			
			
/** PRIMARY STYLES ****************************************************/

	#home #primary {
		background: #101111 url("../images/content_back_home.gif") center 0px no-repeat;
	}
	
	#page #primary .container {
		width: 618px;
		padding: 30px 170px;
	}
	
		#page.innovation #primary .container {
			width: 788px;
			padding: 30px 0px 30px 170px;
		}
	
	#primary FORM {
		margin: 20px 0px;
	}


/** SECONDARY STYLES ****************************************************/

	#secondary .panel {
		float: left;
		height: 212px;
		width: 300px;
		_width: 283px;
		margin: 0px 8px 0px 8px;
	}
	
	#secondary #signup.panel {
		background: transparent url("../images/secondary/sign-up.png") 0px 0px no-repeat;
	}
			
		#secondary #signup.panel INPUT#email {
			width: 180px;
			margin: 97px 0px 0px 60px;
		}
		
		#secondary #signup.panel INPUT#submit {
			width: 130px;
			height: 65px;
			margin: 28px 0px 0px 170px;
			background: transparent url("../images/secondary/sign-up_button.png") 0px 0px no-repeat;
			border: none;
		}
		
		#secondary #signup.panel INPUT#submit:hover {
			background-position: 0px -65px;
		}
	
	#secondary #getonetoday.panel {
		height: 231px;
		background: transparent url("../images/secondary/get-one-today.png") 0px 0px no-repeat;
	}
		
		#secondary #getonetoday.panel  A {
			display: block;
			height: 65px;
			width: 130px;
			margin: 147px 0px 0px 170px;
			background: transparent url("../images/secondary/get-one-today_button.png") 0px 0px no-repeat;
		}
		
		#secondary #getonetoday.panel  A:hover {
			background-position: 0px -65px;
		}
	
	#secondary #sheehan.panel {
		background: transparent url("../images/secondary/patrick-sheehan.png") 0px 0px no-repeat;
	}
		
		#secondary #sheehan.panel  A {
			display: block;
			height: 65px;
			width: 130px;
			margin: 147px 0px 0px 170px;
			background: transparent url("../images/secondary/patrick-sheehan_button.png") 0px 0px no-repeat;
		}
		
		#secondary #sheehan.panel  A:hover {
			background-position: 0px -65px;
		}
		
		#creator{
			width: 300px;
			height: 212px;
			overflow: hidden;
			position: relative;
			background: url("../images/secondary/the-creator-v2.jpg") 0px 0px no-repeat;
		}
		
		#creator .watch_now_btn{
			position: absolute;
			right: 8px;
			bottom: 8px;
		}
		
/** FOOTER STYLES ****************************************************/

	#footer .container {
		height: 71px;
		overflow: none;
		padding-top: 12px;
		background: transparent url("../images/footer_back.gif") 0px 0px no-repeat;
		font-size: 14px;
		text-align: center;
	}
	
	#footer .container .row1{
		margin-bottom: 10px;
	}
	
	#footer A {
		color: #686565;
	}
	
	#footer A:hover {
		color: #d5d5d5;
	}
	
	.social_icon{
		display: inline-block;
		width: 16px;
		height: 16px;
		overflow: hidden;
		text-indent: -10000px;
		background: url("../images/social_icons.gif") 0px 0px no-repeat;
	}
	
	#footer .social_icon{
		margin-left: 7px;
	}
	
	#footer_facebook{
		background-position: 0px 0px;
	}
	
	#footer_twitter{
		background-position: -23px 0px !important;
	}
	

/** CHART STYLES ****************************************************/

	.chart {
		width: 100%;
	}
		
		.chart TR TH,
		.chart TR TD	{
			padding: 2px 10px;
			background-color: transparent;
			text-align: left;
		}
		
		.chart TR TH.compare,
		.chart TR TD.compare {
			padding: 2px 22px;
			text-align: center;
		}
		
		.chart TR.odd TD {
			background-color: #1e1f1f;
		}


/** FORM STYLES ****************************************************/

	.field {
		clear: both;
		margin: 10px 0px;
	}
		
		.field .prompt {
			display: block;
			width: 110px;
			float: left;
		}
		
		.field INPUT,
		.field SELECT,
		.field TEXTAREA {
			display: block;
			width: 200px;
		}
		
		.field TEXTAREA {
			width: 400px;
			height: 200px;
		}
		
	P INPUT {
		margin-left: 110px;
	}


/** OTHER STYLES ****************************************************/

.pdf {
	padding: 0px 0px 0px 25px;
	background: transparent url("../images/pdf.gif") 0px 1px no-repeat;
	min-height: 16px;
}

.dialog {
	display: none;
}

#videoDialog IFRAME{
	overflow: hidden;
	border: none;
	margin: 0px;
	padding: 0px;
}

.error {
	color: #ff0000;
}

#productImages
{
	margin-bottom:35px;
}

#productImages ul li
{
	list-style-image:none;
	
	list-style:none;
	
	margin-left:0px;
	
	padding-left:0px;
	
	margin-top:5px;
}

#productImages ul
{
 	margin-top:30px;
	
	margin-left:0px;
	
	padding-left:0px;
}

#noPad
{
	margin-left:20px;
	
	padding-left:0px;
}

/** BUTTONS ****************************************************/

a.watch_now_btn{
	display: block;
	width: 98px;
	height: 44px;
	overflow: hidden;
	text-indent: -10000px;
	background: url("../images/watch_now_btn.png") 0px 0px no-repeat;
}

a.watch_now_btn:hover{
	background: url("../images/watch_now_btn.png") 0px -44px no-repeat;
}

a.go_btn{
	display: inline-block;
	width: 53px;
	height: 24px;
	overflow: hidden;
	text-indent: -10000px;
	background: url("../images/go_btn.png") 0px 0px no-repeat;
}

a.go_btn:hover{
	background: url("../images/go_btn.png") 0px -26px no-repeat;
}

/* Home Page Slideshow ------------------------------------------------------------*/

.slider_container{
	height: 460px;
	position: relative;
}

.slider_content{
	width: 100%;
	position: relative;
	height: 430px;
}

.slider_content div{
	position: absolute;
	left: 50%;
	width: 945px;
	height: 364px;
	top: 50%;
	margin-top: -182px;
	margin-left: -472.5px;
}

.slider_content .off{
	left: -10000px;
}

.slider_nav{
	width: 75px;
	height: 18px;
	overflow: hidden;
	margin: 0px auto;
}

.slider_nav a{
	display: block;
	float: left;
	margin-left: 5px;
	width: 18px;
	height: 18px;
	overflow: hidden;
	text-indent: -10000px;
	cursor: pointer;
	background: url("../images/slider_indicator.png") 0px 0px no-repeat;
}

.slider_nav a.first{margin: 0px;}

.slider_nav a.on{
	background: url("../images/slider_indicator.png") 0px -18px no-repeat;
}

/** TESTIMONIALS ****************************************************/

#testimonials{
	width: 800px;
}

#testimonials_header{
	width: 622px;
	margin-bottom: 70px;
}

#testimonials_header h1{
	text-transform: none;
	margin-bottom: 8px;
}

#testimonials_left{
	float: left;
	width: 535px;
	line-height: 20px;
}

#testimonials_right{
	float: left;
	width: 229px;
	border-left: 1px solid #222;
	padding-bottom: 190px;
}

#testimonials_right .content{
	padding-left: 20px;
}

#testimonials_left p{
	margin-bottom: 30px;
	padding-right: 42px;
}

.video_thumb{
	position: relative;
	width: 229px;
	height: 129px;
	background: #c9c8c7;
	margin-bottom: 15px;
}

.video_thumb a.watch_now_btn{
	position: absolute;
	bottom: 3px;
	right: 3px;
}

.video_thumb img{
	display: block;
	position: absolute;
	width: 229px;
	height: 129px;
	left: 0px;
	top: 0px;
	background: #c9c8c7;
}

.clear{clear: both;}
