body {
	margin: 0;
	padding: 0;
	background: #ffffff;
	font: 12px/18px tahoma;
	color: #525252;
}

#container {
	position: relative;
	float: default;
	width: 900px;
}

#header {
	position: relative;
	float: left;
	width: 900px;
	height: 113px;
	background: url('../images/header_bg.jpg') repeat-x 0 0;
	z-index: 999;
}

#header a.energysystems {
	position: absolute;	
	width: 152px;
	height: 47px;
	left: 389px;
	top: 17px;	
	display: inline;
}

#header a.logo {
	position: absolute;	
	width: 206px;
	height: 90px;
	left: 22px;
	top: 22px;	
	display: inline;
}

#header_upperright {
	position: relative;
	float: right;
	margin: 20px 20px 0 0;
	display: inline;
}

#header_links {
	position: relative;
	float: left;	
	font: 11px/20px tahoma;
	color: #dcdcdc;
}

#header_search {
	position: relative;
	float: left;
	margin: 0 0 0 7px;
	display: inline;
}

#header_search .text {
	position: relative;
	float: left;
	font: 11px/20px tahoma;
	color: #676767;
}

#header_searchbox {
	position: relative;
	float: left;
	width: 105px;
	height: 24px;
	margin: 0px 0 0 4px;
	display: inline;
	background: url('../images/header_searchbg.jpg') no-repeat 0 0;
}

#header_searchbox .textbox {
	position: relative;
	float: left;
	width: 75px;
	height: 14px;	
	margin: 5px 0 0 7px;	
	display: inline;
	font: 9px/12px tahoma;
	color: #6d6d6d;	
	border: 0;
}

#header_searchbox .go {
	position: relative;
	float: left;
	width: 14px;
	height: 14px;
	margin: 5px 0 0 5px;
	display: inline;	
}


#header_links a {
	position: relative;
	font: 11px/20px tahoma;
	color: #1998c8;
	text-decoration: none;
	margin: 0 7px 0 7px;
	display: inline;
}

#header_links a:hover {
	text-decoration: underline;
}

/**************************************
 NAVIGATION
**************************************/

#nav {
	position: absolute;
	width: 900px;
	height: 29px;
	top: 85px;
	left: 0px;
	background: url('../images/nav_bg.jpg') repeat-x 0 27px;
	z-index: 999;
}

#nav_container {
	position: relative;
	float: right;
}

#nav a.aboutatr {
	position: relative;
	float: left;
	width: 91px;
	height: 29px;
	margin: 0 0 0 4px;
	display: inline;
	background: url('../images/nav_aboutatr.jpg') no-repeat 0 0;
}

#nav a.engineering {
	position: relative;
	float: left;
	width: 151px;
	height: 29px;
	margin: 0 0 0 4px;
	display: inline;
	background: url('../images/nav_engineering.jpg') no-repeat 0 0;
}

#nav a.automated {
	position: relative;
	float: left;
	width: 131px;
	height: 29px;
	margin: 0 0 0 4px;
	display: inline;
	background: url('../images/nav_automated.jpg') no-repeat 0 0;
}

#nav a.robotics {
	position: relative;
	float: left;
	width: 131px;
	height: 29px;
	margin: 0 0 0 4px;
	display: inline;
	background: url('../images/nav_robotics.jpg') no-repeat 0 0;
}

#nav a.careers {
	position: relative;
	float: left;
	width: 82px;
	height: 29px;
	margin: 0 0 0 4px;
	display: inline;
	background: url('../images/nav_careers.jpg') no-repeat 0 0;
}

#nav a:hover {
	background-position: 0 -29px;
}

#contracts_subnav, #End_Sup_Ser, #us_postal_subnav,#subnav_standard_product{
	display:none;
}
	
/*** NAV OVERLAYS ***/

#overlay_aboutatr {
	position: absolute;
	top: 29px;
	left: 4px;
	width: 180px;
	background: #ffffff;
	z-index: 999;
	display: none;
}

#overlay_aboutatr a.mainlink {
	position: relative;
	float: left;
	width: 91px;
	height: 29px;	
	margin: -29px 0 0 0;
	display: inline;
	background: url('../images/nav_aboutatr.jpg') no-repeat 0 -29px;
}

#overlay_engineering {
	position: absolute;
	top: 29px;
	left: 99px;
	width: 180px;
	background: #ffffff;
	z-index: 999;
	display: none;
}

#overlay_engineering a.mainlink {
	position: relative;
	float: left;
	width: 151px;
	height: 29px;	
	margin: -29px 0 0 0;
	display: inline;
	background: url('../images/nav_engineering.jpg') no-repeat 0 -29px;
}

#overlay_automated {
	position: absolute;
	top: 29px;
	left: 254px;
	width: 180px;
	background: #ffffff;
	z-index: 999;
	display: none;
}

#overlay_automated a.mainlink {
	position: relative;
	float: left;
	width: 131px;
	height: 29px;	
	margin: -29px 0 0 0;
	display: inline;
	background: url('../images/nav_automated.jpg') no-repeat 0 -29px;
}

#overlay_robotics {
	position: absolute;
	top: 29px;
	left: 389px;
	width: 180px;
	background: #ffffff;
	z-index: 999;
	display: none;
}

#overlay_robotics a.mainlink {
	position: relative;
	float: left;
	width: 131px;
	height: 29px;	
	margin: -29px 0 0 0;
	display: inline;
	background: url('../images/nav_robotics.jpg') no-repeat 0 -29px;
}

#overlay_aboutatr a.link, #overlay_engineering a.link, #overlay_automated a.link, #overlay_robotics a.link {
	position: relative;
	text-decoration: none;
	font: 11px/18px tahoma;
	padding: 5px 5px 5px 19px;
	*padding: 3px 5px 3px 19px;
	color: #1998c8;
	float: left;
	width: 154px;
	*width: 180px;	
	text-align: left;
	border-left: 1px solid #c5c5c5;
	border-right: 1px solid #c5c5c5;	
	border-bottom: 1px solid #d9d9d9;	
}

#overlay_aboutatr a.link:hover, #overlay_engineering a.link:hover, #overlay_automated a.link:hover, #overlay_robotics a.link:hover {
	color: #156380;
	background-color: #e6e6e6;
}


/**************************
FOOTER
**************************/

#footer {
	position: relative;
	float: left;
	width: 900px;
	height: 30px;
	margin: 3px 0 20px 0;
	display: inline;
	border-top: 1px solid #e5e5e5;
	padding: 3px 0 0 0;	
}

#footer .left {
	position: relative;
	float: left;
	margin: 0 5px 0 0;
	display: inline;
	font: 10px/13px tahoma;
	color: #9f9f9f;
}

#footer .right {
	position: relative;
	float: right;
	margin: 0 5px 0 0;
	display: inline;
	font: 10px/13px tahoma;
	color: #9f9f9f;
}

#footer a {
	font: 10px/13px tahoma;
	color: #9f9f9f;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}
