/* Style2 */
/*
Colour 1: #557332
Colour 2: #3f200f
Colour 3: #3b9de8
*/

/* Website Structure Styles */
body {
	margin: 0px;
	background: #557332 url(images/bg_rpt.jpg) bottom center;
	background-repeat: repeat-x;
	background-attachment: fixed;
}
.innerbodybg{

}
.innerbody {
	padding: 10px;
	background: url(htdocs/htdocs/images/bg_bottom.jpg) bottom center repeat-x;
}
.main_table {
	width: 760px; /* Change to 100% for Fluid Layout */
	background: #FFF;
	border: 2px solid #cbbb8d;
	padding:0px;
}
.header {
}
.main_body {
	width: 75%;
	padding: 15px 15px 15px 15px;
}
.main_body_full {
	padding: 30px;
}
.main_margin {
	width: 17%;
	padding: 0px 0px 0px 0px;
}
.main_margin img {
	/*border: 1px solid #999;*/
}
.footer {
	background: url(images/footer.jpg) bottom center;
	height: 40px;
	text-align: center;
	padding: 5px;
	font-size: 11px;
}
.main_body_form {
	width: 75%;
	padding: 0px 15px 15px 15px;
}.boxout {
	background: #3f200f;
	border: solid 2px #;
	padding: 5px;
}
.boxout .image_borders, .image_borders, p .image_borders {
	border: solid 2px #3f200f;
}

/* Font Styles */
h1, h2, h3 {
	color: #557332;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 120%;
	margin-bottom: -5px;
}
h1 {
	font-size: 20px;
	font-weight: bold;
}
h2 {
	font-size: 15px;
	font-weight: bold;
}
h3 {
	font-size: 12px;
	font-weight: bold;
	color: #3f200f;
	margin-bottom: -5px;
}
h6 {
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	margin-bottom: -5px;
}
td, p, a {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 150%;
	font-size: 12px;
}
td, p {
	color: #3f200f;
}
a {
	color: #557332;
	text-decoration: none;
}
a:hover {
	color: #cbbb8d;
}
ul a {
	color: #557332;
	text-decoration: none;
}
ul a:hover {
	color: #FFF;
}
.footer a {
	color: #FFF;
	font-size: 11px;
}
.footer a:hover {
	color: #999;
}
blockquote {
	color: #557332;
	background: #F7F7F7;
	padding: 5px;
	margin: 25px 0px 25px 0px;
	font-style: italic;
	font-size: 12px;
	line-height: 200%;
}
ul,ol {
	margin-left: 1px;
	padding-left: 10px;
	text-indent: 0px;
}
ul {
	list-style: disc;
}
li {
	text-align: left;
	color: #557332;
}
.boxout h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #3f200f;
	border: none;
}
.borderbottom {
	border-bottom: solid 1px #3f200f;
}	
/* Drop Menu Styles */
#dropmenudiv{
	position:absolute;
	border: 1px solid #B4B4B4;
	border-bottom-width: 0;
	line-height: 15px;
	z-index: 1001;
	background: #3f200f;
}

#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 10px;
	border-bottom: 1px solid #B4B4B4;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
	color:#333333;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
}

#dropmenudiv a:hover{ /*hover background color*/
	background-color: #8B8A8A;
}

/* This is the Enquiry Form styles */

#enquiry_form_email td {
	padding: 5px;
	border: 0px;
}
#enquiry_form_email input, textarea, select { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #002B5C;
	border: 0px;
	border-bottom: 1px solid #CCC;
	width: 100%
}
#enquiry_form_email input {
	padding: 5px;
	height: 25px;
}
#enquiry_form_email textarea {
	padding: 7px;
}
#enquiry_form_email #Submit {
	cursor ointer;
	background-color: #F7F7F7;
	border-color: #E7E7E7;
	border-width: 1px;
	padding: 0px;
	width: 100px;
}
