@charset "UTF-8";
/* CSS Document */
body {
	background-image:url(images/body.png);
	margin:0;
	padding:0;
	border:none;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:14px;
	color: #666666;
	}
.clearFloats {
clear:both;
}
p {
	margin-bottom: 1em;
	line-height:1.4em;
	font-size:.9em;
}

a:link, a:visited {
color:#006699;
text-decoration:none;
}
	
#mainwrap {
	background-image:url(images/background.png);
	background-repeat:no-repeat;
	width:800px;
	margin-left:auto;
	margin-right:auto;
	padding-left:100px;
	padding-right:100px;
	}
	
#header {
	text-align:right;
	height:80px;
	
}

#content {
	width:800px;
	background-color:#FFFFFF;
	position:relative;
	padding-bottom:20px;
}

/* Easy Slider */

#slider{}	
#slider ul, #slider li{
	margin:0;
	padding:0;
	list-style:none;
	}
#slider li{ 
	width:800px;
	height:300px;
	overflow:hidden;
	position:relative
	}
	
.one {
	background-image: url(images/solar_panel_stock.jpg);
}

.two{
	background-image: url(images/attic_fan_old.jpg);
}

.three{
	background-image: url(images/solar_attic_slide.jpg);
}	

.slide_text {
position:absolute;
bottom:0;
width:100%;
text-align:right;
background-image:url(images/transparent_blue.png);
color:#FFFFFF;
font-size:1.8em;
font-weight:100;
}
.slide_text_padding {
padding:10px;
}
		
#prevBtn, #nextBtn{ 
	display:block;
	width:30px;
	height:77px;
	position:absolute;
	left:-30px;
	top:71px;
	}	
#nextBtn{ 
	left:800px;
	}														
#prevBtn a, #nextBtn a{  
	display:block;
	width:30px;
	height:77px;
	background:url(images/btn_prev.gif) no-repeat 0 0;	
	}	
#nextBtn a{ 
	background:url(images/btn_next.gif) no-repeat 0 0;	
	}	
/* // Easy Slider */

	


.wrapper {
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-top:10px;
	background-color:#FFFFFF;
	}
	
#left {
	float: left;
	width: 200px;
}

ul#nav {
	margin:0px;
	padding:0px;
	list-style-type:none;
	
}

ul#nav li {
	margin-bottom:10px;
	padding:10px;
	background-color:#f7f7f7;
	}
	
ul#nav li:hover {
	background-color:#E0EDF1;
	
	}

ul#nav li a:link, ul#nav li a:visited {
	color:#999999;
	font-size:1.3em;
	text-decoration:none;
	font-weight:600;
	text-transform: lowercase;	
	
}

ul#nav li a.selected {
color:#333333;
}



#right {
float: right;
	width: 550px;
	}
	
#right h1 {
font-size:2em;
font-weight:bold;
color:#333333;
}

#right h2 {
font-size:1.4em;
}
	
#footer {
width:800px;
margin-left:auto;
margin-right:auto;
margin-bottom:50px;
color:#FFFFFF;
font-size:1em;
}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	border:none;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
	
	.gallery-item img  {
	padding:2px;
	background-color:#FFFFFF;
	border: 1px solid #CCCCCC;
	margin-bottom:3px;
	}
/* End Images */


/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */