/* 


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 {
		}

#wrapper {
	margin:0 auto;
	width: 800px;
	background-color:#FFFFFF;
	background-repeat:repeat-x;
		}
		
/* Style for left hand side main content area */
#mainBox {
	position: relative;
	float: left;
	width:500px; 
	
}

#content {
	position: relative;
	width: 500px; 
}



/* Style for right hand side navigation icons */
#navBox {
	position: relative;
	float: left;
	width:300px;
	display: none;
	
}
.navCol1 {
	position:relative;
	float:left;
	width:137px;
	padding-top: 105px;
	}
.navCol2 {
	position:relative;
	float:left;
	width:163px;
	padding-top: 41px;
	}	



#footer {
	clear:both;
	background-color:#FFFFFF;
	color: #000000;
		}
		
#footer p {
	padding: 10px;
}

.copyright {
	position: relative;
	float: left;
	width: 400px;
	}
	
.designer {
	position: relative;
	float: right;
	}
		

.separator {
		clear: both;
		}

.separatorInvisible {
		clear: both;
		height: 1px;
		}

.clearFix:after {
    	content: "."; 
    	display: block; 
    	height: 0; 
    	clear: both; 
    	visibility: hidden;
		}
.topSpace {
	padding-top: 20px;
	border-top:1px dotted #999999;
	}


/* ---------- 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:#e6e3e3;
	}

a:active {
	text-decoration: none;
	color: #6b6868;
}


#navigation {
	position:relative;
	margin: 5px 0 0 320px;
	z-index:10;
	background-color: transparent;
	display: none;
	}

#navigation ul {
	
		}

#navigation li {
	font-size:12px;
	display:inline;
	/*background:#e6e3e3;*/
	margin-right: 8px;
	
	
		}
.current {
	font-weight:bold;
	color:#e4152e;
	}

#navigation a {
	/*display: block;*/
	text-decoration: none;
	}

#navigation a:link, #navigation a:visited, #navigation a:hover, #navigation a:active {
	font-weight:bold;
	color:#605d5e;
}



#navigation a:hover {
	background:#e6e3e3;
	
		}

#anchor {
	margin-left: 25px;
	
}
#anchor li {
	display:inline;
	}

/* Bottom navigation style */		
#btmNav {
	text-align: center;
	display:none;
	}

#btmNav ul {
	padding:10px 0;
	margin-bottom: 10px;
}	
#btmNav ul li {
	display:inline;
	margin:5px 10px 0 10px;
	}

#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;
	}



/* ---------- 4. fonts ---------- */

html {
		
		}

body {
		font-size:11px;
		font-family : Verdana, sans-serif;
		}

h1, h2, h3, h4, p, ul {
		}
		
h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: .2em;
	}

h1, .subNavOn h1 {	
	color:#e4152e;
	font-weight:bold;
	font-size: 1.6em;
	}
h1 {
	margin: 25px 25px 0 25px;
	}
.subNavOn h1 {
	margin: 25px;
	}

#content h3, #content ol, #content h4 {
	position: relative;
	margin: 5px 30px 5px 30px;
}

#content p {
	position: relative;
	margin: 0 30px 5px 30px;
}

#content ul {
	position: relative;
	margin: 0 30px 5px 30px;
}

h2 {
	font-size: 1.4em;
	
	}
#content h2 {
	color:#e4152e;
	padding: 10px 30px 10px 30px;
	}

h3 {
	font-size: 1.2em;
	}

		
h4 {
	font-size:1.1em;
	color:#333366;
		}
		
h5 {
	color:#6b6868;
	text-align: right;
	margin: 5px 30px 5px 0;

}

body, p, li, dt, dd, label, input, textarea { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
	
 }

p { 
	line-height: 14px;
	}

ul {
		}

blockquote {
	padding:2em 0;
	margin-bottom:2em;
	background-color:#eeeeee;
	border-left:2em solid #cccccc;
	padding-left:2em;
	padding-right:2em;
	}

blockquote p {
	margin-bottom:0;
	font-size:1.3em;
	line-height:1.5384615em;
	}
cite {
	font-weight:bold;
	font-style:normal;
	display:block;
	text-align:right;
	}



/* ---------- 5. images ---------- */

a img, img {
	border: 0;
	margin-bottom: -2px;
	padding:0;
	border-collapse:collapse;
	display: none;
		}
.fade {
	vertical-align:bottom;
}

.imgRgtBorder {
	padding: 10px 25px 10px 0;
}

.imgLftFloat {
	position: relative;
	float: left;
	padding: 5px 30px 5px 30px;
}

.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;
	margin-left:30px;
}

#formcontainer h3 {
	margin:1em;
}
#form {
	
}
#contactDetails {
	width: 400px;
	margin: 10px;
}
 
/* 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;
}

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;
}

.submit {
	margin: 5px 0 20px 10px;
}
input.submit {
	width: 100px;
}

#addressContainer {
	position: relative;
	float:left;
	padding: 2em;
}

