/*********************************
Website: Eaton Slide Rule
Website URI:
Author: Zoltun Design
Author URI: http://www.zoltun.com
--
Sections:
	1.	Mini Reset
	2.	Universal Classes
	3.	Structure
	4.	Overrides
**********************************/

/* Mini Reset */

html, body, div, p, ul, ol, li, dd, dt, span, h1, h2, h3, h4, h5, h6, table, tr, td,
em, strong, b, i, input, button  {
	margin: 0;
	padding: 0;
	outline: 0;
	border: 0;
}

ul, ol, li { list-style-type: none; display: block; }

/* Universal Classes */

.hide { display: none; }

.floatFix {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}

/* Main Structure */

body {
	font-size: 75%;
	line-height: 1.5;
	font-family: Arial, Helvetica, sans-serif;
	background: #E0E0E0 url(../images/bg_gradient.jpg) top repeat-x;
	color: #333333;
	text-align: center;
}

h6 { font-size: .8em; font-weight: bold; color: #666; }

#wrap {
	width: 565px;
	margin: 0 auto;
	text-align: left;
	overflow:hidden;
}
#wrap-xt {
	width: 565px;
	margin: 0 auto;
	text-align: left;
}

#nav_wrap {
	position:relative;
	background-color:#0F0
}

#nav1 {
	position:absolute;
	left:20px;
	top:0px;
	cursor:pointer;
	color:#0066CC;
	font-weight:bold;
}


#nav2 {
	position:absolute;
	left:290px;
	top:0px;
	cursor:pointer;
		color:#0066CC;
	font-weight:bold;
}

#subnav1 {
	position:absolute;
	left:20px;
	top:40px;
	display:none;
}

#subnav2 {
	position:absolute;
	left:290px;
	top:40px;
	display:none;
}


#nav_wrap .items{
	background-color:#FFFFFF;
	width:260px;
	height:30px;
	padding-top:6px;
	text-align:center;
	border:1px solid #006;
	border-top:0px;
}
.top_nav {
	background-color:#FFFFFF;
	width:260px;
	height:30px;
	text-align:center;
	padding-top:8px;
	border:1px solid #006;
}

.items a{
	color:#0066CC
	}

#slider_box {
	width: 565px;
	margin-top: 50px;
}
	
	#slider_bg { background: transparent url(../img/bg_slider_box.png) repeat-y; height:auto;}

	#slider_box_inner {
		background: transparent url(../img/bg_slider_box_bm.png) no-repeat left bottom;
		padding-bottom: 5px;
	}
	
	#slider_box_inner_bm {
		background: transparent url(../img/bg_slider_box_bm.png) no-repeat left bottom;
		padding-bottom: 5px;
	}
	
	#slider_box .voltage {
		background: url(../img/xt_horsepower/volt_background.jpg);
		margin: 0px 15px 10px;
	}
	
	#slider_box h2 {
		height: 71px;
		line-height: 70px;
		color: #666;
		font-size: 1.5em;
		background: url(../img/bg_slider_box_top.png) no-repeat left top;
		padding: 0px 20px;
	}
	
	#slider_box h3 {
		font-size: 1.2em;
		line-height: 1.5;
		margin: 16px 15px 0px;
	}
	
	#slider_box #slider {
	/*	background: transparent url(../img/bg_slider.png) no-repeat left top;*/
		padding: 0 20px;
	}
	
	#results_outer {
		width: 534px;
		background: url(../img/bg_results_bm.gif) no-repeat left bottom;
		padding-bottom: 10px;
		margin: 15px;
	}
	#results_aux {
		width: 534px;
		background: url(../img/bg_results_bm) no-repeat left bottom;
		padding-bottom: 10px;
		margin: 15px;
	}
	#results {
		background: url(../img/bg_results_top.gif) no-repeat left top;
		width: 504px;		
		padding: 10px 15px 0px;
		
		font: bold 18px Verdana, Geneva, sans-serif;
		color:#F00;
	}
	#results p{
		color:#FFF;
	}
	
	#results .datagrid { width: 504px !important; font-size: 8px; color: #fff; }
	
	.non_gray { 
		background-color:#FFFFFF;
		background-image: none !important;
		height:16px; 
		margin: 0px 15px 15px;
		padding-bottom: 10px;
	}
	
	#results .datagrid .noborder { border-right: 0px; }

#sub_sections {
	clear: both;
	margin: 20px 0;
	width: 565px;
}

#sub_sections_full {
	clear: both;
	margin: 20px 0;
	width: 565px;
	text-align:center;
}

#sub_sections_full table{
	clear: both;
	margin: 0 35px;
	width: 565px;
}
	.two_col_left {
		width: 230px;
		float: left;
		margin: 0 10px 0 30px;
	}
	
	.two_col_right {
		width: 230px;
		float: right;
		margin: 0 30px 0 10px;
	}
	
	.voltage { background: transparent url(../img/bg_slider_box.png) repeat-y; }
	
	
#logo {
	margin:11px auto;
	width:565px;
	text-align:left;
	}
	
#logo_top {
	background:url(../images/logo_top.png) no-repeat;
	height:15px;
	}
	
#logo_middle {
	background:url(../images/logo_middle.png) repeat-y;
	}
	
#logo_bottom {
	background:url(../images/logo_bottom.png) no-repeat;
	height:14px;
	}

#logo p {
	font-size: 1.8em;
	color:#666;
	margin:5px 0 0 16px;
}

