/**************************
   HTML selector elements 
**************************/

/* Main body */
body {
	background-color: #544132;
	margin: 0px;
	
}
html{scrollbar-3dlight-color:#8e7f62; 
	scrollbar-arrow-color:#544133;
	scrollbar-base-color:#ada983;
	scrollbar-darkshadow-color:#544133;
	scrollbar-face-color:#c0b894;
	scrollbar-highlight-color:#ada983;
	scrollbar-shadow-color:#f2e6d6;	}

/* Text on page and in form elements */
body, td, th, input, select, textarea, ul, li {
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 12px;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
	font-family: "Gill Sans MT", "Gill Sans", "Trebuchet MS", serif;
	margin: 0px;
	color:#FFFFFF;
}

/* Forms */
form {
	margin: 0px;
}

/* Paragraphs */
p {
	margin: 0px 0px 8px 0px;
	line-height: 150%;
}

/* Links */
a {
	color: #F0E7D6;
	text-decoration: underline;
}

a:hover {
	color: #FFFFFF;
	text-decoration: none;
}




/**************************
   Page layout elements 
**************************/

/* Main page wrapper */
#wrapper {
	width: 760px;
	margin: 0 auto;
	border-right-width: 15px;
	border-left-width: 15px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #E64A00;
	border-left-color: #E64A00;
	border-top-width: 15px;
	border-top-style: solid;
	border-top-color: #E64A00;
}

/* Header section with website title */
#header {
	height: 220px;
	padding: 10px 25px 20px 25px;
	background-image: url("../images/header3.jpg");
	text-align: center;
}

#header h1 {
	font-variant: small-caps;
	font-size: 40px;
	color: #FFFFCC;
	font-weight: normal;
}
#content h1 {
	background-color: #544132;
	border-bottom-width: 8px;
	border-bottom-style: solid;
	border-bottom-color: #DD4903;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-size: 3.5em;
	font-weight: bold;
}

#content h6 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1em;
	background-color: #F3E6D6;
	color: #544132;
	font-weight: normal;
	line-height: 150%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#content h6 a	{
	color:#544132;
}


#header h2 {
	font-size: 18px;
	margin-top: -10px;
	color: #FFFFFF;
	font-weight: normal;
}
td {
	border: 5px solid #E64A00;
	padding: 8px;
}



/* Navigation links */
#navigation {
	border-top: 3px solid #DFDCB9;
	border-bottom: 3px solid #DFDCB9;
	background-image: url("../images/navigation_bg.jpg");
	height: 15px;
	padding: 10px 10px 10px 10px;
	text-align: center;
	font-family: "Gill Sans MT", "Gill Sans", "Trebuchet MS", serif;
	font-size: 14px;
	font-variant: small-caps;
}
#content h5 {
	color: #FFFFFF;
}


#navigation ul {
	margin: 0px;
	padding: 0px;
}

#navigation li {
	margin: 0px;
	padding: 0px 12px;
	display: inline;
}

#navigation a {
	margin: 0px;
	padding: 0px;
	width: 100%;
	color: #000000;
	text-decoration: none;
	font-size: 14px;
}

#navigation a:hover {
	color: #000000;
	text-decoration: none;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	font-size: 14px;
}



/* Left hand side */
#wheet_elande_image_text, #wheet_elande_image {
	float: left;
	border-right: 3px solid #DFDCB9;
	border-bottom: 3px solid #DFDCB9;
}

#wheet_elande_image {
	background-image: url("../images/flock.jpg");
	background-position: top left;
	height: 197px;
	width: 550px;
}



#wheet_elande_image_text h1 {
	font-size: 22px;
	margin-bottom: -5px;
	color: #FFFFFF;
	font-weight: normal;
}

#wheet_elande_image_text h2, #wheet_elande_image_text h3, #wheet_elande_image_text h4, #wheet_elande_image_text h5, #wheet_elande_image_text h6 {
	font-size: 18px;
	margin-bottom: -8px;
	color: #DFDCB9;
	font-weight: normal;
}

/* Right handside */
#wheetelande_image, #wheetelande_image_text {
	float: right;
	border-bottom: 3px solid #DFDCB9;
}
#wheetelande_image {
	background-image: url(images/wheetelande_image_bg.jpg);
	background-position: top left;
	height: 190px;
	width: 500px;
}

/*  IMAGE TEXT  */	

#wheetelande_image_text p, #wheetelande_image_text li  {
	color: #FFFFFF;
	font-size: 14px;
}

#wheetelande_image_text h2 {
	color: #362D2E;
	font-weight: normal;
	margin-top: -5px;
	font-size: 22px;
}


/* Content Area */
#content {
	clear: both;
	height: auto;
	padding: 20px;
	background-image: url("../images/tri_section_bg.jpg");
	color: #FFFFFF;
}



/* Footer bar with photo */
#photo_bar {
	clear: both;
	height: 200px;
	background-image: url("../images/footer_bar_bg.jpg");
}



/* Site footer */
#site_footer {
	background-image: url("../images/header_bg.jpg");
	height: 50px;
	color: #FE8347;
	padding: 15px 10px 5px 10px;
	text-align: center;
}
#content p {
	color: #FFFFFF;
}


#site_footer a {
	color: #FFFFFF;
	text-decoration: underline;
}

#site_footer a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

#site_footer h2 {
	font-weight: normal;
	font-size: 14px;
	color: #CFCCA3;
}

#site_footer h1 {
	font-weight: normal;
	font-size: 12px;
	margin-top: -5px;
}



/* Tooltip */
#toolTip {
	visibility: hidden;
	border: 1px solid #000000;
	background-color: #8E7F62;
	height: 0px;
	width: 0px;
	top: 0px;
	left: 0px;
	position: absolute;
}

#toolTip img {
	border-bottom: 1px solid #000000;
}

#toolTip a {
	padding: 5px;
}


#wheet_elande_image_text {
	background-color: #8E7F62;
	clear: right;
	padding: 10px;
	width: 183px;
	text-align: center;
	height: 130px;
	float: right;
	}

	#wheetelande_image_text {
	background-color: #ADA983;
	clear: left;
	padding: 20px;
	width: 510px;
	height: 110px;
	float: left;
	}


/* Quick enquiry form */
.enquiry_field {
	width: 95%;
	background-color: #F2E6D6;
	border: 5px solid #E64A00;
	color: #544132;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5em;
}
.table-border-off {
	border: 0.5px solid #FFFFFF;
}
.tdcolor {
	background-color: #E64A00;
}
