/* Long Garth master styles */
.clearer { clear:both; }
* {
	margin: 0;
	padding: 0;
}
body {
	font: 62.5% Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	background-image:url(home_bg.jpg);
}

a img { border: none; }

#wrapper {
	background: #F7DC96;
	height: auto;
	text-align: left;
	min-height: 300px;
	width: 900px;
	margin: 0 auto;
	border-bottom: 1px solid #000000;
	position: relative;
}
#header {
	background: url(binaries/header-bg.jpg) no-repeat top;
	height: 234px;
	position: relative;
}
#header h1 img {
	margin: 10px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 5;
}
#collage {
	position: absolute;
	right: 0px;
	top: 40px;
	border-top: 2px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
	z-index: 1;
}
#nav {
	list-style: none;
	background: #000000;
	color: #FFFFFF;
	text-align: right;
	font-size: 1.2em;
	padding: 8px;
	border-top: 2px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
}
#nav li {
	display: inline;
}
#nav li a {
	color: #FFFFFF;
	margin-right: 4px;
	border: 1px solid #000000;
	padding: 5px;
}
#nav li a:hover {
	border: 1px solid #FFFFFF;
}
#content {
	height: auto;
	min-height: 520px;
	position: relative;
}
* html #content {
	height: 520px;
}


#leftCol {
	position: absolute;
	left: 0px;
	top: -150px;
	background: url(binaries/leftcol-bg.gif) no-repeat;
	width: 400px;
	height: 641px;
	z-index: 2;
}

#leftCol.tall {
	position: absolute;
	left: 0px;
	top: -150px;
	background: url(binaries/leftcol-tall.png) no-repeat;
	width: 400px;
	height: 1571px;
	z-index: 2;
}

#homeimages {
        position: absolute;
        top: 420px;
        left: 22px;
}

#cutOut {
	margin-top: 30px;
}

#gallery {
	position: relative;
}

#tourTitle {
	position: absolute;
	left: 20px;
	top: 20px;
}

#galleryThumbs {
	text-align: center;
	margin-top: 20px;
	position: absolute;
	width: 250px;
	left: 60px;
}

#galleryThumbs img {
	border: 1px solid #FFFFFF;
}

#zoomBar {
	position: absolute;
	right: 50px;
	top: 10px;
}

#innerContent {
	position: relative;
	right: 0px;
	top: 10px;
	width: 420px;
	font-size: 1.2em;
	line-height: 1.8em;
	margin-top: 20px;
	padding-right: 15px;
	padding-left: 15px;
	margin-left: 420px;
}
#innerContent h2 {
	margin-bottom: 1em;
	color: #413927;
	border-bottom: 1px dotted #413927;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-variant: small-caps;
	font-size: 1.8em;
}
#innerContent h3 {
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #b44e1d;
}
#innerContent p {
	margin-bottom: 12px;
	text-align: justify;
}
#innerContent ul {
	margin-bottom: 12px;
}
#bookingBanner {
	
}
#footer {
	text-align: right;
	height: 136px;
	background: url(binaries/stone-wall-footer.jpg) no-repeat bottom;
	color: #413927;
}
#footer p {
	position: absolute;
	bottom: 150px;
	right: 10px;
}
#footer a {
	color: #000000;
	font-weight: bold;
}
#whiteContent {
	color: #FFFFFF;
	position: relative;
	top: 50px;
	left: 30px;
	font-size: 14px;
	width: 90%;
}
#whiteContent h2 {
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}
#whiteContent h3 {
	margin-top: 15px;
	color: #FFFF80;
	margin-bottom: 5px;
}
#whiteContent li a {
	color: #FFFFFF;
}
#whiteContent li a:hover {
	color: #FFFF80;
}



#tariffs th {
	text-align: center;
}
#tariffs td, th {
	padding: 4px;
	border-bottom: 1px dashed #999999;
	border-right: 1px dashed #999999;
	
}



#taMonth {
	background: #e8c56a;
	
}

#availability table {
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px #514934 solid;	
}
#availability th {
	text-align: center;
	border: 1px solid #CCCCCC;
}
#availability td {
	border: 1px solid #CCCCCC;
}

.availability thead tr td{
	font-size:16px;
}
.availability br {
	margin-bottom:10px;
}

.availability .cal_title {
	font-size:16px;
	margin-bottom:5px;
	margin-top:5px;
}
#booking legend {
	color: #000000;
	font-weight: bold;
	padding-bottom: 10px;
	padding-top: 10px;
}

#booking fieldset {
	padding: 10px;
	padding-top: 0px;
	border-color: #FFFFFF;
}

#booking label {	
	width: 150px;
	float: left;
	margin-bottom: 5px;
}

#booking input, #booking textarea {
	float: left;
	margin-bottom: 5px;
	/* width: 200px; */
}

#booking br {
	clear: both;
}

#booking input.numbers {
	width: 30px;
}

#checkboxArea label, #checkboxArea input, #checkboxArea textarea {
	float: none;
	
}

input.checkbox {
	
	text-align: left;
}

.mandatory {
	color: #FF0000;
	
}


/* For SEO */

b {font-weight:normal}