@charset "utf-8";
body  {
	background: url(../images/BarceloGradient1400.png) repeat-x left top;
	margin: 0 auto; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #CBCBCB;
	width: 800px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: normal;
}
.twoColFixLtHdr #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: url(../images/barceloContainerGradient1400.png) repeat-x;
	margin: 10px auto 0;
	text-align: center;
	font-size: 18px;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
} 
#container1 {
	background: #FFF;
}

.twoColFixLtHdr #header {
	background: #DDDDDD url(../images/barceloelectric3.jpg) no-repeat left top;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 300px;
	width: 800px;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #202020;
}
#areas p {
	text-align: center;
}

#nav {
	height:35px;
	padding:10px 0px 5px;
	width: 800px;
	background: #120754;
}
#nav ul {
	margin:0px;
	list-style:none;
	float:left;
	width: 800px;
	padding: 0px 0px 0px 202px;
}
#nav li {
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	color: #202020;
	font-style: italic;
	font-weight: normal;
}
#nav li a:link,#nav li a:visited{
	padding:10px;
	display:block;
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	font-weight:normal;
	color:#FFFF43;
	text-decoration:none;
	line-height:1.2em;
	margin-right:10px;
}
#nav li a:hover {
	color:#FFFF43;
}
#nav li a.current,#nav li a.current:hover,#nav li a.current:active{
	color:#BA0000;
	cursor:default;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 320px;
	top: 223px;
	margin-top: 45px;
	padding-top: 5px;
	padding-bottom: 15px;
	margin-left: 15px;
	font-size: 1em;
}
#sidebar1 .emergency {
	margin-top: 5px;
}

#sidebar1 ul {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	list-style: none;
	padding-left: 5px;
	line-height: 2em;
	font-size: 1em;
	font-style: italic;
}
.TheTextOff{
	color:#202020;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 0.8em;
}
.TheTextOn{
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	font-weight: bold;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.twoColFixLtHdr #mainContent {
	text-align: left;
	top: 223px;
	padding: 10px 10px 10px 25px;
	width: 400px;
	float: left;
	margin-right: 0;
	margin-bottom: 0;
	margin-top: 25px;
	color: #000;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.25em;
}
#mainContent ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.25em;
	padding-bottom: 10px;
}

#sidebar2 {
	float: right;
	margin-right: 25px;
	margin-top: 25px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 18px;
	width: 325px;
}
#sidebar2 p {
	font-size: 1em;
	line-height: 1.25em;
}


#mainContent h1 {
	text-align: center;
	font-size: 2.5em;
	color: #000;
	width: 400px;
	line-height: 1.75em;
}
.call {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2.5em;
	color: #202020;
}
.estimate {
	font-style: normal;
	font-size: 1.75em;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #202020;
}
.commercial {
	text-align: center;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #2F2732;
}
.serveNV {
	text-align: center;
}

.specializing {
	font-style: italic;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: normal;
	color: #202020;
}
.small {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.26em;
	color: #202020;
	text-align: center;
}
.complete {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	font-weight: bold;
	color: #FEDE58;
	text-align: center;
	font-style: italic;
	line-height: 1.25em;
}
#skills {
	float: left;
	width: 400px;
	padding-left: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 13px;
	margin-top: -20px;
}
#skills ul li {
	line-height: 120%;
}


.master {
	font-family: Impact;
	font-size: 2.25em;
	font-weight: bold;
	color: #202020;
	
}
.heating {
	line-height: 1.4em;
	font-style: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 1.10em;
	color: #202020;
	text-align: center;
}
.emergency {
	font-size: 1.5em;
	color: #BA0000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	margin-top: -15px;
}
.evening {
	font-style: italic;
	font-size: 1.5em;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	color: #202020;
		  }

.financing {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	color: #2F2732;
	text-align: center;
}
.visa {
 
}
.twoColFixLtHdr #footer {
	background: #250980;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
} 

.twoColFixLtHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.7em;
	color: #FFF;
	text-align: right;
	line-height: 1.25em;
	padding-top: 5px;
	padding-bottom: 5px;
	font-style: normal;
	padding-right: 10px;
}
#footer p a {
	color: #FFF;
}

.coupon {
	text-align: center;
	padding-top: 15px;
}
#mapGoogle {
	float: right;
	width: 325px;
	padding-left: 15px;
	margin-top: 90px;
	background: transparent;
	margin-right: 25px;
}
div#links {
	top: 50px;
	left: 10px;
	width: 275px;
	z-index: 100;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	float: left;
	margin-top: 25px;
	color: #F00;
	text-align: center;
	margin-left: 52.5px;
}
div#links a {
	display: block;
	text-align: center;
	padding: 5px 10px;
	border-width: 0;
	text-decoration: none;
	color: #FFE65B;
	background: #120754 no-repeat center center;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
   }
div#links a:hover {
	color: #BA0000;
	background: #FFE058 url(../images/check.png) no-repeat 15px center;
	text-align: center;
	padding: 5px 10px;
	margin-bottom: 1px;
	font-family: Arial, Helvetica, sans-serif;
   }
div#links a img {
	height: 0;
	width: 0;
	border-width: 0;
	margin-left: -500px;
	font-family: Arial, Helvetica, sans-serif;
}
div#links a:hover img {
	top: 200px;
	left: 500px;
	height: 225px;
	width: 225px;
	margin-left: -500px;
}
#mainContent3 {
	width: 380px;
	float: left;
	color: #000;
	text-align: center;
	background: transparent;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-left: 20px;
	padding-top: 15px;
	margin-top: 15px;
}
#credit {
	width: 200px;
	margin-left: 50px;
}
.emer {
	text-align: center;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2em;
	color: #000;
}
#hours {
	width: 310px;
	text-align: center;
	font-weight: bold;
	margin-top: 25px;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
}
#call {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	color: #000;
	font-weight: bold;
}
#sidebarTips {
	float: left;
	width: 360px;
	margin-left: 10px;
	color: #090909;
	text-align: left;
	padding-right: 15px;
	padding-left: 15px;
}
#safety {
	float: right;
	width: 380px;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
}
#safety ul {
	width: 320px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#safety ul li {
	padding-bottom: 15px;
}


#tips {
	color: #080808;
}
#bottom {
	width: 300px;
	line-height: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	float: right;
	margin-right: 25px;
	background: #120754;
	color: #FFF;
	padding: 10px 10px 15px;

}
#please {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.5em;
	font-weight: normal;
	padding: 25px 15px 15px;
}
#estimate {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2em;
	text-align: center;
	font-weight: bold;
	margin-top: -10px;
}
#mainPhone {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 3em;
	font-weight: bold;
	text-align: center;
}
.website {
	color: #FEDE58;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
}
.green {
	color: #360;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	font-size: 1.5em;
	width: 400px;
	line-height: 1.75em;
}
#mainContent .master strong {
	text-align: center;
}
h4 .green {
	width: 400px;
}

#mainContent  img {
	padding-left: 100px;
	padding-top: -25px;
}
#areas {
	width: 800px;
	margin-top: 20px;
	text-align:center
}
#solarlogos {
	padding: 10px 15px 20px;
	height: 150px;
	width: 250px;
	background: #FFF;
	margin-left: 20px;
	margin-top: -25px;
}
#meta {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #999;
	text-align: left;
	background: #FEF087;
	padding: 5px 10px;
}

#mainContent  img1 {
	margin-top: -15px;
}
#indexCompany {
	margin-top: -10px;
}
#indexTag {
	margin-top: -10px;
}
#greenImage {
	margin-top: -10px;
}
#mobileLink {
	width: 75px;
	margin-left: 10px;
	padding-top: 100px;
}
#mobileLink p {
	font-size: 12px;
	text-align: center;
	color: #00F;
}
#mobileLink  a:hover {
	color: #F00;
	font-size: 12px;
}
#foot1 {
	float: left;
	margin-left: 250px;
	color: #FFFFFF;
}
#footer1 a {
	font-size: 12px;
	color: #FFFFFF;
}
#footer1 a:visited {
	font-size: 12px;
	color: #FFFFFF;
}

#footer2 {
	float: left;
	padding-left: 15px;
}
#footer2 a {
	font-size: 12px;
	color: #FFFFFF;
}
#footer2 a:visited {
	font-size: 12px;
	color: #FFFFFF;
}
#footer3 {
	float: left;
	
	padding-left: 15px;
}
#footer3 a {
	font-size: 12px;
	color: #FFFFFF;
}
#footer3 a:visited {
	font-size: 10px;
	color: #FFFFFF;
}
#footer6 {
	float: left;

	padding-left: 15px;
}
#footer6 a {
	font-size: 12px;
	color: #FFFFFF;
}
#footer6 a:visited {
	font-size: 12px;
	color: #FFFFFF;
}
#footer7 {
	float: left;

	padding-left: 15px;
}
#footer7 a {
	font-size: 12px;
	color: #FFFFFF;
}
#footer7 a:visited {
	font-size: 12px;
	color: #FFFFFF;
}
#footer4 {
	float: left;

	padding-left: 15px;
}
#footer4 a {
	font-size: 12px;
	color: #FFFFFF;
}
#footer4 a:visited {
	font-size: 12px;
	color: #FFFFFF;
}
#footer5 {
	width: 900px;
	text-align: right;
	font-size: 14px;
	color: #FFFFFF;
	padding-top: 10px;
}
#footer5 a {
	font-size: 12px;
	color: #FFFFFF;
}
#footer5 a:visited {
	font-size: 12px;
	color: #FFFFFFF;
}#foot1 a {
	font-size: 12px;
	color: rgb(255,255,255);
}
