body {
	margin: 0;
	padding: 0;
	background: #E7E7E7 top center repeat-x;
	font: normal 11pt Verdana, Arial, Helvetica, sans-serif;
}

a:link, a:visited {
	color: #47638F;
}

a:hover, a:active {
	color: #81A1CF;
}

input, select, textarea {
	border: 1px #30425E solid;
	background-color: #FFF;
}

input.rdo, select.rdo {
	width: 109px;
	margin-left: 10px;
}

#siteTitle, .contentTitle {
	display: none;
}

.siteDivider {
	height: 4px;
	background-color: #FF9B4B;
}

#siteWrapper {
	position: relative;
	width: 882px;
	margin: 0 auto;
}

#contentShadowLeft {
	width: 25px;
	background: url(/images/content-shadow-left.gif) repeat-y;
}

#contentShadowRight {
	width: 25px;
	background: url(/images/content-shadow-right.gif) repeat-y;
}

#contentBox {
	width: 832px;
}

.pageContent {
	padding: 20px;
}

img.border {
	border: 1px #333 solid;
}

#topNavBox {
	height: 42px;
	margin: 0 auto;
	background: url(/images/nav-bg.gif) repeat-x;
}

#topNav {
	width: 790px;
	height: 42px;
	margin: 0 auto;
	padding: 0;
	list-style-type: none;
}

#topNav > li {
	float: left;
}

#topNav > li > a {
	background-image: url(/images/nav-sprite.gif);
	background-repeat: no-repeat;
	background-position-y: 0px;
	height: 42px;
}

#nav-home {
	width: 84px;
	background-position: -24px 0;
}
#nav-home.hover {
	background-position: -24px -42px;
}

#nav-products {
	width: 122px;
	background-position: -108px 0;
}
#nav-products.hover {
	background-position: -108px -42px;
}

#nav-energy {
	width: 168px;
	background-position: -230px 0;
}
#nav-energy.hover {
	background-position: -230px -42px;
}

#nav-dealer {
	width: 178px;
	background-position: -398px 0;
}
#nav-dealer.hover {
	background-position: -398px -42px;
}

#nav-resources {
	width: 122px;
	background-position: -582px 0;
}
#nav-resources.hover {
	background-position: -582px -42px;
}

#nav-company {
	width: 116px;
	background-position: -698px 0;
}
#nav-company.hover {
	background-position: -698px -42px;
}


#topNav > li > a {
	display: block;
}

#topNav > li > a span {
	display: none;
}

#topNav li ul.subNav {  
	position: absolute;
	top: 40px;  
	list-style: none;
	background: #FBFBFB; 
	margin: 0; 
	padding: 8px;
	display: none;
	float: left;
	width: 170px;
	border: 2px solid #D6D6D6;
	z-index: 100;
}

#topNav li ul.subNav a {
	text-decoration: none;
	font-size: 12px;
}


#contentWrapper {
	width: 832px;
	background: #FFF;
}


h1 {
	margin: 0;
	padding: 0;
}


/* Specific to the index page */
.sidebarHeader {
	display: block;
	width: 250px;
	height: 22px;
	margin: 10px 0;
	padding: 3px 0 0 7px;
	background: url(/images/sidebarHeader.jpg) no-repeat;
	font-size: 12pt;
	font-weight: bold;
	color: #2A3C59;
}
#slideshow img {
	border: 1px #30425E solid;
}
#slideshow a {
	font-size: 10pt;
	color: #30425E;
	text-decoration: none;
}
.quickSearchLabel {
	margin: 5px 0 0 12px;
	font-size: 8pt;
	font-weight: bold;
	color: #30425E;
}

#footer {
	height: 85px;
	padding-top: 10px;
	font-size: 8pt;
	background-color: #2A3C59;
}

#footerText {
	color: #fff;
	padding-left: 90px;
}

#footerText a {
	color: #fff;
}

#footerRight a, #footerRight {
	color: #fff;
}

#copyright, #copyright a {
	color: #637A9F;
}


/**
 * Styles for the existing HTML. Will probably be removed when we make it into a real site
 */
.birdseed_main {
	color:#505050;
	font-family:verdana;
	font-size:9pt;
	font-weight:bold;
	text-decoration:none;
}

.birdseed_currentpage {
	color:#B46A34;
	font-family:verdana;
	font-size:9pt;
	font-weight:bold;
	text-decoration:none;
}

#contentWrapper table td {
	padding: 8px;
	vertical-align: top;
}
