@charset "utf-8";
/* CSS Document */


.clr {
	clear: both;		
}

body{
	background:url(images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #191107;
	/* background-color: #281b0b;*/
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	padding: 0;
	margin: 0;
}
#body-inner {
	background-image: url(images/soil.jpg);
	background-repeat: repeat;
}
#body-inner2 {
	background-image:url(images/bodyBgr.png);
	background-repeat: repeat-x;
	padding-bottom: 20px;
}

p.dark {
	color: #281b0b;
}

a:link, a:visited {
	color: #faa419;
	font-weight: bold;
	text-decoration: none;
}
a:hover, a:active {
	color: #FFF;
}

#container {
	width: 730px;
	margin: 0 auto;
	padding: 0;
	
}

#navigation {
	font-size:24px;
	padding:0;
	margin:0;
}

#tel {
	float:right;
	background-image: url(images/text-tel.png);
	width: 174px;
	height: 19px;
	font-size:10px;
	margin: 12px 0 0 0;
}

#navigation p {
	clear: both;
	margin: 0 0 10px 215px;
	font-size: 13px;
	text-shadow: #444 1px 1px;
	text-align: justify;
	font-weight: bold;
}

#navigation ul {
	font-size:21px;
	float:left;
	list-style: none;
	padding:0;
	margin: 0 0 0 180px;
	width: 360px;
	line-height: 24px;
}

#navigation ul li {	
	float:left;
	margin:0;
	padding:0;
}

#navigation ul li a{
	color: #191107;
	display:block;
	margin:12px 6px;
	text-decoration:none;
	text-shadow: #ffca75 1px 1px;
}

#navigation li a:hover {
	color: #FFF;
	text-shadow: #444 1px 1px;
	margin:14px 6px 10px 6px;
}

#mainContent{
	background:#faa419;
}

#mainContent .inner {
	padding: 10px 10px 10px 10px;
	background-image: url(images/mainImage.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

#mainContent .yellowBlack {
	background-image: url(images/yellowBlack.png);
	background-repeat: repeat-x;
	height: 11px;
}

#topBox {
	margin: 0 0 5px 0;
	padding: 15px;
}

#logo {
	position: absolute;
	top: 10px;
	left: 50%;
	margin: 0 0 0 -360px;
	width: 195px;
	height: 195px;
	background-image: url(images/Logo.png);
}
#logo span {
	display: none;
}

/*
#about {
	width: 375px;
	float: left;
	color: #fbf405;
	background-color: #2a1d0e;
	margin-top: 200px;
}
*/
#openingTimes {
	background-color: #281b0b;
	width: 379px;
	float: right;
	padding: 8px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;	
}
#openingTimes h2 {
	margin: 3px 0 5px 0;
	color: #faa419;
	font-size: 11px;
	background-image: url(images/calendar.png);
	background-position: top left;
	background-repeat: no-repeat;
	padding-left: 30px;
}
#openingTimes p {
	margin: 2px 0;
	padding: 0;
	line-height: 100%;
	font-size: 11px;
}
#openingTimes p span {
	font-size: 10px;
}
#openingTimes p.blink {
	text-decoration: blink;
}
#openingTimes p.small {
	color: #96784c;
}
#openingTimes table {
	border: 0;
	padding: 0 20px;
	margin: 6px 0;
}
#openingTimes td {
	background-color: #38260c;
	padding: 2px;
	border: 0;
	width: 50%;
}
#openingTimes td.col2 {
	color: #faa419;
}

#leftCol {
	width: 350px;
	float: left;
}
#leftCol h2 {
	margin: 5px 0;
}
#leftCol ul {
	float:left;
}

#rightCol{
	width: 350px;
	float: right;
}
#rightCol p {
	font-size: 11px;
}
#rightCol h2 {
	margin: 5px 0;
}

#footer {
	background-color: #191107;
	clear:both;
	border-top: 1px solid #6f490e;
	padding-bottom: 30px;
}
#footer .inner {
	width: 900px;
	margin: 0 auto;
}
#footer p {
	color: #855a25;
}
#footer p.copyright {
	text-align: center;
}
#footer table {
	width: 730px;
	margin: 10px auto;
}
#footer li {
	color: #855a25;	
}

/* Attractions */
#attractions {
	width: 336px;
	height: 210px;
	background-color: #2c1d0b;
	padding: 5px;
	background-image: url(images/soil.jpg);
	background-repeat: no-repeat;
	border: 2px solid #281b0b;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;	
}
#attractions .box {
	display: none;
	width: 336px;
	height: 180px;
}
#attractions .holder {
	width: 336px;
	height: 180px;
	display: block;
	overflow: hidden;
}
#attractions .box img {
	float: left;
	border: 2px solid #281b0b;
}
#attractions .rideInfo {
	background-color: #281b0b;
	float: right;
	width: 100px;
	padding: 10px;
}
#attractions .box h2 {
	font-size: 12px;
	margin: 0 0 10px 0;
}
#attractions .box p {
	color: #ffac25;
	background-color: #38260c;
	padding: 3px;
	border: 2px solid #281b0b;
	margin: 0 0 5px 0;
}
#attractions .box p span {
	color: #FFF;
}

#attractions #boxNav a {
	padding: 10px;
	display: block;
	float: left;
	background-color: #281b0b;
	width: 145px;
	border-left: 3px solid #ffac25;
}
#attractions #boxNav a:hover {
	background-color: #38260c;
}
#attractions #boxNav a.next {
	border-left: none;
	border-right: 3px solid #ffac25;
	text-align: right;
}

/* Text replace */
.textReplace span {
	display: none;
}

#h1-opening-kent {
	background-image: url(images/text-opening-kent.png);
	width: 295px;
	height: 31px;
	margin: 0;
}
#h1-opening-devon {
	background-image: url(images/text-opening-devon.png);
	width: 317px;
	height: 31px;
	margin: 0;
}

#text-attractions {
	background-image: url(images/text-attractions.png);
	width: 103px;
	height: 20px;
}

#text-find-us {
	background-image: url(images/text-find-us.png);
	width: 133px;
	height: 20px;
}

#text-find-more {
	background-image: url(images/text-find-more.png);
	width: 147px;
	height: 20px;
}

#kent {
	background-image: url(images/text-kent.png);
	width: 50px;
	height: 19px;
	background-repeat: no-repeat;
}
#devon {
	background-image: url(images/text-devon.png);
	width: 66px;
	height: 19px;
	background-repeat: no-repeat;
}
#durham {
	background-image: url(images/text-durham.png);
	width: 86px;
	height: 19px;
	background-repeat: no-repeat;
}
#yorkshire {
	background-image: url(images/text-yorkshire.png);
	width: 99px;
	height: 19px;
	background-repeat: no-repeat;
}

/* Abs items */

#rightban {
	position:absolute;
	left:50%;
	margin:0 0 0 380px;
	top: 85px;
	width:118px;
	height:596px;
}

#leftban {
	position:absolute;
	left:50%;
	margin:0 0 0 -500px;
	top: 10px;
	width:120px;
	height:600px;
}

#leftban img {
	padding:0;
	margin: 0 0 10px 0;
}

