/* Slogro CSS Document */
/*
*
*
* Overall site  ---------------------------------------------------------------------- */
html {
	height:101%;
	background-color:#D9EDE4;
	
}
* {
	margin:0;
	padding:0;
	}
body {
	background:url(../cssimages/grass-bg.gif) repeat-x top left;
	background-attachment:fixed;
	font-family:Tahoma, Verdana, Arial;
	font-size:100%;
	color:#666666;
	background-color:#22640A;
	}

p {
	font-size:0.8em;
	padding: 10px 0;
}
a, a:visited {
	color:#C96900;
	text-decoration:underline;
}
a:hover, a:visited:hover {
	color:#639E24;
	text-decoration:underline;
}
h1 {
	color:#639E24;
	font-size:0.9em;
	padding: 0 0 10px 0;
}
h2 {
	color:#639E24;
	font-size:0.9em;
	padding: 0 0 10px 0;
}
h3 {
	color:#639E24;
	font-size:1em;
}
h4 {
	background:url(../cssimages/green-bullet.png) no-repeat top left;
	padding: 8px 0 0 18px;
	color:#639E24;
	font-size:0.8em;
	font-weight:bold;
	clear:both;
}
ul {
	font-size:0.8em;
	margin: 0 0 10px 0;
	display:block;
	float:left;
	}
li {
	background:url(../cssimages/green-bullet.png) no-repeat top left;
	padding: 8px 0 0 18px;
	display:block;
	color:#639E24;
	}
label {
	float:left;
	margin: 10px 0 0;
	padding: 2px 0 0;

	}
input {
	float:left;
	margin: 10px 0 0;
	padding: 2px 0 0;
	border: 1px solid #BDC6B9;
	background:#FFF url(../cssimages/form-bg.gif) repeat-x bottom left;
	color:#888F86;
	padding:2px;
	}
textarea {
	float:left;
	margin: 10px 0 0;
	padding: 2px 0 0;
	border: 1px solid #BDC6B9;
	background:#FFF;
	color:#888F86;
	padding:2px;
	}
em {
	color:#399E16;
	font-style:normal;
	font-weight:bold;
	}


/*
*
*
* Classes  ---------------------------------------------------------------------- */
.highlight {
	color:#399E16;
	}
.divider {
	background:url(../cssimages/divider.gif) top left repeat-x;
	height:1px;
	margin:0 0 20px 0;
	}

.arrow {
	background:url(../cssimages/arrow.gif) top left no-repeat;
	padding: 0 0 0 10px;
	}
.button {
	background:url(../cssimages/button-left.png) no-repeat top left;
	height:28px;
	border: 0;
	font-size:1em;
	font-weight:bold;
	color:#2B4909;
	padding:0 0 0 10px;
	cursor:pointer;
	margin:0 10px 0 0;
	float:none;
	width:auto;
	}
.buttonHolder {
	background:url(../cssimages/button-right.png) no-repeat top right;
	height:28px;
	margin:10px 0 0 0;
	padding:0;
	border: 0;
	font-size:1em;
	font-weight:bold;
	color:#2B4909;
	width:inherit;
	float:left;
	
	}
.clear {
	clear:both;
	height:2px;
	}
/*
*
*
* Holder ---------------------------------------------------------------------- */
div#holder {
	background:url(../cssimages/header.png) repeat-x top left;
	}
/*
*
*
* Header  ---------------------------------------------------------------------- */
div#header {
	width:960px;
	margin:0 auto;
	height:128px;
	padding:0 10px;
	background:url(../cssimages/header-bar.png) no-repeat top left
	}
div#header ul {
	float: left;
	display:inline;
	margin:60px 0 0 250px;
	font-size:0.9em;
	}
div#header li {
	float:left;
	display:inline;
	background:url(../cssimages/menu-divider.gif) top right repeat-y;
	padding:0 18px 0 20px;
	height:43px;
	text-transform:uppercase;
	
	}
div#header li a:active , div#header li a:focus {
	outline-width:0px;
	outline-style:none;
	
	}
div#header li a, div#header li a:visited{
	color:#47514C;
	text-decoration:none;
	}
div#header li.on a, div#header li.on a:visited{
	color:#639E24;
	}
div#header li a:hover p, div#header li a:visited:hover p{
	color:#EEA822;
	}
div#header p {
	height:29px;
	padding:14px 0 0 0;
	cursor:pointer;
	}
div#header div#tel{
	color:#C96900;
	font-size:0.8em;
	float:left;
	margin:60px 0 0 18px;
	padding:11px 0 0;
	}
div#header div#tel span {
	font-size:1.1em;
	font-weight:bold;
	}

div#mainContent {
		width:960px;
		margin:0 auto;
		}
/*
*
*
* Components  ---------------------------------------------------------------------- */
div#components {
	float:left;
	width:250px;
	margin: 0;
	font-size:0.8em;
	}
div#components label {
	width:60px;
	}
div#components input.button {
	width:auto;
	}
div#enquiryComponent div.title{
	background:url(../cssimages/enquiry-header.png) no-repeat top left;
	height:50px;
	}
div#enquiryComponent div.main{
	background:#EEA822 url(../cssimages/enquiry-bg.png) repeat-x top left;
	padding:0 10px;
	border-left: 2px solid #FFF;
	border-right: 2px solid #FFF;
	}
div#enquiryComponent div.end{
	background:url(../cssimages/enquiry-footer.png) no-repeat bottom left;
	height:16px;
	clear:both;
	}
div#enquiryComponent input {
	width:155px;
	}
div#enquiryComponent div.buttonHolder {
	float:right;
	}


div#newsletterComponent div.title{
	background:url(../cssimages/newsletter-header.png) no-repeat top left;
	height:50px;
	margin:20px 0 0 0;
	}
div#newsletterComponent div.main{
	background:#DAE7A5 url(../cssimages/green-bg.png) top left;
	padding:0 10px;
	border-left: 2px solid #FFF;
	border-right: 2px solid #FFF;

	}
div#newsletterComponent div.end{
	background:url(../cssimages/newsletter-footer.png) no-repeat bottom left;
	height:16px;
	}
div#newsletterComponent .inputItem {
	width:105px;
	margin-right:5px;
	}
div#newsletterComponent .buttonHolder {
	margin-top:7px;	
	}

/*
*
*
* Content  ---------------------------------------------------------------------- */
div#content {
	float:left;
	width:690px;
	margin:4px 0 0 20px;
	}
div#content .imgHolder {
	float:left;
	margin: 0 20px 20px 0;
	width:117px;
	}

div#content label {
	margin: 0 0 5px 0;
	font-size:0.8em;
	font-weight:bold;
	color:#C96900;
		}
div.home div#content div.title{
	background:url(../cssimages/content-header-home.png) no-repeat top left;
	height:42px;
	}
div.why div#content div.title{
	background:url(../cssimages/content-header-why.png) no-repeat top left;
	height:42px;
	}
div.faq div#content div.title{
	background:url(../cssimages/content-header-faq.png) no-repeat top left;
	height:42px;
	}
div.history div#content div.title{
	background:url(../cssimages/content-header-history.png) no-repeat top left;
	height:42px;
	}
div.contact div#content div.title{
	background:url(../cssimages/content-header-contact.png) no-repeat top left;
	height:42px;
	}
div#content div.title{
	background:url(../cssimages/content-header.png) no-repeat top left;
	height:42px;
	}
div#content div.main{
	background:#DAE7A5 url(../cssimages/green-bg.png)  top left;
	padding:5px 15px;
	}
div#content div.main span{
	color:#639E24;
	}
div#content div.end{
	background:url(../cssimages/content-footer.png) no-repeat bottom left;
	height:16px;
	}
div#content div#full {
	float:left;
	width:640px;
	margin:0 10px 0 0; 
	}
div#content div#primary {
	float:left;
	width:480px;
	margin:0 10px 0 0; 
	}
div#content div#secondary {
	float:left;
	width:150px;
	background:url(../cssimages/main-divider.gif) repeat-y top left;
	padding:0 0 0 20px;
	}
div#content ul#footerList  {
	display:inline;
	float:left;
	margin:20px 0 0 0;
	}
div#content ul#footerList li {
	display:inline;
	float:left;
	background:url(../cssimages/orange-arrow.png) no-repeat top left;
	padding: 3px 0 0 28px;
	margin: 0 18px 0 0;
	height:30px;
	font-size:1.3em;
	}
div#content ul#footerList li.footerListEnd {
	margin:0;
	}
div#content div#contactForm {
	width:287px;
	}
div#content div#contactForm label {
	clear:both;
	width:100px;
	}
div#content div#contactForm input {
	width:180px;
	}
div#content div#contactForm textarea {
	width:180px;
	height:100px;
	}
div#content div#contactForm .button {
	float:right;
	font-size:0.8em;
	width:auto;
	}
/* -----------------*/
.imgHolder img {
	border:none;
	}
	
.exampleHolder img {
	border:1px solid #fff;
	}
.exampleHolder {
	margin:0 5px 0 0;
	width:140px;
	float:left;
	}
/*
*
*
* Footer ---------------------------------------------------------------------- */
div#footer {
	background: url(../cssimages/footer-bg.png) repeat-x;
	padding:15px 10px;
	margin: 30px 0 0 0;
	font-size:0.7em;
	height:88px;
	bottom:0;
	color:#639E24;
}
div#footerInfo {
	float:left;
	}
div#footerMenu {
	float:right;
	}
	