html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6{  /* set everything to zero for clean sheet */
margin: 0; /* sets the margins to zero on the body */
padding: 0; /* sets the padding to zero on the body */
border: 0; /* deletes any borders */	
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center; /*This is a hack for IE Windows*/
	background-repeat: repeat-y;
	background-position: center;
	background-image: url(images/background.jpg);
	position: relative;
}

#wrapper {
	width: 752px;
	w/idth: 750px; /*sets the width of the wrapper for compliant browsers*/
	margin: 10px auto;
	position: relative;
	text-align: left;
}

#header1 {
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	color: #FFFFFF;
	background-image: url(images/header1.gif);
	height: 130px;
}

#header a{
	color: #F0A71C;
	float: right;
	font-size: 12px;
	background-position: top;
}

.hbanner {
	float: right;
	border: dashed;
	width: 235px;
	height: 60px;
}
.sitemap a {
	float: right;
	color: #666666;
	margin-top: 40px;
	margin-right: 15px;
}

.spacer {
	clear:both; 
	font-size:0; 
	line-height:0;
}

ol.roman {
	list-style-type: lower-roman;
	list-style-position: inside;
	margin-left: 20px;
}
ol.roman ol {
	list-style-type: lower-roman;
}

ol.roman li { font-style: normal;}
ol.roman ol { font-style: normal;}


/* start of top navigation under the header div */
#topnav {
	background-color: #F0A71C;
	margin-bottom: 0px;
	text-align: right;
	margin-top: 0px;
	height: 20px;
	width: 750px;
	}

#topnav a {
	color: #333333;
	margin-right: 5px;
	}

#topnav ul {
	display: inline;
	border: none;
	}

#topnav ul li {
	margin-left: 0;
	padding-left: 2px;
	list-style: none;
	display: inline;
	}

#topnav li {
	margin-left: 0;
	padding-left: 2px;
	display: inline;
	}

#topnav ul li a {
	color: #333333;
	margin-right: 10px;
	padding-right: 5px;
	display: inline;
	}

#topnav ul li a:hover {
	color: #0066CC;
	}

/* start of breadcrumb navigation under the topnav div */
#brdcrmb {
	color: #333333;
	background-color: #FFFFFF;
	padding: 3px;
	margin-top: 0px;
	margin-bottom: 25px;
	text-align: left;
	}

#brdcrmb a {
	color:#F0A71C;
	}

#brdcrmb ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	border: none;
	}

#brdcrmb ul li {
	margin-left: 0;
	padding-left: 2px;
	border: none;
	list-style: none;
	display: inline;
	}
/* \0020, is a space. \003E is a right angle quote. Use 00BB for doubel right angle quote. (All only visible in Opera or Mozilla/Netscape) */
#brdcrmb ul li:before {
	content: "\0020 \0020 \0020 \003E \0020";
	color:#F0A71C;
	}

#brdcrmb ul li.first:before {
	content: " ";
	}
	
h1 {
	font-size:14px;
	color:#0066CC;
	margin-bottom: 10px;
	}
h2 {
	font-size:12px;
	color:#F0A71C;
	margin-bottom: 5px;
	}
h2.red {
	font-size:12px;
	color:#FF0000;
	margin-bottom: 5px;
	}
h2.blue {
	font-size:12px;
	color:#0066CC;
	margin-bottom: 5px;
	}
h3 {
	font-size:11px;
	color:#666666;
	margin-top: 2px;
	}
h4 {
	font-size:11px;
	color:#0066CC;
	}
h5 {
	font-size:11px;
	color:#F0A71C;
	font-style: italic;
	}

strong {
	font-size:12px;
	color:#0066CC;
	}

em {
	font-size:12px;
	color:#0066CC;
	}

#mapimg {
	margin: 15px;
	height: 200px;
	width: 300px;
	padding-left: 80px;
	}

#img {
	border:1px ridge #0066CC;
	padding: 1px;
	margin-bottom: 2px;
	}

.imgleft {
	float: left;
	border:1px ridge #0066CC;
	padding: 1px;
	margin-right: 10px;
	margin-bottom: 2px;
	}
.imgright {
	float: right;
	border:1px ridge #0066CC;
	padding: 1px;
	margin-left: 10px;
	margin-bottom: 2px;
	}

.caption {
	margin: 2px;
	padding: 2px;
	border: 1px solid #777;
	background: #FFFFCC;
	color: #666666;
	}

.caption img {border: 1px solid #777;} /* adjust to suit */
.left {
	float: left;
	margin-right: 5px;
	}
.right {
	float: right;
	margin-left: 5px;
	margin-bottom: 2px;
	}

.textright {
	float: right;
	margin-left: 10px;
	margin-bottom: 2px;
	}
.offer {
    color: #FF0000;
    font-size: 10px;
}
	
#leftnav {
	float: left;
	margin-top: 4px;
	width: 120px;
	padding: 1px;
	}

#leftnav dl {
	background-color: #FFFFFF;
	border: 1px ridge #B42410;
	text-decoration: none;
	list-style-type: none;
	font-size: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 1px;
	padding-left: 1px;
	display: block;
	}
	
#leftnav dt {
	color: #FFFFFF;
	text-align: center;
	display: block;
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: #B42410;
	}

#leftnav dd {
	padding: 1px;
	margin: 1px;
	}

#leftnav dl dd a {
	color: #333333;
	text-decoration: none;
	}

/* \0020, is a space. \003E is a right angle quote. Use 00BB for doubel right angle quote. (All only visible in Opera or Mozilla/Netscape) */
#leftnav dl dd a:before {
	content: "\0020 \0020 \0020 \003E \0020";
	color:#F0A71C;
	}
	
#leftnav dl dd a:hover{
	color: #F0A71C;
	}
#leftnav dl dd a:active{
	color: #0066CC;
	}
	
.newsletter {
	font-size: 12px;
	color: #333333;
	background-color: #D9D9FF;
	font-style: italic;
	text-align: center;
	}

.newsletternew {
	width: 360px;
	text-align: center;
	border:1px ridge #0066CC;
	padding: 1px;
	}
	
.whatsnew {
	color: #333333;
	background-color: #FFFFCC;
	margin-left: 6px;
	margin-top: 2px;
	}

#contentmiddle {
	padding: 4px;
	line-height:125%;
	color:#333333;
	width: 480px;
	margin-top: 4px;
	text-align: left;
	background-color: #FFFFFF;
	margin-left: 130px;
	margin-right: 120px;
	}

#contentmiddle ul li {
	list-style: none;
	display: block;
	font-size: 90%;
	text-decoration: none;
	text-indent: 20px;
	}

/*styling the contentmiddle links*/
#contentmiddle a, 
#contentmiddle a:visited {
	color: #0066CC;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
	}

#contentmiddle a:hover {
	color: #F0A71C;
	}

#contentmiddle p {
	color: #333333;
	margin-bottom: 10px;
	}

#container {
    position:relative; 
    width:750px; 
    height:396px; 
    margin:20px auto 0 auto; 
    border:1px solid #aaa; 
    }
#store {
    position:relative; 
    width:750px;
    margin:20px auto 0 auto; 
    border:1px solid #aaa; 
    }

.clear-contentmiddle {
clear : left;
width : 470px;
height : 0.1em;
border : none;
background : rgb(210, 210, 210);
}
	
.lineSeparator {
	border-bottom:1px solid #999;
	width : 480px;
	height : 0.1em;
	margin-top: 10px;
	margin-bottom: 10px;
}

.lineSeparatorDotted {
	border-bottom:1px dotted #999;
    margin:6px 0px 12px 0px;
	clear:both;
	}
.lineSeparatorDashed {
	border-bottom:1px dashed #999;
	margin:20px 0;	
	clear:both;
	}
.lineSeparatorSolid {
	padding: 2em 1em 1em;
	border-bottom:1px solid #999;
	margin:20px 0;
	clear:both;
	}

.clear {
	clear: both;
	}
.clearRight {
	clear: right;
	}
.clearLeft {
	clear: left;
	}

#middlewide {
	padding: 4px;
	line-height: 125%;
	color:#333333;
	width: 600px;
	margin-top: 4px;
	text-align: left;
	background-color: #FFFFFF;
	margin-left: 130px;
	}

.eventcontent {
	font-size: 12px;
	}	

.map {
	background-color: #FFFFFF;
	margin: 0px;
	text-align: center;
	}

#feature {
	margin-top: 4px;
	padding: 1px;
	margin-left: 25px;
	}

#books .info, #books .title, #books .author {text-align: center;}
#books .item, #books #intro {border-top: 1px dashed #999; padding: 1.5em 1em 0.5em; margin-top: 0.75em;}
#books #intro, #books {padding: 1em; font: 1em Georgia, "Times New Roman", Times, serif;}

#books .title {
	text-align: center;
	color: #0066CC;
	font-size: 1.5em;
	}
#books .author {padding: 0 0 1em; margin: 0; text-align: center;}
#books .info {padding: 0.5em 0em 0em; margin: 0 0 0em; text-align: left; font-style: italic;}
#books .bookimage {float:left; padding: 1px; margin: 0px 1em 1em 0em;}

#shop .info, #shop .title, #shop .author {text-align: center;}
#shop .item, #shop #intro {border-top: 1px dashed #999; padding: 1.5em 1em 0.5em; margin-top: 0.75em;}
#shop #intro, #shop {padding: 1em; font: 1em Georgia, "Times New Roman", Times, serif;}

#shop .title {
	text-align: center;
	color: #0066CC;
	font-size: 1.5em;
	}
#shop .author {padding: 0 0 1em; margin: 0; text-align: center; color: #F0A71C;}
#shop .info {padding: 0.5em 0em 0em; margin: 0 0 0em; text-align: left; font-style: italic;}
#shop .shopimage {float:left; padding: 1px; margin: 0px 1em 1em 0em;}

/*styling the accommodation listings*/
.accomImage {
	float: left;
	margin: 0px 1em 1em 0em;
	}
.accomAdd {
	font-size: 9px;
	padding-top: 2px;
	display: block;
	list-style-type: none;
	}
.accomName {
	color: #0066CC;
	font-size: 12px;
	padding-top: 2px;
	}
.accomCategory {
	float: right;
	text-align: right;
	color: #0066CC;
	}
.accomDescription {
	padding: 0.5em 0em 0em;
	margin: 0 0 0em;
	text-align: left;
	}
.accomDescription ul li {
	font-size: 11px;
	padding-top: 2px;
	display: block;
	list-style-position: inside;
	list-style-type: square;
	}
.accomBook {
	float: right;
	}

#rightcolumn {
	float: right;
	margin-top: 4px;
	padding: 1px;
	width: 120px;
	height: 600px;
	color:#333333;
	}

#rightcolumn a, 
#rightcolumn a:visited {
	color: #0066CC;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
	}

#rightcolumn a:hover {
	color: #F0A71C;
	}

#rightcolumn dl {
	background-color: #FFFFFF;
	list-style-type: none;
	font-size: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 1px;
	padding-left: 1px;
	display: block;
	}

#rightcolumn dt {
	color: #FFFFFF;
	text-align: center;
	display: block;
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: #B42410;
	}

#rightcolumn dd {
	font-size: 11px;
	padding: 1px;
	margin: 1px;
	}

#rightcolumn dl dd a {
	text-decoration: none;
	}

#rightcolumn dl dd a:hover{
	color: #F0A71C;
	}

#rightcolumn ul li {
	background-color: #FFFFFF;
	font-size: 12px;
	padding-bottom: 5px;
	margin-left: 5px;
	display: block;
	}

#rightcolumn ul li a {
	color: #0066CC;
	}

#rightcolumn ul li a:hover{
	color: #F0A71C;
	}

/*styling the rentals listings*/

.rentalImage {
	float: left;
	margin: 0px 1em 1em 0em;
	}
.rentalImage ul li {
	font-size: 9px;
	padding-top: 2px;
	color: #666666;
	display: block;
	list-style-type: none;
	}
.rentalName {
	color: #0066CC;
	font-size: 12px;
	padding-top: 2px;
	}
.rentalRating {
	float: right;
	text-align: right;
	color: #0066CC;
	}
.rentalDescription {
	padding: 0.5em 0em 0em;
	margin: 0 0 0em;
	text-align: left;
	}
.rentalDescription ul li {
	font-size: 11px;
	padding-top: 2px;
	color: #666666;
	display: block;
	list-style-position: inside;
	list-style-type: square;
	}
.rentalClick2book {
	float: right;
	margin-bottom: 2px;
	}

#pscroller1{
	width: 115px;
	height: 100px;
	border: 1px solid #0066CC;
	padding: 5px;
	background-color: lightyellow;
	}

#pscroller2{
	width: 480px;
	height: 20px;
	border: 1px solid black;
	padding: 3px;
	}

#pscroller2 a{
	text-decoration: none;
	}

#form {
	font-size:8px;
	color:#0066CC;
	}

#footer	{
	width: 750px;
	border-top: 3px double #CCCCCC;
	text-align: center;
	margin: 10px auto;
	clear: both;
	padding: 5px;
	color: #666666;
}

/*styling the footer links */
#footer a{
	text-decoration: none;
	color: #0066CC;
	}

#footer a:hover{
	color: #F0A71C;
	}
