
body {
	margin:0;
	font-family:Arial, Arial, Helvetica, sans-serif;
	behavior: url("css/csshover3.htc");
}

h1 {
	margin:0;
	font-family:Arial, Arial, Helvetica, sans-serif;
	font-size:21px;
	font-weight:normal;
	color:#333333;
	line-height:40px;
}

h2 {
	margin:0;
	font-family:Arial, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#333333;
	line-height:16px;
}

h2 a {
	text-decoration:none;
	color:#5c952f;
}

h3 {
	margin:0;
	font-family:Arial, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#5c952f;
	line-height:40px;
}

h5 {
	font-family:Arial, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#333333
	text-decoration:none;
}

p {
	margin:0;
	font-family:Arial, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#333333;
}

.cover:after {
	content: '.';
	display: block;
	height: 0px;
	visibility: hidden;
	clear: both;
}
.cover {
	zoom: 1;
}

td {
	font-family:Arial, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	width: 200px;
}

/* PAGE LOADER */

#loading-mask{
	top:0px;left:0px;
	width:100%;
	height:100%;
	background:#FFFFFF;
	position:absolute;
	z-index:20000;
}

#loading{
	position:absolute;
	left:50%;
	top:50%;
	padding:0;
	text-align:center;
	z-index:20001;
}

#loading .loading-indicator{
	color:#5f342e;
	font:10px Arial, Arial, Helvetica, sans-serif;
	padding:0;
	margin:0;
	text-align:left;
}

/* HEADER */

form#aspnetForm {
	margin: 0;
	padding: 0;
}

#header {
	background:url(../images/header.jpg) no-repeat;
	background-position: left 0px;
	width:981px;
	height: 120px;
	margin: 0 auto;
	position:relative;
	display: block;
}

/* FORM */

table.form {
	background:#FFFFFF;
	border:2px solid #999999;
	padding:30px;
}

/* 1ST NAV */

	#header ul {
	position: absolute;
	top: 63px;
	right: 30px;
	margin: 0;
	padding: 0;
	list-style: none;
	width: 710px;
	}

	#header ul li {
	list-style-type:none;
	height:26px;
	float: right;
	display: inline;
	display:inline;
	padding: 0 0 0 12px;
	}

	#header ul li a {
	font-family:Arial, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color:#333333;
	text-decoration:none;
	letter-spacing:2px;
	padding-left:10px;
	padding-right:10px;
	}

	#header ul li a#reverse {
	color:#333333;
	}

	#header ul li a:hover {
	color:#5c952f;
	}
	
	#header ul li a.on, 
	#header ul li a.on:hover
	{
		color:#00BCE4;
	}

	/* stuff for the utility nav */
	div#header ul#utility {
		height: 26px;
		position: absolute;
		right: 30px;
		top: 29px;
	}
	div#header ul#utility li {

	}
	div#header ul#utility li a {
		font-size: 10px;
	}

	div#header ul#utility li a {
		background: transparent no-repeat scroll left 3px;
		color:#5C952F;
		display:inline-block;
		font-weight:bold;
		height:17px;
		padding-left:25px;
		padding-top:5px;
	}
	div#header ul#utility li a:hover
	{
		color:#0F94B2;
	}
	div#header ul#utility li a#ordernow								{ background-image: url(/images/cart_icon.jpg); }
	div#header ul#utility li a#ordernow:hover					{ background-image: url(/images/cart_icon_over.jpg); }
	div#header ul#utility li a#locator_link				{ background-image: url(/images/icon_sm_star.gif); }
	div#header ul#utility li a#locator_link:hover	{ background-image: url(/images/icon_sm_star_over.gif); }
	

	
	/* home link - logo */
	#home_link {
		height:60px;
		left:20px;
		top: 42px;
		position:absolute;
		width:200px;
	}
	#home_link a { display: block; }
	#home_link img {
	border:0;
	}
	
	
/*==== Stacking fix for the fancyzoom box ====*/
div#zoom {
	z-index: 100;
}

	/*==== Distributor Locator Stuff - form in lightbox ====*/
	div#zoom_content fieldset#dist_form {
		margin: 0;
		padding: 0;
		border: 0px;
	}
	div#zoom_content fieldset#dist_form legend {
		display: none;
		visibility: hidden;
	}
	div#zoom_content fieldset#dist_form h1 {
		color: #0D4257;
		font-size: 21px;
		line-height: 100%;
		background: url(/images/rule_distpanel_dotted.gif) repeat-x left bottom;
		padding: 0 0 20px 0;
		margin: 40px 0 20px 0;
	}
	div#zoom_content fieldset#dist_form p {
		margin-bottom: 10px;
		font-size:11px;
	}
	div#zoom_content fieldset#dist_form a { 				color: #5C952F; }
	div#zoom_content fieldset#dist_form a:hover { 	color: #0F94B2; }

	div#zoom_content fieldset#dist_form select {
		display: block;
		width: 250px;
		color: #333;
		*background-color: #EFFBFF;
		margin: 20px auto;
	}
	/* targets just webkit browsers - safari 3, chrome, and opera 9.5 */
	@media screen and (-webkit-min-device-pixel-ratio) {
				div#zoom_content fieldset#dist_form select { background-color: #D4F4FF; border: 1px solid #C1E5F1; }
	}
	div#zoom_content fieldset#dist_form input {
		display: block;
		margin: 0 auto;
	}
	
/* CONTENT */

#container {
	width:981px;
	margin:auto;
}

#content {
	width:979px;
	margin:auto;
	border-left:1px solid #000000;
	border-right:1px solid #000000;
	position:relative;
	background:#F5F5F5;
}

#content_copy {
	min-height:538px;
}

#content_scroll {
	width:979px;
	height:539px;
	margin:0;
	padding:0;
	border:0;
	position:relative;
	overflow:hidden;
	left:0;
	top:0;
}

#content_scroll ul {
	margin:0;
	padding:0;
	display:inline-block;
}

#content_scroll ul li {
	list-style-type:none;
}

/* FOOTER */

#footer {
	width:981px;
	margin:auto;
	position:relative;
	clear:both;
}


/* BOTTOM */

#bottom {
	background:url(../images/bottom.jpg) no-repeat;
	/*position:relative;*/
	top:131px;
	width:981px;
	height:130px;
	margin:auto;
}

#bottom a {
	font-size:9px;
	color:#333333;
	text-align:center;
	letter-spacing:3px;
	text-decoration:none;
}

#bottom a:hover {
	color:#5c952f;
}

div.copyright {
	font-size: 9px;
	color: #333333;
	text-align: right;
	letter-spacing:3px;
	text-decoration:none;
	float: right;
	display: inline;
	width: 660px;
	margin: 20px 30px 0 0;
	padding: 0;
}
div.copyright ul { 
	text-align: right ;
	padding: 0;
	margin: 10px 0;
}
div.copyright ul li {
	display: inline;
}

.pipe {
	/*color:#AAAAAA;*/
	background: url(/images/footer_nav_pipe.gif) no-repeat right top;
	padding: 0 10px 0 0;
	margin: 0 9px 0 0;
}
ul#social {
	float: left;
	display: inline;
	margin: 20px 0 0 30px;
	padding: 0;
	list-style: none;
	width: 240px;
	line-height: 9px;
	font-weight: bold;	
	list-style-type: none;
	list-style-position: outside;
	padding: 0px;	
}
ul#social li {
	margin-bottom: 6px;
}
ul#social li a {
	color: #6FA8B9;
}

ul#social_icons {
	float: left;
	width: 150px;
	margin: 10px 0px 0px 40px;
	padding: 0px;
	_display: inline;
}

ul#social_icons li {
	float: left;
	width: 32px;
	height: 32px;
	margin: 0px 15px 0px 0px;
	padding: 0px;
	list-style-type: none;
	list-style-position: outside;
	_display: inline;
}

ul#social_icons li a {
	display: block;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
}

ul#social_icons li a.facebook {
	background: url(../images/footer/facebook_32x32.png) left top no-repeat;
}

ul#social_icons li a.twitter {
	background: url(../images/footer/twitter_32x32.png) left top no-repeat;
}

ul#social_icons li a.youtube {
	background: url(../images/footer/youtube_32x32.png) left top no-repeat;
}

#bottom p.legal_text {
	font-size: 8px;
	width: 525px;
	float: right;
	text-align: right;
	margin: 10px 30px 0px 0px;
	padding: 0px;
	line-height: 16px;
	color: #666;
	_display: inline;
}

#copy_left a.play, #copy_right a.play
{
	background: url(../images/play_button_sm.gif) left top no-repeat;
	display: inline-block;
	height: 16px;
	padding: 0px 0px 0px 25px;
}

#copy_left a.play:hover, #copy_right a.play:hover
{
	background: url(../images/play_button_hover_sm.gif) left top no-repeat;
	color: #0F94B2;
}

#copy_right a.magnify
{
	background: url(../images/eye_button_sm.gif) left top no-repeat;
	display: inline-block;
	height: 16px;
	padding: 0px 0px 0px 25px;
}

#copy_right a.magnify:hover
{
	background: url(../images/eye_button_hover_sm.gif) left top no-repeat;
	color: #0F94B2;
}

#video1
{
	display: none;
}


/* International Navigation */

#utility { 
	float: right;
	display: inline;
	clear: both;
	margin: 0;
}

#utility li {
	float: left;
	display: inline;
	margin: 0 0 0 20px;
}

#utility li a#country_link {
	background: url(../images/flags/US.jpg) left top no-repeat !important;
	padding: 0 0 0 30px !important;
	color: #666 !important;
}

#utility li a#country_link:hover {
	color: #666 !important;
}

#zoom_content ul#country {
	list-style: none;
	margin: 0 0 0 20px;
	padding: 0;
}

#zoom_content ul#country li {
	line-height: 32px;
}

#zoom_content ul#country li a {
	color: #333;
	font-weight: bold;
	text-decoration: none;
	padding: 0 0 0 30px;
}

#zoom_content ul#country li a:hover {
	color: #5C952F;
}

#zoom_content ul#country li#US a {background: url(../images/flags/US.jpg) left top no-repeat;}
#zoom_content ul#country li#AT a {background: url(../images/flags/AT.jpg) left top no-repeat;}
#zoom_content ul#country li#DE a {background: url(../images/flags/DE.jpg) left top no-repeat;}
#zoom_content ul#country li#IR a {background: url(../images/flags/IR.jpg) left top no-repeat;}
#zoom_content ul#country li#CH a {background: url(../images/flags/CH.jpg) left top no-repeat;}
#zoom_content ul#country li#UK a {background: url(../images/flags/UK.jpg) left top no-repeat;}

#awards_info {
	display: none;
}