﻿@charset "utf-8";

/* IE6 PNG Fix Behavior for site root */
#powerthrough_intro_tagline {
	behavior: url(assets/htc/iepngfix.htc);
}
#powerthrough_intro {
	behavior: url(assets/htc/iepngfix.htc);
}
/* IE6 PNG Fix Behavior for all other pages */
#powerthrough_tagline {
	behavior: url(../assets/htc/iepngfix.htc);
}
#powerthrough {
	behavior: url(../assets/htc/iepngfix.htc);
}
/* IE6 PNG Fix Behavior for all other pages */
#powerthrough_tagline {
	margin-left: auto;
	margin-right: auto;
	behavior: url(../assets/htc/iepngfix.htc);
}
#powerthrough_mds {
	behavior: url(../assets/htc/iepngfix.htc);
}
body {
	background-color:#FFFFFF;
	color:#333333;
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

/* Header Styles */
#headercontainer {
	width:100%;
	background-color:#ffffff;
}
#header {
	width:900px;
	height:88px;
	margin:auto;
}
#logo {
	float:left;
	padding-top:20px;
}

/* Intro */
.intro_footer {
	background-color:#333333;
	width: 960px;
	margin:0 auto;
}
#intro_flash {
	width: 960px;
	height:386px;
	margin:0 auto;
	text-align: center;
	background-color:#000000;	
}

.intro_header {
	background-color:#FFFFFF;
	width: 960px;
	margin:0 auto;
}
#introcontainer {
	background-color:#000000;
	width: 100%;
	text-align: center;
}


/* Intro User Type Links */
#introlinkscontainer { 
	float:left;
	margin-top:23px;
	margin-left:135px;
	width:323px;
}
/* End User button */
#setEndUser {
	float:left;
	width:161px;
	height:55px;
}
#setEndUser a {
	background:transparent url(../img/enduser_button.gif) no-repeat left top;
	padding:55px 0 0 0;
	margin:0;
	overflow:hidden;
	height:0px !important;
	height /**/:55px; /* for IE5/Win */
	width:100%;
	display:block;
}
#setEndUser a:hover {
	background-position:0 -55px;
}
.sf-menu .sf-first-item {
	padding-top:18px;
}
/* Reseller Button */
#setReseller {
	float:right;
	width:162px;
	height:55px;
}
#setReseller a {
	background:transparent url(../img/reseller_button.gif) no-repeat left top;
	padding:55px 0 0 0;
	margin:0;
	overflow:hidden;
	height:0px !important;
	height /**/:55px; /* for IE5/Win */
	width:100%;
	display:block;
}
#setReseller a:hover {
	background-position:0 -55px;
}

#toplinkscontainer { 
	float:right;
	margin-top:9px;
	width:358px;
	border: solid 0px #0f0;
}
/* New top links container with button to Sweepstakes */
#newtoplinkscontainer { 
	float:right;
	margin-top:9px;
	width:472px;
	border: solid 0px #f00;
}
/* Power to win button */
#powerToWin {
	float:right;
	width:114px;
	height:70px;
	}
#powerToWin a {
	background:transparent url(../img/btn_PowerToWin_ClickHere.gif) no-repeat left top;
	padding:70px 0 0 0;
	margin:0;
	overflow:hidden;
	height:0px !important;
	height /**/:70px; /* for IE5/Win */
	width:100%;
	display:block;
}

/* Register now button */
#register {
	float:right;
	width:144px;
	height:70px;
}
#register a {
	background:transparent url(../img/register_button.gif) no-repeat left top;
	padding:70px 0 0 0;
	margin:0;
	overflow:hidden;
	height:0px !important;
	height /**/:70px; /* for IE5/Win */
	width:100%;
	display:block;
}
#register a:hover {
	background-position:0 -70px;
}

/* Simpler Register now button */
#registerNow {
	/*float:left;*/
	width:144px;
	height:70px;
	}
#registerNow a {
	background:transparent url(../img/btnRegisterNowGreen.gif) no-repeat left top;
	padding:70px 0 0 0;
	margin:0;
	overflow:hidden;
	height:0px !important;
	height /**/:70px; /* for IE5/Win */
	width:100%;
	display:block;
}
#registerNow a:hover {
	background-position:0 -70px;
}
#buttons_container_sweeps 
{
	float: left;
	width: 240px;
	border: solid 0px #0f0;
}
/* Eaton White Papers button */
#whitePapers {
	float:left;
	width:108px;
	height:48px;
	}
#whitePapers a {
	background:transparent url(../img/btnEatonWhitePapersBlue.gif) no-repeat left top;
	padding:48px 0 0 0;
	margin:0;
	overflow:hidden;
	height:0px !important;
	height /**/:48px; /* for IE5/Win */
	width:100%;
	display:block;
}
#whitePapers a:hover {
	background-position:0 -48px;
}
/* Subscribe Now button */
#subscribeNow {
	float:right;
	width:108px;
	height:48px;
	}
#subscribeNow a {
	background:transparent url(../img/btnSubscribeNowOrange.gif) no-repeat left top;
	padding:48px 0 0 0;
	margin:0;
	overflow:hidden;
	height:0px !important;
	height /**/:48px; /* for IE5/Win */
	width:100%;
	display:block;
}
#subscribeNow a:hover {
	background-position:0 -48px;
}

/* Live Chat */
#livechat {
	float:left;
	width:214px;
	height:71px;
}
#livechat a {
	background:transparent url(../img/livechat.gif) no-repeat left top;
	padding:71px 0 0 0;
	margin:0;
	overflow:hidden;
	height:0px !important;
	height /**/:71px; /* for IE5/Win */
	width:100%;
	display:block;
}
#livechat a:hover {
	background-position:0 -71px;
}

/* Nav Styles */
#navcontainer {
	border-top:#d9d9d9 1px solid;
}
.sf-menu li.sfHover ul {
	z-index:99;
	left:0px;
	top:28px;
}
.sf-menu li:hover ul {
	z-index:99;
	left:0px;
	top:28px;
}
#navcontainer_mds
{
    border-bottom:#d9d9d9 1px solid;
    height:32px;
    top: 190px;
}

#nav_roll_indicator {
	position:absolute;
	z-index:100;
	width:100%;
	margin:0 auto;
	height:28px;
/*	background-image:url(../img/bg_dropdown.png);
	background-repeat:repeat;*/
	background-color:#e5e5e5; /* Solid BG */		
	overflow:hidden;
	visibility:hidden;
}
#nav_page_indicator {
	position:absolute;
	top:0px;
	left:0px;
	z-index:101;
	width:100%;
	overflow:hidden;
	background:#CECECE;
	margin-left:1px;
	margin-right:2px;
	height:1px;
}
#nav {
	z-index:102;
	position:relative;
	width:900px;
	margin:0 auto;
}
#powerthrough {
	position:absolute;
	z-index:103;
	top:121px;
	width:100%;
	height:102px;
	background-image:url(../img/bg_sine.png);
	background-repeat:repeat-x;
	text-align:center;
}
#powerthrough_mds {
	width:100%;
	height:102px;
	z-index:103;
	background-image:url(../img/bg_sine.png);
	background-repeat:repeat-x;
	background-color#3ffffff;
	text-align:center;
}
#powerthrough_intro {
	position:absolute;
	z-index:103;
	top:121px;
	width:100%;
	height:102px;
	background-image:url(../img/bg_sine_intro.png);
	background-repeat:repeat-x;
	text-align:center;
}

/* Header Links */

#header_links {
	float:right;
	color:#CECECE;
	font-weight: bold;
	text-align:right;
}
#header_links a 
{
    text-align:right;
	color:#007ac3;
	text-decoration:none;
}
#header_links a:hover 
{
	color:#000000;
}

/* Search Panel */
#top_panel_container {
	width:100%;
	margin:0 auto;
	margin-bottom:15px;
}
#top_panel {
	margin:0 auto;
	width:900px;
	height:24px;
}
#top_panel_breadcrumb {
	float:left;
	width:520px;
	font-size:10px;
}
#top_panel_search_container 
{
    margin-top:20px;   
	float:right;
	width:220px;
}
#search_panel {
	width:100%;
}
.search_panel_query {
	float:left;
	margin-right:9px;
	border:#7e9db9 1px solid;
	width:170px;
	color:#333333;
	padding:4px;
	font-size:11px;
}
.search_panel_submit {
	float:right;
	border:#003b73 1px solid;
	padding:4px;
	text-align:center;
	font-size:11px;
	height:24px;
}

/* Content Styles */
#contentcontainer {
	position:absolute;
	top:247px;
	width:100%;
}
#content {
	width:900px;
	margin:0 auto;
	padding:0px;
	margin-bottom:20px;
  min-height:200px;
  height:auto !important;
  height:200px;
}
#contentcontainer_intro {
	position:absolute;
	top:220px;
	width:100%;
	background-color:#333333;
}
#content_intro_container {
	width:100%;
	background-color:#000000;
}
#content_intro {
	width:960px;
	margin:0 auto;
	padding:0px;
}
#content a {
	text-decoration:underline;
	color:#6699cc;
}
#content a.tooltip {
	text-decoration:none;
	color:#6699cc;
}
#content a:hover {
	color:#0063be;
}
#contentcontainer_landing {
	position:absolute;
	top:217px;
	width:100%;
	background-color:#333333;
	margin-top:6px;
}
#content_landing_container {
	width:100%;
	background-color:#fff;
	padding-top:10px;
	padding-bottom:10px;
}
#content_landing {
	width:960px;
	min-height:388px;
	margin:0 auto;
	padding:0px;
	
}
#landing_img 
{
    float:right;
	background-color:#fff;	
}
#landing_text
{
    float: left;
    width:300px;
    color: #000000;
    font-size:1.2em;
    line-height: 1.2;
    margin-top: .5em;
}
#landing_text p
{
	text-align: justify;
}
#main_half_column {
	width:520px;
	margin-bottom:30px;
	float:left;
}
#main_full_column {
	width:900px;
}
#main_full_column_below_half_column {
	width:900px;
}
#right {
	float: right;
	width:321px;
	text-align:center;
}

/* Right Rail Detail */
#right_container {
	margin-bottom:20px;
}
#right_detail {
	width:321px;
	text-align:left;
}

/* Flash Product Details */
#prod_detail_flash {}

/* Footer Styles */
#footercontainer {
	width:100%;
	background-color:#333333;
	padding-bottom:20px;
}
#footer_divider {
	width:100%;
	border-bottom:#4d4d4d 1px solid;
	height:10px;
}
#footer {
	margin:0 auto;
	margin-top:5px;
	width:900px;
	height:88px;
	font-size:11px;
}
#footer_copyright {
	float:left;
	color:#ffffff;
	padding-left:20px;
}
#footer_links {
	float:right;
	color:#cccccc;
	padding-right:20px;
}
#footer a {
	color:#6699cc;
	text-decoration:none;
}
#footer a:hover {
	color:#ffffff;
}

/* Misc. */
.divider {
	width:100%;
	border-top:#bfbfbf 1px solid;
	height:1px;
	margin:0;
	padding:0;
}
#whitepapers ul{
	margin: 0px;
	padding: 0px;
}
#whitepapers li{
	list-style: none;
	margin: 0px;
	padding: 0px;
	margin-left: 1em;
	margin-bottom: 1em;
}
#powerterms h1 {
	font-size:12px;
	color:#333333;
	margin:0 auto;
	padding:0;
	margin-bottom:9px;
	padding-bottom:9px;
	padding-top:9px;
	border-bottom:none;	
}
#whitepapers h1 {
	font-size:12px;
	color:#333333;
	margin:0 auto;
	padding:0;
	margin-bottom:9px;
	padding-bottom:9px;
	padding-top:9px;
	border-bottom:none;	
}
h2 {
	font-size:1.5em;
	text-transform:uppercase;
	color:#007ac3;
	font-weight:bold;
	margin-bottom:6px;
	margin-top:0px;
	padding-top:0px;
}
h3 {
	color:#000000;
	font-weight:bold;
	font-size:12px;
	padding-bottom: .4em;
}
/* Undo top margin for <h2> tags in right rail */
#right_detail h2 {
	margin-top:0px;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
#logos {
	height:94px;
}
#logos img {
	margin:0 88px 0 0;
	padding:20px 0 0 0;
}
#logos img.last {
	margin:0;
}
.pdf_size {
	color: #999999;
	font-size: 10px;
	padding-left:4px;
}
.right_greenbox {
	background-color:#e6eff8;
	padding:10px 21px 21px 21px;
}

/* No Flash Content */
.flash-update {
	text-align: center;
}
.flash-update-msg {
	text-align: center;
	position:relative;
	top:42%;
}

/* Jump Menus */
.form_inline_jumpmenu {
	padding:0px;
	margin-top:6px;
}

/* Power 101 Question and Answer */
#power_101 {
	margin-top:28px;
	padding-bottom:20px;
}
.question_and_answer {
	width:514px;
}
.question_container {}
.question_arrow {
	width:16px;
	height:44px;
	background-image:url(../img/question_arrow_collapsed.gif);
	background-position: 0 0;
	background-repeat:no-repeat;
}
.question_arrow_expanded {
	width:16px;
	height:44px;
	background-image:url(../img/question_arrow_expanded.gif);
	background-position: 0 0;
	background-repeat:no-repeat;
}
.question {
	float:right;
	position: relative;
	padding: 0;
	background-color:#007AC3;
	width:488px;
	cursor:pointer;
}
.question_content {
	padding:15px;
	color:#FFFFFF;
	font-weight:bold;
}
.question_brc {
	background-color: transparent;
	background-repeat: no-repeat;
}
.question_blc {
	background-color: transparent;
	background-repeat: no-repeat;
}
.question_trc {
	background-color: transparent;
	background-repeat: no-repeat;
}
.question_tlc {
	background-color: transparent;
	background-repeat: no-repeat;
}
.question_tlc {
	background-image:url(../img/question_tlc.gif);
	background-position: 0% 0%;
}
.question_trc {
	background-image:url(../img/question_trc.gif);
	background-position: 100% 0%;
}
.question_blc {
	background-image:url(../img/question_blc.gif);
	background-position: 0% 100%;
}
.question_brc {
	background-image:url(../img/question_brc.gif);
	background-position: 100% 100%;
}
.question_bb {
	background-color: transparent;
	background-repeat: repeat-x;
}
.question_tb {
	background-color: transparent;
	background-repeat: repeat-x;
}
.question_tb {
	background-image:url(../img/question_tb.gif);
	background-position: 0% 0%;
}
.question_bb {
	background-image:url(../img/question_bb.gif);
	background-position: 50% 100%;
}
.question_rb {
	background-image:url(../img/question_r.gif);
	background-position: 100% 0%;
	background-repeat: repeat-y;
}
.question_lb {
	background-image:url(../img/question_l.gif);
	background-position: 0% 100%;
	background-repeat: repeat-y;
}
.answer_container {
	width:100%;
}
.answer_content {
	margin:9px 31px 9px 31px;
}

/* Search Results */
#search_results_header {
	margin-bottom:21px;
}
#search_results_pager {
	float:right;
}
.search_results_relevance {
	color: #999999;
	font-size: 11px;
}
.search_result_result_set {
	padding-bottom:5px;
}

/* Quick Links */
.quick_links {
	background-color:#f2f2f2;
	padding:10px 20px 10px 20px;
	text-align:left;
}
.quick_links p {
	padding:0px;
}

#learnmore
{
    width:300px;
    text-align:left;
}
#learnmore_button
{
    color: #fff;
    background-color: #007AC3;
    border: 1pt black solid;
    cursor:pointer;
    padding:2px;    
    width:100px;
    font-weight:bold;
}
#learnmore_button:hover
{
    background-color: #e5e5e5;
    color:#007AC3;
}


/*-------------------------------*/
#chatbuttonscontainer { 
	float:right;
	margin-top:9px;
	width:100%;
	border: solid 0px #ff0000;
}
/* Register now button */
#email {
	float:   right;
	width:  133px;
	height:  61px;
	padding: 10px;
}
#email a {
	background:transparent url("../img/register.png") no-repeat scroll -6px -3px;
	padding:60px 0 0 0;
	margin:0;
	overflow:hidden;
	height:0px !important;
	height /**/:60px; /* for IE5/Win */
	width:132px;
	display:block;
}
#email a:hover {
	background-position:-6px -73px;
}
/* Live Chat */
#chat {
	float:right;
	width:133px;
	height:60px;
	padding: 10px;
}
#chat a {
	background:transparent url("../img/chat.png") no-repeat scroll -6px -4px;
	padding:60px 0 0 0;
	margin:0;
	overflow:hidden;
	height:0px !important;
	height /**/:60px; /* for IE5/Win */
	width:100%;
	display:block;
}
#chat a:hover {
	background-position:-6px -75px;
}

/*--------- support buttons -------------------------------------*/
#buttons_container_landing
{
	float: right;
	width: 100%;
	border: solid 0px #0f0;
	padding: 0px;
	padding-bottom: .75em;
}
#buttons_container_high 
{
	float: right;
	width: 240px;
	border: solid 0px #0f0;
}
/* Register now button */
#btn_learn_more {
	float:   left;
	width:  108px;
	height: 41px;
	padding: 5px;
	padding-left: 0px;
	border: solid 0px #ccc;
}
#btn_learn_more a {
	background: transparent url("../img/btn_requestmore.gif") no-repeat scroll 0px 0px;
	padding: 41px 0 0 0;
	margin:0px;
	overflow:hidden;
	height:0px !important;
	height /**/:41px; /* for IE5/Win */
	width:100%;
	display:block;
}
#btn_learn_more a:hover {
	background-position: 0px -42px;
}

/* Get it Now */
#btn_get_now {
	float:   right;
	width:  108px;
	height:  41px;
	padding: 5px;
	border: solid 0px #ccc;
}
#btn_get_now a {
	background:transparent url("../img/btn_getitnow.gif") no-repeat scroll 0px 0px;
	padding: 41px 0 0 0;
	margin: 0px;
	overflow: hidden;
	height:0px !important;
	height /**/:41px; /* for IE5/Win */
	width:100%;
	display:block;
}
#btn_get_now a:hover {
	background-position:0px -42px;
}

/* Live Chat */
#btn_online_chat 
{
	float: right;
	width: 108px;
	height: 41px;
	padding: 5px;
	border: solid 0px #f00;
}
#btn_online_chat a {
	background:transparent url("../img/btn_chatonline.gif") no-repeat scroll 0px 0px;
	padding: 41px 0 0 0;
	margin:0px;
	overflow:hidden;
	height:0px !important;
	height /**/:41px; /* for IE5/Win */
	width:100%;
	display:block;
}
#btn_online_chat a:hover {
	background-position:0px -42px;
}
/* Email Chat */
#btn_email_chat {
	float:right;
	width:108px;
	height:41px;
	padding: 5px;
	border: solid 0px #ccc;
}
#btn_email_chat a {
	background:transparent url("../img/btn_needhelp.gif") no-repeat scroll 0px 0px;
	padding:41px 0 0 0;
	margin:0px;
	overflow:hidden;
	height:0px !important;
	height /**/:41px; /* for IE5/Win */
	width:100%;
	display:block;
}
#btn_email_chat a:hover {
	background-position:0px -42px;
}
/*--------- email form -------------------------------------*/
#contact-area {
	width: 500px;
	margin-top: 10px;
	border: solid 0px #999;
	padding: 5px;
}
#contact-area textarea {
	
	width: 100%;
	margin: 0px 0px 10px 0px;
	border: 1px solid #0067C6;
}
#contact-area input {
	
	width: 100%;
	margin: 0px 0px 10px 0px;
	border: 1px solid #0067C6;
}
#contact-area textarea {
	height: 90px;
}
#contact-area input:focus {
	border: 1px solid #0033cc;
}
#contact-area textarea:focus {
	border: 1px solid #0033cc;
}
#contact-area input.submit-button {
	width: 100px;
	float: right;
	cursor: pointer;
	background-color: #007AC3;
	border: solid 1px #003366;
	color: #fff;
	font-weight: bold;
}
#contact-area input.submit-button:hover
{
    background-color: #e5e5e5;
    color:#007AC3;
}
label {
	display: block;
	margin-bottom: 0;
	font-weight: bold;
	width: 100%;
}

/*---------------- whitepaper thumbnail links -----------------------*/
#papers{  border: solid 0px #f00; }
#papers a:hover{ color: #6699cc;}
div.thumb{ border: solid 0px #f00; width: 740px; padding-bottom: 2.5em;}
div.thumb a
{
  float: left;
  width: 80px;
  margin:  0px;
  margin-top:  -.5em;
  margin-right: 30px;
  padding: 0px;
  border: solid 0px #f00;
}
div.thumb a img
{
border: solid 0px #ddd;
}
#events
{
  width: 100%;
}
#events tr.alt{ background: #e0e0e0; color: #000; }
#events tr.over{background: #003366; color: #fff; }

#dialog
{
	overflow: hidden;
	background: url('/images/ajax-loader.gif') no-repeat center;
}
.hide
{
	visibility: hidden;
	display: none;
}