/* reset
*/
a img { border: 0; } html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline; background: transparent; } :focus { outline: 0; } body { line-height: 1; color: black; background: white; } ol, ul { list-style: none; } table { border-collapse: collapse; border-spacing: 0; } caption, th, td { text-align: left; font-weight: normal; } blockquote:before, blockquote:after, q:before, q:after { content: ""; } blockquote, q { quotes: "" ""; }


/* colours
bg				#4d4d4d
blue bg			#578298

mid green		#70a53b

red brown		#9f3300
dark brown		#421E12

forest green	#060

*/

/* page */

div#page {
	width: 990px;
	margin: 20px auto;
	}

div#main {
	width: 700px;
	float: right;
	}

/* temp */
div#nav { display: none;
	}

div#nav ul {
	padding-top: 15px;
	}

div#nav ul li {
	float: left;
	line-height: 1.2em;
	text-align: center;
	}


div#nav ul li a {
	width: 110px;
	height: 1.2em;
	display: block;
	text-decoration: none;
	color: #fff;
	padding: .2em 0;
	margin-right: 8px;
	
	background: #94AF48 url(../images/nav/nav-bg-01.jpg) top center repeat-x;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	}

div#nav ul li#ncontact a {
	margin-right: 0;
	}

div#nav ul li a:hover {
	background: #421E12;
	background: #060;
	background: #94AF48;
	}


/* nav down */
body#home div#nav ul li#nhome a,
body#services div#nav ul li#nservices a,
body#unique div#nav ul li#nunique a,
body#experience div#nav ul li#nexp a,
body#method div#nav ul li#nmethod a,
body#contact div#nav ul li#ncontact a {
	cursor: default;
	background: #9f3300;
	}


/* fonts */
html {
	font-family: "Century Gothic", Arial, sans-serif;
	}


/* p */

div#content p, div#content li, div#content dd {
	margin: 0 0 .9em 0;
	}

div#content p, div#content li, div#content dd, div#content dt, label {
	line-height: 1.3em;
	font-size: .8em;
	color: #9f3300;
	}


div#content dt {
	font-weight: bold;
	}


div#content p {
	margin: 0 0 .9em 0;
	}

div#content li {
	margin: 0 0 .4em 1.2em;
	}


div#content ul {
	margin: .6em 0 2em 0;
	}


/* footer */
div#footer {
	clear: both;
	margin: 5em 0;
	text-align: center;
	font-size: .6em;
	color: #777;
	}
div#footer p {
	margin-bottom: .8em;
	}





/* image headings */
img.heading {
	margin: 1.2em 0 .8em 0;
	}



/* images */
img.right {
	float: right;
	margin: 0 0 1.2em 1.2em;
	}




/* forms */

form {
	float: right;
	background: #dbedab;
	border: 1px solid #9f3300;
	padding: 14px 14px 28px 14px ;
	margin: 10px 0 10px 15px;
	width: 400px;
	}

legend {
	font-weight: bold;
	display: none;
	
	font-size: 120%;
	}

label {
	font-weight: bold;
	font-size: .8em;
	}
label, input {
	display: block;
	}

textarea {
	width: 350px;
	}




/* h */
h1 {
	clear: both;
	font-size: 1.1em;
	padding: .7em 0;
	
	color: #9f3300;
		line-height: 110%; font-size: 110%;
		font-family: Arial, sans-serif;
	}

div#content {
	clear: both;
	}


strong {
	font-weight: bolder;
	}

h3 {
	font-weight: bolder;
	color: #9f3300;
	font-size: .9em;
	}

div#content ol {
	padding: 1.6em 0;
	}

div#content li {
	list-style: decimal outside;
	margin: 0 6em 1em 2em;
	
	}


