#eport_header {
	background: #fff url(../imgs/bg_headerbordertop.gif) top left no-repeat;
	border: solid 0px blue;
	}

#eport-logo {
	width: 275px;
	float: left;
	border: solid 0px pink;
	}

#eport-logo img {
	width: 205px;
	height: 67px;
	margin: 2.3em auto 0;
	padding: 12px 37px 10px 37px;
	border-right: solid 1px #bdbec0;
	}

#eport_header_right {
	float: right;
	width: 415px;
	border: solid 0px green;
	}

#eport-slogan {
	width: 335px;
	border: solid 0px yellow;
	margin:10px auto;
	}

#eport-slogan p {
	padding: 0 15px;
	font-size: 110%;
	font-weight: bold;
	}

#eport-nav {
	margin: 0 auto;
	width: 300px;
	border: solid 0px yellow;
	}

#eport-nav ul {
	margin: 0;
	padding: 0;
	white-space: nowrap;
	width: 300px;
	height: 75px;
	border: solid 0px red;
	}
	
#eport-nav li {
	display: inline;
	list-style-type: none;
	clear: none;
	float: left;
	}

#eport-nav #cashless a {
	display: block;
	height: 75px;
	width: 118px;
	background-position: 0 0;
	background-repeat: no-repeat;
	text-decoration: none;
	}

#eport-nav #data a {
	display: block;
	height: 75px;
	width: 106px;
	background-position: -118px 0;
	background-repeat: no-repeat;
	text-decoration: none;
	}

#eport-nav #hardware a {
	display: block;
	height: 75px;
	width: 76px;
	background-position: -224px 0;
	background-repeat: no-repeat;
	text-decoration: none;
	}

#eport-nav #cashless a:hover {background-position: 0 -75px;}
#eport-nav #data a:hover {background-position: -118px -75px;}
#eport-nav #hardware a:hover {background-position: -224px -75px;}
#eport-nav a {background-image: url(../imgs/eport_nav.jpg);}

#eport_header_foot {
	clear: both;
	margin: 0px;
	padding: 0;
	background: transparent url(../imgs/bg_headerborderbottom.gif) bottom left no-repeat;
	width: 700px;
	height: 8px;
	}

.pagetitle {
	margin: 0 0 .75em 0;
	padding: 2px 0 6px 0;
	font-size: 130%;
	_font-size: 140%;
	font-weight: bold;
	/* text-transform: uppercase; */
	letter-spacing: 1px;
	color: #585c5c;
	border-bottom: solid 1px #bdbec0;
	}

.hardware {
	border-bottom: solid 1px #bdbec0;
	font-size: 90%;
	}
	
.hardware_image {
	float: left;
	width: 220px;
	}
	
.hardware_image img {
	margin: 0;
	padding: 30px 0 0 0;
	border: 0;
	text-align: center;
	}
	
.hardware_specs {
	float: left;
	width: 250px;
	padding: 0 0 5px 5px;
	background: url(../imgs/bg_eport_hardware.jpg);
	}

#sidebar .eport_box {
	background: url(../imgs/bg_boxbody-bottom.gif) bottom left no-repeat;
	padding: 0 7px 7px 7px;
	margin-bottom: 20px;
	border-width: 0;
	}

#sidebar .eport_box h4 {
	background: #ededed url(../imgs/bg_boxtop.gif) top left no-repeat;
	padding: 5px 5px 4px 10px;
	border-bottom: none;
	margin: 0 -7px 5px -7px;
	color: #585c5c;
	}
