/*Global Power Resources, Inc.*/
/*BLUE #22315A */
/*GREEN #4B8429 */
/*LIGHT GREY #E6E6E6 */
/*DARK GREY #CDCDCD */

body {
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
}

h1, h2, h3, h4, h5 {
	margin: 0;
	font-weight: normal;
	color: #4B8429;
}

h1 {
	font-size: 197%;
}

h2 {
	font-size: 167%;
}

h3 {
	font-size: 105%;
	font-weight: bold;
}

h4{
	font-size: 100%;
}

h5{
	font-size: 110%;
	text-decoration: underline;

}

p, ol, ul {
	line-height: 180%;
}

p {
}

ol {
}

ul {
}

blockquote {
	margin: 0;
	padding-left: 15px;
	border-left: 15px solid #E6E6E6;
	font-style: italic;
	font-size: 120%;
	color: #E06529;
}

blockquote * {
	line-height: normal;
}

a {
	color: #E06529;
}

a:hover {
	text-decoration: none;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 15px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 15px;
}

hr {
	display: none;
}

/*Header Wrapper*/
#header-wrapper{
	height: 90px;
	background: #FFFFFF;
	border-bottom: 10px solid #CDCDCD;
	position: relative;
	width: 100%;
}

/* Header */

#header {
	width: 760px;
	height: 90px;
	margin: 0 auto;
}

/* Logo */

#logo {
	float: left;
	padding-top: 20px;
	background: url(images/img02.gif) no-repeat left bottom;
}

#logo h1, #logo h2 {
	margin: 0;
	padding-left: 60px;
	font-weight: normal;
	color: #E06529;
}

#logo h1 {
	font-weight: bold;
}

#logo h2 {
	font-size: 92%;
}

#logo a {
	text-decoration: none;
}

/* Top Menu */

#topmenu {
	float: right;
}

#topmenu ul {
	margin: 0;
	padding: 32px 0 0 0;
	list-style: none;
	line-height: normal;
}

#topmenu li {
	display: inline;
}

#topmenu a {
	padding: 0 20px;
	border-left: 1px solid #E06529;
	text-decoration: none;
	font-size: 92%;
}

#topmenu a:hover {
	text-decoration: underline;
}

#topmenu .first a {
	border: none;
}

/* Header 2 */

#header2-wrapper{
	height: 200px;
	background: #E6E6E6;
	border-bottom: 10px solid #CDCDCD;
	position: relative;
	width: 100%;
}

#header2 {
	width: 760px;
	height: 200px;
	margin: 0 auto;
}

/* Menu */

#menu {
	float: left;
	width: 200px;
	height: 200px;
	background: #22315A;
}

#menu ul {
	margin: 0;
	padding: 45px 20px 0 20px;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	padding: 8px 10px;
	text-decoration: none;
	font-size: 115%;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	text-decoration: underline;
}

#menu .first a {
	background: none;
}

/* Splash */

#splash {
	float: right;
	width: 560px;
	height: 200px;
}


/* Page */

#page {
	max-width: 760px;
	margin: 0 auto;
	padding: 30px 0;
	position: relative;
}

/*Products*/

#prodlist {
	width: 760px;
	text-align: center;
	padding: 0 0 20px 0;
}

#prodlist ul {
	margin: 0;
	list-style: none;
	line-height: normal;
}

#prodlist li {
	display: inline;
}

#prodlist a {
	padding: 0 20px;
	text-decoration: none;
	color: #22315A;
	font-size: 120%;
	font-weight: bold;
}

#prodlist a:hover {
	text-decoration: underline;
}

#prodlist p{
	font-size: 100%;
	color: #E06529;
	line-height: 12px;
}

#equipment {
	width: 750px;
	padding: 10px 10px 10px 30px;
}

.sold ul{
}

.sold li{
	background: url(images/sold.jpg) no-repeat;
	min-height: 50px;
	width: 550px;
	padding: 5px 0 5px 110px;
	border-bottom: 1px solid #CDCDCD;
	list-style: none;
}

.sale ul{
}

.sale li{
	background: url(images/new.jpg) no-repeat;
	min-height: 50px;
	width: 550px;
	padding: 5px 0 5px 110px;
	border-bottom: 1px solid #CDCDCD;
	list-style: none;
}

.prod ul{
}

.prod li{
	background: url(images/prod.jpg) no-repeat;
	min-height: 50px;
	width: 550px;
	padding: 5px 0 5px 110px;
	border-bottom: 1px solid #CDCDCD;
	list-style: none;
}

.prod a{
	text-decoration: underline;
}

.prod a:hover {
	font-weight: bold;
}

#equipment h1{
	font-size: 150%;
	font-weight: bold;
}

#equipment h2{
	font-size: 100%;
	color: #22315A;
}
#equipment a{
	font-size: 100%;
	color: #22315A;
	text-decoration: none;
}

#equipheader {
	width: 750px;
	height: 30px;
	background: url(images/img10.gif) no-repeat;
}

.main{
	width: 200px;
	float: left;

}
.sub{
	width: 100px;
	float: none;
}

.top{
	width: 100px;
	float: right;
	font-color: #22315A;
}

/* Content with Sidebar*/

#content {
	float: left;
	width: 520px;
	padding-left: 20px;
}

#content p{
	color: #4B8429;
}

#list{
	padding-left: 30px;
	width: 420px;
	height: 20px;
}

.left{
	width: 200px;
	float: left;
	padding-left: 20px;
	color: #4B8429;
	background: url(images/img08.gif) no-repeat;
	background-position: left;
	vertical-align: middle;
	list-style: none;
}

.right{
	width: 150px;
	float: right;
	padding-left: 20px;
	color: #4B8429;
	background: url(images/img08.gif) no-repeat;
	background-position: left;
	vertical-align: middle;
	list-style: none;
}

#content ul {
	margin-left: 0;
	padding-left: 20px;
	list-style: none;
}

#content ul li {
	padding-left: 20px;
	background: url(images/img08.gif) no-repeat 0 8px;
}

#content ol {
	margin-left: 0;
	padding-left: 0;
	list-style: lower-alpha inside;
}

.title {
	padding-top: 3px;
}

.content {
	padding: 20px;
	background: url(images/img10.gif) no-repeat;
}

.twocols {
}

.twocols .col1 {
	float: left;
	width: 220px;
}

.twocols .col2 {
	float: right;
	width: 220px;
}

/*Image*/
#image{
	width: 220px;
	float: left;
	min-height: 230px;
	padding: 5px 0 0 10px;
}

.pic{
	width: 220px;
	min-height: 160px;	
	float: left;
	vertical-align: middle;
	vertical-align: middle;
	
}
.text{
	width: 220px;
	min-height: 60px;
	float: left;
	color: #22315A;
	font-size: 90%;
	text-align: center;
	vertical-align: middle;
}

#image2{
	width: 220px;
	min-height: 230px;
	vertical-align: middle;
	float: right;
	padding: 5px 0 0 10px;
}

.pic2{
	min-height: 160px;
	width: 220px;
	float: right;
	position: relative;
	vertical-align: middle;
}

.text2{
	width: 220px;
	min-height: 60px;
	float: right;
	color: #22315A;
	font-size: 90%;
	text-align: center;
	vertical-align: middle;
}

#image3{
	width: 220px;
	min-height: 480px;
	vertical-align: middle;
	float: right;
	padding: 0px 0 0 10px;
}

.pic3{
	min-height: 300px;
	width: 220px;
	float: right;
	position: relative;
	vertical-align: middle;
	padding: 50px 0 0 0;
}

.text3{
	width: 220px;
	min-height: 60px;
	float: right;
	color: #22315A;
	font-size: 90%;
	text-align: center;
	vertical-align: middle;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 220px;
	background: #E6E6E6;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin-bottom: 10px;
	background: #E6E6E6;
}

#sidebar li ul {
	padding: 10px 10px;
	font-size: 95%;
	margin-bottom: 0px;
	background-color: #E6E6E6;
	color: #22315A;
}

#sidebar li ul {
	padding: 10px 20px;
	font-size: 12px%;
}

#sidebar li li {
	margin: 0;
	padding: 5px 0;
	background: none;
	border-top: 1px dotted #CDCDCD;
}

#sidebar h2 {
	height: 30px;
	margin: 0;
	padding: 6px 0 0 10px;
	background-color: #22315A;
	font-size: 120%;
	font-weight: bold;
	color: #FFFFFF;
}

#sidebar h3 {
	margin: 0;
	color: #4B8429;
	font-size: 13px;
	text-decoration: underline;
}

#sidebar p {
	margin: 2;
	line-height: normal;
	color: #22315A;
	font-size: 13px;
	padding: 0 3px 0 10px;
	font-stretch:wider;
}

#sidebar a {
	color: #4B8429;
	font-size: 13px;
}

#sidebar a:hover {
	text-decoration: bold;
}

#sidebar .first {
	border: none;
}

/* Footer */

#footer-wrapper {
	height: 100px;
	background: #E6E6E6;
	border-top: 10px solid #CDCDCD;
	position: relative;
	width: 100%;
	bottom: 0px;
	left: 21px;
	top: 317px;


	/*margin: 45px 0 0 0;*/
}

#header {
	width: 760px;
	height: 90px;
	margin: 0 auto;
}

#footer {
	width: 600px;
	height: 75px;
	margin: 0 auto;
	background: url(images/img11.gif) no-repeat left center;
	padding: 5px 0px 5px 100px;
}

#footer p {
	margin: 0;
	line-height: normal;
}



/*BLUE #22315A */
/*GREEN #4B8429 */
/*LIGHT GREY #E6E6E6 */
/*DARK GREY #CDCDCD */
