@charset "UTF-8";
/* CSS Document */

/*-----------------------------------------------------------------------------
[client] Screen Stylesheet

version:   1.0
date:      01/03/08
author:    Matthew Ravenhall
email:     ravenhall@gmail.com
website:   www.pixelperfect.co.nz
version history: N/A

Primary Colours Used
1.	#003300 - Dark Green
2.	#000000
3.	#000000
4.	#000000


Table of contents:
1.	Import other stylesheets
2.	Fundamental styles
3.	Header
4.	Footer
5.	Navigation
6.	Template
7.	Typography
8. 	Tables
9.	Forms
10.	Miscellaneous
11.	Fixes


-----------------------------------------------------------------------------*/

/* Import other stylesheets
-----------------------------------------------------------------------------*/

@import url("reset.css"); /* Clear default styles */

	
/* Fundamental styles
-----------------------------------------------------------------------------*/	
body
	{font: 62.5%/1.5em  Arial, Verdana, sans-serif;
	background: #fff url('../images/background.gif') top center repeat-x;
	color: #333;    
	text-align:center;}	
	
div#wrapper
	{font-size: 1.2em;
	text-align: left;
	width: 800px;
	margin: 0 auto;}

.clear
    {clear:both;}

.right
    {float: right;}

.left
    {float: left;}
	
.width100
	{width: 100%; }

.width75
	{width: 75%;}

.width50
	{width: 50%;}

.width25
	{width: 25%;}

.alignLeft
	{text-align: left;}

.alignRight
	{text-align: right;}
	

/* Header
-----------------------------------------------------------------------------*/
div#header
	{height: 140px;
	position: relative;
	margin: 0 0 15px 0;}
	
	div#header div.logo
	{position: absolute;
	top: 20px}
	
	div#header div.logo h1, div#header div.logo h2
	{position: absolute;
	left: -9999px;}
	
	
/* Footer
-----------------------------------------------------------------------------*/
div#footer
	{width: 800px;
	float: left;
  border-top:1px solid #030;
	padding: 25px 0 0 0;
	margin: 20px 0 10px 0;
	font-size: 0.9em;
	position: relative;}
	
	div#footer p
	{text-align: center;}
	
	.ornament
	{position: absolute;
	top: -10px;
	left: 305px;
	display: block;
	width: 149px;
	height: 33px;
	background: #fff url('../images/ornam.gif')  no-repeat;}
	
	
/* Navigation
-----------------------------------------------------------------------------*/
div#nav
	{height: 30px;
	line-height: 30px;
	margin: 0 0 10px 0;
	position: absolute;
	top: 110px;}
	
	div#nav a
	{float: left;
	display: block;
  padding: 0 10px;
	color: #fff;
	text-decoration: none;
	font-size: 1.3em;
  font-weight: normal;
	background-color: #2b5028;}
	
	div#nav a:hover, div#nav a.active
	{background-color: #fff;
	color: #030;}
	
div#breadcrumb 
  {padding-bottom: 5px;}


/* Template
-----------------------------------------------------------------------------*/
div#article
	{float: left;
	width: 590px;
	min-height: 300px;
	margin: 0 10px 10px 0;}

	div.section
	{border-bottom: 1px dotted #ccc;
	padding: 0 0 20px 0;
	margin: 0 0 10px 0;}
	
div#side
	{float: right;
	width: 184px;
	padding: 8px;
	background-color: #d7d7d7;}
	
	.noborder {border: none !important;}


/* Product lists */
div.products {
  width: 590px;
  margin: 0px;
}
div.products div.row {
  width: 580px;
  height: 120px;
  padding: 8px 5px 5px 5px;
  border-top: 1px solid #D9DDE3;
  margin-bottom: 5px;
}
div.row div.productImage {
  float: left;
  width: 200px;
  height: 120px;
}
div.productImage img {
  height: 120px !important;
}
div.row div.links {
  width: 190px;
  height: 80px;
  text-align: left;
  margin-left: 250px;
  padding: 20px 0 20px 0;
}
div.row div.links h4 {
  margin: 0 0 5px 0; 
}
div.row div.links a {
  color: #41793C;
}
div.row div.links p {
  margin-bottom: 10px;
}

/* Product detail */
.productDetail {
  width: 590px;
}
.productDetail table.details {
  width: 100%;
  margin-bottom: 15px;
}
.productDetail .thumbnails {
  min-height: 120px;
  border: 1px solid #D9DDE3;
  margin-bottom: 10px;
  padding: 10px;
}
.thumbnails .thumb {
  float: left;
  height: 120px;
  margin-right: 10px;
}
.thumbnails .thumb img {
   height: 120px !important;
}
	

/* Typography
-----------------------------------------------------------------------------*/	
	h1, h2, h3, h4, h5, h6
	{color: #003300;
	font-weight: normal;}
	
	h1
	{font-size: 2.4em;
	line-height: 1.0em;
	margin: 10px 0 15px 0;}
	
	h2
	{font-size: 2.1em;
	line-height: 1.6em;
	margin: 15px 0 5px 0;}
	
	h3
	{font-size: 1.7em;
	line-height: 1.4em;
	margin: 10px 0 5px 0;}
	
	h4
	{font-size: 1.5em;
	line-height: 1.2em;
	margin: 15px 0 10px 0;}
	
	h5
	{font-size: 1.3em;
	line-height: 1.0em;}
	
	p	
  {margin: 5px 0; 
  line-height: 150%}
	
	p.feature 
  {font-size: 1.4em; 
  line-height: 135%; 
  color: #555; 
  margin: 0 0 20px 0;}
	
	ul
	{margin: 10px 0 10px 30px;}
	
	a, a:active, a:visited
	{color: #003300}
	
	a:hover
	{color: #000;
	text-decoration: underline;}
	
	em {color: red;}
	
	
/* Forms
-----------------------------------------------------------------------------*/

.form { 
  margin-bottom: 10px; 
  /*padding: 8px;*/
}
.form legend {
	padding: 0 2px;
	font-weight: bold;
	_margin: 0 -7px; /* IE Win */
}
.form ol {
	margin: 0;
	padding: 0;
}	
.form label {
  width: 100px;
	line-height: 1.8;
	vertical-align: top;
	display: inline-block;
	margin-right: 20px;
}
.form li {
	list-style: none;
	padding: 5px 5px 5px 0;
	clear: both;
	margin: 0;
}
.form input, select, textarea {
  padding: 2px;
  outline-style: none;
  border: 1px solid #666;
}
.form input.check {
  border: none;
  margin-left: 0px;
  position: relative;
  top: 2px;
}
.form input.radio {
  border: none;
  margin-right: 10px;
  position: relative;
  top: 4px;
}
.form .next{
	float: right;
}
.form .prev {
	float: left;
}
.form em {
	font-weight: bold;
	font-style: normal;
	color: #f00;
}

input.disabled {
	border: 1px solid #F2F2F2;
	background-color: #F2F2F2;
}
input.required, textarea.required {
	border: 1px solid #00A8E6;
}
input.validation-failed, textarea.validation-failed {
	border: 1px solid #FF3300;
	color : #FF3300;
}
input.validation-passed, textarea.validation-passed {
	border: 1px solid #00CC00;
	color : #000;
}
.validation-advice {
  color : #FFF;
	font-weight: bold;
	background-color: #FF3300;
	/*display: block !important;*/
	margin: 5px 0;
	padding: 5px;
}
.custom-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #C8AA00;
	color : #FFF;
	font-weight: bold;
}
	
	
/* "Fixes"
-----------------------------------------------------------------------------*/		
	.clearfix:after
	{content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;}
	
	.clearfix {display: inline-block;}
	
	/* Hides from IE-mac \*/
	* html .clearfix {height: 1%;}
	.clearfix {display: block;}
	/* End hide from IE-mac */
	
