/* CSS Document */

BODY {
	text-align: center;
	}
body {
	background: #E2E2E2;
	margin:0;
	padding:0;
	}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4F5559;
	line-height: 2;
}
a:link {
	color: #FF4400;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
a:hover {
	color: #34D7EE;
	text-decoration: none;
}

h1,h2,h3,h4,h5,h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
h1 {
	font-size: 200%;
	color: #FF4000;
}
h2 {
	font-size: 14px;
	color: #006694;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #858585;
	padding: 0px 15px 5px 0px;
}
h3 {
	font-size: 12px;
	color: #858585;
}
h4 {
	font-size: 12px;
	color: #006694;
}
p { 
	margin: 0 0 10px 0;
}

/* Page Containers / Layout*/

#wrapper_main{
	float: left;
	width: 100%;
	}
#header_top {
	width: 100%;
	height: 20px;
	margin-top: 0px;
	background-image: url(../images/headertop-back01.gif);
	background-repeat: repeat-x;
	margin-left: auto;
	margin-right: auto;
	}
#toplinksholder{
	width: 780px;
	height: 20px;
}
#toplinking{
	height: 12px;
	width: 200px;
	position: relative;
	float: right;
	}
#toplinking a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	color: #999999;
	}
#toplinking a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	color: #34D7EE;
	}
	
#header {
	width: 100%;
	height: 155px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/header-back-01.jpg);
	background-repeat: repeat-x;
	}
#banner{
	height: 155px;
	width: 780px;
	margin:0 auto;
	}
.banner01{
	background-image: url(../images/banner-01.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	}	
.banner02{
	background-image: url(../images/banner-02.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	}
.banner03{
	background-image: url(../images/banner-03.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	}
.banner04{
	background-image: url(../images/banner-04.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	}
	
/* Navbar */
	
#navback{
	width: 100%;
	height: 30px;
	margin-top: 0px;
	background-image: 
	background-repeat: repeat-x;
	margin-left: auto;
	margin-right: auto;
	background-color: #FF4000;
	background-image: url(../images/mainnav-back-01.jpg);
}

#navunder{
	height: 8px;
	width: 100%;
	background-image: url(../images/mainnav-under-back-01.jpg);
	background-repeat: repeat-x;
	}
#wrapper_content{
	width: 100%;
	height: auto;
	margin:0 auto;
	background-image: url(../images/maincontent-back-02.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	}	
#contentholder{
	width: 736px;
	padding-top: 13px;
	padding-right: 13px;
	padding-bottom: 13px;
	padding-left: 31px;
	margin:0 auto;
	}
#contentholder:after{
 visibility:hidden;
 position:relative;
 display:block;
 content:".";
 clear:both;
}
 
#contentleft{
	position: relative;
	float: left;
	height: auto;
	width: 556px;
	text-align:left;
	padding-right: 13px;
	z-index: 95;
	background-color: #FFF;
	}

.apples{
	background-image: url(../images/contentback-apples.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	}	
.lemons{
	background-image: url(../images/contentback-lemons.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	}

#contentright{
	position: relative;
	float: right;
	height: auto;
	width: 151px;
	padding-right: 0px;
	padding-left: 0px;
	}
#appform{
	position: relative;
	float: left;
	height: auto;
	width: 151px;
	padding-right: 10px;
	padding-left: 0px;
	left: 0px;
	}
#occform{
	position: relative;
	float: left;
	height: auto;
	width: 151px;
	padding-right: 10px;
	padding-left: 40px;
	left: 0px;
	}
#map{
	position: relative;
	float: left;
	height: auto;
	width: 190px;
	padding-right: 10px;
	padding-left: 10px;
	left: 175px;
	}
#enquiryform{
	position: relative;
	float: left;
	height: auto;
	width: 285px;
	}
#contactinfo{
	position: relative;
	float: left;
	height: auto;
	width: 200px;
	left: 50px;
	}
.imagespacer{
	margin-bottom: 20px;
}

/* Footer */

#addressbar {
	width: 100%;
	height: 48px;
	background: url(../images/addressbar-back01.gif) repeat-x;
	margin-left: auto;
	margin-right: auto;
	}
#addressinfo {
	color: #FFF;
	font-size: 10px;
	position: relative;
	top: 10px;
}

#footer {
	position: relative;
	height: 40px;
	clear: both;
	padding: 0 0 0 0px;
	background: #F5F6F6;
	font-size:10px;
	color: #666666;
}

.imgrt {
       float: right;
       margin: 15px 0px 0px;
       }

	   
