/* .buynow {display: none;} */

#energy_header {
margin: 0 auto;
padding: 0;
width:700px;
height:156px;
}

#energy_header #top {
width: 700px;
height: 129px;
background: url(../imgs/bg_energy-top.jpg) top left no-repeat;
border: 0px;
}

#energy_header #top h2 {
	font-size: 220%;
	line-height: 110%;
	position: relative;
	top: 46px;
	left: 275px;
	color: #fff;
	letter-spacing: 1px;
	}

#energy_header #bottom {
width: 700px;
height: 27px;
background: url(../imgs/bg_energy-bottom.jpg) top left no-repeat;
border: 0px;
}

#energy_nav {
position: relative;
top: 3px;
width: 700px;
text-align: center;
}

#energy_nav ul {
margin-left: 0;
padding: 0;
display: inline;
/* font-family: Trebuchet MS, tahoma, helvetica, arial, sans-serif; */
font-size: 85%;
_font-size: 75%;
font-weight: bold;
/* text-transform:uppercase;
text-shadow: 2px 2px 1px #222; */
letter-spacing: .2em;
} 

#energy_nav ul li {
margin-left: 0;
padding: 0px .8em 0 1.2em;
border-left: 1px solid #fff;
list-style: none;
display: inline;
}

#energy_nav ul li.first {
margin-left: 0;
padding-left: 0;
border-left: none;
list-style: none;
display: inline;
}
        
#energy_nav ul li.last {
margin-left: 0;
padding: 0 0 0 1.0em;
border-left: 1px solid #fff;
list-style: none;
display: inline;
}
        
#energy_nav a:link {
  color:#fff;
  text-decoration:none;
  }
#energy_nav a:visited {
  color:#fff;
  text-decoration:none;
  }
#energy_nav a:hover {
  color:#eed555;
  text-decoration:underline;
  } 
  
  
#energy_nav li.off ul, #nav li.on ul {
  /*hide the subnavs*/
  display: none;
}

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

.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: #1d610d;
	border-bottom: solid 2px #409300;
	}
	
.callout {
	background-color: #DFF4C4;
	font-style: italic;
	font-weight: bold;
	}
	
.callout p {padding: 15px;}

/* sidebar */
#sidebar .energy_box {
	background: url(../imgs/bg_energy-boxbody.gif) bottom left no-repeat;
	padding: 0 7px 7px 7px;
	border: solid 0px #409300;
	}

#sidebar .energy_box h4 {
	background: #78bf32 url(../imgs/bg_energy-boxtop.gif) top left no-repeat;
	padding: 5px 5px 4px 6px;
	border-bottom: solid 0px #000;
	margin: 0 -7px 5px -7px;
	color: #fff;
	}
	
/*  special style to make GSA and the link to the product sheets disappear  */
#randrsidebar #gsainfo {display: none;}
#randrsidebar #productsheetslink {display: none;}
	

