@charset "utf-8";
/* CSS Document */

@import "vi-reset.css";

body{
	background: #2e2c19 url(../img/background.jpg) repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999;
}

h2 {
	color: #4A4A4A;
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 0.5em;
}

#wrapper {
	margin: 0 auto;
	width: 782px;
}

#main {
	border: 1px solid white;
	overflow: hidden;
	zoom: 1;
}

#menu,
#header{
	background-color: #7c7a54;
}

#menu {
	border-bottom: 1px solid white;
	height: 1.6em;
	padding-left: 10px;
	padding-top: 0.25em;
}

#menu li {
	border-right: 1px solid white;
	float: left;
	padding: 0 10px;
}

#menu li.last {
	border-right: none;
}

#menu li.selected {
	font-weight: bold;
}

#menu li a {
	color: white;
	text-decoration: none;
}

#menu li a:hover {
	text-decoration: underline;
}

#header {
	clear: both;
	height: 230px;
	position: relative;
}

#header #logo {
	background: url(../../graphics/logo.gif) no-repeat;
	float: left;
	height: 120px;
	margin: 10px 15px;
	text-indent: -9999px;
	width: 164px;
}

#header #images {
	bottom: 0px;
	left: 0px;
	position: absolute;
}

#header #images img {
	border: 1px solid white;
	border-width: 1px 1px 1px 0;
	float: left;
}

#header #image {
	border-left: 1px solid white;
	float: right;
	height: 230px;
	width:390px;
}

#left_column {
	background: #f0f0f0;
	float: left;
	margin-bottom: -9979px;
	padding: 20px;
	padding-bottom: 9999px;
}

#right_column {
	background: #cecfc1;
	float: left;
	margin-bottom: -9979px;
	padding: 20px;
	padding-bottom: 9999px;
}

.home #right_column,
.home #left_column {
	width: 350px;
}

.other #right_column {
	width: 250px;
}

.other #left_column {
	width: 450px;
}

#enquiry_form {
	background: #D7D7D7;
	border: 1px solid #8A8A8A;
	padding: 10px;
	padding-bottom: 35px;
}

#enquiry_form ul {
	margin-bottom: 1em;
}
#enquiry_form ul li {
	color: #CC0000;
	list-style-type: circle;
	margin-left: 2em;
}

#enquiry_form label {
	clear:left;
	float: left;
	width: 150px;
}

#enquiry_form div div {
	clear: left;
	padding: 2px 0 4px;
}

#enquiry_form #single,
#enquiry_form #double,
#enquiry_form #twin,
#enquiry_form #family {
	width: 30px;
}

#enquiry_form input[type=submit] {
	float: left;
	margin-top: 0.5em;
}

#footer {
	color: white;
	background: #7C7A54;
	clear: left;
	font-size: 90%;
	padding: 10px 0;
	position: relative;
	text-align: center;
}

#copyright {
	padding: 2em 0 1em ;
	text-align: center;
}

#copyright a {
	color: #999;
	text-decoration: none;
}

#copyright a:hover {
	text-decoration: underline;
}
