/* CSS Document */

html, body, #container{
	  margin:0;
      padding:0;
      border:none;
	  text-align:center;

}
body{
	background-color:#e4e7f6;
	background-image:url('images/BodyBG.jpg');
	background-repeat:repeat-x;
	background-position:top;
}
img{
	border:none;
}
#container{
	width:1030px;
	position:absolute;
	margin-left:-515px;
	left:50%;
	text-align:left;w
}
#nav ul li{
	display:inline;
	float:left;
	margin:0px;
	padding:0px;
	list-style:none;
}
#nav ul{
	display:inline;
	margin:0px;
	padding:0px;
	list-style:none;
}
#nav{
	padding-bottom:14px;
	background-image:url('images/BodyBG.jpg');
	background-repeat:repeat-x;
	background-position:0 -118px;
	height:43px;
}

/* Navigation Rollovers */

#nav ul li a{
	background-position:0 0;
}
#nav ul li a:hover{
	background-position:0 -43px;
}
.btnhome a{
	display:block;
	height:43px;
	width:97px;
	background-image:url('images/btn_home.jpg');
}
.btnproducts a{
	display:block;
	height:43px;
	width:166px;
	background-image:url('images/btn_products.jpg');
}
.btnabout a{
	display:block;
	height:43px;
	width:97px;
	background-image:url('images/btn_about.jpg');
}
.btncareers a{
	display:block;
	height:43px;
	width:83px;
	background-image:url('images/btn_careers.jpg');
}
/* footer information */

#footer{
	font:11px Arial, Helvetica, sans-serif;
	text-align:center;
	background-image:url('images/footerBG.jpg');
	background-repeat:no-repeat;
	height:83px;
	color:white;
}
#footer p{
	padding-top:21px;
	margin:0px;
}
#footer a{
	color:#FFCC00;
}

/* Main Body */

#bodyMain{
	text-align:left;
	font:12px Arial, Helvetica, sans-serif;
	padding:20px;
	color:#000066;
	line-height:1.5em;
	background-image:url('images/BodyBG.jpg');
	background-repeat:repeat-x;
	background-position:0 -157px;
}
#bodyMain h1{
	font-size:20px;
	color:#003399;
}

/*menu*/
#subnested {
    margin-top : 2px;
	margin-left : 0px;
	font-family:arial, helvetica; 
	font-size:12px;
	/*border:1px solid white;*/
}
#subnested2:hover {
	/*background-color:#1c85e6;*/
	color:#FFFFFF;
}
#subnested2 {
	width:98px;
	margin:1px 0 0 0;
    padding : 3px;
	font-family:arial, helvetica; 
	font-size:11px;
	/*border:1px solid white;*/
}
#menu3Cont {
	visibility : hidden;
	position:absolute;
	padding-top: 0px;
	width : 98px;
	height : 44px;
	left : 263px;
	top : 157px;
	z-index: 3;
}
#menu3back {
	float: left;
	padding: 0px;
	width : 98px;
	height : 68px;
    /*background-color: #0e4374;*/
	/*filter:alpha(opacity=50);
	opacity: 0.5;
	-moz-opacity:0.5;
	z-index:100;*/
}
#menu3btns {
	position : absolute;
	top: 0px;
	left: 0px;
	background-color:#f6df79;
}
#menu3btns a{
	width : 98px;
	height : 20px;
	color:black;
	text-align:center;
}
/*end menu*/