html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset, form {
margin: 0;
padding: 0;
}


body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 95%;
	color: #534132;
	background-color: #b19c8b;

}


#container {
	width: 960px; 
	margin: 0 auto;
	background: #b19c8b url(images/bg-home.jpg) top no-repeat;
	position: relative;
}

#pay #container {
	background: #b19c8b url(images/bg-1.jpg) top no-repeat;
}

#enquiry #container {
	background: #b19c8b url(images/bg2.jpg) top no-repeat;
}


#logo {
	margin:60px 0 0 35px
}

.navigation {
	position: absolute;
	top: 200px;
	left: 680px;
	
}

.navigation li {
	list-style: none;
	width: 240px;
	height: 52px;
	background: rgb(1, 94, 169);
	background: rgba(1, 94, 169, 0.8);
	margin: 0 0 5px 0;
	border: 3px solid rgb(255, 255, 255);
	border: 3px solid rgba(255, 255, 255, 0.8);
}

*html .navigation li {
	height: 25px;	
}

.navigation li a{
	padding: 13px 0 20px 20px;
	display: block;
	width: 240px;
	height: 52px;
	font-size: 150%;
	text-decoration: none;
	color: #fff
}

.navigation li p{
	padding: 13px 0 20px 20px;
	display: block;
	width: 240px;
	height: 52px;
	font-size: 155%;
	color:#fff
}

.navigation li.book{
	padding-top: 5px;

}

#navigation2 {
	position: relative;
	top: 890px;
	left: 0;
}

*+html #navigation2 {
	position: relative;
	top: 360px;
	left: 0;
}

#home-page .navigation li.home {
	display: none;
}

#content-box-top {
	float: left;
	width: 525px;
	padding: 60px 0 0 70px;
	min-height: 490px;
	height:auto !important;
  	height:490px;
	font-weight: bold;
}

#content-box-top ul {
	margin: 15px 0 15px 0;
}

#content-box-top ul li {
	margin: 0 0 5px 20px;
	font-size: 110%;
}

#content-box-top-pay {
	float: left;
	width: 525px;
	margin: 60px 0 0 70px;
	min-height: 230px;
	font-weight: bold;
}

#content-box-top-pay form {
	margin: 25px 0 0 0
}

#content-box-bottom {
	float: left;
	width: 525px;
	padding: 0 0 0 70px;
	min-height: 550px;
	color: #fff;
	font-weight: bold;
}

#content-box-bottom ul {
	margin: 0 0 0 20px;
		line-height: 150%
}

#pay-form {
	margin: 40px 0 0 40px
}

#content-box-bottom p {
	line-height: 150%
}

#rotate {
	margin: 25px 0 0 0
}

#before-after {
	position: absolute;
	top: 670px;
	left: 585px;
}

#footer {
	background: url(images/bg-footer.gif) top no-repeat;
	margin: 50px 0 0 0;
	text-align:center;
	padding: 30px 0 30px 0
}

#footer img {
	float: left;
	margin: 50px 40px 50px 50px
}

#footer a {
	color: #534132;
	text-decoration:none;	
}

h1 {
	color: #534132;
	font-size: 140%;
	margin: 10px 0 15px 0
}

h2 {
	font-size: 140%;
}


img {
	border: none;
}

a {
	outline: none;
}

/* contact forn */
#enquiry form {
	margin: 35px 0 0 0;
	width: 520px;
	height: 500px;
	position: relative;
}
#enquiry form input {
	padding: 5px;
	border: 3px solid #ccc;
	float: left;
	width: 250px;
}

#enquiry form textarea {
	padding: 5px;
	border: 3px solid #ccc;
	float: left;
	width: 350px;
	
}

#enquiry form label {
	padding: 0 0 4px 0;
	width: 100px;
	float: left;
}

#enquiry .submit  {
	clear: left;
	padding: 15px 0 0 355px;
	width: 90px;
	height: 45px;

}

#enquiry .submit input {
	width: 110px;
	border: 3px solid #015EA9;
	background-color: #015EA9;
	color: #fff;
	font-size: 100%;
	font-weight: bold;
	text-transform: uppercase;
	cursor: pointer;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#enquiry form p {
	clear: left;
	margin: 0 0 8px 0;
	height: 45px;
}

#enquiry .ddfmwrap {
	margin: -25px 0 20px 0
}

#enquiry .ddfmerrors {
	display: none;
}

#enquiry .errorlist {
	color: #F00;
}

#enquiry .formtext {
	padding: 0 0 10px 0
}

