Body {
	margin:0px;
	padding:0px;
	background:#FFFFFF url(images/bg.jpg) top repeat-x;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#575757;
	_behavior:url("js/csshover3.htc");
	}
	
td, tr, form, img, p, div {
	margin:0px;
	padding:0px;
	border:0 none;
	}
	
a {
	color:#998047;
	text-decoration:none;
	}
	
a:hover {
	color:#000;
	}
	
.left {
	float:left;
	}
	
.right {
	float:right;
	}
	
.clr {
	clear:both;
	}
	
.niceBorder{
	border: 1px solid #eee;
	background: #fafafa;
	padding:5px;
	margin: 10px;
	}


/*image rows*/

.imageRow{
	padding: 10px 0;
	text-align: center;
	word-spacing: 0;
	letter-spacing: 0;
}

.imageRowItem{
	padding: 0 10px;
	word-spacing: normal;
	letter-spacing: normal;
	text-align: center;
	display: inline-block;
}

.imageRowItem{
	display: inline;
}

html>/**/body .imageRowItem{
	display: inline-block;
}

.imageRowItem img, .imageRowItem object, .imageRowItem embed{
	vertical-align: bottom;
}

/* Headings */

 h1, h2, h3, h4, h5, h6 {
 	color:#000000;
	font-weight:normal;
	padding:0;
	}
	
h1 {
	font-size:20px;
	margin:20px 0 0 0;
	}
	
h2 {
	font-size:16px;
	margin:18px 0 0 0;
	}
	
h3, h4, h5, h6 {
	font-size:14px;
	margin:14px 0 0 0;
	}
	
/* Structure */

#page {
	width:874px;
	margin:0 auto;
	position:relative;
	}
	
#header {
	width:874px;
	padding:0 4px;
	background:#644C3A url(images/headerBg.jpg) top right no-repeat;
	height:118px;
	position:absolute;
	left:0;
	top:0;
	}
	
#menu {
	clear:both;
	position:absolute;
	top:119px;
	left:0;
	background:url(images/mainContent_bg.png) center repeat-y;
	width:874px;
	z-index: 1000;
	}
	
#contentFoot {
	background:url(images/contentFoot.png) bottom center no-repeat;;
	width:874px;
	float:left;
	padding:153px 0 20px 0;
	}
	
#mainContent {
	background:url(images/mainContent_bg.png) center repeat-y;
	width:844px;
	float:left;
	padding:12px 15px;
	}
	
#content {
	float:left;
	width:580px;
	clear:left;
	}
	
#content p {
	margin:4px 0 10px 0;
	}
	
#contentImage {
	width:842px;
	height:224px;
}

#imageMask {
	position:absolute;
	top:165px;
	left:15px;
	width:842px;
	height:224px;
	background:url(images/mask.png);
	z-index: 500;
}

#leftBorderSpace p{
	margin-left:10px !important
}


	
#enquiry {
	float:right;
	width:222px;
	height:259px;
	margin-top:12px;
	padding:13px 10px 10px;
	background:url(images/enquiryBg.jpg) center top no-repeat;
	overflow:hidden;
	}

#footer {
	width:844px;
	margin:0 auto;
	}
	
#footerroseneath {
	float:right;
	text-align:right;
	color:#9E8F84;
	font-size:11px;
	padding:10px 0 5px 0;
	}
	
.footerlinks {
	text-align:center;
	color:#9E8F84;
	font-size:11px;
	padding: 10px 0;
}
	
/* Classes */

.yellow {
	color:#998047;
	}

ul.main{
padding: 2px 0 8px 15px;
list-style-position: inside;

}

/* Menu */
#menu ul {
	width:866px;
	height:35px;
	margin:1px 4px 0 4px;
	background:url(images/li_bg.jpg) top repeat-x;
	list-style:none;
	padding:0;
	}
	
#menu ul li {
	list-style:none;
	padding:0 2px 0 0;
	margin:0;
	float:left;
	background:url(images/li_seperator.jpg) right top no-repeat;
	position:relative;
	}
	
#menu ul li a {
	float:left;
	display:block;
	font-size:15px;
	color:#FFFFFF;
	height:15px;
	padding:10px 15px;
	text-decoration:none;
	_padding:8px 21px;
	}
	
#menu ul li a:hover, #menu ul li.active a {
	background:url(images/menuA_hover.jpg) bottom center repeat-x;
	}
	
/* JU Dropdown */

#menu li ul{
	display: none;
	background:#B2B2B2;
	position: absolute;
	top: 35px;
	margin: 0;
	list-style:none;
	left:0px;
	width:130px;
	z-index:10;
	padding:0;
	border-top:1px solid #C5C5C5;
	}

#menu li:hover ul {
	display: block;
}

#menu li ul li {
	background:#B2B2B2;
	list-style:none;
	margin:0;
	padding:0;
	border-bottom:1px solid #C5C5C5;
	}

#menu li ul li a {
	display:block;
	padding:6px 5px;
	background-image:none;
	color:#FFFFFF;
	font-size:12px;
	text-decoration:none;
	text-align:center;
	width:120px;
	height:auto;
	}

#menu ul li ul li a:hover {
	background:#7B5C47;
	}
	
/* Enquiry Form */
	
#enquiry h1 {
	margin:0px;
	}
	
#enquiry form {
	width:222px;
	margin-top:14px;
	*margin-top:6px;
	}

#enquiry input, #enquiry textarea {
	border:0 none;
	margin:0;
	padding:0;
}

#enquiry input {
	display: block;
	background: #fff;
	color: #575757;
	height: 17px;
	line-height: 20px;
	margin-bottom: 11px;
	font-size: 10px;
	width: 210px;
	padding: 2px 2px 0 4px;
	background:url(images/enquiry_input.jpg) top center no-repeat;
}

#enquiry textarea{
	display: block;
	background: #fff;
	color: #575757;
	line-height: 20px;
	margin-bottom: 8px;
	font-size: 10px;
	width: 208px;
	padding: 0 4px;
	height: 104px;
	line-height: 1.4em;
	font-family:"Trebuchet MS";
	background:url(images/enquiry_textarea.jpg) top center no-repeat;
}

#enquiry .button{
	width: 75px;
	float: right;
	cursor: pointer;
	height: 20px;
	position: relative;
	background: url(images/btn_submit.jpg) no-repeat;
}


.floatLeft{
	float: left;
	display: block;
	margin: 0 10px 5px 0px;
}

.floatRight{
	float: right;
	margin: 0 10px 10px 0;
}


/* Fees */

.fees {
	background:#BCBCBC;
	color:#FFFFFF;
	margin:10px 0;
	}
	
.fees td {
	padding:5px 10px;
	}
	
.feesAlt {
	background:#F5F2E9;
	color:#575757;
	}
	
.feeCol {
	text-align:right;
	}
.smile-text{
			clear:both;
	}
	
.galleryRow {
	border:1px solid #E1E1E1;
	margin-bottom:15px;
}
.galleryRowBackground  {
	background:url("./images/gradient-white-grey.png") repeat-x scroll 0 0 transparent;
	border-color:#FFFFFF;
	border-style:solid;
	border-width:0 1px;
	padding:14px;
}
galleryRowImages  {
	margin-bottom:14px;
	overflow:hidden;
}
.galleryRowBefore {
	float:left;
}
.galleryRowBefore, .galleryRowAfter {
	background:url("./images/gradient-grey-small.png") repeat-x scroll 0 0 #F4F4F4;
	border:1px solid #E1E1E1;
	font-style:italic;
	padding:8px;
	text-align:center;
}
.galleryRowAfter {
	float:right;
}
.galleryRowText p {
	margin:0;
	padding:0;
}
.clear{
	clear:both;
}
niceBorder  {
	background:url("./images/gradient-grey-small.png") repeat-x scroll 0 0 #F4F4F4;
	border:1px solid #E1E1E1;
	font-style:italic;
	margin:0 10px 5px 0;
	padding:5px;
	text-align:center;
}

.opening-table .odd {
  background-color: #eee;
}

.opening-table thead td {
	font-weight: bold; 
}

.opening-table td {
  padding: 5px;
}

.opening-table {
  float: right;
  margin-left: 11px;
}

.opening-table h2 {
  margin-top: 0;
}

.opening-table table {
  width: 317px;
}
