/* CSS Document */
body {
	font-family: "Trebuchet MS";
	font-size: 12px;
	background-image: url(images/bg.jpg);
	background-repeat: repeat;
	background-position: center;
}
h1, h2 , h3 ,h4,h5,h6{
	font-size: 18px;
}
#banner {
	padding: 0px;
	height:220px;
	width: 820px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background: url(images/banner2.png) no-repeat;
}
#homepics{
	border: 1px solid #8F8F8F;
	width: 308px;
	font-size: 14px;
	padding: 5px;
	float: right;
	margin-left:20px;
	clear: left;
	background: #E5E5E5;
}
#mainarea{
	position:relative;
	left:0px;
	width:760px;
	background-image: url(images/mainbg.jpg);
	background-repeat: repeat-y;
	z-index: 10;
	padding: 15px 35px 40px 25px;
	clear: both;
	margin: 0px auto;
}
#menu{
	position:absolute;
	top:165px;
	left:7px;
	height:40px;
	width:795px;
	font-size: 12px;
	padding-top: 6px;
	color: #AC89AA;
	background: url(images/menubg.jpg) no-repeat center top;
	text-align: center;
}
#menu a:active, #menu a:link, #menu a:visited {
	color: #000099;
	text-decoration: none;
	font-weight: bold;
}
#menu a:hover {
	color: #FF3333;
	text-decoration: underline;
}
#galleryhome {
	border: 1px solid #333333;
	font-size: 14px;
}
#footer {
	padding: 10px;
	position: relative;
	width: 800px;
	background-image: url(images/bottom.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	left:1px;
	text-align: center;
	clear: both;
	margin: 0px auto;
	height: 60px;
	bottom: 0px;
}



#demo {
	width:700px;
	margin:0 auto
}




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

.forms{
	float:left;
	width:48%;
	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
}
legend {
	font-size: 14px;
	font-weight: bold;
	color: #000099;
	text-transform: capitalize;
}
fieldset {clear:both;}

