/* CSS Document */

div { border: 0px solid red ; }

body {
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
	background:url(images/body-repeat.jpg) repeat-x;
}

#container {
	width:800px;
	border:20px solid #345829;
	margin:0 auto;
	text-align:left;
	background:#fff;
	position:relative;
}

#header {
	position:relative;
	height:110px;
}

#logo {
	background:url(images/logo-header.jpg) no-repeat;
	width:755px;
	height:83px;
	margin:2px 20px;
}

#content {
	position:relative;
	padding:10px 20px;
	width:755px;
}

#footer {
	text-align:right;
	height:28px;
	line-height:28px;
}

#topnav {
	position:absolute;
	background:url(images/top-nav-bar.jpg) no-repeat;
	width:755px;
	height:25px;
	left:20px;
}

#topnav ul {
	list-style-type:none;
	padding:0px;
	margin:0px;
}

#topnav li {
	border-bottom:1px solid #fff;
	padding:10px 5px;
	display:inline;
	background:url(images/top-nav-bar-divider.jpg) right no-repeat;
}

#topnav a {
	color:#333;
	line-height:25px;
	text-decoration:none;
	padding: 0px 10px;
}

#topnav a:hover {
	color:#00F;
	line-height:25px;
	text-decoration:none;
	background:url(images\top-nav-bar-hover.jpg) repeat;
}

#image1 {
	float:right;
	margin-right:5px;
	margin-top:5px;
	margin-left:5px;
}
#imgBooking
{
	float:right;
		margin-right:15px;
	margin-top:5px;
	margin-left:5px;
	clear:left;
	clear:right;
}
	

#feature2 {
	margin-left:10px;
}

#bookingform
{
	padding:5px;
}
h1 {
	color:#333;
	font-weight:400;
	font-size:20px;
	padding-bottom:10px;
}

h3 {
	color:#333;
	font-weight:400;
	font-size:15px;
	padding-bottom:10px;
}


a:link, a:visited, a:hover, a:active {
	color:#345829;
}
.box {
	border:1px solid #006633;
	padding:5px;
	margin-bottom:10px;
}
.box_left 
{
	float:left;
	width:48%;
}
.box_right
{
	float:right;
	width:48%;
}

.customerDetailField 
{
	text-align:right;
	margin-right:50px;
	border:2px 10px;
	padding:2px;
	
}

.customerDetailFieldRight 
{
	text-align:right;
	margin-right:50px;
	border:2px 10px;
	padding:2px;
}

.clear
{
	clear:both;
}

h4 
{
	margin:5px;
	padding-bottom:10px;
	background-image:url(images/h4_border.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
}

.formTextBox
{
	margin-left:100px;
	margin-top:5px;
	padding:2px;
	background-color:#fcfcfc;

}

.floatImageRight {
	float:right;
	margin-right:5px;
	margin-top:5px;
	margin-left:5px;
}