body {
	margin-top: 30px;
	margin-left: 40px;
}

h1, h2, h3, {
	font-family: Arial, Helvetica, sans-serif;
}

/* Banner text */
h1 { 
	font-size: 25px;
	color: #fff;
	position: absolute;
	left: 15px;
	bottom: 20px;
	padding: 0;
	margin: 0;
}

h2 {
	font-size: 15px;
}
p, div, th, input, option, select, td, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 150%;
}

.header {
	position: relative;
	height: 124px;
	width: 806px;
	clear: both;
	margin-bottom: 20px;
}
.header_img {
	background-image: url("../images/header.jpg");
}

.main {
	width: 890px;
	clear: both;
}

.menu_col {
	width: 178px;
	float: left;
	clear: none;
}

/* common button characteristics, whatever state it's in */
.menu_col a {
	text-decoration: none;
}

.roundcont {
	width: 177px;
	height: 36px;
	color: #fff;
	margin-bottom: 2px;
}

.roundcont p {
	margin: 0 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 8px 0 0 0;
}

a.selected {
  font-weight:bold;
}

a:link .roundcont { 
	background-image: url(../images/btn_brwn_whole.jpg);
	width: 177px;
	height: 36px;
}

a:visited .roundcont { 
	background-image: url(../images/btn_brwn_whole.jpg);
width: 177px;
	height: 36px;
}
a:hover .roundcont { 
	background-image: url(../images/btn_red_whole.jpg);
width: 177px;
	height: 36px;
}

/*
.cnrbtm {
	background-image: url(../images/btn_brn_cnrbl.gif);
	width: 9px;
	height: x;
	border: none;
	display: block !important;
}
.cnrtop {
	background-image: url(../images/btn_brn_cnrtl.gif);
	width: 9px;
	height: x;
	border: none;
	display: block !important;
}


/* buttons in their regular state */
/*
a:link .roundcont { 
	background-color: #9e3f21;
}
a:link .roundtop { 
	background: url(../images/btn_brwn_whole.jpg) no-repeat top right; 
}
a:link .roundbottom {
	background: url(../images/btn_brn_cnrbr.gif) no-repeat top right; 
}
*/

/* buttons in their visited state */
/*
a:visited .roundcont { 
	background-color: #9e3f21;
}
a:visited .roundtop { 
	background: url(../images/btn_brn_cnrtr.gif) no-repeat top right; 
}
a:visited .roundbottom {
	background: url(../images/btn_brn_cnrbr.gif) no-repeat top right; 
}

/* buttons in their active state */
/*
a:visited .roundcont { 
	background-color: #971c1f;
}
a:visited .roundtop { 
	background: url(../images/btn_red_cnrtr.gif) no-repeat top right; 
}
a:visited .roundbottom {
	background: url(../images/btn_red_cnrbr.gif) no-repeat top right; 
}

/* buttons when moused over change colour (also are this colour when indicating page location) */
/*
a#selected .roundcont, a:hover .roundcont { 
	background-color: #971c1f;
}
a#selected .roundtop, a:hover .roundtop { 
	background: url(../images/btn_red_cnrtr.gif) no-repeat top right; 
}
a#selected .roundbottom, a:hover .roundbottom {
	background: url(../images/btn_red_cnrbr.gif) no-repeat top right; 
}
a#selected .cnrbtm, a:hover .cnrbtm {
	background-image: url(../images/btn_red_cnrbl.gif);
}
a#selected .cnrtop, a:hover .cnrtop {
	background-image: url(../images/btn_red_cnrtl.gif);
}
*/

.content_col {
	position: relative;
	margin-left: 45px;
	width: 580px;
	float: left;
	clear: none;
}

.mapofoz {
	float: right;
	padding: 0 0 10px 15px;
}

p.indexblurb {
	clear: none;
	width: 345px;
}

p.indexblurb:first-line {
	font-weight: bold;
}

.searchform {
	position: relative;
	margin-top: 45px;
	width: 490px; /* was 462 originally but didn't fit everything. Maybe style the input field lengths later */
	z-index: 10;
}

.hrule {
	height: 1px;
	border-bottom: 1px dashed #333;
}

.searchform h2 {
	display: block;
	padding-top: 6px;
	padding-bottom: 0;
	padding-left: 10px;
	height: 25px;
	background-color: #971b1e;
	color: #fff;
	margin: 0;
}
.searchformbody {
	padding: 10px;
	margin: 0;
	background-color: #E4E5E9;
	padding-bottom: 40px;
}
.searchformbody .formrow {
	width: 100%;
	padding-bottom: 11px;
	padding-top: 7px;
	
}
.searchformbody .withbottomborder {
	border-bottom: 1px dashed #999;
}

#searchbutton {
	float: left;
	margin-top: 10px;
	margin-left: 280px;
}

.footer {
	text-align: center;
	clear: both;
	padding-top: 50px;
	padding-bottom: 30px;
}

.hide {
	display: none !important;
}

/*hotel result table*/

 table.hotelexample {
  width:490px;
  background-color:#E4E5E9;
 }
 
 table.hotelexample th {
  background-color:#971B1E;
  color:#FFFFFF;
  text-align:left;
  padding-left:10px;
  font-size:15px;
  height:25px;
 }

table.hotelexample td {
 padding-left:10px;
}


/*for the terms and conditions */
.conditions li {
 list-style:none;
 font-size:10px;
}

