/* 
    Document   : solar
    Created on : Mar 16, 2015, 6:03:02 AM
    Author     : hk
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}

body{margin:0}
.topdiv{width:100%;height:375px;background:#4FA00D;background: url('../images/SUNPNG1.png');background-repeat:no-repeat;background-size: 100%;z-index: 5;}
.logodiv{width:180px;height:130px;float:left;margin-left:80px;padding-top:30px;}
.titdiv{width:550px;height:80px;float:left;margin-left:100px;margin-top:10px;}

.topmiddle{width:1000px;height:100px;margin-top:-160px;background-repeat:no-repeat;margin-left:auto;margin-right:auto;position: absolute;}

.middlearea{width:100%;height:1160px;margin:auto;background:WHITE;margin-top:-55px;z-index: -10;}
.middlearea1{width:1000px;height:100%;margin:auto;margin-top:-20px;z-index:0;border-top:1px dotted green;}
a{text-decoration: none;}
.sidebar{width:250px;height:830px;margin-left:0px;float:left}
.sidebartit{width:230px;height:830px;;margin:auto;margin-top:0px;font-family: arial;}
.sbarli{padding-bottom:10px;font-size:14px;text-shadow:0px 0px black;color:green;}
.sbarli:hover{color:red;text-shadow:none;}
.rightbar{width:740px;min-height:600px;height: 100%;margin-left:0px;float:left;padding-top:40px;color:#0D4606}
.rpara{width:450px;height:200px;font-family: Segoe UI,gisha,verdana;font-size: 16px;float:left;margin-left:100px;margin-bottom: 20px;}
.tbar{width:590px;height:45px;margin-left:340px;margin-top: 10px;background:#F5FAF3;box-shadow:1px 1px 1px 1px #B9BAB9;}
.imback{width:400px;height:350px;background: url('../images/imgback.png');background-repeat:no-repeat;margin-left:100px;float:left;}
#menub {
	width: 100%;
	height: 45px;
	padding: 0;
	/*background: url('menuback.jpg') left top;*/
	margin-right: 15px;
	margin-left: auto;
	overflow: hidden;
    margin-top:0px;
}
#menub ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#menub ul li {
	display: inline;
	margin: 0px;
}
#menub ul li a {
	height:50px;
	display: block;
	float: right;
	font: bold 12px Arial;
	color: #21700C;
        font-size: 15px;
	text-decoration: none;
	border-right:1px solid #CACACE;
	padding-top: 12px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 15px;
}

#menub ul li a:hover {
	color:#C77617;
        font-weight: bold;
        
	background-image: url('../images/menuhov.jpg');background-repeat: repeat-x;
}
#menub   ul   li#active    a {
	color:#C77617;
         font-weight: bold;
	background-image: url('../images/menuhov.jpg');background-repeat: repeat-x;
}
#slideshow {
    margin:  auto;
    position: relative;
    height: 280px;
    z-index:0;
}

#slideshow > div {
    position: absolute;

}

.slide{width:995px;height:308px;background:none;float:left;margin-left:3px;margin-right: 6px;margin-bottom: 2px;margin-top:0px;}
.bottombar{width:100%;height:100%;background:#4FA00D;margin-bottom: 0px;margin-top:0px;background: url('../images/BOTTOM.png');background-repeat:no-repeat;background-size: 100%}
.tdst{padding-left: 20px;font-family: gisha;font-size: 12px;color:#49955B;font-weight: bold;}
.tdst1{border-right:1px solid #D7D6D6;padding-right:5px;padding-top:5px;padding-left: 50px;font-family: gisha;font-size: 12px;color:#49955B;font-weight: bold;}
.inner2{width:940px;height:100%;float:right;margin:10px;margin-top:-30px;}
.inner22{width:700px;height:600px;float:right;background:#FAFAFD;margin:10px;}
.innertit{width:650px;height:30px;background:#D1DEE3;}
.mainheader{width:1000px;height:35px;background:#DFDFFB;border-radius:2px;border-bottom:1px solid #C9C9FF;}
