/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Title : NH Builders
Author : Donovan Hutchinson, Dono.co.nz
URL : http://www.nhbuilders.co.nz
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

/* GLOBAL RESETS **/
:link,:visited {text-decoration:none}
h1,h2,h3,h4,h5,h6,pre,code {font-size:1em;font-weight:400;}
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {margin:0; padding:0}
a img,:link img,:visited img {border:none}

/* GLOBAL SETS **/
.clear {clear:both;}
body {
	text-align:center;
	font-family:verdana, helvetica, sans-serif;
	font-size: 12px;
	background: #305756 url(images/bg.png) top repeat-x;
	color:#063332;
	}
.wrapper {
	margin-left:auto;
	margin-right:auto;
	width:780px;
	}
	
.pot {display:none;}	
	
/* HEADINGS, LINKS and LISTS */
h1,h2,h3,h4 {
	font-family:"Trebuchet MS", Helvetica, Verdana, Sans Serif;
	font-weight:bold;
}
h1 {
	font-size:1.9em;
	margin:12px 0 4px;
}
h2 {
	font-size:1.4em;
	margin:8px 0 4px;
}
h3 {
	font-size:1.2em;
	margin:8px 0 4px;
}
h4 {
	font-size:1.2em;
	margin:8px 0 4px;
}
h5 {
	font-size:1.2em;
	margin:8px 0 4px;
}
a {
	color:#0a5452;
	font-weight:bold;
}
a:hover {
	color:#009d99;
}
ul, ol {
	margin:15px 0 15px 20px;
}
li {
	list-style-type:square;
}
#content li {
	margin:8px 0;
}
p {
	font-size:1em;
	margin:8px 0;
	line-height:1.5em;
}

/* LAYOUT */
#header {
	height:213px;
}

#contentwrap {
	background:url(images/contentbotbg.png) bottom no-repeat;
}

#content {
	background:url(images/contenttopbg.png) top no-repeat;
	padding:14px 0;
	min-height:360px;
	text-align:left;
}

#menu {
	width:748px;
	height:47px;
	background:url(images/menubg.png) no-repeat;
	margin:0 auto;
}

#menu ul {
	color:#305756;
	font-size:16px;
	text-transform:uppercase;
	list-style:none;
	margin:0 0 0 20px;
}
	#menu ul li {float:left;border-right:1px solid #b0bebe;list-style:none;margin:0;}
	#menu ul li.index {border-left:1px solid #b0bebe;}
	#menu ul li a {
		padding:9px 20px 10px 20px;
		line-height:46px;
		color:#305756;
		font-weight:bold;
		font-family:"Trebuchet MS", Helvetica, Verdana, Sans Serif;
	}
	#menu ul li.current a,
	#menu ul li a:hover {
		background:#efebd7;
	}

#left {
	width:600px;
	float:left;
	margin-top:15px;
}

#leftcontent {
	padding:0 0 10px 36px;
}

#leftcontent img {
	border:3px solid #305756;
	-moz-border-radius: 2px;
	border-radius:2px;
}

#projects #leftcontent h2 {
	clear:both;
}

#projects #leftcontent img {
	float:left;
	margin:5px 10px 5px 0;
}

#left.home {
	width:360px;
}

#left.home #leftcontent {
	margin:5px 30px 5px 0;
}

#homephotos {
	width:255px;
	float:left;
	margin-top:15px;
}

#homephotos img {
	border:3px solid #305756;
	-moz-border-radius: 2px;
	border-radius:2px;
	margin:12px 13px 0 0;
}

#right {
	width:150px;
	float:right;
	margin-top:26px;
}

#rightcontent {
	padding:0;
}
#rightcontent p {
	font-size:10px;
}

/** CONTACT FORM **/

.contactform {margin:0 0 20px 0;}
.contactform b {display:block;}
.contactform input.text, .contactform textarea, .contactform select {width:250px;padding:4px;font-family:arial;font-size:13px;margin:2px 0 7px 0;}
.contactform textarea {height:150px;width:350px;}
.contactform input#contact-submit {padding:4px;width:150px;font-weight:bold;}
.contactform p.contactmsg {padding:4px;border:1px solid #ccc;background:#f9f9f9;font-weight:bold;}
.contactform p.success {color:#00CC33;}
.contactform p.error {color:#CC0000;}


/** FOOTER **/

#footer {
	text-align:center;
	line-height:16px;
	font-size:10px;
	color:#699895;
	padding:12px 0;
	}
#footer a:link, #footer a:visited {
	color:#699895;
	font-weight:bold;
}