/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-align: center;
	margin: 0px;
}

p {
	margin: 8px;
}

a {
	text-decoration: underline;
	color: #666666;
}
a:hover {
	color: #FFFFFF;
	background-color: #40BFD3;
	text-decoration: none;
}

a.nav {
	text-decoration: none;
	color: #666666;
}
a.nav:hover {
	color: #FFFFFF;
	background-color: #40BFD3;
	text-decoration: none;
}

h1 {
	background-color: #40BFD3;
	color: #FFFFFF;
	font-size: 24px;
	line-height: 32px;
	margin-top: 0px;
}

h2 {
	color: #40BFD3;
	font-size: 20px;
	margin-bottom: 0px;
}

h5 {
	color: #CCCCCC;
	font-size: 10px;
	margin-top: 2px;
	font-weight: normal;
}

ul {
	margin-left: 15px;
	padding-left: 15px;
	list-style-image: url(images/bullet.jpg);
	list-style-position: outside;
}

.blue {
	font-weight: bold;
	color: #40BFD3;
	font-size: 14px;
}

.imageright{
	margin: 15px;
	float: right;
	clear: right;
}

.imageleft{
	margin: 15px;
	float: left;
	clear: left;
}

.formhead {
	color: #40BFD3;
	font-weight: bold;
	font-size: 14px;
}

.textbox {
	width: 200px;
	margin: 10px;
}

#container {
	position: relative;
	width: 794px;
	height: auto;
	min-height: 100%;
	margin: 0px auto;
	text-align: left;
	top: 0px;
}

#box1 {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 369px;
	width: 794px;
}

#nav {
	position: absolute;
	text-align: right;
	top: 145px;
	right: 45px;
	width: 200px;
}

#navtop {
	position: absolute;
	text-align: right;
	top: 38px;
	right: 45px;
	width: 600px;
	font-size: 8px;
	color: #CCCCCC;
}

#content{
	position: relative;
	width: 794px;
	left: 0px;
	top: 0px;
	height: auto;
	min-height: 200px;
	background-image: url(images/design_07.jpg);
	background-repeat: repeat-y;
}

* html #content {
	height: 200px;
}

#cont{
	position: relative;
	left: 45px;
	width: 719px;
	top: 0px;
}

#title{
	position: relative;
	left: -15px;
	width: 734px;
	top: 5px;
	text-indent: 15pt;
}

#footer {
	position: absolute;
	height: 130px;
	bottom: -130px;
	left: 0px;
	width: 794px;
	clear: both;
	background-image: url(images/design_09.jpg);
	background-repeat: no-repeat;
}

#footext {
	position: absolute;
	top: 40px;
	height: 20px;
	left: 45px;
	width: 600px;
	color: #666666;
	font-size: 10px;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

* html .clearfix {height: 1%;}

#enq {
	position: relative;
	height: 300px;
	width: 400px;
	background-image: url(images/formbox.jpg);
	text-align: center;
	background-repeat: no-repeat;
}

#bowhouse {
	position: absolute;
	top: 105px;
	height: 10px;
	left: 0px;
	width: 794px;
	text-align: center;
	color: #666666;
	font-size: 10px;
}
