body {
	text-align: center; /* IE centering */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; /* for text re-sizing */
	background: url(/images/page_bg.jpg) left top repeat-x #D3B25E;
}


table { font-size: 12px; } 

* { /* ZERO DEFAULTS */
	margin:0px;
	padding:0px;
}

li { margin-left: 30px; } /* add default list margins */

a img { border:none; } /* remove border from img links */

.clear { /* float clear */
	clear: both;
	display: block;
	border: 1px solid #000;
	padding-bottom: 1px;
	margin-bottom: 0px;
	height: 0px;
	visibility: hidden;
}


/* PAGE WIDTH AND CENTERING */
#wrapper {
	text-align: left; /* fix for IE centering */
	margin: 0px auto; /* none-IE centering */
	width: 790px;
	position: relative;
}

a {
	color: #996600;
}

a.text {
  color:#000000;
	text-decoration:none;
}


/*************************
		HEADER
*************************/
#header {
	position: relative;
	height: 113px;
}

#logo {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 999;	
}

#account {
	position: absolute;
	top: 45px;
	right: 20px;
	text-decoration: none;
	color: #000;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a:hover#account  {
	text-decoration: underline;
}

#nav {
	float: left;
	position: absolute;
	bottom: 22px;
	right: 30px;
	z-index: 999;
}

#nav a {
	display: block;
	float: left;
	padding: 0 8px;
	line-height: 26px;
	height: 26px;
	color: #BE902B;
	text-decoration: none;
	border-right: 1px solid #BE902B;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#nav a:hover {
	color: #000;
}

#nav a.end {
	border-right: none;
}



/** BREADCRUMBS ****/
.breadCrumbs {
	margin: 10px 10px;
}

.breadCrumbs a {
	padding: 2px 7px;
}

.breadCrumbs a:hover {
	color: #000;
}

/*************************
		FOOTER
*************************/
#footer {
	position: relative;
	text-align: center;
	margin-top: 10px;
	float:left;
	width: 790px;
}


.engergyStar {
	position: absolute;
	right: 0px;
}

.SSLSeal {
 	position: absolute;
	left: 0px; 
}

