/*--------------body-------------------*/

body {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 0px;
	padding: 0px;
	font-size: 80%;
	background-image: url(images/mainbg.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

/*--------------wrapper-------------------*/

#wrapper{
	width: 660px;
	margin: 0px auto;
	padding: 0px;
}

/*--------------header-------------------*/

#header {
	width: 660px;
	height: 382px;
	display: block;
}

#hlogo {
	height: 382px;
	width: 660px;
	margin: 0px;
	padding: 0px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
}

#offer {
	height: 73px;
	width: 660px;
}

/*--------------container-------------------*/

#container{
	width: 660px;
	background-image: url(images/containerbg.gif);
	background-repeat: repeat;
}

/*--------------navigation-------------------*/

#nav {
	width: 181px;
	height: 590px;
	float: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 110%;
	font-size: 95%;	
}

#nav ul {
	margin:0px;
	padding: 12px 5px 2px 0px;	
}

#nav li {
	list-style-type: none;
	margin:0px;
	padding-top :7px;
	padding-left: 32px;
	background: url(images/button.gif) no-repeat left;
	padding-bottom: 12px;
}

#nav li.selected a {
	color: #465315;
	font-weight: bold;
}

#nav li a {
	text-decoration: none;
	color: #7b8c41;
	font-weight: bold;
}

#nav li a:hover{
	text-decoration: none;
	color: #374310;
	font-weight: bold;
}

#contact {
	color: #7b8c41;
	font-size: 95%;
	line-height: 20px;	
}

#contact a {
	color: #666666;
	text-decoration: none;
}

#contact a:hover {
	color: #ffffff;
	text-decoration: none;
}

#divider {
	background-image: url(images/divider.gif);
	background-repeat: no-repeat;
	display: block;
	height: 9px;
	width: 181px;
}

#navtop {
	background-image: url(images/nav_top.gif);
	background-repeat: no-repeat;
	display: block;
	height: 75px;
	width: 181px;
}

#navbottom {
	background-image: url(images/nav_bottom.gif);
	background-repeat: no-repeat;
	display: block;
	height: 75px;
	width: 181px;
}

/*--------------main-------------------*/

#main {
	width: 434px;
	float: right;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;	
}

#maintext {
	width: 434px;
	float: right;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;		
	line-height: 20px;
}

#maintext a {
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}

#maintext a:hover {
	font-weight: bold;
	color: #ff9900;
	text-decoration: none;
}

#text {
	width: 224px;
	float: left;
	line-height: 20px;
}

#text li {
	list-style-type: none;
}

#text li a {
	text-decoration: none;
	color: #52611a;
}

#text li a:hover{
	text-decoration: none;
	color: #ffffff;
}

#pictures {
	width: 200px;
	float: right;
}

/*--------------footer-------------------*/

#footer {
	clear: both;
	height: 20px;
	background-image: url(images/footer.gif);
	display: block;
}
/*--------------other-------------------*/

.hidden {
	visibility: hidden;
}

h2 {
	font-size: 110%;
	color: #52611a;
	background-image: url(images/h2image.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 30px;
}

.bold {
	font-weight: bold;
	color: #52611a;	
}

.testimonial {
	color: #000000;	
	font-size: 95%;
}

.testimonialname {
	color: #000000;
	font-style: italic;
	font-size: 95%;	
}

/*--------------contact form-------------------*/

#form {
	margin-left: 65px;
}

.sendbutton	{
	border: 1px solid #7b8c41;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #7b8c41;	
}

.textbox {
	border: 1px solid #7b8c41;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003366;
	width: 300px;
	margin-top: 3px;
	margin-bottom: 10px;
	background-color: #FFFFFF;
}

.bigbox {
	border: 1px solid #7b8c41;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003366;
	height: 100px;
	width: 300px;
	margin-top: 3px;
	margin-bottom: 10px;
	background-color: #FFFFFF;
}

.border {
	border: 1px solid #7b8c41;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003366;
}

.greyborder {
	border: 1px solid #ADADAD;
}

.red {
	color: #C65573;
}

.centre {
	text-align: center;
}
