@charset "utf-8";
/*--------------------------basic styling----------------------------*/
* {
	margin: 0px;
	padding: 0px;
	}


body{
	background:url(../images/background.gif) repeat-x;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 85%;
	overflow:scroll;
	}

#wrapper {
	position: relative;
	width: 950px;
	margin: 0 auto;
	text-align:left;
	background:url(../images/back.gif) repeat-y;
	}
#header {
	position: relative;
	width: 950px;
	background:url(../images/eaton_01.jpg);
	height: 144px;
	}
#shadow img{
	position:absolute;
	height:32px;
	left: 0px;
	z-index:2;
	}
	
.title{
	margin:25px 0px 3px 5px;
	border-bottom: 1px solid #aaa9a9;
	font-size:20px;
	color:#bebebe;
	}
	
.title2{
	text-align:left;
	margin:15px 0px 3px 15px;
	border-bottom: 1px solid #000000;
	font-size:22px;
	color:#000000;
	}
	
.product{
	margin:20px 0px 3px 5px;
	border-bottom: 1px solid #0f0f0f;
	font-size:20px;
	color:#0f0f0f;
	}
	
.productp{
	font-size:12px;
	padding:0px 6px 0px 15px;
	color:#bebebe;
	}
/*------------------------------------------------------------------------------------------
Main navigation Style
-----------------------------------------------------------------------------------------------*/

#header {
	z-index: 999;
	}
	
#header #new_laser{
	position:absolute;
	right:77px;
	top:25px
	}

#header #menu {
	position:absolute;
	width: 650px;
	left: 25px;
	bottom: 0px;
	z-index:999;
	}
	
#header #menu ul{ /*the list itself*/
	margin: 0;
	padding: 0;
	list-style: none;
	background:url(../images/menubar.jpg) no-repeat;
	float: left;
	width: 618px;
	height: 26px;
	z-index:999;
	}
	
	
#header #menu ul a{ /*first level seperators*/
	background:url(../images/menu_sep.gif) no-repeat;
	z-index:999;
	}
	
#header #menu ul a.first{/*clears seperator from the first link*/
	background:url(../images/left_end%20copy.jpg) no-repeat;
	}
	
	
#header #menu ul li{/*no idea*/
	float: left;
	position: relative;
	z-index:999;
	}
	
#header #menu li ul{/*the drop bar*/
	position:absolute;
	top: 25px;
	width:133px;
	height:auto;
	background:#3e3f3e;
	border-bottom:1px solid  #181818;
	border-left:1px solid #181818;
	border-right:1px solid #181818;
	left: -999em;
	z-index:999;/*supposed to be here*/
	}

#header #menu li ul a{ /*the drop links color*/
	background:url(../images/drop1.gif) repeat-x;
	width:119px;
	z-index:999;
	}
	
#header #menu a:hover{/*setting the root hovers*/
	color:#fff;
	}

#header #menu ul li a{ /*the links*/
	padding:0 26px;
	font-size:14px;
	line-height: 1.8em;
	text-decoration: none;
	color:#C0C0C0;
	display:block;
	z-index:999;
	}
	
#header #menu ul li ul a:hover{/*setting the child hovers*/
	background:url(../images/drop3.png) repeat-x;
	z-index:1000;
	}
	
	
#header #menu ul li ul li a{ /*---child menu---*/
	position:static;
	line-height: 10px; 
	padding: .5em;
	color:#e1e1e1;
	z-index:999;
	}
	
#header #menu li:hover ul, #header #menu li.sfhover ul{ /*makes the childs apear*/ 
	left: auto;
	z-index:1000;
} 

/*--------------------------------------------------------------------------------------------------------
begin content
----------------------------------------------------------------------------------------------------------*/
#content {
	position:relative;
	background:none;
	width:615px;
	padding:0px 0px 0px 27px;
	float:left;
	z-index:8;

	}
	

/*------------------------------------------------------------------------------------------------------------
sidebar
------------------------------------------------------------------------------------------------------------*/
#sidebar {
	position:absolute;
	background:none;
	width: 280px;
	float: right;
	padding:0px 26px 0px 0px;
	z-index:15;
	top: 144px;
	left: 642px;
	}
	
#sidebar ul{
	padding:3px 0px 0px 30px;
	color:#bebebe;
	}
	
#sidebar ul li{
	padding:0px 0px 5px 0px;
}

/*#sidebar p{
	padding:3px 0px 0px 30px;
	color:#bebebe;
	}*/
/*-----------------------------------------------------------------------------------------------------------
footer 
-----------------------------------------------------------------------------------------------------------*/
	
#clear {
	clear:both;
	}

	
#footer {
	color:#fff;
	position:relative;
	background:url(../images/eaton_05.gif);
	width: 950px;
	height:38px;
	text-align:center;
	z-index:1;
	}
/*about us---- goals, about me, future*/

#bsalva a{ text-align:center; font-size:.65em; font-style: italic; text-decoration: none; color: #999999;}
.copy {text-align:center;}