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

	Master.css
	www.yourwebsite.com
	
	Last Modified : 	27th December 2007
	Created by : 		Joe Bloggs
	Contact: 			joebloggs@email.com
	
	Copyright 2007 - 2008
	Based on Blueprint 1.6.1
	
	
/* Colour Palette
--------------------------------------------------------------

Light Grey - #fbfbfb

/* Plugins
-------------------------------------------------------------- */

@import 'plugins/reset.css';
@import 'plugins/classes.css';
@import 'plugins/grid.css';

/* You can alternatively use BP as a reset by importing the
bp-reset.css plugin. This is the entire Blueprint 0.6.1 
compressed file. You won't need to include grid.css or
reset.css */


/* Page
-------------------------------------------------------------- */

body	{
	background: url('/img/bg.jpg') repeat;
	}


/* Typography
-------------------------------------------------------------- */

/* Default font settings
   The font-size percentage is of 16px (0.75 * 16px = 12px) */
body { 
  	font-size: 75%;
 	line-height: 1.5;
  	color: #3d5a26; 
  	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

p           { margin: 0 0 1.3em;
	text-align: left;
	font-size: 1.1em;
}
.first p{
	padding-left: 15px;
}

.last p      { margin-bottom: 0; margin-right: 1em; }
p img       { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
img         { padding: 5px;
			   margin: 0px 0 1.5em 0;
				}
				
.thumb{
		   background: url(/img/darkbg.jpg) repeat ;
}

#gallery img.thumb{
		   background: url(/img/darkbg.jpg) repeat ;
		   padding: 5px;
		   margin:2px;
}

img a{
	background: none;
}
}

strong      { font-weight: bold; }
em		    { font-style: italic; }


/* Headings
-------------------------------------------------------------- */

h3,h4,h5,h6 { font-weight: normal; color: #111; }

h1 { font-size: 3em; line-height: 1; margin-bottom: -30px;
	
}
h1 img{
	padding-top: 75px; margin:0;background-image: none; margin-left: 10px;
	background-color: transparent; 
}

h2 {
	color: #fff;
	margin-top: 10px;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 0px;
	padding: 0px 0px;
	line-height: 1.2em;
}
	
	
h3 { font-size: 1.5em; line-height: 1; margin-bottom: 1em; }
h4 { font-size: 1.2em; line-height: 1.25; margin-bottom: 1.25em; }
h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
h6 { font-size: 1em; font-weight: bold; }

h2 img, h3 img, 
h4 img, h5 img, h6 img {
  margin:0;
}


/* Links
-------------------------------------------------------------- */

a           	{ color: #BBC57F; text-decoration: none;
	font-weight: bold;
	padding: 3px;
}
a:focus, 
a:hover     	{ color: #fff;
	background-color: #57763a;
}

 img a:focus, a:hover{
	background: none;
}

a:visited		{}
a:visted:hover 	{
	color: #e0e0e0;
}


/* Tables - You still need cellspacing="0" in the markup
-------------------------------------------------------------- */

table		{}

thead		{}
tbody		{}
tfoot       { font-style: italic; }

th,td       { padding: 4px 10px 4px 5px; }
th          { border-bottom: 2px solid #ccc; font-weight: bold; background: #eee; }
td          { border-bottom: 1px solid #ddd; }
tr			{}

caption     { background: #ffc; }

/* Use this if you use span-x classes on th/td. */
table .last { padding-right: 0; }

tr.even td  { background: #eef; }


/* Lists
-------------------------------------------------------------- */

li ul, 
li ol       { margin:0 1.5em; }
ul, ol      { margin: 0 1.5em 1.5em 1.5em; }

ul          { list-style-type: circle; }
ul + li		{}

ol          { list-style-type: decimal; }
ol + li		{}

dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}



/* Forms
-------------------------------------------------------------- */

form			{}
fieldset		{padding:1.4em; margin: 0 0 1.5em 0; border: 1px solid #ccc;}

legend			{font-weight: bold; font-size:1.2em;}
legend .span	{}

label       	{font-weight: bold;}

input[type='text']		{}
input[type='checkbox']	{}
input[type='radio']		{}
input[type='file']		{}

textarea      	{ width: 400px; height: 250px; padding:5px; }

select        	{ width:200px; }
option			{}
optgroup		{}



input:focus,textarea:focus,select:focus {	
	border:1px solid #666;
}

input,textarea, select {
  margin:0.5em 0;
  border:1px solid #bbb;
}


/* Other Elements
-------------------------------------------------------------- */

blockquote  { margin: 1.5em; color: #666; font-style: italic; }
dfn         { font-style: italic;font-weight: bold; background: #ffc; }
sup, sub    { line-height: 0; }

abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { margin: 0 0 1.5em; font-style: italic; }
del         { color:#666; }

pre,code    { margin: 1.5em 0; white-space: pre; }
tt          { display: block; margin: 1.5em 0; line-height: 1.5; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; }


/* Navigation
-------------------------------------------------------------- */
#serviceslist ul{
	margin: 0px 0px 45px 15px;
	padding: 0px 0px 0px 15px;
}



#menu {
	margin:-23px auto 0px ;
	padding:0px 0px ;
	width: 950px;
	height: 35px;
	background: url('/img/navbg.jpg') no-repeat;
	font: bold 1em Helvetica, "Helvetica Neue", Arial, Geneva, sans-serif;
	text-transform: uppercase;
}

#menu ul {
	margin:5px 0px 0px;
	float: right;
	display: inline;
}

#menu ul li {
	list-style-type: none;
	display: inline;
	margin:0px;
	

}



#menu a {
	color: #fff;
	text-decoration: none;
	float: left;
	padding: 0px 10px;
	border-right: 2px solid #BBC57F;
}

#menu a:hover {
	color: #BBC57F;
	background: none;
}



#menu li a.contact-link{border-right: none;}



/* Layout
-------------------------------------------------------------- */

#header{
	height: 135px;
	width: 950px;
	background: url('/img/headerbg.jpg') no-repeat;
}



#banner{
	margin-bottom: 0px;
	margin-top: 5px;
	padding-bottom: 35px;
	background: url(/img/bannerborder.jpg) repeat-x 0 bottom;
}

#banner a{
		color: #bbc57f;
	text-decoration: underline;
}

#banner a:hover {

	text-decoration: underline;
	color: #fff;
}

#banner p{
	padding:10px 10px 10px 10px;
	margin-bottom: 0px;
	text-align: justify;
	color: #BBC57F;
	font-size: 1.2em;
}

.darken{
	background: url(/img/darkbg.jpg) repeat ;
	padding:10px;!important
}
#banner img{
	padding: 5px;
	margin: 0px;
}



#main{
	background: url(/img/mainbg.jpg) repeat;
	margin: 0px auto;
	padding-top: 0px;
	
}

#main a{
	color: #5D351E;
	
	font-weight: bold;
}

#main a:hover{
	color: #fff;
}

#basin{
	background: url(/img/footertreeline.jpg) repeat-x 0 bottom;
	margin-top:-130px;
	margin-bottom:0px;
	height: 275px;
}
#basin h2{
	margin-top: 126px;
}





#footer{
	background: url(/img/darkbg.jpg) repeat ;
	margin-top: 0px;
	padding-bottom: 20px;
	font-size: 1em;
}

#footer p{
	padding: 0px 0px;
	margin: 0px 0px;
	color: #BBC57F;
	text-transform: none;
}

#footer a{
	color: #BBC57F;
	font-weight: bold;
	text-decoration: none;
}

#footer a:hover{
	color: #e1e1e1;
}




/* Page-Specific - based on the <body> class
-------------------------------------------------------------- */
.iconimage{
	background: url(/img/brochure.jpg) no-repeat top;
	border:none;
	width:205px ;
	height:75px;
	
}

.iconimage:hover{
	background: url(/img/brochure.jpg) no-repeat bottom;
	border:none;
}

.headline{
	margin: 28px 5px;
}

.isa{
	margin:0px 30px 0px 40px;
	float:right;
}


form {
	padding: 10px 0px 0px 15px;
	margin: 0;
}
form fieldset {
	border: none;
	padding: 0;
	margin: 0;
}
form fieldset label{
	display: block;
	font-size: 100%;
	color: #BBC57F;
	text-transform: uppercase;
	float: left;
}
form fieldset input.textfield {
	width: 70%;
	margin: 0 0 10px 0;
	font-size: 85%;
	padding: 3px;
	margin: 0px 0px 15px;
	float: right;
}
form fieldset textarea {
	width: 70%;
	height: 20%;
	margin: 0 0 10px 0;
	font-size: 100%;
	padding: 3px;
	margin: 0px 0px 15px;
	float: right;
}
form fieldset input.submit {
	height: 38px;
	border: none;
	width: 90px;
	background: url(/img/submit.jpg) no-repeat top;
	margin-left: 163px;
}

form fieldset input.submit:hover {
	border: none;
	height: 38px;
	width: 90px;
	
	background: url(/img/submit.jpg) no-repeat bottom;
}

