
/* General page settings  */
* {
	font-size: 100%;
	margin: 0;
	padding: 0;
}

body {
	background: #FFFFFF url('../images/banner_tile.png') repeat-x top left;
	color: #000000;
	font: 16px Arial, Helvetica, sans-serif;
	min-width: 950px;
}

p, ul, li, h1, h2, h3, h4, h5, h6, dl, dt, dd, form, input, textarea, blockquote, pre {
	margin: 0 0 .8em 0;
}

/* Headings - Generic styles */
h1, h2, h3, h4, h5, h6 {
	background: transparent;
	color: #5F5F5F;
	font-weight: normal;
	letter-spacing: .1em;
}

h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
	color: #ee9933;
}


img {
	border: none;
}

a:link {
	background: transparent;
	color: #ee9933;
	text-decoration: underline;
}

a:visited, a:focus, a:active {
	background: transparent;
	color: #ee9933;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

/* Layout */

#wrapper {
	margin: 0 auto;
	width: 950px;
	padding: 0 10px 10px 10px;
}

#heading {
	height: 210px;
	background: url('../images/banner.png') no-repeat top center;
	width: 950px;
	overflow: hidden;
}

#heading2 {
	height: 210px;
	text-align: center;
}

#logo {
	float: left;
	width: 280px;
	margin-left: 30px;
	color: #FFFFFF;
	font-size: 24px;
}

.core {
	clear: both;
	margin: 0 auto;
	width: 950px;
	overflow:hidden;
}

#nav {
	float: right;
	width: 620px;
	margin: 135px 20px 0 0;
	text-align: center;
}

#nav a {
	color: #2e2e2e;
	font-weight: bold;
	text-decoration: none;
}

#nav img {
	margin: 0 25px;
}

#current_nav {
	color: #fF9900;
	text-decoration: underline;
}

#sidebar {
	float: left;
	width: 280px;
	margin-left: 30px;
}

#sidebar a {
	font-weight: bold;
}

.pv {
	background: url('../images/pv.gif') no-repeat 15px 0;
	padding-left: 95px;
	margin: 5px 0;
	height: 90px;
}

.solar {
	background: url('../images/solar.gif') no-repeat 5px 0;
	padding-left: 95px;
	margin: 5px 0;
	height: 115px;
}

.wind {
	background: url('../images/wind.gif') no-repeat 15px 0;
	padding-left: 95px;
	margin: 5px 0;
	height: 120px;
}

.order {
	background: url('../images/order.gif') no-repeat 15px 0;
	padding-left: 95px;
	margin: 5px 0;
	height: 120px;
}
#content {
	float: right;
	width: 630px;
}

.alt {
	margin: 0 auto;
	width: 950px;
	overflow:hidden;
}

#footer {
	clear: both;
	margin: 5px 0 0 0;
	width: 100%;
	background: url('../images/footer_tile.png') repeat-x bottom left;
	color: #FFFFFF;
}

#footer-in {
	margin: 0 auto;
	width: 950px;
	background: url('../images/footer.png') no-repeat bottom center;
}

#footer-orange {
	height: 236px;
	padding: 10px;
	width: 100%;
}

#footer-gray {
	height: 198px;
	padding: 10px;
	width: 100%;
}

#copyright {
	width: 100%;
	height: 42px;
	padding: 20px;
	text-align: center;
	font-size:12px;
	color: #666666;
}

/* content */

#content h2 {
	font-size: 1.4em;
}

#content h3 {
	font-size: 1.2em;
}

#content h4 {
	font-size: 1em;
}

#content h5{
	font-size: 1em;
}

#content h6 {
	font-size: 1em;
}

#content-b h3 {
	height: 15px;
	width: auto;
	font-size: 1.5em;
}

#content ol {
	list-style-position: inside;
	list-style-type: lower-roman;
}

#content ul {
	list-style-type: none;
}

#content ul li {
	background: transparent url('../images/li_bullet.gif') no-repeat 0 4px;
	padding-left: 18px;
}

#content dt {
	font-weight: bold;
}

/* Forms */
label {
	background: transparent;
	color: #999999;
	display: block;
	font-size: .9em;
}

label span {
	background: transparent;
	color: #ee9933;
	font-size: .8em;
	text-transform: uppercase;
}

input, textarea, select {
	background: white url('../images/form_inputtext.gif') repeat-x 0 0;
	border: 1px solid #CCCCCC;
	color: #666666;
	font: .9em "Lucida Grande", "Lucida Sans Unicode", verdana, geneva, sans-serif;
	padding: 2px;
}

#contactform table td {
	padding: 0 10px 4px 0;
}

#name, #email,#company,#phone {
	width: 210px;
}

#subject,#address {
	width: 440px;
}

#city,#state,#zipcode
{
	width: 130px;
}

#message {
	width: 440px;
	height: 140px;
}

/* Quotations */
blockquote {
	font-style: normal;
	text-indent: -.7em;
}

blockquote cite {
	display: block;
	font-style: normal;
	margin: .8em 0 0 .6em;
}

/* Misc. Text Formatting */
kbd {
	background: transparent;
	color: #000000;
	font: 1em Pragmata, "Courier New", Courier, monospace;
}

del {
	background: transparent;
	color: #DDDDDD;
}

ins {
	background: transparent;
	color: #333333;
	text-decoration: underline;
}

/* Floats */
.float-left {
	float: left;
	margin-right: 10px;
}

.float-right {
	float: right;
	margin-left: 10px;
}
