/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: #F9EEDD url(images/bg01.jpg) repeat left top;
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

/** HEADINGS */

h1, h2 {
	margin: 0px 0px 15px 0px;
	font: bold 1.8em "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #7E4E18;
}

h2 {
}

h3 {
	margin: 0px;
	font-size: 11px;
	color: #593915;
}

h4 {
	margin: 0 0 10px 0;
	font-size: 13px;
	color: #593915;
}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5A4833;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: left;
}

ul {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}

ul li {
	padding-left: 9px;
	background: url(images/homepage11.gif) no-repeat left center;
}

ol {
	margin-left: 0px;
	padding-left: 0px;
	list-style-position: inside;
}

.text1 {
	font-size: 14px;
	color: #4E3114;
}

.text2 {
	text-align: center;
	color: #B07D42;
}

.text3 {
	margin: 0px;
	font-size: 11px;
	color: #593915;
}

.list1 li {
	margin-bottom: 10px;
}

/** LINKS */

a {
	color: #FF7200;
}

a:hover {
	text-decoration: none;
}

.link1 {
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color: #EDD7B6;
}

.link2 {
	text-decoration: none;
	font-size: 12px;
	color: #964B00;
}

.link2:hover {
	text-decoration: underline;
}

/** STYLES */

.style1 {
}

.style1 a {
}

.style1 a:hover {
}

p.backtotop { text-align: right; font-size: 100%;}

/** BACKGROUNDS */

#wrapper { background: url(images/bg02.jpg) repeat-x left top; }
#menu { background: url(images/top_upper_bg.jpg) no-repeat left top; }
#page { background: url(images/body_bg.jpg) repeat-y left top; }
#page .topbg { background: url(images/top_lower_bg.jpg) no-repeat left top; }
#page .bottombg { background: url(images/footer_bg.jpg) no-repeat left bottom; }
#splash { background: url(images/homepage03.jpg) no-repeat left top; }
#content { background: url(images/subpage1_02.jpg) repeat-y left top; }
#content .topbg { background: url(images/subpage1_03.jpg) no-repeat left top; }
.homepage #content .topbg { background: url(images/homepage08.jpg) no-repeat left top; }
#content .bottombg { background: url(images/subpage1_04.jpg) no-repeat left bottom; }
#content-wide { background: url(images/subpage2_01.jpg) repeat-y left top; }
#content-wide .topbg { background: url(images/subpage2_02.jpg) no-repeat left top; }
#content-wide .bottombg { background: url(images/subpage2_03.jpg) no-repeat left bottom; }
.bg1 { background: url(images/homepage04.jpg) repeat-y left top; }
.bg2 { background: url(images/homepage05.jpg) no-repeat left top; }
.bg3 { background: url(images/homepage06.jpg) no-repeat left bottom; padding: 35px 28px 15px 28px;}
.bg4 { background: url(images/subpage1_05.jpg) no-repeat left top; }

/** MISC */

.align-justify { text-align: justify; }
.align-right { text-align: right; }

img { border: none; }

img.left {
	float: left;
	margin: 3px 15px 0px 0px;
}

img.right {
	float: right;
	margin: 3px 0px 0px 15px;
}

hr { display: none; }

.hr1 {
	height: 22px;
	background: url(images/homepage12.gif) repeat-x left center;
}

table {
	width: 100%;
	border: 1px solid #48220F;
	background: #fff;
	margin-bottom: 15px;
	}

table caption {
	margin: 0;
	padding: 8px 20px;
	text-align:center;
	border-left: 1px solid #73522F;
	border-top: 1px solid #73522F;
	border-right: 2px solid #73522F;
	border-bottom: none;
	background: #fff;
	font-size: 1.3em;
	font-weight:bold;
	}
	
table th, table td {
	margin: 0;
	padding: 4px 20px;
	text-align:left;
	border-bottom: 1px solid #73522F;
	border-right: 1px solid #62401A;
	font-size: 1.1em;
	}

table p {
	margin: 0;
	padding: 0;
	}

table tr { 
	background: #fff; }

table tr.alt { 
	background: #CA9D5A;
	color:#FFFFFF;
	}

table tr.alt p { color:#FFFFFF; }
	
table th {
	background: #48220F;
	color: #EDD7B6;
	font-size: 1.2em;
	}
/* ---------- 5. forms ---------- */

#enqForm {}

#enqForm form {
	margin: 5px;
	padding: 0;
	width: 280px;
}
  
#enqForm label {
float: left;
text-align: left;
margin-right: 0.5em;
display: block;
}

#enqForm input {
color: #000;
background: #F2F2F2;
border: 1px inset #48220F;
} 

#enqForm select, #enqForm textarea {
color: #000;
background: #F2F2F2;
border: 1px inset #48220F;
} 

#enqForm checkbox {
color: #000;
background: #F2F2F2;
border: 1px inset #2F7F4B;
} 

#enqForm fieldset { 
	padding-bottom: 10px; 
	border: 1px solid #48220F;
}

#enqForm legend {
color: #48220F;
background: #F2F2F2;
font-weight: bold;
font-size: 100%;
border: 1px solid #2F7F4B;
margin-left: 10px;
padding: 2px 6px;
} 

#enqForm p {
margin: 10px 0 0 10px;
}

#enqForm .submit  {
padding: 2px;
font-weight: bold;
border: 1px inset #2F7F4B;
cursor:hand;
} 

#enqForm .noborder  {
background: #FFFFFF;
border: none;
} 

/* Form Control End */