@charset "utf-8";
/* CSS Document */
body {
	background: url(layout/body.jpg) repeat-x left top;
	margin: 0px;
	padding: 0px;
	font: 13px "Trebuchet MS", Arial;
}
#holder {
	margin: 0px auto;
	padding: 0px;
	width: 900px;
	position: relative;
}
#banner {
	background: url(layout/banner.png) no-repeat left top;
	height: 143px;
	width: 900px;
}

#strip {
	clear: both;
	float: left;
	position: relative;
	margin-bottom: 10px;
}

#menu {
	position: relative;
	width: 250px;
	float: left;
	border-top: 1px dotted #999999;
}

#menu a{
	text-indent: 15px;
	display: block;
	border-bottom: 1px dotted #999999;
	font-family: "Trebuchet MS", Arial;
	color: #666699;
	text-decoration: none;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	font-variant: normal;
	text-transform: capitalize;
}

#menu a:hover {
	color: #000000;
	background: #E6EEEE url(layout/menuh.png) no-repeat left center;
	border-left: 5px solid #676799;
	text-indent: 10px;
}

#textarea {
	float: left;
	width: 605px;
	position: relative;
	border-left: 1px dotted #999999;
	margin-top: 0px;
	padding-top: 0px;
	padding-left: 15px;
	text-align: justify;
	border-bottom: 1px dotted #666666;
}

#footer {
	background: #CCCCCC url(layout/footer.jpg) repeat-x left top;
	display: block;
	position: relative;
	height: 170px;
	width: 100%;
	clear: both;
	float: left;
text-align:center;
}
#textarea img {
	margin: 10px;
}
.pics {
	height:100px;
	width:140px;
	float: left;
	background: #E5E5E5;
	border: 1px solid #666666;
	margin-left: 5px;
	margin-bottom: 5px;
}
.pics img{
margin:0;
padding:0;
}

.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;
}
.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;
	position: relative;

}

.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

}
