html, body{
	height:100%;
}
body {
	
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	margin:0;
	padding:0;
}
#top-bg {
	background: url(images/body-bg.jpg) repeat-x scroll 0 -57px;
}

#footer-bg {
	background:#30261d url(images/footer-bg.jpg) repeat-x center bottom;
	min-height:100%;
	height:auto !important;
}
#wrapper {
	width:1017px;
	margin:0 auto;
}
#header {
	background:url(images/header3.jpg) no-repeat 0 0;
	height:143px;
	width:1017px;
}
#header h1, #header h2, #header h3 {
	display:none;
}
#content {
	background:url(images/content-bg.png) repeat-y 0 0;
	min-height: 600px;
	height:auto !important;
}
#content p {
}
#menu {
	background:url(images/menu-bg.jpg) repeat-x 0 0;
	height:56px;
	margin:0 9px;
}
#menu ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
	float:left;
}
#menu ul li {
	float:left;
	display:inline;
	text-align:center;,
	/*line-height:14px;*/
}
#menu ul li a {
	/*color:#FFFFFF;
	display:block;*/
	height:56px;
	/*padding:14px 13px;
	text-decoration:none;*/
	display:inline-block;
	background:url(images/menu-bg2.jpg) no-repeat 0 0;
}

#menu ul li a span {
	display:none;
}

#menu li.menu-1 a{
	background-position: 0 0;
	width:65px;
	
}
#menu li.menu-2 a{
	background-position:-63px 0;
	width:80px;
}
#menu li.menu-3 a{
	background-position:-145px 0;
	width:112px;
}
#menu li.menu-4 a{
	background-position:-257px 0;
	width:135px;
}
#menu li.menu-5 a{
	background-position:-392px 0;
	width:90px;
}
#menu li.menu-6 a{
	background-position:-478px 0;
	width:92px;	
}
#menu li.menu-7 a{
	background-position:-572px 0;
	width:117px;
}
#menu li.menu-8 a{
	background-position:-692px 0;
	width:145px;
}
#menu li.menu-9 a{
	background-position:-836px 0;
	width:67px;
}
#menu li.menu-10 a{
	background-position:-904px 0;
	width:94px;
}

/*HOVER*/
#menu li.menu-1 a:hover,#menu li.menu-1 a.active{
	background-position: 0 bottom;
	width:65px;
	
}
#menu li.menu-2 a:hover,#menu li.menu-2 a.active{
	background-position:-63px bottom;
	width:80px;
}
#menu li.menu-3 a:hover,#menu li.menu-3 a.active{
	background-position:-145px bottom;
	width:112px;
}
#menu li.menu-4 a:hover,#menu li.menu-4 a.active{
	background-position:-257px bottom;
	width:135px;
}
#menu li.menu-5 a:hover,#menu li.menu-5 a.active{
	background-position:-392px bottom;
	width:90px;
}
#menu li.menu-6 a:hover,#menu li.menu-6 a.active{
	background-position:-478px bottom;
	width:92px;	
}
#menu li.menu-7 a:hover,#menu li.menu-7 a.active{
	background-position:-572px bottom;
	width:117px;
}
#menu li.menu-8 a:hover,#menu li.menu-8 a.active{
	background-position:-692px bottom;
	width:145px;
}
#menu li.menu-9 a:hover,#menu li.menu-9 a.active{
	background-position:-836px bottom;
	width:67px;
}
#menu li.menu-10 a:hover,#menu li.menu-10 a.active{
	background-position:-904px bottom;
	width:94px;
}

#left-col {
	padding:0 25px 25px; /*Bottom margin because of background size the pages are too small*/
	width:670px;
	float:left;
}
#right-col {
	float:left;
	margin-left:23px;
	width:262px;
	margin-top:5px;
}
#footer {
	background:url(images/footer.png) no-repeat 0 0;
	clear:both;
	color:#bfa084;
	font-size:11px;
}

#footer a{
	color:#bfa084;
	font-size:11px;
	text-decoration:none;
	margin-left:9px;
}
#footer a:hover{
	text-decoration:underline;
}
#footer .footer-right{
	clear:right;
	float:right;
	margin:14px 12px 0 0;
	text-align:right;
}

#footer .footer-addr {
	clear:both;
	margin:0 12px 0 0;
	text-align:right;
}
#footer .footer-right p{
	margin-top:0;
	
}

.adr{
	clear:both;
}
h1 {
	font-size:28px;
	color:#2b8212;
	border-bottom:1px solid #2B8212;
}
h2 {
	font-size:20px;
	color:#524031;
}
h3 {
	font-size:18px;
	color:#000000;
}
.johnsonbox {
	width:81%;
	padding:0 18px;
	margin:20px auto 0;
}
.johnsonbox.green {
	border:3px solid #aed065;
}
.johnsonbox.brown {
	border:3px solid #524031;
}
.clear {
	clear:both;
}
#consultation-box {
	background:#d5d5d6 url(images/consult-bg.jpg) repeat-y 0 0;
}

#consultation-box .consultation-footer {
	background:url(images/consult-footer.jpg) no-repeat 0 0;
	height:15px;
}
#consultation-box h2 {
	background:url(images/consult-header.jpg) no-repeat 0 0;
	height:65px;
	width:262px;
	text-indent:-9999px;
	font-size:0;
	line-height:0;
}
#consultation-box .webform {
}
.webform-content {
	padding:0 15px;
}
label.error {
	color:#cc0000;
	font-size:10px;
	text-align:right
}
.webform label {
	clear:both;
	display:block;
}
.webform input {
	clear:both;
	display:block;
	margin:5px 0;
	width:225px;
}
#contact-form input {
	width:265px;
}
.webform .submit {
	background:transparent url(images/contact-us-btn.png) no-repeat scroll 0 0;
	border:0 none;
	display:block;
	height:51px;
	line-height:0;
	margin:15px auto 0;
	text-indent:-9999px;
	width:251px;
	cursor:pointer;
}
.small {
	font-size:10px;
	padding-bottom:20px;
}
#contact-form {
	background-color:#f6ffe1;
	border:2px solid #CFEA93;
	width:295px;
}

.google-maps {
	border: 1px solid #CFEA93;
	margin-left: 15px;
}

#left-col .left {
	float:left;
}
#left-col .right {
	float:left;
}
.spacer {
	height:2px;
}
.contact-details{
	margin-left:20px;	
}

.contact-details p{
	margin-top:0;
}
