html, body {
	margin: 0px;
	padding: 0px;
	background-color: #603;
	color: #666;
	font: 0.9em Verdana, Garamond, Arial, sans-serif;
	text-align: center;
}

/* Layout */
div#container {
	width: 960px;
	background-color: #fff;
	margin: 0 auto;
	text-align:left;
}

div#top {
	height: 30px;
	background-image: url(../images/bg_top.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
	background-color: #603;
	margin: 0 auto;
}

div#branding {
	height: 251px;
	background-image: url(../images/banner.jpg);
	background-position: top;
	background-repeat: no-repeat;
 }

div#title {
	height: 64px;
	background-image: url(../images/bg_head.jpg);
	background-position: top;
	background-repeat: no-repeat;
}

div#content_main {
	float: right;
	width: 673px;
	padding: 20px 0px 0px 0px;
}

div#content_sub { 
	float: left;
	width: 284px;
	padding: 0px;
}

div#subinfo {
	clear: both;
	margin-bottom: 0px;
	color: #fff;
	font-size: 0.8em;
	text-align: center;
	border-top: solid 1px #fff;
}

/* Text */
p {
	margin: 0px 0px 0.8em 0px;
	padding: 0px;
	text-align: justify;
}

#content_main p, #content_main h2, #content_main h3, #content_main h4 {
	margin-left: 40px;
}

#content_main p {
	margin-right: 20px;
}

#content_sub p {
	margin-left: 20px;
}

p.intro {
	margin-top: 1em;
}

p.intro:first-letter {
	font-size: 300%;
	color: #9CB819;
	float: left;
}

.subscript {
	font-size: 0.7em !important;
}

.superscript {
 	vertical-align: super;
}

strong, .bold {
	font-weight:bold;
}

.centre {
	text-align: center;
}

.note {
	color: #80bf3a;
	font-weight: bold;
	text-align: center;
}

blockquote {
	border: solid 1px #9CB819;
	color: #9CB819;
	text-align: center;
	font: bold 1.5em "Lucida Calligraphy", "Brush Script MT", "Book Antiqua", cursive;
	margin-left: 60px;
	margin-right: 40px;
	padding: 5px 20px;
}

.address {
	margin-bottom: 0.2em;
}

h1, h2, h3, h4 {
	color: #9CB819;
	font-family: Georgia, Verdana, Geneva, Arial, Helvetica, sans-serif;
}

h1 {
	display: none;
}

h2 {
	letter-spacing: 0.2em;	
}

#contact_info p {
	text-align: right;
	margin-bottom: 0;
}

/* Images */
img {
	margin: 0;
	padding: 0;
}

.left, .right {
	border: solid 1px #9CB819;
}

.left {
	float: left;
	margin: 10px 10px 10px 0px;
}

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

a img {
	border: 0px;
}

img.netVoucher {
	display:block;
	margin:20px auto;
}

#title img {
	margin-left: 719px;
}

img.display {
	display: block;
	border: solid 2px #9CB819;
	margin: 2px auto;
}

img.top {
	margin-top: 60px;
}

img.entrance, img.tri {
	margin: 20px 0px 20px 45px;
}

img.tri {
	border: 0px;
}

/* Links */
ul {
	list-style: none;
}

ul li ul {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	color: #80bf3a;
}

li {
	list-style: none;
	background-image: url(../images/bullet.gif);
	background-position: top left;
	background-repeat: no-repeat;
	padding-left: 3.5em;
}

li.sublist {
	background-image: none;
}

ul li ul li {
	background-image: none;
	list-style: circle;
	margin-left: 2em;
	padding-left: 0em;
}

ul li ul li span {
	color: #666;
}

li.double {
	margin-bottom: 1em;
}

/* Navigation */
a {
	color: #b6d134;
}

a:hover {
	color: #9cb819;
}

a.named, a.named:hover {
	color: #9CB819;
}

/* Main */
div#menu {
	background-image: url(../images/bg_menu.jpg);
	background-position: top;
	background-repeat: no-repeat;
}

ul#nav_main {
	height: 455px;
	padding: 10px 0px 0px 0px;
	margin-left: 40px;
}

ul#nav_main li {
	background-image: url(../images/bullet-menu.gif);
	background-position: center left;
	color: #dce99a;
	font: bold 1.6em "Times New Roman", Times, serif;
	padding: 0.2em 0.2em 0.2em 2.5em; 
	vertical-align: middle;
}

ul#nav_main li a {
	text-decoration: none
}

ul#nav_main li a:link {
	color: #fff;
}

ul#nav_main li a:visited {
	color: #fff;
}

ul#nav_main li a:hover {
	color: #dce99a;
}

ul#nav_main li a:active {
	color: #fff;
}

/* Sub */	
ul#nav_sub, ul#siteinfo {
	padding: 0;
	margin: 0;
	list-style-type: none;
	background-color: #9cb819;
}

div#subinfo ul#nav_sub {
	background-image: url(../images/bg_footer.gif);
	background-position: top;
	background-repeat: no-repeat;
	padding-top: 80px;
	padding-bottom: 10px;
}

div#container div#subinfo ul#siteinfo {
	background-image: url(../images/bg_bottom.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	padding-bottom: 20px;
}

ul#nav_sub li, ul#siteinfo li {
	display: inline;
	background-image: none;
	padding-left: 5px;
	padding-right: 5px;
	border-left: solid 2px #fff;
}

ul#nav_sub li.first, ul#siteinfo li.first {
	border: 0px;
}

#subinfo li, #subinfo li a  {
	color: #fff;
}

#subinfo li a:hover {
	color: #dce99a;
}

#siteinfo li img {
	margin: 0px 0px -7px 2px;
}

/* Boxes */
div.box {
	border: solid 2px #9CB819;
	margin: 10px;
	padding: 10px;
}

div.boxalt {
	background-color: #9CB819;
	margin: 10px;
	padding: 10px;
}

/* Hours */
div#hours {
	text-align: center;
}

#hours p {
	text-align: center;
}

#hours ol {
	margin: 0px 10px 10px 10px;
	padding: 0px;
}

#hours ol li {
	background-image: none;
	padding: 0px;
	font-weight: bold;
}

/* Gift Vouchers */
div#gifts {
	margin-left: 155px;
	margin-right: 125px;
	background-color: #9CB819;
	background-image: url(../images/voucher.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}

p#perfect {
	margin-left: 0px;
	margin-bottom: 180px;
	padding: 10px 20px;
	color: #fff;
	font-size: 1.5em;
	text-align: left;
}

p#request {
	text-align: right;
}

/* Contact Details */
div#details {
	margin: 30px 0;
}

div#details p {
	text-align: right;
	margin-right:40px;
}