@charset "utf-8";
/* 
	SolarRosaHome.co.nz
	(c) 2009 Cactus Software / Carsten Lampe
	http://www.cactus.net.nz
*/

/* CSS Reset **************** */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { margin:0; padding:0; }
table {	border-collapse:collapse; border-spacing:0; }
fieldset,img { border:0; }
address,caption,cite,code,dfn, strong,th,var { font-style:normal; font-weight:normal; }
ol,ul { list-style:none; }
caption,th { text-align:left; }
h1,h2,h3,h4,h5,h6 {	font-size:100%;	font-weight:normal; }
q:before,q:after { content:''; }
abbr,acronym { border:0; }
/* CSS Reset End ************* */

html { background:#3F3B3B; }
body { font:10pt Arial, Helvetica, sans-serif; line-height:15pt; color:#e8e8e8; background:#484747 url(../images/htmlbg.jpg) top repeat-x; }
strong { font-weight:bold; }
em { font-style:italic; }
p { margin:0 0 10px 0; color:#cfcfcf; }
h1 { font:16pt "Trebuchet MS", Arial, Helvetica, sans-serif; margin:0 0 10px 0; }
h2 { font:12pt "Trebuchet MS", Arial, Helvetica, sans-serif; margin:0 0 3px 0; }
h3 { font-size:15px; margin:8px 0 0 0; color:#F4D4E4; font-weight:bold; }
h4 { font-size:15px; margin:0; color:#fff; font-weight:bold; }

.rosa { color:#F4D4E4; }

a         { color:#F9F; }
a:visited { color:#F9F; }
a:hover   { }
a:active  { }
blockquote { }

fieldset { border:1px solid #ccc; }
legend { }
.quote { padding:8px; margin:5px 0 0 0; font:10pt Verdana, Geneva, sans-serif; border:1px solid #9F9F9F; background:#6F6868; }
small { font-size:8pt; }
hr { margin:20px 0 20px 0; clear:both; }
.hr { clear:both; border-top: 1px solid #6F6F6F; height:1px; line-height:1px; clear:both; }

ul.details { margin:0 0 0 30px; }
ul.details li { list-style:square; text-indent:5px; color:#fff; }
table.options { background: #606060; border-radius:5px; border:1px solid #888; clear:both; font-size:10pt;}
	table.options td { padding:5px; }

ul.rosa { margin:0 0 0 15px; }
ul.rosa li { background:url(../images/rosa-bullet.gif) no-repeat top left; color:#fff; padding:0 0 5px 20px; font-size:13px; }

.infobox { clear:both; padding:10px; background:#565555; }

#container { width:950px; margin:0 auto; background:url(../images/contentbg.gif) no-repeat center top; }
	#header { height:115px; background:url(../images/headerbg.jpg) no-repeat top left;  }
	
	#mood { height:210px; background:url(../images/solar-heating-technology-new-zealand.jpg) no-repeat top center; color:#999; padding:40px 0 0 26px; font-size:8pt; line-height:10pt; }
		#mood h2 { font:18pt "Trebuchet MS", Arial, Helvetica, sans-serif; color:#CCC; line-height:18pt; }
		#mood h3 { font:13pt "Trebuchet MS", Arial, Helvetica, sans-serif; color:#CCC; font-weight:normal; }
	
	#navigation { float:right; width:555px; padding:27px 0 0 200px; text-align:right; }
		#navigation ul li 			{ float:left; }
		#navigation ul li a         { color:#afafaf; text-decoration:none; float:left; padding:10px 8px 10px 8px; border-bottom:1px solid #bbb9bb; display:block; }
		#navigation ul li a#last	{ padding-right:0; }
		#navigation ul li a:visited { }
		#navigation ul li a:hover   { color:#fff; border-bottom:3px solid #e559a0; }
		#navigation ul li a:active  { }
		#navigation ul li.active a  { color:#fff; border-bottom:3px solid #e559a0; }
	
	#phone { width:440px; float:right; padding:5px 10px 0 0; text-align:right; font-size:11pt; color:#CCC; }
		#phonenumber { width:265px; float:left;}
	
	#sidebar { width:120px; float:left; }
		#sidebar ul li a         { font-size:9pt; color:#afafaf; text-decoration:none; padding:5px 0 5px 0; border-right:1px solid #6F6F6F; display:block; }
		#sidebar ul li a#last	 { padding-right:0; }
		#sidebar ul li a:visited { }
		#sidebar ul li a:hover   { color:#fff; border-right:3px solid #DF9728; }
		#sidebar ul li a:active  { }
		#sidebar ul li.active a  { color:#fff; border-right:3px solid #DF9728; }

	#content {  }
		#content strong { color:#fff; }
		#contentsub { width:810px; float:right;  }

#footercontainer { border-top: 1px solid #6F6F6F; background:#3F3B3B; }
	#footer { width:950px; margin:0 auto; padding:10px 0 10px 0; font-size:8pt; color:#6F6868;  }
	#footer a { color:#898585; text-decoration:none; }
	#footer a:hover { color:#bbb;}
	#poweredby { float:right; }
	
#specs { clear:both; background:#f0f0f0; color:#000; padding:15px; }
#specs p { color:#444; }
#specs strong { color:#000 !important; }
.visible { display:block; }
.hidden {  display:none; }