/*BASICS*/
* {
	list-style-type: none;
	border-width: 0px;
	border-style: none;
	padding: 0px;
	margin: 0px;
	}
.clear {
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
.rule {
	height: 20px;
	margin:20px 20px 0px 20px;
	border-top: 1px solid #ECECEC;
	clear: both;
	}
body {
	color: #2d2d2d;
	line-height: 18px;
	font-size: 12px;
	background-color: #161616;
	font-family: "Lucida Grande", Arial, Verdana, sans-serif;
	}
#wrap {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	width: 840px;
	background: #FFFFFF;
	}
#masthead { background-color: #161616; }
#masthead #logo {
	margin-left: -10px;
	height: 80px;
	background-position: left top;
	background-repeat: no-repeat;
	background-image: url(../_img/logo2.jpg);
	text-indent: -7777px;
	}
#billboard {
	margin-left: 10px;
	margin-bottom: 30px;
	margin-right: 10px;
	margin-top: 10px;
	min-height: 100px;
	}
#billboard_fade {
	background-color: #990000;
	margin-left: 10px;
	margin-bottom: 30px;
	margin-right: 10px;
	margin-top: 10px;
	height: 400px;
	}
#footer {
	margin-top: 30px;
	clear: both;
	padding: 20px 20px 10px 20px;
	font-size: 11px;
	color: #666666;
	background-color: #ececec;
	}
html>body .corners_bottom {
	background-position: center bottom;
	background-repeat: no-repeat;
	background-image: url(../_img/corners_bottom.png);
	height: 10px;
	background-color: #ececec;
	}

/*MAIN NAV*/
#main_nav {
	position: relative;
	line-height: 11px;
	font-size: 11px;
	font-weight: bold;
	background-color: black;
	width: 840px;
}
html>body #main_nav .corners {
	width: 840px;
	height: 10px;
	display: block;
	background-position: left top;
	background-repeat: no-repeat;
	background-image: url(../_img/corners.png);
	z-index: 50;
	left: 0px;
	top: 0px;
	position: absolute;
	}
#main_nav ul { background-color: black; display: block; width: 840px; }
#main_nav li { float: left; display: block; }
#main_nav li a {
	line-height: 35px;
	height: 35px;
	text-decoration: none;
	color: #f9f9f9;
	padding: 0px 20px;
	display: block;
	float: left;
	background-color: black;
	}
#main_nav li a:hover {
	text-decoration: none;
	color: #2d2d2d;
	background-color: white;
	background-image: url(../_img/nav_hover.png);
	}

/* Active tabs trickery */
#index_page #main_nav li#index_tab a,
#specifications_page #main_nav li#specifications_tab a,
#options_page #main_nav li#options_tab a,
#design_page #main_nav li#design_tab a,
#certificates_page #main_nav li#certificates_tab a,
#mounting_page #main_nav li#mounting_tab a,
#applications_page #main_nav li#applications_tab a,
#ordering_page #main_nav li#ordering_tab a { color: #2D2D2D; background-color: #FFFFFF; }

#index_page #main_nav li#index_tab a:hover,
#specifications_page #main_nav li#specifications_tab a:hover,
#options_page #main_nav li#options_tab a:hover,
#design_page #main_nav li#design_tab a:hover,
#certificates_page #main_nav li#certificates_tab a:hover,
#mounting_page #main_nav li#mounting_tab a:hover,
#applications_page #main_nav li#applications_tab a:hover,
#ordering_page #main_nav li#ordering_tab a:hover { background-image: none; }

/*LISTS*/
#main_col li,
#sub_col li,
#two_l li,
#two_r li,
#three_l li,
#three_m li,
#three_r li { list-style: disc inside; }

/*COLUMNS*/
#main_col {
	padding: 0px 19px 0px 20px;
	width: 480px;
	float: left;
	display: inline;
	border-right: 1px solid #ECECEC;
	}
#sub_col {
	padding: 0px 20px;
	float: left;
	width: 280px;
	}
#one {
	padding-left: 20px;
	padding-bottom: 10px;
	padding-right: 20px;
	padding-top: 0;
	margin-bottom: 10px;
	float: left;
	display: inline;
	width: 800px;
	}
#two_l {
	margin-bottom: 10px;
	padding: 0 19px 10px 20px;
	float: left;
	display: inline;
	width: 379px;
	border-right: 1px solid #ECECEC;
	}
#two_r {
	margin-bottom: 10px;
	padding: 0 20px 10px 20px;
	float: left;
	display: inline;
	width: 380px;
	}
#three_l,
#three_r {
	margin-bottom: 10px;
	padding: 0 20px 10px 20px;
	float: left;
	display: inline;
	width: 240px;
	}
#three_m {
	margin-bottom: 10px;
	padding: 0 19px 10px 19px;
	float: left;
	display: inline;
	width: 240px;
	height: 100%;
	border-left: 1px solid #ECECEC;
	border-right: 1px solid #ECECEC;
	}
.detail_box {
	border-bottom-color: #e5e5e5;
	border-top-color: #f3f3f3;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-top-style: solid;
	border-top-width: 1px;
	background-color: #fafafa;
	padding: 10px 0px 10px 20px;
	margin: 0px 20px 20px 20px;
	}
.detail_box .float {
	float: left;
	display: inline;
	width: 370px;
	margin-right: 20px;
	}

/*TYPOGRAPHY*/
a,
a:active,
a:visited { color: #2d76bd; text-decoration: none; }
a:hover { color: #18416a; text-decoration: underline; }
p.overview {
	font-size: 14px;
	line-height: 22px;
	}
p.tagline {
	margin-top: 20px;
	margin-right: 10px;
	padding: 20px;
	background-color: #fafafa;
	margin-left: 10px;
	border-left-color: #dfdfdf;
	border-left-width: 5px;
	border-left-style: solid;
	font-family: Georgia, "Times New Roman", sans-serif;
	font-style: italic;
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 20px;
	}
p.fig {
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 10px;
	}
p.enlarge {
	font-size: 10px;
	margin-top: 5px;
	text-align: right;
	}
h2 {
	border-bottom-color: #fafafa;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 10px;
	font-weight: bold;
	}
h4 { font-size: 12px; line-height: 18px; }
.red { color: #B50200; }
