.container 		{  }

a 				{ color: #000099; }
a:hover			{ color: #A61111; }


/*-----------------------------------------------------------------------------
	Header
	Add a graphic logo, using the following CSS
-----------------------------------------------------------------------------*/



#header {
	background: url('http://www.sroeco.com/solar/sroeco_solar_title.png') no-repeat;
	height: px;
}

#header h1		 { display: none;  }
#header .description { display: none; }


-----------------------------------------------------------------------------
	Navigation Colors
	Customize the navbar with this CSS
-----------------------------------------------------------------------------


#nav { color: #11A611; },
#subnav	{ background: #4CBF4C; }

#nav li.current_page_item a,
#nav li a:hover 	{ background: #00AE00; color: #FFF;}

#nav li a,
#subnav li a 	{ color: #fff; }

#nav li.current_page_item a,
#subnav li.current_page_item a,
#subnav li a:hover 	{ color: #fff; }

-----------------------------------------------------------------------------
	Footer from nextstepinspace.com CSS
-----------------------------------------------------------------------------

.wrap {
	width: 820px;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
    
}

#footer { 
	width: 99.7%;
	clear: both;
	margin: 0;
	padding: 0px 0 0;
	background: url(http://sroeco.com/solar/wp-content/themes/blueprint-theme/images/footer_bg.gif) no-repeat 0 0;
    background-position: top;
    border-top: 1px solid #CCC;
    border-right: 1px solid #CCC;
    border-left: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
}

#footer.full {
	background-color: ;
}

#footer ul {
	font-size: 11px;
	padding-left: 8px;
}

#footer ul li {
	margin-bottom: 0px;
	list-style-type: none;
}

#footer a {
	color: #000099;
    font-size: 12px;
	text-decoration: none;
}

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

#footer p {
	margin-bottom: 2px;
}

#footer p.copyright {
	padding-left: 8px;
	font-size: 11px;
	padding-bottom: 10px;
	margin: 0;
	padding-top: 15px;
}

#footer h3 {
	font-size: 14px;
	font-weight: bold;
	color: #3B4A25;
	margin-bottom: 2px;
}

#footer .rows {
	height: 145px;
	overflow: hidden;
	margin-bottom: 0px;
    margin-top: 2px;
	background-position: 0;
	padding-bottom: 5px;
	padding-top: 10px;
}

#footer .links {
	float: left;
	width: 160px;
    padding-left: 180px;
	border-right: 1px solid #b1b1b1;
	margin-right: 5px;
	height: 165px;
}

#footer .contact {
	float: left;
	width: 240px;
    padding-left: 8px;
	border-right: 1px solid #b1b1b1;
	margin-right: 5px;
	height: 165px;
}

#footer .social {
	float: right;
    padding-left: 8px;
	width: 180px;
	height: 165px;
}

#footer .social p {
	margin-bottom: 0;
	margin-top: 0px;
}

.clear { 
	clear: both; 
	background: none; 
}