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

body {
	font: 14px Geneva, Arial, Helvetica, sans-serif;
	background: #E6E6E6;
}

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

#banner {
	background: url(layout/banner.jpg);
	margin: 0px 0px 15px;
	padding: 0px;
	clear: both;
	float: left;
	height: 170px;
	width: 889px;
	position: relative;
}

#leftmenu {
	float: left;
	width: 248px;
	position: relative;
	border-top: 1px dotted #666666;
}
#leftmenu a {
	display: block;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration: none;
	padding-left: 15px;
	padding-top: 8px;
	padding-bottom: 8px;
	border-bottom: 1px dotted #666666;
}

#leftmenu a:hover {
	color: #333333;
	background: #FFCC33;
	border-right: 4px solid #333333;
}


#textarea {
	float: left;
	width: 610px;
	margin-left: 15px;
}
.inputs {
	float:right;
	width: 200px;
	background-color: #E2F5F5;
}

.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
}
