@charset "utf-8";
/* CSS Document */

body {
	background-color: #1F150B;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(bggrad.png);
	background-repeat: repeat-x;
}

.style1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #61553D;
	font-size: 11px;
}

.style3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #A46C39;
	font-size: 13px;
}

.style4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #E5A857;
	font-size: 24px;
}

a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #A46C39;
	font-size: 13px;
	text-decoration:underline;
	font-weight:normal;
}
a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #A46C39;
	font-size: 13px;
	text-decoration:underline;
	font-weight:normal;
}
a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #E5A857;
	font-size: 13px;
	text-decoration:underline;
	font-weight:normal;
}
a:active {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #A46C39;
	font-size: 13px;
	text-decoration:underline;
	font-weight:normal;
}

a.footerlink:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #61553D;
	font-size: 11px;
	text-decoration:none;
	font-weight:bold;
}
a.footerlink:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #61553D;
	font-size: 11px;
	text-decoration:none;
	font-weight:bold;
}
a.footerlink:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #FF6600;
	font-size: 11px;
	text-decoration:underline;
	font-weight:bold;
}
a.footerlink:active {
	font-family: Arial, Helvetica, sans-serif;
	color: #61553D;
	font-size: 11px;
	text-decoration:none;
	font-weight:bold;
}

#contactformtextbox {
	width:300px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #200400;
	font-size: 12px;
	font-weight:normal;
	border-color: #A46C39;
	border-style:solid;
	border-width:1px;
}

#contactformtextarea {
	width:300px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #200400;
	font-size: 12px;
	font-weight:normal;
	border-color: #A46C39;
	border-style:solid;
	border-width:1px;
	height:150px;
}
#enquiryformlittlebox {
	width:50px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #200400;
	font-size: 12px;
	font-weight:normal;
	border-color: #A46C39;
	border-style:solid;
	border-width:1px;
}
#enquiryformmediumbox {
	width:100px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #200400;
	font-size: 12px;
	font-weight:normal;
	border-color: #A46C39;
	border-style:solid;
	border-width:1px;
}