body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #fff;
	background-image:url(../../../images/bg-grad.gif);
	background-repeat:repeat-x;
	color: #44484b;
	padding:10px;
	margin:0;
}
h1 {
	font-size: 16px;
	font-weight: bold;
	color: #0062a3;
	padding-top:0;
	margin: 4px 0 0 0;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	color: #e77738;
}
h2 a {
	color: #e77738 !important;
	text-decoration:none;
}
h3 {
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}
#mainBox {
	margin-left:auto;
	margin-right:auto;
	width: 985px;
	border: 1px solid #000000;
	background-color:#FFFFFF;
}
#header {
	background-color:#FFFFFF;
	height:113px;
	padding-left:30px;
	overflow:hidden;
	background-image:url(../../../images/solar-cool-extended-banner3.gif);
	background-position:center right;
	background-repeat:no-repeat;
}
.top-nav-end a:link, .top-nav-end a:visited, .top-nav-end a:hover, .top-nav-end a:active {
	background-image:none !important;
}
.number {
	float:right;
	color:#FFFFFF;
	margin:5px 5px 0 10px;
	font-size:13px;
	font-weight:bold;
}
#breadcrumbs {
	padding:0 0 0 1%;
	margin:5px 0 5px 0;
	background-color:#FFFFFF;
	text-align:left;
	clear:both;
	height:20px;
}
.breadcrumbs {
	float:left;
}
#mainSection {
	background-color: #FFFFFF;
}
#footer {
	padding:0;
	margin:0;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #d67121;
	text-align:center;
	clear: both;
	overflow: hidden;
	border-top:1px solid #000000;
}
#footer a:link, #footer a:visited {
	color: #FFFFFF;
	text-decoration:none;
}
#footer a:hover, #footer a:active {
	color: #CCCCCC;
}
#footer h4 {
	margin-top:0px;
	font-size:13px;
}
.copyright:link, .copyright:visited, .copyright:active, .copyright:hover {
	text-decoration:none;
	color: #FFFFFF !important;
}
.imgs {
	float:right;
	text-align:center;
}
.imgs img {
	margin:0 0 10px 5px;
}
/*  This class is used to extend the height parent blocks when all it's children float */
#cssConstraint {
	clear: both;
	height: 1px;
	overflow: hidden;
}
.form {
	width:90%;
	color: #0062a3;
}
.uline {
	text-decoration:underline !important;
}
#box {
	border:1px solid #666666;
	padding:5px;
}
/*--------------HOME PAGE CSS-----------------*/

#mainBody-home {
	text-align: left;
	float: left;
	width: 100%;
	padding: 0;
	overflow:hidden;
}
#mainBody-inner-home {
	padding: 10px;
	background-color: #FFFFFF;
	float: left;
	width: 98%;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
}
#mainBody-home a:link, #mainBody-home a:visited {
	color:#0062a3;
}
/*----------------INNER PAGE CSS (ONE COL ON RIGHT)---------------------*/

#mainBody {
	text-align: left;
	float: left;
	width: 78%;
	padding: 0;
}
#mainBody-inner {
	padding: 10px;
	width: 99%;
}
/*--------------------2 COLS CSS----------------------------------*/

#mainSection-2cols {
	background-color: #FFFFFF;
}
#leftcol {
	width: 20%;
	float: left;
	text-align: left;
	color: #FFFFFF;
	padding: 0;
}
#leftcol ul {
	padding:0 0 0 7px;
	margin:0;
	list-style-type:none;
}
#leftcol li {
	padding:0 0 10px 0;
}
#leftcol li.current {
	padding:0 0 10px 0;
	font-weight:bold;
}
#leftcol-testi {
	padding:0 0 0 8px;
	color:#44484B;
}
.no-bg a {
	background-image:none !important;
	background:none !important;
	background-color:#FFFFFF;
	font-size: 14px;
	font-weight: bold;
	color: #e77738 !important;
	padding:0;
	margin:0;
}
#leftcol a:link, #leftcol a:visited {
	color: #0062a3;
	text-decoration:none;
	padding-left:12px;
	background-image:url(../../../images/arrow.gif);
	background-position:left center;
	background-repeat: no-repeat;
}
#leftcol a:hover, #leftcol a:active {
	color: #BCBCBC;
	text-decoration:none;
}
#rightcol {
	width: 20%;
	float: right;
	text-align: left;
	color: #FFFFFF;
 	padding: 0 1 0 1%%;
}
#rightcol a:link, #rightcol a:visited {
	color: #0062a3;
	text-decoration:none;
}
#rightcol a:hover, #rightcol a:active {
	color: #BCBCBC;
	text-decoration:none;
}
#mainBody-2cols {
	text-align: left;
	float: left;
	width:58%;
	padding: 0;
	border-left:1px dotted #C4C4C4;
	border-right:1px dotted #C4C4C4;
}
#mainBody-inner-2cols {
	padding: 10px;
}
/*----------------------- DROP-DOWN (TOP) MENU----------------------- */


#topmenu, #topmenu ul {
	margin: 0 0 5px 0;
	padding: 0;
	list-style: none;
	z-index: 5;
	height: 28px;
	background-image:url(../../../images/menu-bar.gif);
}
#topmenu li {
	float: left;
	position: relative;
	height: 28px;
	padding: 0;
	margin:0;
}
#topmenu li a:link, #topmenu li a:visited {
	text-decoration: none;
	float: left;
	display: inherit;
	color: #FFFFFF;
	padding: 5px 8px 0 8px;
	/* margin: 4px 0 4px 0; */
	background-image:url(../../../images/menu-pipe.gif);
	background-position:right;
	background-repeat:no-repeat;
	text-align:center;
	font-size:13px;
	height: 23px;
}
#topmenu li a:hover, #topmenu li a:active {
	color: #CCCCCC;
}
#topmenu li:hover ul ul, #topmenu li:hover ul ul ul, #topmenu li:hover ul ul ul ul, #topmenu li:hover ul ul ul ul ul {
	display:none;
}
#topmenu li:hover ul, #topmenu ul li:hover ul, #topmenu ul ul li:hover ul, #topmenu ul ul ul li:hover ul, #topmenu ul ul ul ul li:hover ul {
	display:block;
}
/* 2nd level menu items (drop down) */
.menuitem {
	display: none;
	width: 160px;
	position: absolute;
	top: 25px;
	left: -11px;
	padding: 0 !important;
	background-color: #d1e2fe;
	z-index: 10;
}
.menuitem li {
	width: 100%;
	height: 24px;
	padding: 0 !important;
	/*background-image:url(/images/menu-bar.gif);*/
	border: 1px solid #c4c4c4;
	background-color:#0062a3;
}
.menuitem li a:link, .menuitem li a:visited {
	width: 100%;
	padding: 5px 0 0 0 !important;
	text-decoration: none;
	/*border-right: 1px solid #004499 !important;*/
	border-right: 1px solid #d1e2fe;
	background-image: none !important;
}

.menuitem li a:hover, .menuitem li a:active {
	background-color: #E77738 !important;
}

/*read more*/

.readmore {
	color:#fff;
	text-decoration:none;
}
.normal {
	background-color:#75a2bf;
	color: white;
}
.hover {
	background-color:#f66820;
	color:white;
}
/* Side Box for testimonial*/

.text-box {
	background-color:#FAFAFA;
	border:1px solid #E7E7E7;
	color:#000000;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	margin:0;
	padding:5px;
	width:170px;
	margin:0 0 10px 8px;
}

---


#mainbody {
	width: 560px;
	margin: 0px auto;
	border-collapse: collapse;
 }
#mainbody .rowa {
	background: #ffffff;
	height: 20px;
}
#mainbody .rowb {
	background: #ffffff;
	height: 20px;
}
#mainbody .cell {
	padding: 2px;
}