@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background: #222;
	font-size: 12px;
	font-family: Helvetica, Arial, sans-serif;
	color: #888888;
	height: 100%;
	overflow: inherit;
}

#shade {
	background-color: #222;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	overflow: hidden;
	scrolling: none;
	z-index: 999 !important;
}

*:focus, *:active {
	outline: none;
}

p {
	padding: 0;
	margin: 5px 0 12px 0;
	letter-spacing: 0.05em !important;
	line-height: 21px;
}

em {
	color: #edb417;
	font-style: normal;
}

#body_wrap {
	width: 100%;
	margin: 0;
	padding: 0;
	background: transparent;
/* 	display: none;  */
	}

#wrapper {
	margin: 4% auto 0 auto;
	width: 960px;
	border: 1px solid #333;
}

#header {
	height: 47px;
	border-bottom: 1px solid #333;
}

#sub_header {
	height: 95px;
	border-bottom: 1px solid #333;
}

#main {

}

	#main #display {
		margin: 11px;
		width: 938px;
		height: 361px;
		background-color: #222;
	}
	
	#main #single_pane_wrapper {
		font-size: 16px;
		font-weight: lighter;
		line-height: 24px;
		padding: 13px 36px 11px;
		border-top: 1px solid #333;
		letter-spacing: 0.04em;
		text-align: justify;
		height: 117px;
	}
	
	#main #single_pane_wrapper p.summary {
		color: #dbb242;
		text-align: left;
		font-size: 18px;
		margin-top: 9px;
		margin-bottom: 21px;
		line-height: 24px;
	}
	
	#main #single_pane_wrapper p.section_summary {
		line-height: 24px;
		text-align: left;
	}
	
	#main #single_pane_wrapper p.main {
		line-height: 24px;
	}
	
	#main div.summary {
		height: auto !important;
		padding-bottom: 24px;
	}
	
	#main #double_pane_wrapper {
		font-size: 12px;
		line-height: 20px;
		padding: 16px 36px 6px;
		border-top: 1px solid #333;
		text-align: left;
		display: block;
		clear: both;
		background: url(images/mainbg.png) repeat-y !important;
	}
	
		#main #double_pane_wrapper p {
			margin: -5px 0 24px 0;
		}
	
	#main #col_wrapper {
		clear: both;
		min-height: 192px;
		border-top: 1px solid #333;
	}
	
		#main .home_sub {
			min-height: 160px;
			border-right: 1px solid #333;
			font-size: 14px;
			line-height: 21px;
			letter-spacing: 0.05em !important;
			color: #777 !important;
		}
		
		#home_sub_1 {
			width: 263px;
			float: left;
			padding: 20px 24px 12px 36px;
		}
		
		#home_sub_2 {
			width: 263px;
			float: left;
			padding: 20px 24px 12px 24px;
		}
		
		#home_sub_3 {
			width: 264px;
			float: left;
			padding: 20px 36px 12px 24px;
		}
		
		#pane1 {
			float: left;
			padding: 36px 24px 0 0;
			width: 420px;
			margin: -16px 0 0px 0;
			background: transparent;
		}
		
		#pane2 {
			float: left;
			padding: 0 0 0 24px;
			width: 420px;
			margin: 20px 0 0 0;
			background: transparent;
	        }
		#main .prod_sub {
			min-height: 160px;
			border-right: 1px solid #333;
			font-size: 14px;
			line-height: 21px;
			letter-spacing: 0.05em !important;
			color: #777 !important;
		}
				
		#prod_sub_1 {
			width: 263px;
			float: left;
			padding: 20px 24px 12px 36px;
		}
		
		#prod_sub_2 {
			width: 263px;
			float: left;
			padding: 20px 24px 12px 24px;
		}
		
		#prod_sub_3 {
			width: 264px;
			font-size: 12px;
                        float: left;
			padding: 18px 32px 10px 10px;
		}
#footer {
	margin: 0 auto 0 auto;
	padding: 16px 10px 20px 36px;
	font-size: 9px;
	color: #888;
	border-top: 1px solid #333;
	letter-spacing: 0.1em;
}

	#footer_home {
		margin: 0 auto;
		width: 888px;
		padding: 16px 10px 20px 10px;
		font-size: 9px;
		color: #777;
		border: none !important;
		letter-spacing: 0.1em;
	}

	#footer ul.nav {
		list-style: none;
		margin: 0;
		padding: 0;
		float: left;
		font-size: 9px;
		}
		
		#footer ul.nav li {
			display: inline;
			margin: 0;
			padding: 0;
			float: left;
			}
			
		#footer ul.nav li a, #footer ul.nav li a:visited {
			padding: 0;
			margin: 0;
			color: #888;
			}
			
		#footer ul.nav li a:hover, #footer ul.nav li a:visited:hover {
			padding: 0;
			margin: 0;
			color: #ccc;
			}

#logo {
	float: left;
	display: inline;
	margin: 9px 0 0 35px;
	border: 0;
}

ul.nav {
	margin: 16px 27px 0 0;
	padding: 0;
	list-style: none;
	font-size: 11px;
	float: right;
}

	ul.nav li {
		display: inline;
		margin: 0 5px;
		padding: 0;
		letter-spacing: 0.1em;
	}
	
		ul.nav li a, ul.nav li a:visited {
			padding: 2px;
			text-decoration: none;
			color: #5a96f3;
		}
		
		ul.nav li a:hover, ul.nav li a:visited:hover {
			color: #ccc;
		}
		
		ul.nav li a.active {
			color: #edb417;
/*			color: #D8A313 !important;	*/
			}

ul#subnav {
	margin: 20px 19px 18px 16px;
	padding: 0;
	list-style: none;
	font-size: 11px;
	float: right;
	text-align: right;
	width: 750px;
}

	ul#subnav li {
		display: inline;
		line-height: 24px;
		letter-spacing: 0.1em;
	}
	
	ul#subnav li a, ul#subnav li a:visited {
		padding: 6px 10px 10px 0;
		margin: 12px 5px 5px 0;
		text-decoration: none;
		color: #5a96f3;
	}
	
	ul#subnav li a:hover, ul#subnav li a:visited:hover {
		color: #ccc;
	}
	
	ul#subnav li a.active {
		color: #edb417 !important;
		}
		
	ul#subnav li a.active:hover, ul.nav li a.active:hover, ul.nav li a.active:visited:hover {
		color: #ccc !important;
		}
		
a.learnmore, a.learnmore:visited {
	color: #95c241;
	text-decoration: none;
	font-size: 11px;
}
	
hr.tall_break {
	border: none;
	height: 16px;
	padding: 0;
	margin: 0;
	clear: both;
}

div.clear {
	clear: both;
	display: block;
	width: 100%;
	height: 0px;
	line-height: 0;
	font-size: 0;
	color: #222;
	border: none;
	padding: 0;
	margin: 0;
}

strong.green, span.green {
	color: #95c241;
	font-weight: lighter;
	font-weight: bold;
}

strong.orange, span.orange {
	color: #edb417;
	font-weight: lighter;
	font-weight: bold;
}

strong.yellow, span.yellow {
	color: #edb417;
	font-weight: lighter;
	font-weight: bold;
}

div.push {
	display: block;
	height: 36px;
	clear: both;
}

dl#sitemap {
	padding: 0 0 21px 0;
	margin: 0;
	line-height: 21px;
	letter-spacing: 0.05em;
}

#sitemap dl {
	margin-left: 0px;
	padding-left: 0px;
	margin: 0px;
	padding: 0px;
}

#sitemap dt, #sitemap dd {
	margin-left: 0px;
	padding-left: 0px;
}
	

#sitemap dd a, #sitemap dd a:visited {
	color: #888;
	text-decoration: none;
}

#sitemap dt a:hover, #sitemap dt a:visited:hover, #sitemap dd a:hover, #sitemap dd a:visited:hover {
	color: #ccc;
}

#sitemap dt {
	margin: 21px 0 0 0;
}

div.contact a, div.contact a:visited {
	color: #888;
	text-decoration: none;
}

div.contact a:hover, div.contact a:visited:hover {
	color: #ccc;
}

#sitemap dt a, #sitemap dt a:visited {
	color: #95c241;
	text-decoration: none
}

a.specialemail {
	color: #edb417 !important;
	text-decoration: none;
	}
	
a.specialemail:hover, a.specialemail:visited:hover {
	color: #ccc !important;
	}
	
a.email {
	color: #888 !important;
	}
	
a.email:hover, a.email:visited:hover {
	color: #ccc !important;
	}
	

#display img {
	float: left;
	position: absolute;
	left: 0px;
	top: 0px;
}

#display {
	overflow: hidden;
	position: relative;
	}
	
.col2img {
	margin-bottom: 32px !important;
	}
	
div#single_pane_wrapper img.summaryImg {
	margin: -13px -36px -10px -36px;
	clear: both;
	}
	
div#single_pane_wrapper.summary img.summaryImg {
	margin: -13px -36px -10px -36px;
	}
	
	
/*/////////////////////////////////////////////

				COVER UP
				
/////////////////////////////////////////////*/

	a#coverup {
		width: 936px;
		height: 360px;
		float: left;
		position: absolute; 
		background: url('images/prot.gif');
		z-index: 9;
		margin: 11px;
		}
		
	a.cover {
			float: left;
			position: absolute;
			background: url('images/prot.gif');
			z-index: 9;
	}
