@charset "utf-8";
/* CSS Document */

#CMSwhoopieH1{
	width:960px;
	margin:0 auto;
	color:#ddd;
	text-align:right;
	font-size:10px;
}


#CMSwhoopie-header{
	height:110px;
	background-color:#FFF;
	color:#FFF;
	width:960px;
	margin:0 auto;
	background-image:url(/themes/solartechnology/images/header.jpg);
	background-repeat:no-repeat;
	text-align:right;
	vertical-align:bottom;
}

#CMSwhoopie-body{
	background-repeat:repeat-x;
}

#CMSwhoopie-content{
	clear:both;
	width:960px;
	margin:0 auto;
	min-height:300px;
	padding:0px;
	background-color:#FFF;
	background-image:url(/themes/solartechnology/images/contentbkg.jpg);
	background-repeat:repeat-y;
}

#CMSwhoopie-footer{
	clear:both;
	background-repeat:repeat-x;
	padding-top:50px;
	color:#FFF;
	text-align:center;
	}
	
#CMSwhoopie-footer ul{
	margin:0 auto;
	width:960px;
	font-size:10px;
	color:#ddd;
	text-align:center;
}

#CMSwhoopie-footer a{
	font-size:10px;
	color:#ddd;
	text-decoration:none;
}
	
#CMSwhoopie-footer a:hover{
	font-size:10px;
	color:#ddd;
	text-decoration:underline;
}


#CMSwhoopie-topmenu{
	clear:both;
	margin:0 auto;
	font-size:12px;
	background-color:#a7a9ac;
	height:20px;
	margin-right:10px;
	margin-bottom:5px;
}
#CMSwhoopie-topmenu ul,li{
	padding:0px;
	margin:0px;
	display:inline;
	list-style:none;
	}
#CMSwhoopie-topmenu a{
	display:inline;
	cursor:pointer;
	color:#fff;
	text-decoration:none;
	margin-right:5px;
	padding-right:5px;
	border-right:#ccc solid 1px;
}
#CMSwhoopie-topmenu a:hover {
	color:#fff;
	text-decoration:none;
}
	
#CMSwhoopie-LHS{
	float:left;
	margin:0px;
	padding:0px;
	width:200px;
	background-color:#000;
	padding-bottom:20px;
	}
	
	#CMSwhoopie-RHS{
float:left;
	margin-left:10px;
	width:750px;
	}