/*
	Project  : Eemax website
	Last Edit: October 21 2009
	Edited by: Jonathan Cerkoney

	Primary site stylesheet containing layout and design styles
*/
* {
	font-family:arial;
}
* a {
	font-weight:bold;
	color:#069;
}
* p,* li,* a {
	font-size:12px;
}
html,body {
	margin:0;
	padding:0;
	background:#E0E0E0;
	font-size:1em;
}
/* Begin site container styles */
#siteBody,#siteFoot {
	width:1024px;
	margin:0 auto;
}
#siteBody {
	background:#E0E0E0 url(../images/siteBody_bg.png) repeat-y;
}
#siteFoot {
	height:12px;
	background:#E0E0E0 url(../images/siteFoot_bg.png) no-repeat;
}
#siteContainer {
	position:relative;
	width:1000px;
	margin:0 12px;
}
/* end site container styles */

/* Begin header styles */
#header {
	position:relative;
	width:100%;
	height:97px;
	background:#FFF;
}
#header .helpBar {
	padding:6px 28px 0 0;
	font-size:.75em;
	color:#AAA;
}
#header .announcement {
	position:absolute;
	top:32px;
	left:290px;
}
#header .announcement img {
	border:none;
}
#header #ajaxSearch_form {
	width:300px;
	float:right;
	text-align:right;
}
#header .tagline,#header .corpLogo {
	position:absolute;
	bottom:28px;
}
#header .tagline {
	right:28px;
	margin:0;
	padding:0;
	font-weight:bold;
	font-size:1.25em;
	/*color:#069;*/
	color:#000;
}
#header .corpLogo {
	left:28px;
	border:none;
}
#header .tagline span {
	color:#C41230;
}
/* End header styles */

/* Begin navigation bar styles */
#nav {
	position:absolute;
	top:83px;
	left:0;
	width:1000px;
	z-index:100;
}
#nav table {
	width:944px;
	margin:0 auto;
	background:#EEE url(../images/nav_bg.png) repeat-x;
	border-top:1px #DDD solid;
	border-right:1px #AAA solid;
	border-bottom:1px #AAA solid;
	border-left:1px #C4C4C4 solid;
}
#nav table tbody tr td {
	height:28px;
	text-align:center;
	vertical-align:middle;
	border-bottom:1px #BBB solid;
}
#nav table tbody tr td div {
	position:relative;
	width:100%;
	height:16px;
	padding:6px 0;
}
#nav table tbody tr td a, #nav table tbody tr td .nolink {
	width:100%;
	display:block;
	border-right:1px #BBB solid;
	font-size:.8125em;
	font-weight:bold;
	text-decoration:none;
	color:#333;
}
#nav table tbody tr td .nolink{
	cursor:default;
}
#nav table tbody tr td a:hover {
	color:#C41230;
}
#nav table tbody tr td div:hover ul,
#nav table tbody tr td div.hover ul {
	display:block;
}
#nav table tbody tr td.last {
	border-right:1px #BBB solid;
}
#nav table tbody tr td.last a {
	border:none;
}
#nav table tbody tr td ul {
	position:absolute;
	top:12px;
	left:-1px;
	width:200px;
	padding:0 0 5px 0;
	display:none;
	border:1px solid #BBB;
	border-top:none;
	background:#F0EFF0 url(../images/nav_drop_bg.png) repeat-x;
	list-style-type:none;
}
#nav table tbody tr td ul li {
	position:relative;
	margin:4px 10px;
	font-size:16px;
	text-align:left;
}
#nav table tbody tr td ul li a {
	border:none;
	font-weight:normal;
}
#nav table tbody tr td ul li a.menuProductTypes {
	margin:8px 0;
	padding:8px 0;
	border-top:1px solid #BBB;
	border-bottom:1px solid #BBB;
	background:url(../images/type_arrow.png) no-repeat right center;
	font-weight:bold;
}
#nav table tbody tr td ul li ul,
#nav table tbody tr td div:hover ul li ul,
#nav table tbody tr td div.hover ul li ul {
	display:none;
}
#nav table tbody tr td ul li a:hover ul,
#nav table tbody tr td div:hover ul li:hover ul,
#nav table tbody tr td div.hover ul li.hover ul {
	display:block;
	position:absolute;
	left:175px;
	top:-6px;
	padding-top:4px;
	border-top:1px solid #BBB;
}
/* End navigation bar styles */

/* Begin flash content styles (landing page only) */
#flashContainer {
	width:100%;
	height:262px;
	z-index:2;
}
#flashContent {
	width:100%;
	height:262px;
	background:url(../images/flash_ph.jpg) no-repeat;
	z-index:2;
}
/* End flash content styles */

/* Begin showcase styles (landing page only) */
#showCase {
	width:100%;
	height:304px;
}
#showCase .locations {
	position:relative;
	width:256px;
	height:100%;
	float:right;
	background:#E4E4E4;
	color:#666;
	text-align:center;
}
#showCase .locations .links {
	padding-top:6px;
}
#showCase .locations .links a {
	display:block;
	margin-top:6px;
}
#showCase .locations .links a.twitter,
#showCase .locations .links a.facebook,
#showCase .locations .links a.whatsnew,
#showCase .locations .links a.buyamerican
{
	display:block;
	width:112px;
	height:34px;
	margin:4px 0 6px 0;
}
#showCase .locations .links a.twitter {
	float:left;
	margin-left:10px;
}
#showCase .locations .links a.facebook {
	float:right;
	margin-right:10px;
}
#showCase .locations .links a.buyamerican {
	clear:both;
	float:left;
	margin-left:10px;
}
#showCase .locations .links a.whatsnew {
	float:right;
	margin-right:10px;
}
#showCase .locations .links a img {
	border:1px solid #999;
}
#showCase .locations .shadow {
	display:block;
	width:14px;
	height:100%;
	position:absolute;
	top:0;
	right:100%;
	background:urL(../images/locations_shadow.png) repeat-y;
}
#showCase .locationChooseBox {
	margin:6px 10px 0 10px;
	padding:0;
	border:1px #999 solid;
	text-align:left;
}
#showCase .locationChooseBox h4 {
	margin:0;
	padding:6px;
	background:#CCC url(../images/locations_title.png) repeat-y;
	border-bottom:1px #999 solid;
}
#showCase #locationChooser {
	width:222px;
	margin:0;
	padding:6px;
	font-size:.8125em;
	font-weight:bold;
}
#showCase #locationChooser table {
	margin:0;
	padding:0;
}
#showCase #locationChooser tbody tr td {
	padding:4px 0;
}
#showCase #locationChooser tbody tr td.label {
	width:58px;
	padding-right:6px;
	text-align:right;
}
#showCase #locationChooser tbody tr td.select select {
	width:100%;
	height:20px;
}
#showCase #locationChooser tbody tr td.checkbox {
	text-align:center;
}
#showCase #locationChooser tbody tr td.submit {
	text-align:center;
}
#showCase .products {
	width:739px;
	height:201px;
	padding-left:5px;
	float:left;
	background:#BADBF0 url(../images/products_bg.png) repeat-y;
}
#showCase .products h3 {
	margin:0;
	padding:2px 10px 0px 10px;
	color:#666;
}
#showCase .products .productGroup {
	margin:0 3px;
	padding:6px;
	width:226px;
	height:155px;
	float:left;
	background:url(../images/product_group_bg.png) no-repeat;
}
#showCase .products .productGroup .productDetails {
	position:relative;
	height:100%;
	padding-right:108px;
}
#showCase #locationChooseBox form {
	margin:0;
	padding:0;
}
#showCase .products .productGroup .productDetails h4 {
	position:absolute;
	top:5px;
	left:5px;
	margin:0;
	padding:0;
	color:#888;
}
#showCase .products .productGroup .productDetails h4 a img {
	border:none;
}
#showCase .products .productGroup .residential {background:url(../../assets/images/product_group/def_residential.jpg) no-repeat top right;}
#showCase .products .productGroup .commercial {background:url(../../assets/images/product_group/def_commercial.jpg) no-repeat top right;}
#showCase .products .productGroup .safety {background:url(../../assets/images/product_group/drenchshower.jpg) no-repeat top right;}
#showCase .products .productGroup .productDetails .links {
	position:absolute;
	bottom:1px;
	left:5px;
	width:118px;
}
#showCase .products .productGroup .productDetails .links a {
	display:block;
	padding:4px 0;
	font-size:.625em;
	font-weight:bold;
	letter-spacing:0;
	color:#069;
	text-decoration:none;
}
#showCase .products .productGroup .productDetails .links a:hover {
	color:#C41230;
}
#showCase .products .productGroup .productDetails .links a span {
	display:none;
	position:absolute;
	bottom:-1px;
	left:125px;
	width:96px;
	height:155px;
	background:#FFF;
}
#showCase .products .productGroup .productDetails .links a span.roll_house {background:url(../../assets/images/product_group/house.jpg) no-repeat;}
#showCase .products .productGroup .productDetails .links a span.roll_handwash {background:url(../../assets/images/product_group/handwash.jpg) no-repeat;}
#showCase .products .productGroup .productDetails .links a span.roll_boat {background:url(../../assets/images/product_group/boat.jpg) no-repeat;}
#showCase .products .productGroup .productDetails .links a span.roll_medical {background:url(../../assets/images/product_group/medical.jpg) no-repeat;}
#showCase .products .productGroup .productDetails .links a span.roll_kitchen {background:url(../../assets/images/product_group/kitchen.jpg) no-repeat;}
#showCase .products .productGroup .productDetails .links a span.roll_dimicrochip {background:url(../../assets/images/product_group/dimicrochip.jpg) no-repeat;}
#showCase .products .productGroup .productDetails .links a span.roll_hal {background:url(../../assets/images/product_group/drenchshower.jpg) no-repeat;}
#showCase .products .productGroup .productDetails .links a span.roll_drenchshower {background:url(../../assets/images/product_group/drenchshower.jpg) no-repeat;}
#showCase .products .productGroup .productDetails .links a span.roll_drenchshower_slide {background:url(../../assets/images/product_group/drenchshower.jpg) no-repeat;}

#showCase .products .productGroup .productDetails .links a:hover span {
	display:block;
}

#showCase .prodInfo {
	width:734px;
	height:99px;
	padding:4px 0 0 10px;
	float:left;
	background:#C7E3E1 url(../images/prodinfo_bg.png) repeat-y;
	text-align:center;
}
#showCase .prodInfo h4 {
	margin:0;
	padding:0;
}
#showCase .prodInfo a {
	margin-right:16px;
}
#showCase .prodInfo a img {
	border:none;
}
/* End showcase styles */

/* Begin subnav styles */
#subnav {
	margin-bottom:18px;
	padding:9px 12px;
	background:#CCC url(../images/subnav_back.png) repeat-x;
	border:1px solid #999;
}
#subnav ul {
	margin:0;
	padding:0;
}
#subnav ul li {
	margin:0;
	padding:0;
	list-style-type:none;
}
#subnav ul li a {
	display:block;
	padding:3px 0;
	color:#000;
	text-decoration:none;
}
#subnav ul li.active a,#subnav ul li a:hover {
	color:#C41230;
}
/* End subnav styles */

/* Begin content styles */
#contentContainer {
	padding:18px;
	background:#FFF url(../images/interior_bg.png) repeat-x;
}
#contentContainer .content {
	padding-top:72px;
}
#contentContainer .content p {
	margin:18px 0 0 0;
}
/* End content styles */

/* Begin footer styles */
#footer {
	padding:10px 18px 10px 6px;
	background:#FFF;
	/*border-top:1px #999 solid;*/
	font-size:.75em;
	color:#999;
	text-align:right;
}
#footer a {
	margin-right:18px;
	color:#999;
	text-decoration:none;
}
#footer .mitUSA {
	float:left;
	margin-left:18px;
}
#footer .mitUSA img {
	position:relative;
	top:1px;
	margin:0 8px 0 0;
}
/* End footer styles */

/* Begin column styles */
#contentContainer .column1 {
	width:300px;
	float:left;
}
#contentContainer .column2 {
	width:646px;
	float:right;
}
/* End column styles */

.newsList {
	margin:0;
	padding:0;
	list-style-type:none;
}
.newsList li {
	margin:0;
	padding:4px 0;
}

/* ClearFix clears floating elements and allows a containing element to properly size itself */
.ClearFix,*.ClearFix {
	display:block;
	clear:both;
	overflow:hidden;
	visibility:hidden;
	height:0;
	margin:0;
	padding:0;
	line-height:0;
}

#iqForm label,#refForm label {
	font-size:12px;
}
#iqForm input,#refForm input,#iqForm textarea,#refForm textarea {
	width:100%;
	padding:2px;
	font-size:12px;
}
#iqForm input.submit,#refForm input.submit {
	display:block;
	width:auto;
	margin:0 auto;
	padding:2px;
	font-size:12px;
}
#refForm input,#iqForm textarea,#refForm textarea {
	width:290px;
}
#ReferAfriend p {
	font-weight:bold;
	font-size:16px;
	color:#999;
}
#SurveyContainer {
	margin-top:18px;
	padding:12px;
	border:1px solid #666;
	background:#DDD;
}
#fancy_ajax #SurveyContainer {
	margin-top:0;
}
#SurveyContainer h3 {
	margin:0;
	font-size:14px;
	border-bottom:1px solid #666;
}
#SurveyContainer .survey_question, #SurveyContainer p {
	margin:12px 0;
	color:#333;
	font-size:12px;
}
#SurveyContainer .survey_answer {
	margin:0;
	color:#333;
	font-size:12px;
}
#SurveyContainer .survey_answer textarea {
	width:97%;
	height:32px;
	font-size:12px;
}
#SurveyContainer .survey_control {
	margin-top:12px;
	text-align:center;
}
.iconLink {
	margin-top:18px;
	display:block;
}
.iconLink img {
	border:1px solid #999;
}
