/* CSS Document */

#contact {

position:absolute;

top:30px;
right:10px;
width:220px;

}
body {
	background-color: #000000;
	font-family: "Trebuchet MS";
	font-size: 12px;
}
#holder {
	
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/banner.jpg);
	background-repeat: no-repeat;
	position: relative;
	padding-top: 200px;
}
#textarea{
	position: relative;
	color: #FFFFFF;
	padding-top: 30px;
	background-image: url(images/bodybg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	

}
#texttop {
	background-image: url(images/texttop.jpg);
	background-repeat: no-repeat;
	position: absolute;
	height: 100px;
	left: 0px;
	top: 0px;
	width: 100%;
	z-index: 1;
}
#textcontent {
	min-height:600px;
	height:auto !important;
	height:600px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #616161;
	border-bottom-color: #616161;
	border-left-color: #616161;
	position: relative;
	width: 477px;
	z-index: 20;
	padding-right: 250px;
	padding-bottom: 20px;
	padding-left: 20px;
}



#hometextcontent {
	min-height:600px;
	height:auto !important;
	height:600px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #616161;
	border-bottom-color: #616161;
	border-left-color: #616161;
	position: relative;
	width: 702px;
	z-index: 20;
	padding-right: 25px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#scroller {
	position: absolute;
	top: 20px;
	right: 20px;
}
#menu {
	position: absolute;
	left: 155px;
	top: 151px;
	background-image: url(images/menubar.jpg);
	background-repeat: no-repeat;
	width: 440px;
	text-align: center;
	height: 35px;
	font-family: "Trebuchet MS";
	color: #CCCCCC;
	font-size: 18px;
}
#menu a:link, #menu a:active, #menu a:visited {
	color: #FFFF00;
	font-weight: bold;
	text-decoration: none;
}
#menu a:hover {
	color: #FF0000;
	text-decoration: underline;
}


.inputs {
	float:right;
	width: 200px;
	background-color: #E2F5F5;
}

.forms{
	float:left;
	width:45%;
	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:45%;
	margin-bottom: 2px;

  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
}

