/* CSS Document */
body{
font-family:"Times New Roman", Times, serif;
font-size:16px;
background:url(../images/bg.jpg) center top ;
color:#666666;
margin:0;
padding:0;
}

#clear{
clear:both;
}
p{
text-align:justify;
}

#logo{
width:990px;
height:100px;
background:#336666;
}
#header{
width:100%;
height:auto;
min-height:470px;
background:url(../images/headerforSolar.png) no-repeat top center;
}
#menu {
margin:0 auto;
width:990px;
height:50px;
padding-top:290px;
color:#fff;
}
#menu ul{
list-style:none;
padding-left:60px;
}
#menu li{
display:inline;
text-transform:uppercase;
padding-right:50px;
background:url(../images/arrowmenu.png) center left no-repeat;
padding-left:14px;
}
#menu li a{
color:#FFFFFF;
text-decoration:none;
}
#menu li a:hover{
color:#ed1e24;
text-decoration:none;
}
#menu li.active a{
color:#ed1e24;
}

#banner {
margin:0 auto;
width:990px;
height:343px;
background:url(../images/banner.jpg);
}
#gallery{
float:right;
}

#container{
margin:0 auto;
width:990px;
height:auto;
}

#content{
width:990px;
height:auto;
min-height:320px;
background:#fff;
}


#content_left{
float:left;
width:250px;
height:auto;
background:#fff;
min-height:300px;
margin-left:10px;
font-size:17px;
}
#content_left h2{
color:#2886bc;
font-size:24px;
}
#content_left ul{
margin:0;
padding:0;
padding-left:3px;
}
#content_left li{
list-style:none;
padding-left:20px;
background:url(../images/arrow.png) no-repeat center left ;
font-size:17px;

line-height:35px;
}
#content_left li a{
color:#ed1e24;
text-decoration:none;
}
#content_left li a:hover{
color:#666;
text-decoration:underline;
}

#content_right{
float:right;
width:700px;
height:auto;
background:#fff;
min-height:300px;
margin-right:10px;
font-size:17px;
}
#content_right h2{
color:#2886bc;
font-size:24px;
}
#content_footer{
width:990px;
height:20px;
background:url(../images/footer2.png) no-repeat;
}

/*this is for latest web site tab */


#footer{
width:100%;
height:100px;
text-align:center;
background:url(../images/footer.png) center top;
color:#FFFFFF;
margin-top:30px;
}
#footer p{
width:970px;
padding:15px 5px 15px 5px;
margin:0 auto;
text-align:left;
color:#FFFFFF;
}
.red{
color:#983434;
}

