/* Reset all paddings and margins */
* {
	margin: 0px;
	padding: 0px;
}

/* Clear Fix Hack for Firefox */

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix { display: inline-block; }

html[xmlns] .clearfix { display: block; }

* html .clearfix { height: 1%; }

/* Background Properties */
html { background: #d4d4d4; }

/* Website Default Text & Test Color */

body, th, td {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #424242;
}

/* Default Link Style*/

a {
	color: #007d41;
	text-decoration: underline;
	outline: none;
}

a:hover { color: #000000; }

/* Reset Text Elements */
img { border: 0; }

p { margin: 10px 0; }

ul, ol { margin-left: 20px; }

ul li, ol li { padding-bottom: 10px; }

.wrap { width: 762px; margin: 0 auto; }

/* Website Logo and Tagline */
.logo span { position: absolute; left: -50000px; }

.logo { width: 362px; position: absolute; left: 10px; top: 3px; }

.logo a {
	display: block;
	height: 53px;
	background: url(../img/logo.gif) no-repeat left top;
}


/* Website Menu */

#header { 
	background: #fff; 
	padding: 10px 0 0;
}

#header .wrap {
	position: relative;
	padding: 61px 0 0;
	background:  url(../img/header.jpg) no-repeat center top;
}

#header ul {
	margin: 0;
	padding: 0;
	height: 33px;
	background: url(../img/menu-bg.gif) no-repeat left top;
}

#header ul li {
	list-style: none;
	float: left;
	padding: 0;
	margin: 0;
}

#header ul li a, #header ul li a:hover {
	display: block;
	height: 33px;
	background-image: url(../img/menu-bg.gif);
	background-repeat: no-repeat;
	padding-right: 1px;
}

#header ul li a span {
	position: absolute;
	left: -50000px;
}

.home a{
	background-position: left top;
	width: 71px
}

.home a:hover, .home-page .home  a, .home-page .home a:hover { background-position: left bottom; }

.about a {
	background-position: -72px top;
	width: 89px;
}

.about a:hover, 
.about-us .about a, 
.about-us .about a:hover,
.about .item1-active,
.about .item1-active:hover { background-position: -72px bottom; }

.what a {
	background-position: -162px top;
	width: 161px;
}

.what a:hover, 
.solar-thermal .what a, 
.solar-thermal .what a:hover,
.what .item1-active,
.what .item1-active:hover { background-position: -162px bottom; }

.products a {
	background-position: -324px top;
	width: 159px;
}

.products a:hover, .products-page .products a, .products-page .products a:hover { background-position: -324px bottom; }

.news a {
	background-position: -484px top;
	width: 68px;
}

.news a:hover, 
.news-page .news a, 
.news-page .news a:hover,
.news .item1-active,
.news .item1-active:hover { background-position: -484px bottom; }

.contact a {
	background-position: -553px top;
	width: 99px;
}

.contact a:hover, .contact-us .contact a, .contact-us .contact a:hover { background-position: -553px bottom; }

#holder {
	background: #f0f1f5;
}

/* Website Content */
#content-home { background: #fff; padding: 0 0 10px; }

#content { background: #fff; }

/* Content Structur */

.content-box {
	border: 1px solid #f0f1f5;
	background: url(../img/content-bg.gif) repeat-x left top;
	padding: 10px 20px;
	width: 720px;
}
.content-box h1.title {
	font-size: 20px;
	font-weight: bold;
	color: #d7002e;
}

.content-box h1 {
	font-size: 15px;
	font-weight: bold;
	padding: 16px 0 1px;
}

#content h1 a, #content h1 a:hover {
	text-decoration: none;
	color: #2e2e2e;
}

.homepage {
	margin-top: -26px;
}

/* Home Page Boxes */
.hp_boxes { 
	margin: 0; 
	background: url(../img/hp_boxes.gif) no-repeat left top;
	height: 166px;
	overflow: hidden;
}

.hp_boxes li { 
	list-style: none; 
	float: left;
	width: 222px;
	padding: 38px 16px 0;
	margin: 0;
	color: #fff;
	font-size: 11px;
	line-height: 13px;
}

.hp_boxes li.last {
	padding: 36px 16px 0;
}

.hp_boxes li a {
	color: #fff;
	text-decoration: underline;
	font-weight: bold;
}

.hp_boxes li a:hover { color: #fff200; }


/* Website Footer */
#footer {
	text-align: center;
	font-size: 11px;
	color: #898989;
	border-top: 3px solid #dbdbdb;
	padding: 16px 0;
}

#footer a, #footer  a:hover {
	color: #898989;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
	color: #000;
}
