* {
	margin: 0;
	padding: 0;
}

body {
	background: url(images/bg_body.jpg) repeat top center; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5a5a5a;
	text-decoration: none;
	margin: 11px auto;
}

img {
	border: 0px;
}

h1 {
	font-family: Arial;
	font-size: 24px;
	color: #004c7c;
	font-weight: normal;
	font-style: normal;
	margin-bottom: 10px;
}

p {
	margin-bottom: 15px;
}

#login {
	font-size: 11px;
	color: #FFFFFF;
	margin: 8px 8px 0px 8px;
}

#login input {
	background: url(images/bg_input.gif) repeat-x;
	width: 102px;
	height: 20px;
	border: 1px solid #999999;
}

#main_navi {
	margin: 0px 0px 0px 329px;
	height: 42px;
}

#main_navi .home {
	display: block;
	float: left;
	background: url(images/btn_home.gif) no-repeat;
	width: 62px;
	height: 42px;
	margin-right: 5px;
}

#main_navi .product {
	display: block;
	float: left;
	background: url(images/btn_product.gif) no-repeat;
	width: 77px;
	height: 42px;
	margin-right: 5px;

}

#main_navi .project {
	display: block;
	float: left;
	background: url(images/btn_project.gif) no-repeat;
	width: 73px;
	height: 42px;
	margin-right: 5px;
}

#main_navi .staff {
	display: none;
	float: left;
	background: url(images/btn_staff.gif) no-repeat;
	width: 55px;
	height: 42px;
	margin-right: 5px;
}

#main_navi .contact {
	display: block;
	float: left;
	background: url(images/btn_contact.gif) no-repeat;
	width: 87px;
	height: 42px;
	margin-right: 5px;
}

#main_navi .awards {
	display: block;
	float: left;
	background: url(images/howsolarwork.gif) no-repeat;
	width: 101px;
	height: 42px;
	margin-right: 5px;
}

#main_navi .newsletter {
	display: block;
	float: left;
	background: url(images/btn_newsletter.gif) no-repeat;
	width: 86px;
	height: 42px;
	margin-right: 5px;
}

#main_navi .blog {
	display: none;
	float: left;
	/*background: url(images/btn_blog.gif) no-repeat;*/
	width: 54px;
	height: 42px;
}



#main_navi .home:hover, #main_navi .product:hover, #main_navi .project:hover, #main_navi .staff:hover, #main_navi .contact:hover, #main_navi .awards:hover, #main_navi .newsletter:hover, #main_navi .select1 {
	background-position: bottom;
}

#banner {
	background: url(images/bg_banner.gif) repeat-x;
	padding: 9px 15px 8px 15px;
}

#content {
	background: #FFFFFF url(images/bg_content_area.gif) repeat-x;
	border-bottom: 6px solid #cccccc;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
	padding-bottom:2px;  
}

.commercial {
	/*background: url(images/index_img1.jpg) no-repeat;*/
background:	url(images/commercial.jpg) no-repeat;
width:284px;
	}

.residential {
	/*background: url(images/index_img2.jpg) no-repeat;*/
	background:url(images/residential.jpg) no-repeat;
	width:284px;
	}

.commercial, .residential {
	float: left;
	font-size: 11px;
	width: 302px;
	height: 87px;
	padding: 32px 0px 0px 16px;
	margin: 0 15px 0 0;
}

.commercial img, .residential img {
	margin-top: 5px;
	margin-left: -3px;
}

.heading {
	margin-bottom: 10px;
}
.heading1
{
	margin-bottom:10px;
	font-weight:bold;
	font-size:20px;
	color:#0f4f97;
	width:87px;
	height:25px;
	left:15px;
}

.product {
	font-size: 11px;
}

.product img {
	margin-right: 15px;
}

.learn_more {
	margin-left: -8px;
}

.blue {
	color: #006699;
}

.white {
	color: #FFFFFF;
}

.input {
	width: 319px;
	height: 23px;
	border: 1px solid #c3c6b4;
}

.txt_area {
	width: 319px;
	height: 100px;
	border: 1px solid #c3c6b4;
}

.list{
display:block;
background:url(images/list_bullet.gif) no-repeat;
border-bottom:1px dashed #cccccc;
color:#5f5f5e;
font-size:12px;
font-weight:bold;
text-decoration:none;
padding-left:25px;
padding-bottom:5px;
margin-top:10px;
}

.list:hover{
border-bottom:1px dashed #cccccc;
color:#114170;
text-decoration:none;
}

#footer {
	color: #006699;
	font-size: 10px;
	margin-bottom: 5px;
}

#footer a {
	color: #006699;
	text-decoration: none;
	margin: 0px 11px;
}

#footer a:hover {
	text-decoration: underline;
}
.link
{
	text-decoration:none;
	color: #006699;
	font-size: 12px;
}
.link:hover
{
	text-decoration: underline;
}
.footerlink
{
	text-decoration:none;
	color: #ffffff;
	font-size: 12px;
}
.footerlink:hover
{
	text-decoration: underline;
}
.popupControl {
	background-color:#AAD4FF;
	position:absolute;
	visibility:hidden;
	border-style:solid;
	border-color: Black;
	border-width: 2px;
}

.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}
