/* PPBH: Main stylesheet */

/* Colours:

	#094A8C - Text blue (link)
	#000 - Text
	#94794C	- Footer text

*/

/* HTML tag styles */

body {
	background-color: #E3D1B0;
	color: #000;
	font: 75% Arial, Helvetica, sans-serif;
	margin : 0;
	margin-bottom: 2em;
	padding: 0;
	text-align: center;
}
a:link, a:visited {
	text-decoration: underline;
	color: #000;
}
a:hover {
	text-decoration: none;
}
td, th, table, div, input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
}
td, th {
	vertical-align: top;
	line-height: 1.6em;
	font-size: 75%;
}
table {
	padding: 0;
	margin: 0;
}
h1 {
	font-size: 1.7em;
	color: #B75A15;
	margin: 1em 0 1em 0;
	font-weight: normal;
}
h2 {
	font-size: 1.2em;
	margin: 1em 0 1em 0;
	font-weight: bold;
	color: #B75A15;
}
h3 {
	font-size: 1em;
	margin: 1em 0 1em 0;
	font-weight: bold;
}
h4 {
	font-size: 1em;
	margin: 1em 0 1em 0;
	font-weight: bold;
	font-style: italic;
}
h5 {
	font-size: 1em;
	margin: 1em 0 0 0;
	font-weight: normal;
}
p {
	line-height : 1.6em;
	margin: 0 0 1em 0;
}
hr {
	color : #E6E6E6;
	height : 0;
	margin: 1em 0 1em 0;
	border: 0;
	border-top: 1px solid #E6E6E6;
}
ol {
	line-height : 1.6em;
	list-style-type : decimal;
	margin: 0 0 1em 3em;	
	text-indent: 0;
	padding: 0;
}
ul {
	line-height : 1.6em;
	list-style-type : square;
	margin: 0 0 1em 16px;	
	text-indent: 0;
	padding: 0;
}
li {
	margin: 0 0 0.7em 16px;
}
blockquote {
	line-height : 1.6em;
	margin: 1em 0 1em 0;
	font-style: italic;
}
img {
	border: 0;
	margin: 0;
	padding: 0;
}


/* ---- CUSTOM STYLES ---- */

/* Page layout */

#frame {
	width: 744px;
	margin: auto;
	margin-top: 0;
	padding: 0;
	text-align: left;
	position: relative;
	background-color: #FFF;	
	border: 1px solid #D4C28C;
	border-top: 0;
}
#logo {
	
}
#navigation {
	width: 744px;
	color: #FFF;
	background-color: #D4C28C;
	margin: 0;	
}
#pic {
	width: 744px;
	height: 150px;
	background-color: #D4C28C;	
}
#page {
	width: 744px;
	margin: 0;
	background-color: #FFF;
	text-align: left;	
}
#content {
	margin: 45px 30px 30px 30px;
	background-color: #FFF;
	clear: both;
}
#footer {
	width: 744px;
	margin: auto;
	margin-top: 0;
	text-align: right;
	font-size: 0.9em;
	color: #94794C;
	clear: both;
}



/* Navigation, links */

#navigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	background-color: #B75A15;
	display: block;
	overflow: hidden;
	height: 29px;
}
#navigation ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: left;
	background-color: #B75A15;
}
#navigation ul li a {
	padding: 29px 0 0 0;
	overflow: hidden;
	display: block;
	height: 0px !important;
	height: 29px; /* for IE5/Win only */
}
#navHome a {
	background: url(images/MenuButtons.gif) 0 0 no-repeat;
	width: 149px;
}
#navHouse a {
	background: url(images/MenuButtons.gif) -149px 0 no-repeat;
	width: 149px;
}
#navAround a {
	background: url(images/MenuButtons.gif) -298px 0 no-repeat;
	width: 149px;
}
#navBookings a {
	background: url(images/MenuButtons.gif) -447px 0 no-repeat;
	width: 149px;
}
#navLinks a {
	background: url(images/MenuButtons.gif) -596px 0 no-repeat;
	width: 148px;
}

#navHomeOn a {
	background: url(images/MenuButtons.gif) 0 -58px no-repeat;
	width: 149px;
}
#navHouseOn a {
	background: url(images/MenuButtons.gif) -149px -58px no-repeat;
	width: 149px;
}
#navAroundOn a {
	background: url(images/MenuButtons.gif) -298px -58px no-repeat;
	width: 149px;
}
#navBookingsOn a {
	background: url(images/MenuButtons.gif) -447px -58px no-repeat;
	width: 149px;
}
#navLinksOn a {
	background: url(images/MenuButtons.gif) -596px -58px no-repeat;
	width: 148px;
}

#navHome a:hover, #navHomeOn a:hover {
	background-position: 0 -29px;
}
#navHouse a:hover, #navHouseOn a:hover {
	background-position: -149px -29px;
}
#navAround a:hover, #navAroundOn a:hover {
	background-position: -298px -29px;
}
#navBookings a:hover, #navBookingsOn a:hover {
	background-position: -447px -29px;
}
#navLinks a:hover, #navLinksOn a:hover {
	background-position: -596px -29px;
}
#bookingstable a:link, #bookingstable a:visited {
	text-decoration: none;
}
#bookingstable a:hover {
	text-decoration: underline;
}
#footer a:link, #footer a:visited {
	text-decoration: none;
	color: #94794C;
}
#footer a:hover {
	text-decoration: underline;
}


/* Boxes, text styles, etc */

#bookingstable td {
	padding: 0.5em 12px 0.5em 0;
	border-bottom: 1px solid #D4C28C;
}
#bookingstable td table td {
	padding: 0;
	border: 0;
	text-align: center;
}
h3.top {
	margin-top: 0;
}
.imageleft, .imageright {
	margin-right: 20px;
	margin-bottom: 1em;
}
.imageright {
	margin-right: 0;
	margin-left: 20px;
	margin-bottom: 1em;
}
.floatleft {
	float: left;
}
.floatright {
	float: right;
}
#footer p {
	padding: 4px 0;
	margin: 0;
}
.halfcol-right {
	width: 140px !important;
	width: 180px;
	float: right;
	border: 1px solid #D4C28C;
	padding: 20px;
	margin-top: -4em;
}
.border {
	border: 1px solid #D4C28C;
}
.no-border, table.no-border td {
	border: 0;
}
.spacer {
	clear: both;
	font-size: 1px;
	height: 1px;
}
