/* CSS Document */

@import url("/css/main_nav.css"); 
@import url("/css/sub_nav.css"); 

html {-webkit-text-size-adjust:none}

* {
	padding: 0;
	margin: 0;
}

body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 62.5%;
	color: #949494;
	background: #222 url("/images/bg_product_tile.jpg") repeat-x top;
	text-align: center;
}

div.clear {
	clear: both;
}

.float_left {
	position: relative;
	float: left;
}

.float_right {
	position: relative;
	float: right;
}

div.mini_wrapper {
	width: 1000px;
	text-align: center;
}





/* WRAPPER */

div#wrapper {
	margin: 0 auto;
	text-align:left;
}





/* HEADER, NAVIGATION, BANNER */

div#upper {
	position: relative;
	margin: 0 auto;
	width: 700px;
	height: 146px;
	color: #222;
}

div#header {
	position: relative;
	float: left;
	width: 300px;
	height: 146px;
	text-align: left;
}

div#header h1 a {
	position: absolute;
	top: 0;
	left: 0;
	width: 280px; 
	height: 125px; 
	background: transparent url("/images/logo.jpg") no-repeat 0 0;
}

div#header h1 a:hover {
	background-position: 0 0;
}

div#header h1 a span,
div#header p span {
	display: none;
}





/* HEADINGS */

div#banner_mid h2 {
	font-size: 2.0em;
	line-height: 1em;
	color: #b81e08;
	padding: 13px 0 8px 12px;	
}

div#banner_mid h3 {
	color: #333333;
	font-size: 1.5em;
	padding: 0 0 0 12px
}

div#banner_mid h4	{
	color: #333333;
	font-size: 1.5em;
	font-weight: normal;
	padding: 0 0 8px 12px
}

div#banner_mid h5 {
	color: #b81e08;
	font-size: 1.5em;
	padding: 0 0 12px 12px
}

div#banner_mid h6 a {
	position: absolute;
	top: 155px;
	left: 23px;
	width: 340px;
	height: 28px;
	display: block;
	background: transparent url("/images/bg_btn_click_metron.jpg") no-repeat;
}

div#banner_mid h6 a:hover {
	background-position: 0 -28px;
}

div#banner_mid h6 a span {
	display: none;
} 

div#banner_mid p.quote {
  	font-family: Helvetica, Arial, sans-serif;
  	font-size: 12px;
	font-weight: bold;
	line-height: 11px;
	margin: 0;
	color: #333;
	padding: 2px 16px 12px 16px;
}

div#banner_mid p {
  	font-family: Helvetica, Arial, sans-serif;
  	font-size: 1.3em;
	font-weight: normal;
	line-height: 15px;
	margin: 0;
	color: #333;
	padding: 4px 0 0 24px;
}

div#content h2 {
	font-size: 1.8em;
}

div#content h3 {
	font-size: 1.6em;
	font-weight: bold;
}

div#content h2,
div#content h3 {
	padding-top: 5px;
	margin: 0 16px;
	color: #f7f7f7;
}

div#content h3 a {
	color: #b93636;
	text-decoration: underline;
}

div#content h3 a:hover {
	color: #b93636;
	text-decoration: none;
}





/* BANNER */

div#banner {
	position: relative;
	margin: 0 auto;
	background: #fff url("/images/bg_banner_click.jpg") repeat-x top;
	width: 100%;
}

div#banner_wrap {
	position: relative;
	margin: 0 auto;
	width: 700px;
	height: 470px; 
	background: transparent;
}

div#banner_mid {
	position: relative;
	float: left;
	width: 700px;
}

div#banner_right {
	position: relative;
	margin: 0;
	float: right;
	width: 300px;
}

div#banner a {
 	color: #993300;
}

div#banner a:hover {
	color: #663399;
}







/* CONTENT: LEFT, MIDDLE, AND RIGHT COLS */

div#content_wrap {
	position: relative;
	margin: 0 auto;
	padding-top: 6px;
	background: transparent url("/images/bg_product_tile_lower.jpg") repeat-x top;
	width: 100%;
}

div#content {
	position: relative;
	margin: 0 auto;
	width: 680px;
	border-left: 1px solid #303030;
	border-right: 1px solid #303030;
}

div#content div#left_col {
	position: relative;
	float: left;
	width: 450px;
	border-right: 1px solid #303030;
}

div#content div#right_col {
	position: relative;
	float: right;
	width: 226px;
}

div#content p {
	font-size: 12px;
	color: #9e9e9e;
}

div#content div#left_col p  {
	font-size: 12px;
	line-height: 15px;
	padding: 0 12px 0 16px;
	margin: 12px 0 0 0;
}

div#content div#left_col p.quote  {
	font-size: 14px;
	line-height: 17px;
	padding: 0 12px 0 16px;
	margin: 12px 0 0 0;
}

div#content div#left_col ul {
	padding: 0;
	margin: 4px 16px 10px 16px;
	border-top: 1px solid #303030;
}

div#content div#left_col ul li {
	font-size: 12px;
	line-height: 15px;
	padding: 0 0 7px 0;
	margin: 7px 16px 0 16px;
	border-bottom: 1px solid #303030;
	list-style-image: url("/images/bg_arrow_gray.jpg");
}

div#content div#right_col p {
	font-size: 12px;
	line-height: 15px;
}

div#content div#middle_col p,
div#content div#middle_col p.posting {
	font-size: 12px;
	line-height: 15px;
	margin: 4px 0 10px 0;
}

div#content div#middle_col p.bio {
	font-size: 12px;
	line-height: 14px;
	margin: 0 0 10px 0;
}

div#content div#left_col p strong,
div#content div#middle_col p strong,
div#content div#middle_col li strong {
	font-weight: normal;
	color: #f7f7f7;
}



div#content p.break_solid {
	border-top: 1px solid #303030;
	margin: 0;
	padding: 0 0 6px 0;
}

div#content div#left_col p.break_dotted,
div#content div#middle_col p.break_dotted,
div#content div#right_col p.break_dotted {
	border-top: 1px dotted #333;
	margin: 0 16px;
	padding: 0 0 6px 0;
}

div#content a {
	color: #b93636;
	text-decoration: underline;
}

div#content a:hover {
	text-decoration: none;
}




div#content a.arrow {
	color: #b93636;
	text-decoration: underline;
	padding-left: 12px;
	background: transparent url("/images/bg_arrow_red.jpg") no-repeat left 50%;
}

div#content a.arrow:hover {
	text-decoration: none;
}

h4.learn a {
	position: absolute;
	bottom: 0px;
	display: block;
	width: 233px;
	height: 38px;
	background: transparent url("/images/btn_learn_more.jpg") no-repeat 0 0;
	margin-top: 6px;
	margin-bottom: 6px;
}

h4.learn a:hover {
	background-position: 0 -38px;
}

h4.learn a span {
	display: none;
}

div#right_col p strong {
	color: #f7f7f7;
	font-weight: normal;
}

div#right_col ul {
	padding: 0;
	margin: 4px 16px 10px 16px;
	/*border-top: 1px solid #303030;*/
}

div#right_col ul li {
	font-size: 1.2em;
	line-height: 14px;
	padding: 0 0 7px 0;
	margin: 0 0 7px 16px;
	border-bottom: 1px solid #303030;
	list-style-image: url("/images/bg_arrow_gray.jpg");
}

div#right_col ul li.last {
	border-bottom: none;
}



div#footer {
	margin: 0 auto;
	width: 100%;
	background: #222 url("/images/bg_home_footer_tile.jpg") repeat-x top;
}

div#footer div#footer_content {
	margin: 0 auto;
	width: 650px;
	height: 76px;
	text-align: center;
}

div#footer p {
	font-size: 11px;
	line-height: 14px;
	margin-bottom: 6px; 
	padding-top: 15px;
}

div#footer a {
	color: #949494;
	text-decoration: underline;
}

div#footer a:hover {
	text-decoration: none;
}

div#copyright {
	position: relative;
	float: left;
	text-align: left;
}

div#utilityNavigation {
	position: relative;
	float: right;
	text-align: right;
}

a.sidebar img {
	padding: 0;
	border: 4px solid #303030;
	margin: 3px 0 10px 0;
}

a.sidebar img:hover {
	border: 4px solid #b93636;
}


div#content div#middle_col table.compare {
	width: 438px;
	margin: 6px 16px 16px 16px;
	border-top: 1px solid #303030;
	border-right: 1px solid #303030;
	border-left: 1px solid #303030;
	border-bottom: 0;
}

div#content div#middle_col table.compare td {
	border-bottom: 1px solid #303030;
}

div#content div#middle_col table.compare td.cell_left {
	vertical-align: top;
	width: 40%;
	border-right: 1px solid #303030;
}

div#content div#middle_col table.compare td.cell_right {
	vertical-align: top;
	width: 60%;
}

div#content div#middle_col table.compare p {
	margin: 10px 0; 
}

div#content div#middle_col table.compare p.break_dotted {
	margin: 0 0 10px 0; 
	padding: 10px 16px 0 16px;
}




div#content div#right_col input,
div#content div#right_col textarea {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #949494;
	border: 1px solid #444;
	margin: 2px 0 2px 0;
	padding: 3px 5px;
	background-color: #333;
}

table.contact_form {
	margin: 0 0 0 16px;
}

table.contact_form td {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #949494;
	height: 30px;
	vertical-align: middle;
}

table.contact_form td.desc {
	padding-top: 6px;
	vertical-align: top;
}

table.contact_form input.text_box,
table.contact_form textarea.text_box {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #949494;
	border: 1px solid #444;
	margin: 2px 0 2px 0;
	padding: 3px 5px;
	background-color: #333;
	width: 150px;
}

table.contact_form select {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #949494;
	border: 1px solid #444;
	margin: 4px 0 4px 0;
	padding: 3px;
	background-color: #333;
}

html>body table.contact_form select {
	width: 162px;
}

table.contact_form select option {
	margin: 4px 0 4px 0;
}

table.contact_form textarea.text_box {
	width: 274px;
	height: 100px;
}

table.contact_form input.submit {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #949494;
	border: 1px solid #444;
	margin: 2px 0 2px 0;
	padding: 3px 5px;
	background-color: #333;
	width: 75px;
	cursor: pointer;
}

div#content div#middle_col table.contact_form input.submit:hover {
	color: #222;
	background-color: #b93636;
	border: 1px solid #b93636;
}


div#right_col p.arrow {
	margin: 0 16px 10px 16px;
	padding: 0 0 0 14px;
	background: transparent url("/images/bg_arrow_red.jpg") no-repeat 0 3px;
}

div#right_col p.arrow a:hover {
	text-decoration: none;
}
