@charset "UTF-8";
body {
	background-image: url(../img/bg.jpg);
	background-repeat: repeat-x;
	background-color: #222221;
	font-size: 12px;
	color: #f7f7f7;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

.wrap{
	width: 961px;
	margin-left: auto;
	margin-right: auto;
}

#header{
	width: 961px;
	height: 292px;
	margin-top: 20px;
}

.logo{
	width: 360px;
	height: 243px;
	float: left;
}

.top-image{
	width: 600px;
	height: 243px;
	float: right;
}

.navigation{ 
	width: 900px;
	height: 32px;
	background-image: url(../img/nav-bg.jpg);
	background-repeat: repeat-x;
	clear: both;
	text-transform: uppercase;
	color: #4e4f4e;
	padding-top: 18px;
	padding-left: 60px;
}

.navigation ul{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

.navigation li{
	float: left;
	padding-left: 37px;
	padding-right: 37px;
}

.navigation a{
	color: #4e4f4e;
	text-decoration: none;
}

.navigation a:hover{
	text-decoration: underline;
	color: #567258;
}


#content{
	width:961px;
	background-color:#5c5c50;
	padding-bottom:50px;
	padding-top: 10px;
	
	
	
}


.welcome-box {
	width:544px;
	background-image:url(../img/welcomebg.jpg) ;
	background-color: #d1d2d1;
	background-repeat: repeat-x;
	border: #b5b5b5 1px solid;
	padding: 35px 0px 20px 20px;
	position: relative;
    
}

.welcome-box h1{
	padding: 0px;
	margin: 0px;
    font-size:20px;
	color:#5b795c;
	text-transform:uppercase;
	font-weight: normal;
}

.welcome-box h1 span { 
    font-weight:bold;
	
}	


.welcome-box p {
	color:#525252;
	text-transform:uppercase;
	font-size:13px;
	line-height: 27px;
	margin-right:172px;
	
}





a{ 
	color: #525252;
	text-decoration:none;
}

a:hover{ 
	color: #5b795c;
	text-decoration:underline;
	
}

#content-right{
	width: 584px;
	float: right;
	padding:20px 20px 0px 18px;
	background-image:url(../img/line.jpg);
	background-repeat:repeat-y;
	background-position:left;
}

#content-left {
	width:320px;
	padding: 20px 0px 0px 10px;
	
}

.center{
	margin:  15px 28px;
	
}

.left-column{
	width: 265px;
	padding-right: 25px;
	margin-top: 35px;
	background-image: url(../img/line.jpg);
	background-repeat: repeat-y;
	background-position: right;
	float:left;
	
}

.left-column h3 {
	margin-top:35px;
	font-size:22px;
	color:#e2e2c7;
	font-weight:normal;
	text-transform:uppercase;
	padding: 0px;
	margin:0px;
}


.left-column p {
	font-size:12px;
	color:#f7f7f7;
	line-height:21px;
	font-weight:normal;

	
}

.right-column{
	width: 246px;
	float: right;
	padding:20px 10px 0px 20px;
}

.left-column2{
	width:250px;
	float: left;
	padding-top:20px;
}

.right-column2{
	width:300px;
	float:right;
	padding-top:20px;
	
}

.formstyle{
	width:212px;
	color:#999;
	margin:0px 0px 4px;
	padding:8px 5px;
	border: 1px #324d35 solid;


}

.proceed{
	background-image: url(../img/proceed-enquiry.jpg);
	width: 224px;
	height: 30px;
	border: none;
	margin-top:2px;
	
	
}

.right-column h3{
	color:#e2e2c7;
	font-size:18px;
	font-weight:normal;
	text-transform:uppercase;
}
	
	


.clear{ clear: both; }


#footer{
	width:940px;
	height:118px;
	background-image: url(../img/solar.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	padding:10px;
	
	
	
	
}

#footer ul{
	list-style-type:none;
	text-transform:uppercase;
	font-weight:normal;
	text-align: right;
	color:#d6d8d6;
}

#footer li{
	display: inline;
	margin-left:18px;

}


#footer p{
	font-size:11px;
	color:#d6d9d6;
	text-align:right;
	
	
}

#footer a{
	color:#d6d8d6;
	text-decoration:none;
	
}

#footer a:hover{
	color:#a6aaa6;
	
}


.stlye{
	position: absolute;
	top: -5px;
	right: 0px;
	
}

h1, h2, h3, h4{
	color:#e2e2c7;
	font-weight:normal;
	text-transform:uppercase;
	padding: 0px;
}

h1{ font-size: 24px; }
h2{ font-size: 22px; }
h3{ font-size: 20px; }
h4{ font-size: 16px; }

p{ line-height: 21px; }



	

