/* 

STYLE SHEET FOR CozyCool WEB SITE
Created by Ennovative Creationz
www.ennovative.co.nz

ToC

	1. defaults resets
	2. structure
	3. links and navigation
	4. fonts
	5. images
	6. tables
	7. forms
		
Notes

*/



/* --------- 1. defaults resets --------- */

*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h5, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { 
	margin:0; 
	padding:0 }
	
table { 
	border-collapse:collapse; 
	border-spacing:0 }
	
fieldset, img { border:0 }
	
address, caption, cite, code, dfn, em, strong, th, var { 
	font-style:normal; 
	font-weight:normal }
	
ol, ul, li { list-style:none }
caption, th { text-align:left }
h1, h2, h3, h5, h5, h6 { font-size:100% }
q:before, q:after { content:''}
strong { font-weight: bold }
em { font-style: italic }
ol, ul, li {
	list-style:none;
}
* a { position:relative } /* Gets links displaying over a PNG background */
a { outline:none } /* Gets rid of Firefox's dotted borders */
a img { border:none } /* Gets rid of IE's blue borders */
		
		
		
/*  --------- 2. structure  --------- */

body {
	background:url(../images/bkgdGrad.jpg) repeat-x top #e6e6e7;
	}

#wrapper {
	margin:0 auto;
	padding:0 5px 0 5px;
	width: 800px;
	background-color:#FFFFFF;
		}
		
#masthead {
	margin:0;
	height:60px;
	background:#13baef;
	}
#contentWrapper {
	margin-top:2px;
}		
		
#logo {
	position: relative;
	float: left;
	border-right: 3px solid  #f4f4f4;
	padding-right: 30px;
	}

#logoFlash {
	position: relative;
	float: left;
	
}

#content {
	position:relative;
	float: left;
	border-top: 3px solid #f4f4f4;
	padding: 10px;
}		




/* homeLogo and homeContent are special styles for aligning logo and the main content with the main image */
#season img {
	
	
	}

#energywise {
         background-color:#f4f4f4;
	margin: 0;
	padding: 0 0 50px 20px;
       }
#energywise h1 {
font-size: 1.3em;
	text-align:center;
	padding: 10px 0 5px 0;
}

	
#homeLogo {
	height: 141px;
	}

#homeContent {
	background-color:#f4f4f4;
	margin: 0;
	padding: 0 0 50px 20px;
	height: 169px;
	}
#homeContent h1 {
	font-size: 1.3em;
	text-align:center;
	padding: 10px 0 5px 0;	
}
#content {
		}

#content p, #homeContent p {
	padding: 5px 10px 0 0;
	}

/* Style for the sub menu */
#subTab {
	border-top: #f4f4f4 3px solid;
}
.topCell {
	border-right: 3px solid #f4f4f4;
	border-bottom: 2px solid #f4f4f4;
	text-align:center;
}

.btmCell {
	border-right: 3px solid #f4f4f4;
	text-align:center;
}
.btmCell h3 { 
	margin: 10px 0 10px 0;
}
#footer {
	clear:both;
	background-color:#e6e3e3;
		}
		
#showroomInfo {
	background-color:#dcd7d7;
	padding: 10px 5px 10px 15px;
	
}
.footerphone {
	position:relative;
	float:right;
	padding-right:10px;
	width:250px;
}


#showroomInfo p {
	position: relative;
	float: left;
	width: 550px;
	height:50px;
	}

#showroomInfo h1{
	color:#13baef;
	padding: 5px 20px 5px 0;
	
}

#footer p {
	padding: 10px;
}

.copyright {
	position: relative;
	float: left;
	width: 400px;
	}
	
.designer {
	position: relative;
	float: right;
	}

.flashright {
	position:relative;
	float:right;
	}
.separator {
		clear: both;
		}

.separatorInvisible {
		clear: both;
		height: 1px;
		}

.clearFix:after {
    	content: "."; 
    	display: block; 
    	height: 0; 
    	clear: both; 
    	visibility: hidden;
		}

.clear, br {
	clear:both;

}

.red {
	color:#eb1d24;
	}

.cozyblue {
	color:#13baef;
	}

.autoplay {
	position:absolute;
	z-index:50;
	height:16px;
	volume:silent;
	
	}



/* ---------- 3. links and navigation ---------- */

a:link {
	text-decoration: underline;
	 color: #6b6868;
}

a:visited {
	text-decoration: underline;
	color: #6b6868;
}

a:hover {
	text-decoration: underline;
	color:#000;
	background-color:#13baef;
	}

a:active {
	text-decoration: none;
	color: #6b6868;
}


#navigation {
	padding-top: 44px;
	}

#navigation ul {
	
		}

#navigation li {
	font-size:12px;
	display:inline;
	/*background:#e6e3e3;*/
	margin-right: 8px;
		}

.current {
	font-weight:bold;
	color:#026085;
	background:#e6e3e3 url(../images/nav-bg-hover.gif) repeat-x top;
	padding: 3px 11px 2px 11px;
		}

#navigation a {
	/*display: block;*/
	text-decoration: none;
	padding: 3px 11px 2px 11px;
	background:#e6e3e3 url(../images/nav-bg.gif) repeat-x top;
		}

#navigation a:link, #navigation a:visited, #navigation a:hover, #navigation a:active {
	font-weight:bold;
	color:#026085;
}



#navigation a:hover {
	background:#e6e3e3 url(../images/nav-bg-hover.gif) repeat-x top;
	
		}




/* Bottom navigation style */		
#btmNav {
	text-align: center;
	}

#btmNav ul {
	padding:10px 0;
	margin-bottom: 10px;
}	
#btmNav ul li {
	display:inline;
	margin:5px 7px 0 7px;
	}

#btmNav a:link, #btmNav a:visited, #btmNav a:hover, #btmNav a:active {
	color:#026085;
	text-decoration: underline;

} 

#btmNav a:hover {
	text-decoration: none;
	border-bottom: 2px solid #eb1d24;
	}

.topIndex {
	position: relative;
	float:left;
}

.questionGroup {
	margin: 20px;
}

.questionGroup li {
	line-height: 10px;
}

.cozybullet, ol {
	margin:10px 5px 10px 5px;

}

.cozybullet li {
	line-height: 30px;
	list-style:url(../images/cozybullet.gif) inside;
}

ol li {
	line-height: 30px;
	}
/* ---------- 4. fonts ---------- */

html {
		
		}

body {
		font: normal 75%/140% Verdana, Arial, Helvetica, sans-serif;
		}

h1, h2, h3, h4, p, ul {
		}
		
h1, h2, h3, h4, h5, h6 {
	margin-bottom: .2em;
	}

h1 {	
	color:#026085;
	font-weight:bold;
	font-size: 1.6em;
	}

#content h1 {
	color: #eb1d24;
	padding: 0 20px 10px 0;
	border-bottom: 2px dotted #e6e3e3;
}

h2 {
	font-size: 1.4em;
	color: #eb1d24;
	}
#addressContainer h2 {
	padding-top: 10px;
	}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	color:#6b6868;
	}

blockquote h3 {
	margin-bottom:0;
	font-size:1.1em;
	line-height:1.5384615em;
	color:#d17275;
	}
		
h4 {
		}
		
h5 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#6b6868;
	float: right;
	padding: 5px 10px 5px 0;
}
blockquote h5 {
	margin:0;
}

#residential h2, #commercial h2, #faq h2, #aboutus h2, #contactus h2 {
	margin: 15px 0 10px 0;
}

#residential h3, #commercial h3, #faq h3, #aboutus h3, #contactus h3 {
	padding: 10px 5px 5px 0;
}
#managementteam h3 {
	margin: 0;
	padding-top:10px;
	}
.position {
	padding:0;
	margin-bottom:10px;
	}

body, h4, p, li, dt, dd, label, input, textarea { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*color:#026085;*/
	color:#054761;
	
 }

p { 
	
	}

#managementteam p {
	padding-bottom:10px;
}

ul {
		}

blockquote {
	position:relative;
	float:right;
	padding:1em;
	margin:10px 10px auto 0;
	width:200px;
	border-left: 8px solid #F5F5F5;
	border-bottom: 8px solid #f5f5f5;
	}


.rightIndent {
	padding-left: 25px;
	background:url(../images/quotes_start.jpg) no-repeat;
	
	}
.leftIndent {
	padding-right: 25px;
	background:url(../images/quotes_end.jpg) right no-repeat;
	}
.who {
	color:#026085;
	font-weight: normal;
	font-size:0.9em;
	margin-left: 10px;
	}
cite {
	font-weight:bold;
	font-style:normal;
	display:block;
	text-align:right;
	}

.logotext h1 {
	visibility: hidden;
}


/* ---------- 5. images ---------- */

a img {
		border: 0;
		}
		
.imgRgtBorder {
	padding: 10px 25px 10px 0;
}

.imgLftFloat {
	position: relative;
	float: left;
	padding: 10px 20px 10px 0;
}

.imgRgtFloat {
	position: relative;
	float: right;
	padding: 10px 10px 10px 25px;
}


/* ---------- 6. tables ---------- */

table {
	}
		
caption {
		}
		
tr {
		}

th, td {
		}
		
th {
		}
		
td {
		}

/* ---------- 7. forms ---------- */	
		
#formcontainer { 
	position: relative;
	float:left;
	width:320px;
	border-right:#f0f0f0 dotted 2px ; 

}

#formcontainer h3 {
	margin:1em;
}
#form {
	border:#f0f0f0 dotted 1px;
}
/* Style for the contact form fields */
fieldset {
	margin: 0;
	padding:1em;
	border: 1px solid #ccc;
	
}
legend {
	font-weight: bold;
}
label {
	display: block;
}
input, select, textarea {
	width: 220px;
}
.fieldcolour {
	background: #f8f8f8;
}
input:focus, textarea:focus {
	background: #ffc;
}
input[type="text"], textarea {
	border-top: 2px solid #999;
	border-left: 2px solid #999;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

input[type="text"] {
	height: 15px;
}
#contactDetails, #appointmentRequest {
	width: 250px;
	margin: 10px;
}
 
.submit {
	margin: 5px 0 20px 10px;
}
input.submit {
	width: 100px;
	margin-top: 15px;
}

#addressContainer {
	position: relative;
	float:left;
	padding: 2em;
	margin-left: 120px;
}

.formfields {
	position:relative;
	float:left;
	width: 275px;
	margin-left: 5px;
}

#contactcontent {
	height: 200px;
}

/* Style added for the competition form */
#competitionInfo {
	width: 700px;
	margin: 10px;
}

#competitionInfo textarea {
 width: 500px;
 }
 
#competitionInfo input.checkbox, #terms {
	float: left;
	width: 30px;
	margin-top: 3px;
}

.privacy {
	font-size:9px;
	}
