/* COLOURS #6d9b41 #93c353 */
#headerWrapper
{
	height: 138px;
	background:#fff url(../images/header.bg.grey.jpg) repeat-x left top;
}

#searchInput
{
	float:right;
	margin:10px;
}
input[type="submit"]
{
	border:solid 2px #426800;
	color:#426800;
	background:#eeffcc;
	
}

#pageWrapper
{
	height:500px;
	background:#fff url(../images/page.bg.jpg) repeat-x left top;
}
#mainWrapper
{
	text-align: left;
	margin: 0 auto;
	width:1000px;
}
#contentWrapper
{
	float:left;
	width:640px;
	margin-top:10px;
}
#gallery
{
	width:534px;
	height:283px;
	background:#fff url(../images/gallery.bg.jpg) no-repeat;
}
.galleryImage
{
	margin:25px 0 0 55px;
}

.services
{
	margin:10px 0;
	padding:5px 50px 20px 50px;
	border:solid 1px #693;
	background:#eeffcc;
}
.conditions
{
	margin:10px 0;
	padding:10px 20px 20px 20px;
	border:solid 1px #693;
	background:#eeffcc;
}

#galleryWrapper
{
	width:450px;
	height:160px;
	border:solid 2px #ccc;
}

#menuWrapper
{
	float:right;
	position:relative;
	width:350px;
	height:500px;
	/*background:#369 url(menu.bg.body.png) no-repeat left top;*/
}

#menuTop
{
	position:absolute;
	top:-74px;
	width:350px;
	height:74px;
	background: url(../images/menu.bg.top.gif) no-repeat left top;
}
#menuTop h3
{
	margin-top:0.5em;
	color:#693;
}


#menuHeader
{
	margin: -20px 20px;
	height:100px;
	color:#333;
	background: url(../images/free.quote.bg.jpg) no-repeat;
	/*border-top:solid 2px #e1e3e2;*/
}
#menuHeader h2
{
	padding:30px 0 0 24px;
}
#menuBody
{
	position:absolute;
	top:0px;
	width:350px;
	height:327px;
	background:#369 url(../images/menu.bg.body.gif) no-repeat left top;
}
#menuBody img
{
	margin-left:16px;
}
#menuBottom
{
	position:absolute;
	top:327px;
	width:350px;
	height:170px;
	background:url(../images/menu.bg.bottom.gif) no-repeat left top;
}

#headerMenuWrapper
{
	position:absolute;
	top:108px;
	left:160px;
}
#headerWrapper h1
{
	position:absolute;
	left:180px;
	top:40px;
	color:#fff;
	font-family:arial;
	font-size:1.8em;
}

#headerWrapper #logo
{
	position:absolute;
	left:160px;
	top:20px;
}

#headerMenuWrapper ul li
{
list-style-type: none;
display: block;
float: left;
margin:0;
font-size: 1.2em;
font-weight:bold;
text-align: center;
}

#headerMenuWrapper a
{
color: #333;
background: url(../images/header.menu.bg.gif) no-repeat 0 0;
text-decoration: none;
display: block;
width: 72px;
height:28px;
padding-top:6px;
}


#headerMenuWrapper a:hover 
{ 
	color:#6d9b41;
	text-decoration:underline;
}

#headerMenuWrapper a.active 
{ 
	background:url(../images/header.menu.bg.gif) no-repeat 0 -100px; 
}

/* SERVICE NAVIGATION */

/* VERTICAL NAVIGATION */

#navContainer {
	margin:0 20px;
	list-style: none;
	border-top: 1px solid #e1e3e2;
	background:#ffffff; /*#f5f5f5;*/
}

#navContainer a {
	text-decoration: none;
	color: #471;
	font-size:1.2em;
	font-weight:bold;
	border-top:solid 1px #fff;
	border-bottom: solid 1px #e1e3e2;
	display: block;
	padding: 10px;
}

#navContainer a:hover {
	background: #c5e0a2; /*#e1e3e2;*/

}

.content
{
	margin:0.2em 5em;
	font-size: 1.2em;
	line-height: 1.8em;
}

#phone
{
	background:#fff url(../images/phone.gif) no-repeat;
	height:28px;
	font-size:1.8em;
	font-weight:bold;
	text-align:left;
	text-indent:2.2em;
	padding:4px;
	letter-spacing: 1px;
	margin:0px 20px 0 64px;
}
#footerWrapper
{
	float:left;
	width:100%;
}

#footer
{
	padding:10px;
	width:100%;
	height:50px;
	font-size:1.2em;
	background: #9ba7ae url(../images/footer.top.gif) repeat-x left top;
}

#footer div.copyright 
{
	float:center;
	margin-top:20px;
	font-size:1.2em;
	font-weight:bold;
	width:300px;
	color:#eee;
}

#footer a
{
	color:#eee;
	float:right;
	font-size:1.2em;
	display:block;
	margin:5px 20px 0 0;
	width:74px;
	height:20px;
	text-indent:22px;
	cursor:pointer;
}
#footer a:hover
{
	color:#fff;
}

#linkToDelicious
{
	background: url(../images/delicious.jpg) no-repeat left top;
}
#linkToFacebook
{
	background: url(../images/facebook.gif) no-repeat left top;
}

