@charset "utf-8";
body {
	background-color: #d1d2d4;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	margin: 0px;
}
a, a:link, a:visited {
	outline: none;
	text-decoration: underline;
	color: #E98C01;
	font-weight: bold;
}
			
a:hover {
	text-decoration: none;
	color: #000000;
}
hr {
	color: #BABABA;
	background-color: #BABABA;
	height: 2px;border: 0;
}
/*
** HTML elements
*/
form {
  margin: 0;
  padding: 0;
}
img {
  border: 0;
}
h1 {
	letter-spacing: -1px;
	margin-top: 0px;
	margin-right: 0px;
	font-size:22px;
	margin-bottom: 15px;
	margin-left: 0px;
	font-weight: normal;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: inherit;
	padding-top: 6px;
}
h2 {
	font-size:18px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-weight: bold;
	color: #DB3115;
	letter-spacing: -1px;
}
h3 {
	letter-spacing: 0px;
	margin-top: 0px;
	margin-right: 0px;
	font-size:12px;
	margin-bottom: 3px;
	color:#000000;
	margin-left: 0px;
	font-weight: bold;
}
p {
	margin-top: 0px;
	margin-bottom: 14px;
}
table.special {
	border-collapse: collapse;
	border: 1px solid #E8E8E8;
	margin-bottom: 15px;
}
table.special ul {
	margin: 0px;
	padding-left: 18px;
	padding-top: 10px;
	padding-bottom: 10px;
}
table.links a {
	background-image: url(images/point.gif);
	background-repeat: no-repeat;
	color: #000;
	text-decoration: none;
	display: block;
	padding-left: 14px;
	background-position: 0px 2px;
}
table.links a:hover {
	color: #DB3115;
}
#rightclmpage .type {
	font-size: 14px;
	color: #DEDEDE;
	font-weight: normal;
	letter-spacing: 0em;
}



table.special img {
	padding-top: 5px;
	padding-bottom: 2px;
}

table.special p {
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
}

table.special th {
	border: 1px inset #BBBBBB;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}
/*
** Markup free clearing
** Details: http://www.positioniseverything.net/easyclearing.html
*/
.clear-block:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clear-block {
  display: inline-block;
}

/* Hides from IE-mac \*/
* html .clear-block {
  height: 1%;
}
.clear-block {
  display: block;
}
			
.clear-block {
	margin: 0px;
	clear: both;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#container {
	width: 999px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	background-image: url(images/content-bg.gif);
	background-repeat: repeat-y;
	position: relative;
}
#header {
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-top: 23px;
	height: 116px;
	width: 999px;
	position: relative;
}
#header #logo {
	float: left;
	height: 104px;
	width: 215px;
	padding-left: 34px;
}
#header #tags {
	float: right;
	height: 79px;
	width: 397px;
	margin-top: 20px;
	padding-right: 34px;
}
#content #quicknav {
	padding-left: 25px;
	background-image: url(images/quicklinks-bg.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-bottom: 6px;
}
#content #leftclm {
	float: left;
	width: 280px;
}
#content #rightclm {
	width: 689px;
	margin-left: 5px;
	float: left;
}
#content #rightclmpage {
	width: 674px;
	margin-left: 4px;
	float: left;
	padding-left:15px;
}


#content .header {
	font-size: 22px;
	color: #FFFFFF;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	margin: 0px;
	letter-spacing: -1px;
	display: block;
}
#content .black {
	background-color: #000000;
}
#content .red {
	background-color: #db3115;
}
#content .blue {
	background-color: #EF9429;
}

#nav {
	background-image: url(images/nav-bg.gif);
	background-repeat: repeat-x;
	height: 32px;
	margin-left: 25px;
	margin-right: 25px;
	margin-bottom: 4px;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
	font-size: 16px;
}
#nav ul, #quicknav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#nav li {
	display: inline;
}
#nav a {
	display: block;
	float: left;
	margin-right: 4px;
	margin-left: 4px;
	color: #030303;
	padding: 6px;
	text-decoration: none;
	font-weight: bold;
	font-size: 15px;
}#nav a.current,  #nav a:hover{
	color: #fff;
	background-color: #000000;
}
#nav li ul { /* second-level lists */
	position: absolute;
	margin-top: 30px;
	margin-left: 4px;
	width: 10.8em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	background-color: #eaab13;
}

#nav li ul a{ /* second-level lists */
	padding: 5px;
	width: 10.8em;
	display: block;
	margin-right: 0;
	margin-left: 0;
	color: #FFFFFF;
}

#nav li ul a:hover {
	background-color: #090909;
	color: #FFFFFF;
	text-decoration: none;
}
#nav li ul ul { /* third-and-above-level lists */
	margin-top: -22px;
	margin-right: 0;
	margin-left: 0;
	width: 10.8em;
}#nav li ul ul a{ /* second-level lists */
	width: 10.8em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
#nav li li {
	margin-right: 0px;
	margin-left: 0px;
	font-size: 11px!important;
	font-weight: normal !important;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;	
}
#nav li ul a {
	font-size: 12px!important;
	display: block;
	font-weight: normal !important;
	width: 13.5em;
}
#nav li  { /* all list items */
	float: left; /* width needed or else Opera goes nuts */
	display: block;
	
}
#quicknav ul {
	padding-top: 7px;
	padding-right: 10px;
	padding-left: 10px;
}
#quicknav li a {
	background-image: url(images/point.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	display: block;
	color: #030303;
	padding-left: 12px;
	padding-top: 3px;
	padding-bottom: 4px;
	text-decoration: none;
	font-weight: normal;
}
#quicknav a:hover {
	color: #EAAA12;
}
#quicknav .specials {
	margin-left: 10px;
	margin-top: 6px;
}
#content #banner {
	background-image: url(images/banner-thinking-solar-v2.jpg);
	background-repeat: no-repeat;
	height: 266px;
}
#leftclm #contact {
	background-image: url(images/contact-bg.gif);
	background-repeat: no-repeat;
	margin-top: 3px;
	height: 237px;
}
#contact p.details {
	text-align: right;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 80px;
	margin-bottom: 6px;
}
#contact p.payments {
	padding-top: 0px;
	padding-left: 40px;
	padding-right: 10px;
	background-image: url(images/payments.gif);
	background-repeat: no-repeat;
	background-position: 37px 6px;
	padding-bottom: 20px;
	margin: 0px;
}
#contact .tiny {
	font-size: 9px;
}




#banner h1 {
	display: block;
	float: left;
	width: 310px;
	padding-top: 25px;
	color: #FFFFFF;
	padding-left: 25px;
}
#banner h2 {
	display: block;
	float: left;
	width: 300px;
	text-align: left;
	padding-top: 28px;
	font-size: 17px;
	color: #FFFFFF;
	padding-left: 25px;
	clear: left;
	font-weight: normal;
	line-height: 17px;
}
#rightclmpage .solarstar {
	border: 4px solid #f79d01;
	padding-top: 20px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
}
#rightclmpage .solarstar h1 {
	font-size: 75px;
	color: #DB3115;
	font-weight: bold;
	letter-spacing: -4pt;
	margin: 0px;
	padding: 0px;
}


#rightclmpage .date {
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 0em;
}

#contentbox .specials {
	background-image: url(images/specials-bg.gif);
	background-position: 0px bottom;
	float: left;
	width: 237px;
	height: 235px;
	background-repeat: no-repeat;
}
#contentbox .specialbox {
	padding: 10px;
	font-size: 15px;
}
#contentbox .specials strong {
	color: #E98C01;
	font-weight: normal;
}

#contentbox .padding {
	margin-left: 7px;
}
#contentbox .specials .header a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}
#rightclmpage .special strong {
	color: #3e82cd;
	font-size: 14px;
	letter-spacing: -1px;
}
#rightclmpage .special .price {
	color: #F9AE02;
	font-size: 17px;
}
#rightclmpage .special a.enquire {
	display: block;
	padding: 7px;
	color: #4D4D4D;
	text-decoration: none;
	background-color: #FED372;
	border: 2px solid #F9AE02;
	margin-top: 6px;
	margin-bottom: 6px;
	float: left;
}


#contentbox .specialbox img {
	float: right;
	margin-right: 7px;
}
#contentbox .specialbox a {
	color: #000;
	text-decoration: none;
	display: block;
	font-weight: normal;
}

#contentbox {
	padding-top: 4px;
}
#contentbox #logos {
	background-image: url(images/logos-bg.gif);
	background-repeat: repeat-x;
	height: 83px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#footer {
	background-image: url(images/footer-bg.gif);
	background-repeat: no-repeat;
	padding-top: 22px;
	padding-right: 15px;
	padding-left: 15px;
	background-color: #D1D2D4;
	color: #8C8C8C;
	padding-bottom: 30px;
}
#ticker {
	padding-top: 0px;
	padding-right: 15px;
	padding-left: 10px;
	background-color: #FFF;
	padding-bottom: 0px;
	width: 94%;
	margin-left: 15px;
}
#footer a {
	color: #7A7A7A;
}
#footer .terms {
	float: right;
	width: 300px;
	text-align: right;
}
#footer .credits {
	float: left;
	width: 560px;
}

#logos p {
	float: left;
	width: 120px;
	padding-top: 20px;
	color: #696969;
	padding-left: 9px;
	padding-right: 15px;
}
#content .large {
	font-size: 18px;
	color: #DB3115;
}

.cform input.sendbutton {
	width: 120px;
	font-size: 12px;
	color: #333;
	border: 3px solid #F9AE02 !important;
	background-color: #FED372 !important;
	margin: 0pt;
	padding: 7px;
}
.cform input:hover, .cform textarea:hover, .cform select:hover {
	border: 1px solid #999 !important;
}

.cform input.sendbutton:hover {
	background-color: #DB3115 !important;
	border: 3px solid #C33A20!important;
	color: #fff;
}

.cform input:focus, .cform textarea:focus, .cform select:focus {
	color: #3A3A3A;
}

.cform label {
	width: 70px;
	margin: 0px;
	display: block;
	float: left;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}
.cform  {
	color: #646464;
	background-color: #F9F9F9;
	padding-bottom: 5px;
	border: 1px solid #E8E8E8;
}

.cform ol {
	margin: 0px;
	list-style-type: none;
	padding-right: 0px;
	padding-left: 0px;
}
fieldset {
	border: none;
	margin: 0px;
	padding: 0px;
}

.cform li {
	margin-bottom: 6px;
	padding: 0px;
	margin-top: 6px;
	margin-right: 0px;
	margin-left: 0px;
	clear: both;
}

.cform textarea {
	height: 69px;
}
#rightclmpage h1 strong {
	color: #00AEEF;
}


.cform input, .cform textarea, .cform select {
	color: #494949;
	font-size: 12px;
	border: 1px solid #B7B7B7;
	width: 450px;
	padding: 3px;
	background-color: #FFFFFF !important;
	font-size: 12px;
	font-family: arial;
}
#rightclmpage .cform .check {
	width: auto;
	border: none;
	background: none;
}
.cform input.check:hover {
	border: none !important;
}
#rightclmpage .feature img {
	float: left;
	margin-right: 12px;
	padding: 2px;
	border: 1px solid #F6F6F6;
}
#rightclmpage .feature img:hover {
	border: 1px solid #FDB813;
}
#rightclmpage p.box, #rightclmpage div.box {
	padding: 15px;
	border: 5px solid #F9AE02;
	color: #565656;
	font-size: 13px;
	font-weight: bold;
	background-color: #FED372;
}
#rightclmpage div.box {
	margin-bottom: 10px;
}


#rightclmpage .feature {
	background-image: url(images/gradient-bg.jpg);
	background-repeat: repeat-x;
	margin-left: 40px;
	border: 1px solid #CFCFCF;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	min-height:60px;
	overflow:hidden;




	height:expression(
    this.scrollHeight < 60? "60px" : "auto" );
	display: block;
	width: 400px;


}
#rightclmpage p.details {
	color: #A6A6A6;
}

#rightclmpage .box a {
	color: #FFFFFF;
	text-decoration: underline;
}
#rightclmpage .cform .header {
	margin-top: 8px;
}
#home #content {
	margin-left: 20px;
}
#home #rightclm {
	width: 725px;
}
#home #new-clm {
	float: right;
	width: 221px;
	margin-right: 25px;
}
#home #new-clm ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#home #new-clm li {
	display: block;
}
#new-clm #options a {
	background-image: url(images/subnav-button.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 46px;
	padding-top: 18px;
	padding-left: 25px;
	display: block;
	font-weight: normal;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 45px;
	margin-bottom: 3px;
}
#new-clm #options a:hover {
	background-image: url(images/subnav-button.gif);
	background-repeat: no-repeat;
	background-position: 0px -64px;
}
#home #logos {
	background-image: url(images/logo-bg.jpg);
	background-repeat: no-repeat;
	height: 237px;
	overflow: hidden;
	padding-right: 11px;
	padding-left: 13px;
	background-position: 0px 0px;
}
#home #logos p {
	float: none;
	margin-bottom: 0px;
	padding-bottom: 8px;
	margin-left: 0px;
	padding-left: 0px;
	width: auto;
}
