/** 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%;
	}
	
	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:hover, A:active, A:visited {
		color: #d5d5d5;
		text-decoration: none;
	}
	
	A:hover {
		color: #DA9766;
	}


/** 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 {
		clear: both;
		color: #686565;
	}
	
	.container {
		clear: both;
		width: 958px;
		margin: 0px auto;
		text-align: left;
	}


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

	#header #logo {
		position: absolute;
		z-index: 100;
	}
	
	#header UL#menu {
		margin: 0px;
		padding: 0px 0px 0px 215px;
		height: 45px;
	}
		
		#header UL#menu LI {
			display: block;
			height: 43px;
			margin: 0;
			padding: 0px;
			float: left;
			list-style-type: none;
			overflow: hidden;
		}
		
			UL#menu LI A {
				display: block;
				height: 0 !important;
				padding-top: 43px;
				color: #A7A7A7;
				background-color: transparent;
				background-position: 0px 0px;
				background-repeat: no-repeat;
				text-decoration: none;
				overflow: hidden;
			}
			
			UL#menu LI A:hover {
				color: #DA9766;
				background-position: 0px -43px;
			}
			
			UL#menu LI.on A, 
			UL#menu LI A.on {
				color: #d5d5d5;
				background-position: 0px -86px;
			}
			
			UL#menu LI#m_Innovation A {
				width: 174px;
				background-image: url("../images/menu/innovation.gif");
			}
			
			UL#menu LI#m_Testimonials A {
				width: 149px;
				background-image: url("../images/menu/testimonials.gif");
			}
			
			UL#menu LI#m_AboutUs A {
				width: 123px;
				background-image: url("../images/menu/aboutus.gif");
			}
			
			UL#menu LI#m_News A {
				width: 104px;
				background-image: url("../images/menu/news.gif");
			}
			
			UL#menu LI#m_Store A {
				width: 101px;
				background-image: url("../images/menu/store.gif");
			}


/** 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 {
		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;
		}


/** FOOTER STYLES ****************************************************/

	#footer .container {
		height: 28px;
		overflow: none;
		padding-top: 4px;
		background: transparent url("../images/footer_back.gif") 0px 0px no-repeat;
		font-size: 12px;
		text-align: center;
	}
	
	#footer A {
		color: #686565;
	}
	
	#footer A:hover {
		color: #d5d5d5;
	}


/** 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;
}
