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

body {
	background: url(layout/bodybg.jpg) repeat;
	font: 14px "Trebuchet MS", Arial;
}

h1,h2,h3,h4,h5 {
	font-size: 22px;
	color: #999999;
}

#holder {
	border: 1px solid #666666;
	position: relative;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background: #FFFFFF url(layout/banner.jpg) no-repeat left top;
	padding: 0px;
}

#banner {
	clear: both;
	float: left;
	height: 160px;
	width: 800px;
	position: relative;
	margin: 0px;
	padding: 0px;
}

#mainarea {
	border: 1px solid #CCCCCC;
	position: relative;
	width: 750px;
	float: left;
	padding: 15px;
	margin-left: 10px;
	margin-bottom: 10px;
	background: #FFFFFF;
}


#menu {
	height: 50px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	right: 0px;
	top: 0px;
	width: 800px;
	margin-bottom: 25px;
	padding: 0px;
	border-left: 1px solid #999999;
	background: url(layout/topmenu.jpg) repeat-x left top;
	z-index: 5;
	visibility: inherit;
	float: left;
}
#menu .item {
	position: relative;
	z-index: 2;
	float: left;
}
#menu a:link, #menu a:active, #menu a:visited {
	display: block;
	width: 130px;
	height: 45px;
	vertical-align: middle;
	text-align: center;
	text-decoration: none;
	color: #000000;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	margin-top: 3px;
	font-family: verdana;
	font-size: 14px;
	line-height: 3.2em;
	font-weight: bold;
}
#menu a:hover{
	display: block;
	line-height: 3.2em;
	vertical-align: middle;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #FFFFFF;
	font-family: verdana;
	height: 42px;
	background: #B47554 repeat-x center top;
}
#footer {
	position: relative;
	width: 770px;
	padding: 15px;
	float: left;
	text-align: center;
	font-size: 11px;
	clear: both;
	border-top-width: 3px;
	border-right-width: 3px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #996600;
	border-right-color: #996600;
	border-left-color: #996600;
	background-image: url(layout/topmenu.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	color: #999999;
}
#footer a {
	color: #000000;
	text-decoration: none;
}
#footer a:hover {
	color: #FFFFFF;
}
.pics {
	float:left;
	padding:5px;
	margin-bottom:15px;
	margin-right:10px;
	font-size: 14px;
	border: 1px solid #CCCCCC;
}
.pics p {
	font-size: 12px;
	text-align: center;
	margin: 0px;
	padding: 0px;
	border-width: 0px;
}
.pics a:link, .pics a:active, .pics a:visited {
	color: #999999;
	text-align: center;
	text-decoration: none;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	border-width: 0px;
	font-weight: bold;
}
.pics a:hover {
	color: #FFFF00;
}
.blog {
	background: #F3F3F3 url(layout/blogbg.jpg) repeat-x left top;
	border: 1px solid #333;
	padding:0px 10px 10px;
	width:90%;
	margin-bottom:15px;
}

.blog h1 {
	font: bold 22px "Trebuchet MS", Arial;
	display: block;
	position: relative;
	left: 15px;
	top: 4px;
	margin: 0px;
	padding: 0px;
}
.blog h1 a {
	color: #996600;
	text-decoration: underline;
}

.blog h1 a:hover {
	color: #0000CC;
	text-decoration: none;
}
.forms{
	float:left;
	width:250px;
	margin-bottom: 2px;
	min-height:25px;
	height:auto !important;
	height:25px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: double;
	border-top-color: #FFFFFF;
	border-bottom-color: #CCCCCC;
	padding: 5px;
	font-weight: bold;
}
.formsb{
	float:left;
	width:48%;
	margin-bottom: 2px;
		min-height:106px;
  height:auto !important;
  height:106px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: double;
	border-top-color: #FFFFFF;
	border-bottom-color: #CCCCCC;
	padding: 5px;
}
#enq {
	padding: 5px;
	border: 1px dotted #CCCCCC;
}
.prover {
	margin: 5px;
	height: 25px;
	width: 40%;
	border: 1px solid #000033;
	position: relative;
	float: left;
	background-repeat: repeat-y;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px
}
