/* CSS Document */
html
	{
    width: 100%;
	height: 100%;
	margin: 0em;
	padding: 0em;
	border:0;
	background: url(http://a-celectric.com/theimages/repeat-small.jpg); 
	}

body 
	{
    width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	background: url(http://a-celectric.com/theimages/repeat-small.jpg); 
	}
	
.img {
	padding-left: 15px;
	padding-bottom:15px;
	}

#containerxx {
	width:100%; 
	min-height: 800px;
	height: 100%;
	margin: 0px;
	padding: 0px;
	text-align: left;
}

#container {
	/* background: red; */
	width:100%; 
	min-height: 500px;
	height: 95%;
	margin: 0px;
	padding: 0px;
	text-align: left;

}
	
#header {
    background: url(http://a-celectric.com/theimages/bg2.jpg) top left repeat-x;
	height:120px;
	margin: 0;
	display:block;
	overflow:hidden;

	padding: 0;
	text-align: left;
	}
	
/* content */
#content_inner 
	{
	min-height:500px;
	height:500;
	color: #FFF;
	background: url(http://a-celectric.com/theimages/repeat-bg3.jpg) top left no-repeat;

	}
#content_bg 
	{
	float: right;
	width: 100%;
/* 	background: url(http://a-celectric.com/theimages/repeat-small.jpg);  */
/* 	border: 1px solid black; */
	}

#content {
	padding:40px 20px;
	display:block;
	overflow:hidden;
	float: left;
	width: 70%;
	position:relative;
	}

#content .img {
	padding-top:10px;
}	

#content h3 {
	margin-top:0;
	}


/* switches on left */
#switchbox {
	float: left;
	width: 178px;
/* 	height: 100%; */
	border: 1px solid black;
	margin-top: 2px;
	padding: 0;
}
#switch_tab {
	margin-bottom:0px;
	text-align: center;
}
#switch_tab1 {
 	background:#999999 url(http://a-celectric.com/theimages/lighted_tab_bg.gif) no-repeat left top; 
	margin-bottom:0px;
	text-align: center;
	height:29px;
	margin:0px;
	width: 140px;


}
#current_tab {
	height:29px;
 	background: url(http://a-celectric.com/theimages/tab_left.gif) no-repeat left top; 
	text-align: center;
	margin:0 0px;
	width: 140px;
	}
#current_tab a {
	color:#FFF;
	text-decoration:none;
 	background: url(http://a-celectric.com/theimages/tab_right.gif) top right no-repeat; 
	width: 140px;
	display: block;
	height: 29px;
	margin:0 0px;

	}

#switch_inner {
	background:#7D7B77 url(http://a-celectric.com/theimages/breaker_box_shadow.gif) no-repeat left top;
	margin-left:5px;
	margin-top:0px;
	margin:00;
	min-height: 100px;
	padding-bottom:60px;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	position:relative;
	z-index:100;
}

#switch_inner ul {
	list-style-type:none;
	padding: 5px 0px 0px 0px;
	margin:0;
	padding-left:3px;
	text-align: left;
	}

/*html>body #switch_inner ul {
	margin:0 0 0 35px;
}
* html #switch_inner ul {
	margin:0 0 0 65px;
	}*/

#switch_inner li {
	/*background: url(../theimages/switch_off.gif) top left no-repeat;*/
	/*background-position: 0 .4em;*/
	margin: 0px 0 3px 0px;
	padding-left:3px;
	height:25px;
	line-height:18px;
	font-size: 12px;
}
	
#switch_inner a {
	color: #000000;
	text-decoration: none;
}

#switch_inner a:hover {
	color:#FFF;
	}

/* Navigation */
#nav {
	width: 100%;
	float: right;
	background: url(http://a-celectric.com/theimages/nav_bg.gif) top left repeat-x;
	height: 29px;
	border: 1px solid black;
	margin: 0px;
}

#nav ul {
	float: left;
	margin: 0 0 0 100px;
}
#nav li {
	float: left;
	list-style: none;
	background: url(http://a-celectric.com/theimages/nav_off.gif) top left no-repeat;
	display: block;
	width: 90px;
	height: 25px;
	margin-left: 2px;
	text-align: center;
	font-size: 0.75em;
}
#nav a, #nav li a {	
	color:#FFF;
	text-decoration:none;
	background: url(http://a-celectric.com/theimages/tab_right.gif) top right no-repeat;
	display: block;
	height: 25px; 
	padding-top: 2px;
}

#nav a:hover,#nav a.sfhover {	
	background: url(http://a-celectric.com/theimages/nav_on.gif) top left no-repeat;
}

/* images */
.right_image {
	float:right;
	margin-left:10px;
	}


/* Footer */
.footerblueprint
	{
	height:89px;
	background: #999999 url(http://a-celectric.com/theimages/repeat-bgbottom.jpg) top left repeat-x;
	}
#footer {
	background: #999999;
	text-align: center;
	font-size: 0.8em;
	padding: 5px;
	height:10px;
	width:100%;
	}
#footertext{
	position: absolute;
	bottom: 3px;
	text-align: right;
	}
#footer a {
	text-decoration:none;
	color:#333333;
	font-weight:bold;
	}
#content p {
	color: #CCCCCC;
	margin: 0;
	padding: 5px 0px;
}
#content a {
	color: #CCCCCC;
}
#content ul,li {
	color: #CCCCCC;
}
#content ul {
	margin-left: 25px;
}
#lh_nav {
	margin: 0 5px;
	float: left;
	width: 150px;
	position: relative;
	bottom: 0px;
}

ul.solar-listing li {
	margin-left: 20px;
}

ul.solar-listing {
	padding-left: 0px;
}
