/* created by lazygrace.com */
/* common.css */
body#home{
	margin: 0 auto 0 auto;
	padding: 0 0 0px 0;
	width: 100%;
	height: 100%;
	color: #eeddb9;
	font-family: Tahoma, Arial, Verdana, Sans-serif;
	font-size: 13px;
	background: #000000 url(../images/common/background_homepage.jpg) top center no-repeat;
}
body{
	margin: 0 auto 0 auto;
	padding: 0 0 0px 0;
	width: 100%;
	height: 100%;
	color: #eeddb9;
	font-family: Tahoma, Arial, Verdana, Sans-serif;
	font-size: 13px;
	background: #000000 url(../images/common/background.jpg) top center no-repeat;
}

hr{
	margin: 0;
	padding: 0;
	width: 100%;
	height: 1px;
	display: none;
	clear: both;
}
h1{
	margin: 0 auto;
	padding: 0;
	width: 269px;
	height: 110px;
	background: url(../images/common/logo.png) top left no-repeat;
}
h2, h5, h6{
	margin: 0;
	padding: 0;
	display: none;
}
h4{
	color: #553226;
	font-size: 1.4em;
	line-height: 1.4em;
	font-family: Tahoma;
	margin: 0px 0 10px 0;
	border-bottom: 1px #553226 solid;
}
p{
	color: #553226;
	font-size: 1.1em;
	line-height: 1.3em;
	font-family: Tahoma;
	margin: 0px 0 10px 0;
}
h3{
	display: block;
}

ul{
	margin: 0;
	padding: 0;
 }
li{
	margin: 0;
	padding: 0;
	float: left;
	display: block;
	list-style: none;
}
a{
	margin: 0;
	padding: 0;
	text-decoration: none;
	color: #902018;
}

#grp{
	margin: -90px 0 0 760px;
	padding: 0;
	position: absolute;
	font-size: 10px;
	color: #e4ca95;
}
#grp a{
	color: #e4ca95;
}
p.little {
	font-size: 0.8em;
	text-align: center;
	padding: 5px 0 ;
}
p.little_red {
	font-size: 0.8em;
	text-align: center;
	color: red;
	border: 1px solid red;
	padding: 5px;
}
a:hover{
	text-decoration: underline;
	color: #902018; 
}
.hidden_text{
	display: none;
}
#book{
	margin: 0px auto 0 auto;
	padding: 0;
	width: 850px;
	height: 550px;
	display: block;
}	
#book_under{
	margin: 460px 0 0 45px;
	position: absolute;
	z-index: 3;
	padding: 0;
	width: 758px;
	height: 72px;
	display: block;
	background: url(../images/common/books_under.png) top center no-repeat;
}	
.clear{
	margin: 0;
	padding: 0;
	clear: both;
	width: 100%;
	height: 0px;
	font-size:0px;
}
.hp_clear{
	margin: 0;
	padding: 0;
	clear: both;
	width: 100%;
	height: 400px;
	font-size:0px;
}
.clear_100{
	margin: 0;
	padding: 0;
	clear: both;
	width: 100%;
	height: 100px;
	font-size:0px;
}
.clear_50{
	margin: 0;
	padding: 0;
	clear: both;
	width: 100%;
	height: 50px;
	font-size:0px;
}
.clear_20{
	margin: 0;
	padding: 0;
	clear: both;
	width: 100%;
	height: 20px;
	font-size:0px;
}
.clear_10{
	margin: 0;
	padding: 0;
	clear: both;
	width: 100%;
	height: 10px;
	font-size:0px;
}

.clear_5{
	margin: 0;
	padding: 0;
	clear: both;
	width: 100%;
	height: 5px;
	font-size:0px;
}
#top{
	margin: -20px auto;
	padding: 0;
	width: 972px;
	height: 292px;
	background: url(../images/common/stone_top.gif) center -10px no-repeat;
	position: absolute;
	z-index: -1;
}
#bottom{
	clear: both;
	margin: -10px auto 0 auto;
	padding: 0;
	width: 862px;
	height: 38px;
	position: absolute;
	background: url(../images/common/bottom.png) 2px 0 no-repeat;
}
#container{
	margin: 0 auto;
	padding: 0;
	width: 980px;
	height: auto;
}
#content{
	margin: 0px auto;
	padding: 0 0px;
	width: 980px;
	height: auto;
	background: url(../images/common/stone_sides.gif) left 342px repeat-y;
	position: absolute;
	z-index: -3;
}


/* navigation */
#navigation{
	margin: 0px 0 0 88px;
	padding: 0;
	width: 800px;
	height: 25px;
	z-index: 7;
	position: absolute;
}
.nav_clear{
	width: 100%;
	height: 15px;
	clear: both;
}
#navigation .nav_home{
	display: block;
	width: 61px;
	height: 24px;
	background: url(../images/nav/home.png) top left no-repeat;
}
#navigation .nav_home:hover {
	background: url(../images/nav/home.png) 0 -27px no-repeat;
}

#navigation .nav_castle {
	display: block;
	width: 114px;
	height: 24px;
	background: url(../images/nav/castle.png) top left no-repeat;
}
#navigation .nav_castle:hover {
	background: url(../images/nav/castle.png) 0 -27px no-repeat;
}

#navigation .nav_visitor {
	display: block;
	width: 193px;
	height: 24px;
	background: url(../images/nav/visitorinfo.png) top left no-repeat;
}
#navigation .nav_visitor:hover {
	background: url(../images/nav/visitorinfo.png) 0 -27px no-repeat;
}

#navigation .nav_history {
	display: block;
	width: 89px;
	height: 24px;
	background: url(../images/nav/history.png) top left no-repeat;
}
#navigation .nav_history:hover {
	background: url(../images/nav/history.png) 0 -27px no-repeat;
}

#navigation .nav_funandgames {
	display: block;
	width: 122px;
	height: 24px;
	background: url(../images/nav/funandgames.png) top left no-repeat;
}
#navigation .nav_funandgames:hover {
	background: url(../images/nav/funandgames.png) 0 -27px no-repeat;
}

#navigation .nav_shop {
	display: block;
	width: 65px;
	height: 24px;
	background: url(../images/nav/shop.png) top left no-repeat;
}
#navigation .nav_shop:hover {
	background: url(../images/nav/shop.png) 0 -27px no-repeat;
}

#navigation .nav_links {
	display: block;
	width: 69px;
	height: 24px;
	background: url(../images/nav/links.png) top left no-repeat;
}
#navigation .nav_links:hover {
	background: url(../images/nav/links.png) 0 -27px no-repeat;
}

#navigation .nav_contact {
	display: block;
	width: 87px;
	height: 24px;
	margin: 0 0px 0 0;
	background: url(../images/nav/contact.png) top left no-repeat;
}
#navigation .nav_contact:hover {
	background: url(../images/nav/contact.png) 0 -27px no-repeat;
}
/* Main Layout */
.highlighter{
	margin: -20px 0 0 -31px;
	width: 820px;
	height: 70px;
	background: url(../images/common/hightlighted_header.png) top left no-repeat;
	position: absolute;
	z-index: 3;
}
#right{
	margin: 50px 0 20px 0;
	float: right;
	width: 515px;
	height: auto;	
	color: #553226;
	line-height: 1.5em;
}
h2{
	margin: 0;
	width: 503px;
	font-size: 1.8em;
	height: 45px;
	color: #ae7913;
	display: block;
	background: url(../images/titles/blank_titlesmall.png) 0 -8px no-repeat;
}
h2.title{
	margin: 20px 0 0 0;
	width: 503px;
	font-size: 1.5em;
	line-height: 1.6em;
	font-weight: 100;
	height: 40px;
	color: #ae7913;
	display: block;
	clear: both;
	background: url(../images/titles/blank_titlesmall.png) bottom left no-repeat;
}
h2.ltitle{
	margin: 10px 0 0 0;
	width: 503px;
	font-size: 1em;
	line-height: 1.3em;
	font-weight: bold;
	height: 28px;
	color: #9a5732;
	display: block;
	clear: both;
	background: url(../images/titles/blank_titlesmall.png) bottom left no-repeat;
}
#flashgame{
	margin: 60px 0 0 0;
}
#shelf{
	clear: both;
	margin: 0;
	position: absolute;
	z-index:4;
	display: block;
	
}
#shelf2{
	clear: both;
	margin: 38px 0 0 -23px;
	position: absolute;
	z-index:4;
	display: block;
	width: 806px;
	height: 381px;
}
.butt_back{
	margin: 0 auto;
	width: 144px;
	height: 43px;
	background: url(../images/common/butt_back.png) top left no-repeat;
	display: block;
	position: absolute;
	z-index: 5;
}
#shelf2 .clicker a{
	margin: 60px 0 0 320px;
	position: absolute;
	z-index: 5;
	height: 270px;
	width: 50px;
	background: blue;
	opacity:0;
	filter:alpha(opacity=0);
}
#shelf2 .clicker1 a{
	margin: 50px 0 0 450px;
	position: absolute;
	z-index: 5;
	height: 280px;
	width: 40px;
	background: blue;
	opacity:0;
	filter:alpha(opacity=0);
}
#shelf2 .clicker2 a{
	margin: 80px 0 0 710px;
	position: absolute;
	z-index: 5;
	height: 250px;
	width: 65px;
	background: blue;
	opacity:0;
	filter:alpha(opacity=0);
}
.link_cont h2{
	font-size: 1.2em;
	background: none;
}
#links{
	
}
#links li{
	padding: 0 0 20px 0;
	width: 500px;
	clear: both;
}
#links img{
	float: left;
	margin: 0 10px 0 0;
	border: 3px #9e531a solid;
}
#links h5{
	padding: 5px 0 2px 0;
	font-size: 1.2em;
	color: #ae7913;
	font-weight: bold;
	display: block;
}
#links h6{
	padding: 0px 0 5px 0;
	font-size: 1em;
	font-weight: 100;
	display: block;
	width: 382px;
	float: right;
}
#links a{
	height: auto;
	display: block;
	width: 382px;
	float: right;
}
.butt_moredetails{
	margin: 0;
	padding: 0;
	width: 144px;
	height: 43px;
	float: right;
	display: block;
	background: url(../images/common/butt_moredetails.png) top left no-repeat;
}
.butt_post{
	margin: 0 0 0 130px;
	clear: both;
	padding: 0;
	width: 144px;
	height: 43px;
	display: block;
	background: url(../images/common/buttb_addcomment.png) top center no-repeat;
	border: 0;
	cursor: pointer;
}
.butt_continue{
	margin: 5px 0 10px 130px;
	clear: both;
	padding: 0;
	width: 144px;
	height: 43px;
	display: block;
	border: none;
	background: url(../images/common/buttb_continue.png) top center no-repeat;
}
#checkout_buttons{
	margin: 5px auto;
	width: 100%;
	border-top: 1px #553226 solid;
	padding: 5px 0 0 0;
}
#checkout_buttons .butt_continue{
	margin: 5px 0px 10px 130px;
	clear: both;
	padding: 0;
	width: 144px;
	height: 43px;
	display: block;
	border: none;
	float: right;
	background: url(../images/common/buttb_continue.png) top center no-repeat;
}
.butt_viewmap{
	margin: 0 0 0 130px;
	clear: both;
	padding: 0;
	width: 144px;
	height: 43px;
	display: block;
	background: url(../images/common/buttb_viewmap.png) top center no-repeat;
}
.butt_download{
	margin: 0 auto 0 auto;
	clear: both;
	padding: 0;
	width: 144px;
	height: 43px;
	display: block;
	background: url(../images/common/buttb_download.png) top center no-repeat;
}
.butt_cctc{
	margin: 0 auto;
	clear: both;
	padding: 0;
	width: 300px;
	height: 43px;
	display: block;
	background: url(../images/common/buttb_cctc.png) top center no-repeat;
}
.butt_viewtimeline{
	margin: 0 auto;
	clear: both;
	padding: 0;
	width: 300px;
	height: 43px;
	display: none;
	background: url(../images/common/buttb_viewtimeline.png) top center no-repeat;
}
#load_done{
	display: none;
}
#load_in{
	padding: 100px 0 0 0;
}
.butt_addtobasket{
	margin: -11px 0 0 0;
	padding: 0;
	width: 144px;
	height: 43px;
	float: right;
	display: block;
	border: 0;
	cursor: pointer;
	background: url(../images/common/buttb_addtobasket.png) top left no-repeat;
}
.butt_checkout{
	margin: 0;
	padding: 0;
	width: 144px;
	height: 43px;
	float: right;
	display: block;
	border: 0;
	cursor: pointer;
	background: url(../images/common/buttb_checkout.png) top left no-repeat;
}

.butt_login{
	margin: 5px 0 10px 126px;
	width: 89px;
	height: 43px;
	background: url(../images/common/buttb_login.png) top left no-repeat;
	display: block;
	border: 0;
	cursor: pointer;
}
.butt_update{
	margin: 0;
	padding: 0;
	width: 109px;
	height: 43px;
	border: 0;
	cursor: pointer;
	background: url(../images/common/buttb_update.png) top left no-repeat;
}
.butt_send{
	width: 144px;
	height: 43px;
	display: block;
	border: 0;
	cursor: pointer;
	background: url(../images/common/buttb_send.png) top left no-repeat;
}
#basket_sum {
	margin: 0 0 10px 0;
}
#basket_totals_sum {
	margin: 0 0 20px 315px;
}
#basket_totals_sum .right {
	font-weight: bold;
	width: 130px;
}
#basket_totals_sum .righttwo {

}
th.item{
	width: 290px;
	font-weight: bold;
}
th.qty, th.price, th.subtotal {
	width: 70px;
	font-weight: bold;
}
.qty, .price, .subtotal {
	width: 70px;
	text-align: center;
}

.item .price{
	font-size: 14px;
	width: auto;
	text-align: left;
	font-weight: bold;
}
.item img{
	margin: 0 0 0 -5px;
	float: left;
	padding: 11px;
	width: 244px;
	height: 177px;
	background: url(../images/common/item_bg.png) top left no-repeat;
}
.item .text{
	font-size: .9em;
	color: #553226;
	line-height: 1.4em;
}
.item b{
	margin: 15px 0 0 0;
	font-size: 1em;
	color: #553226;
	float: left;
}
.item .title{
	padding: 5px 0 5px 0;
	font-size: 1.2em;
	color: #ae7913;
	font-weight: bold;
}

.item .title a{
	color: #ae7913;
}
.sitem {
	width: 100%;
	height: 150px;
	clear: both;
}
.sitem img{
	margin: 0 0 0 -5px;
	padding: 9px;
	width: 144px;
	height: 104px;
	background: url(../images/common/sitem_bg.png) top left no-repeat;
	float: left;
}
.sitem .text{
	font-size: .9em;
	color: #553226;
	line-height: 1.4em;
}
.sitem b{
	margin: 15px 0 0 0;
	font-size: 1em;
	color: #553226;
	float: left;
}
.sitem .title{
	padding: 5px 0 5px 0;
	font-size: 1.2em;
	color: #ae7913;
	font-weight: bold;
}

.sitem .title a{
	color: #ae7913;
}
.vitem {
	margin: 0;
	padding: 0;
	width: 170px;
	height: auto;
	float: left;
}
.vitem img{
	margin: 0 0 0 0px;
	padding: 9px;
	width: 144px;
	height: 104px;
	background: url(../images/common/sitem_bg.png) top left no-repeat;
}
.vitem .price{
	margin: 0px auto;
	font-size: .8em;
	color: #553226;
	font-weight: bold;
	text-align: center;
}
.vitem .title{
	margin: 0px auto;
	padding: 0;
	font-size: 1em;
	color: #ae7913;
	font-weight: bold;
	text-align: center;
}

.vitem .title a{
	color: #ae7913;
}
.store_intro{
	width: 250px;
	height: 120px;
	color: #553226;
}
.store_intro em{
	font-size: 1em;
	color: #553226;
	line-height: 1.2em;
}
.visit_intro{
	width: 250px;
	height: 140px;
	color: #553226;
	float: right;
}
.visit_intro em{
	font-size: 1em;
	color: #553226;
	line-height: 1.2em;
}
/* Paper */
#paper_content{
	margin: 0 auto;
	clear: both;
	width: 828px;
	height: auto;
	overflow: hidden;
}
#paper_top{
	margin: 0;
	padding: 0;
	clear: both;
	width: 828px;
	height: 34px;
	background: url(../images/common/paper_top.png) top left no-repeat;
}
#paper_left{
	margin: 0;
	padding-bottom: 20000px;  /* X + padding-bottom */
	margin-bottom: -20000px;
	width: 35px;
	height: auto;
	float: left;
	background: url(../images/common/paper_left.png) top left repeat-y;
}
#paper_centre{
	margin: 0 ;
	padding: 0 0 20000px 0;  /* X + padding-bottom */
	margin: 0 0 -20000px 35px;
	width: 758px;
	height: auto;
	background: url(../images/common/paper_main.jpg) top left repeat-y;
	float: left;
}
#paper_right{
	margin: 0;
	padding-bottom: 20000px;  /* X + padding-bottom */
	margin-bottom: -20000px;
	width: 35px;
	height: auto;
	float: right;
	background: url(../images/common/paper_right.png) top left repeat-y;
}
#paper_bottom{
	margin: 0 auto;
	padding: 0;
	clear: both;
	width: 828px;
	height: 77px;
	background: url(../images/common/paper_bottom.png) top left no-repeat;
}


/* Small titles */
h4.onthisday{
	margin: 0;
	padding: 0;
	width: 230px;
	height: 30px;
	background: url(../images/common/small_title_onthisday.png) 0 2px no-repeat;
	display: block;
}
h4.buytickets{
	margin: 0;
	padding: 0;
	width: 230px;
	height: 30px;
	background: url(../images/common/small_title_buytickets.png) 0 2px no-repeat;
	display: block;
}
h4.news{
	margin: 0;
	padding: 0;
	width: 230px;
	height: 30px;
	background: url(../images/common/small_title_news.png) 0 2px no-repeat;
	display: block;
	border: 0px;
}
h4.news a{
	margin: 0;
	padding: 0;
	width: 230px;
	height: 30px;
	display: block;
}
h4.weddings{
	margin: 0;
	padding: 0;
	width: 230px;
	height: 30px;
	background: url(../images/common/small_title_weddings.png) 0 2px no-repeat;
	display: block;
	border: 0px;
}
h4.weddings a{
	margin: 0;
	padding: 0;
	width: 230px;
	height: 30px;
	display: block;
}
#footer_nav{
	margin: 0;
	padding: 0;
	float: left;
	width: 675px;
	height: 20px;
}
#footer_nav .nav_home {
	display: block;
	width: 39px;
	height: 19px;
	margin: 0 0px 0 0;
	background: url(../images/footer_nav/home.png) top left no-repeat;
}
#footer_nav .nav_home:hover {
	background: url(../images/footer_nav/home.png) 0 -18px no-repeat;
}

#footer_nav .nav_castle {
	display: block;
	width: 67px;
	height: 19px;
	margin: 0 0px 0 0;
	background: url(../images/footer_nav/castle.png) top left no-repeat;
}
#footer_nav .nav_castle:hover {
	background: url(../images/footer_nav/castle.png) 0 -18px no-repeat;
}

#footer_nav .nav_visitor {
	display: block;
	width: 117px;
	height: 19px;
	margin: 0 0px 0 0;
	background: url(../images/footer_nav/visitors.png) top left no-repeat;
}
#footer_nav .nav_visitor:hover {
	background: url(../images/footer_nav/visitors.png) 0 -18px no-repeat;
}

#footer_nav .nav_history {
	display: block;
	width: 53px;
	height: 19px;
	margin: 0 0px 0 0;
	background: url(../images/footer_nav/history.png) top left no-repeat;
}
#footer_nav .nav_history:hover {
	background: url(../images/footer_nav/history.png) 0 -18px no-repeat;
}

#footer_nav .nav_funandgames {
	display: block;
	width: 75px;
	height: 19px;
	margin: 0 0px 0 0;
	background: url(../images/footer_nav/games.png) top left no-repeat;
}
#footer_nav .nav_funandgames:hover {
	background: url(../images/footer_nav/games.png) 0 -18px no-repeat;
}

#footer_nav .nav_shop {
	display: block;
	width: 37px;
	height: 19px;
	margin: 0 0px 0 0;
	background: url(../images/footer_nav/shop.png) top left no-repeat;
}
#footer_nav .nav_shop:hover {
	background: url(../images/footer_nav/shop.png) 0 -18px no-repeat;
}

#footer_nav .nav_links {
	display: block;
	width: 40px;
	height: 19px;
	margin: 0 0px 0 0;
	background: url(../images/footer_nav/links.png) top left no-repeat;
}
#footer_nav .nav_links:hover {
	background: url(../images/footer_nav/links.png) 0 -18px no-repeat;
}

#footer_nav .nav_contact {
	display: block;
	width: 53px;
	height: 19px;
	margin: 0 0px 0 0;
	background: url(../images/footer_nav/contact.png) top left no-repeat;
}
#footer_nav .nav_contact:hover {
	background: url(../images/footer_nav/contact.png) 0 -18px no-repeat;
}

#footer_nav .nav_terms {
	display: block;
	width: 108px;
	height: 19px;
	margin: 0 0px 0 0;
	background: url(../images/footer_nav/terms.png) top left no-repeat;
}
#footer_nav .nav_terms:hover {
	background: url(../images/footer_nav/terms.png) 0 -18px no-repeat;
}
#footer_nav .nav_privacy {
	display: block;
	width: 86px;
	height: 19px;
	margin: 0 0px 0 0;
	background: url(../images/footer_nav/privacy.png) top left no-repeat;
}
#footer_nav .nav_privacy:hover {
	background: url(../images/footer_nav/privacy.png) 0 -18px no-repeat;
}
#footer_notices .copyright {
	display: block;
	width: 126px;
	height: 16px;
	float: left;
	margin: 0 0px 0 0;
	padding: 0;
	background: url(../images/footer_nav/copyright.png) -18px 0 no-repeat;
}
#footer_notices .lazygrace {
	display: block;
	width: 120px;
	height: 19px;
	float: right;
	margin: 0 0px 0 0;
	background: url(../images/footer_nav/lazygrace.png) 0 3px no-repeat;
}
#footer_notices .lazygrace:hover {
	border-width: 0 0 1px 0;
	border-color: #e5cea2;
	border-style: dashed ;
	height: 18px;
}

#footer_notices .impact{
	display: block;
	width: 79px;
	height: 11px;
	float: right;
	clear: right;
	margin: 0 0px 0 0;
	background: url(../images/footer_nav/impact.png) top right no-repeat;
}
#footer_notices .impact:hover {
	border-width: 0 0 1px 0;
	border-color: #e5cea2;
	border-style: dashed ;
}

#newsletter {
	margin: 0 40px 0 0px;
	padding: 15px 0 0 25px;
	width: 275px;
	height: 30px;
	background: url(../images/common/newsletter_bg.png) 0 -15px no-repeat;
	width: 360px;
	height: 45px;
	float: right;
}
#newsletter .txt_ok {
	color: #fff;
	margin: 0;
	font-size: .85em;
	width: 260px;
	text-align: right;
}
#newsletter form{
	margin: 0;
	padding: 0;
}
#newsletter fieldset{
	margin: 0;
	padding: 0;
	border: 0;
}
#newsletter legend{
	display: none;
}
#newsletter label{
	display: none;
}
#newsletter #n_email{
	margin: 0;
	padding: 7px;
	width: 193px;
	height: 13px;
	background: url(../images/common/newsletter_field.png) 0 -1px no-repeat;
	border: 0;
	font-size: .7em;
	color: #aea4a0;
	Vertical-align: top;
}
#newsletter #n_email.error{
	color: red;
}
#newsletter #n_butt{
	margin: 0;
	padding: 0;
	width: 53px;
	height: 26px;
	background: url(../images/common/newsletter_butt.png) top left no-repeat;
	border: 0;
	font-size: .7em;
	Vertical-align: top;
}


#contact_info {
	margin: 0 0 0 148px;
	padding: 0;
	width: 360px;
	height: 45px;
	float: left;
}
#contact_info .address {
	display: block;
	width: 360px;
	height: 18px;
	margin: 0 0px 0 0;
	background: url(../images/footer_nav/address.png) top left no-repeat;
}
#contact_info .email {
	display: block;
	width: 246px;
	height: 19px;
	margin: 0 0px 0 0;
	background: url(../images/footer_nav/email.png) top left no-repeat;
}
#contact_info .email:hover {
}

#banner{
	margin: 6px 0 0 63px;
	padding: 0 0 0 0px;
	width: 831px;
	height: 413px;
	background: url(../images/photos/homepage_flash.jpg) top left no-repeat;
	position: absolute;
	z-index: 2;
}
#scrolls{
	margin: 0px 0 0 -10px;
	padding: 0;
	width: 539px;
	height: 339px;
	position: absolute;
	background: url(../images/common/book_homepage.png) top left no-repeat;
	z-index: 3;
}
#scrolls #title{
	margin: 70px 0 0 110px;
	padding: 0;
	width: 194px;
	height: 75px;
	background: url(../images/featured/scrolls_welcome.png) top left no-repeat;
}
#scrolls #text{
	margin: 5px 0 0 110px;
	padding: 0;
	width: 250px;
	height: auto;
	color: #4d3229;
	font-size: .8em;
	font-weight: bold;
	font-family: Verdana;
	line-height: 1.3em;
}

#base_items{
	margin: 0 auto;
	padding: 11px 0 0 10px;
	width: 817px;
	height: 179px;
	background: url(../images/common/base.png) top center no-repeat;
}
#base_items .title{
	margin: 10px 0 0 10px;
	width: 140px;
	font-size: 1em;
	color: #a66c01;
	font-family: Arial Narrow, Tahoma;
	font-weight: bold;
}
#base_items .text{
	margin: 10px 0 0 10px;
	width: 140px;
	font-size: 1em;
	color: #4d3229;
	font-family: Arial Narrow, Tahoma;
	font-weight: 100;
}
#base_items .text_full{
	margin: 10px 0 0 10px;
	width: 240px;
	height: 80px;
	font-size: 1em;
	line-height: 1.2em;
	color: #4d3229;
	font-family: Arial Narrow, Tahoma;
	font-weight: 100;
	overflow: hidden;
}
#base_items #left{
	margin: 0 8px 0 7px;
	padding: 0;
	width: 260px;
	height: 170px;
	background: url(../images/common/base_left_2.gif) 2px 2px no-repeat;
	float: left;
}
#base_items #left .left_butt{

	width: 260px;
	height: 170px;
	display: block;
}
#base_items #left .thumb_port{
	margin: -20px 0px 0 150px;
	padding: 12px;
	width: 84px;
	height: 128px;
	background: url(../images/common/base_thumb_bg_port.png) 0 0 no-repeat;
	position: absolute;
}
#base_items #centre{
	margin: 0 8px 0 0;
	padding: 0;
	width: 260px;
	height: 170px;
	background: url(../images/common/base_centre.gif) top left no-repeat;
	float: left;
}
#base_items #centre .thumb_small{
	margin: -20px 0px 0 150px;
	padding: 12px;
	width: 84px;
	height: 59px;
	background: url(../images/common/base_thumb_bg_small.png) 0 0 no-repeat;
	position: absolute;
}
#base_items .price{
	margin: 2px 0 0 10px;
	width: 109px;
	float: left;
	font-size: .9em;
	color: #4d3229;
	font-family: Arial Narrow, Tahoma;
	font-weight: bold;
}
#base_items .butt_buytickets{
	margin: 2px 15px 0 0 ;
	width: 87px;
	height: 26px;
	background: url(../images/common/butt_buytickets.png) top left no-repeat;
	display: block;
	float: right;
}
#base_items .butt_moreinfo{
	margin: 5px 0px 0 5px ;
	width: 87px;
	height: 26px;
	background: url(../images/common/butt_moreinfo.png) top left no-repeat;
	display: block;
	float: left;
}
#base_items #fright{
	margin: 0 0px 0 0;
	padding: 0;
	width: 260px;
	height: 170px;
	background: url(../images/common/base_right.gif) 0 1px no-repeat;
	float: left;
}
#base_items #fright .wedding{
	margin: 0 0px 0 0;
	padding: 0;
	width: 260px;
	height: 170px;
	background: url(../images/photos/wedding.jpg) 0 1px no-repeat;
}
#footer{
	margin: 0 auto;
	padding: 0 0px;
	width: 972px;
	height: 305px;
	clear: both;
	position: absolute;
	z-index: -1;
	background: url(../images/common/stone_footer.gif) 0 0 no-repeat;
}	
#footer_nav{
	margin: 0 148px;
	padding: 0 0 0 0px;
	width: 675px;
	height: 25px;
	font-family: Times;
	font-size: .63em;
	text-transform: uppercase;
}
#footer_nav li{
	margin: 0;
	padding: 0 0px 0 0;
}
#footer_notices{
	margin: 0 auto 20px auto;
	padding: 0 0 0 0px;
	width: 675px;
	height: 60px;
	clear: both;
	font-family: Times;
	font-size: .63em;
	text-transform: uppercase;
}

/* FLATS */
#weddings{
	margin: 0px 0 0 70px;
	padding: 0;
	width: 831px;
	height: 918px;
	background: url(../images/flats/weddings.png) top center no-repeat;
	position: absolute;
	z-index: 3;
}
.wed_cont{
	float: right;
	width: 490px;
	padding: 0 10px 0 10px;
}
.wed_cont h4{
	color: #553226;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.2em;
	padding: 3px 0;
	margin: 0;
}
.wed_cont .name{
	color: #553226;
	font-size: 1em;
	line-height: 1.2em;
	padding: 2px 0;
}
.wed_cont .date{
	color: #553226;
	font-size: .8em;
	font-weight: bold;
	line-height: 1.2em;
	padding: 2px 0;
}
.weddings_clear{
	clear: both;
	width: auto;
	height: 910px;
	margin: 0;
	padding: 0;
}

#history{
	margin: 0px 0 0 70px;
	width: 831px;
	height: 918px;
	background: url(../images/flats/history.png) 0 0 no-repeat;
	position: absolute;
	z-index: 3;
}
.history_clear{
	clear: both;
	width: auto;
	height: 550px;
}
.history1_clear{
	clear: both;
	width: auto;
	height: 470px;
}
.history2_clear{
	clear: both;
	width: auto;
	height: 435px;
}
.shelf_clear{
	clear: both;
	width: auto;
	height: 395px;
}

#funandgames1{
	margin: 0px 0 0 70px;
	width: 831px;
	height: 918px;
	background: url(../images/flats/funandgames.png) 0 0 no-repeat;
	position: absolute;
	z-index: 3;
}
.funandgames_clear{
	clear: both;
	width: auto;
	height: 910px;
}

#shop{
	margin: 0px 0 0 70px;
	width: 831px;
	height: 918px;
	background: url(../images/flats/shop.png) 0 0 no-repeat;
	position: absolute;
	z-index: 3;
}
.shop_clear{
	clear: both;
	width: auto;
	height: 910px;
}

#visitor{
	margin: 0px 0 0 70px;
	width: 831px;
	height: 918px;
	background: url(../images/flats/visitor.png) 0 0 no-repeat;
	position: absolute;
	z-index: 3;
}
.visitor_clear{
	clear: both;
	width: auto;
	height: 910px;
}

/* Weddings */
.weddings_top{
	margin: 37px 0 0 -15px;
	padding: 0;
	position: absolute;
	z-index: 1;
	height: 265px;
}
#weddings_main{
	margin: 320px 0 0 0;
	clear: both;
	width: auto;
	height: 0px;
	height: auto;
}
#content_side{
	margin: 0px 0px 0 0;
	padding: 0;
	width: 233px;
	float:left;
	z-index: 3;
	position: relative;
}
#visitors_main{
	margin: 280px 0 0 0;
}
#vi_swf{
	margin: 37px 0 0 -15px;
	padding: 0;
	position: absolute;
	z-index: 1;
	height: 265px;
}
#we_swf{
	margin: 37px 0 0 -15px;
	padding: 0;
	position: absolute;
	z-index: 1;
	height: 265px;
}
/* Sides & Submenus */
#shopoffline{
	margin: 0px auto 0 auto;
	padding: 0;
	width: 230px;
	height: 300px;
	display: block;
	background: url(../images/sides/online-shop-holder.png) top left no-repeat;
}
#photogallery2{
	margin: 0px auto 0 auto;
	padding: 0;
	width: 233px;
	height: 331px;
	background: url(../images/sides/photo_gallery2.png) top left no-repeat;
}
#photogallery2 ul{
	padding: 78px 28px 0 28px;
	width: 180px;
	height: 180px;
}
#photogallery2 li{
	margin: 0 0 11px 0;
}
#photogallery2 li.yep{
	margin: 0 12px 11px 0;
}
#photogallery3{
	margin: 0px auto 0 auto;
	padding: 0;
	width: 233px;
	height: 295px;
	background: url(../images/sides/photo_gallery.png) top left no-repeat;
}
#photogallery3 ul{
	padding: 78px 28px 0 28px;
	width: 180px;
	height: 180px;
}
#photogallery3 li{
	margin: 0 0 11px 0;
}
#photogallery3 li.yep{
	margin: 0 12px 11px 0;
}
#photo_one{
	margin: 0px auto 0 auto;
	padding: 0;
	width: 236px;
	height: 235px;
	background: url(../images/sides/photo.png) top left no-repeat;
}
#photo_one ul{
	padding: 29px 0 0 28px;
	width: 180px;
	height: 180px;
}
#photo_one li{
	margin: 0;
}
#photogallery{
	margin: -60px auto 0 auto;
	padding: 0;
	width: 233px;
	height: 280px;
	background: url(../images/sides/photo_gallery.png) top left no-repeat;
}
#photogallery ul{
	padding: 78px 28px 0 28px;
	width: 180px;
	height: 180px;
}
#photogallery li{
	margin: 0 0 11px 0;
}
#photogallery li.yep{
	margin: 0 12px 11px 0;
}

#testimonials{
	margin: 0 auto;
	padding: 0;
	width: 233px;
	height: 295px;
	background: url(../images/sides/testimonials.png) top left no-repeat;
	color: #553226;
}
#testimonials h6{
	top: 50px;
	left: 125px;
	position: relative;
	width: 80px;
	height: 70px;
	font-size: 1.1em;
	font-weight: 100;
	color: #ae7913;
	display: block;
}
#testimonials .p{
	font-size: .9em;
	position: relative;
	top: 50px;
	left: 20px;
	width: 195px;
	height: 80px;
	overflow: hidden;
	line-height: 1.2em;
}

#testimonials .name{
	font-size: .9em;
	position: relative;
	top: 45px;
	left: 20px;
	width: 195px;
	height: 20px;
	overflow: hidden;
	line-height: 1.2em;
	font-weight: bold;
}

#testimonials .date{
	font-size: .7em;
	position: relative;
	top: 40px;
	left: 20px;
	width: 195px;
	height: 20px;
	overflow: hidden;
	line-height: 1.2em;
	font-weight: bold;
}
#testimonials .butt_readmore{
	margin: 45px auto;
	clear: both;
	padding: 0;
	width: 144px;
	height: 43px;
	display: block;
	position: relative;
	background: url(../images/common/buttb_readmore.png) top center no-repeat;
}


#virtualtour{
	margin: 0px auto 0 auto;
	padding: 0 0 0 0;
	width: 235px;
	height: 186px;
	color: #553226;
	text-align: center;
	line-height: 1.1em;
}
#virtualtour .butt_left{
	margin: 68px 0 0 10px;
	padding: 0 0 0 0;
	width: 29px;
	height: 29px;
	display: block;
	position: absolute;
	z-index:3;
	background: url(../images/common/butt_arrow_left.png) top left no-repeat;

}
#virtualtour .butt_right{
	margin: 68px 0 0 195px;
	padding: 0 0 0 0;
	width: 29px;
	height: 29px;
	display: block;
	z-index:3;
	position: absolute;
	background: url(../images/common/butt_arrow_right.png) top left no-repeat;

}
#virtualtour .kings{
	margin: 0;
	padding: 0 0 0 0;
	width: 235px;
	height: 186px;
	background: url(../images/sides/vt_kings.png) top left no-repeat;
	display: block;
}
#virtualtour .cross{
	margin: 0;
	padding: 0 0 0 0;
	width: 235px;
	height: 186px;
	background: url(../images/sides/vt_crosshall.png) top left no-repeat;
	display: block;
}
#virtualtour .keep{
	margin: 0;
	padding: 0 0 0 0;
	width: 235px;
	height: 186px;
	background: url(../images/sides/vt_keep.png) top left no-repeat;
	display: block;
}
#virtualtour .courtroom{
	margin: 0;
	padding: 0 0 0 0;
	width: 235px;
	height: 186px;
	background: url(../images/sides/vt_court.png) top left no-repeat;
	display: block;
}
#virtualtour .battery{
	margin: 0;
	padding: 0 0 0 0;
	width: 235px;
	height: 186px;
	background: url(../images/sides/vt_battery.png) top left no-repeat;
	display: block;
}
#virtualtour .butt{
	margin: 130px 0 0 30px;
	padding: 0 0 0 0;
	width: 180px;
	height: 25px;
	display: block;
	position: absolute;

}
#admission{
	margin: 0 auto;
	padding: 50px 0 0 0;
	width: 233px;
	height: 255px;
	background: url(../images/sides/castleadmision.png) top left no-repeat;
	color: #553226;
	text-align: center;
	line-height: 1.1em;
}

#archaeology{
	margin: 0 auto;
	padding: 0;
	width: 233px;
	height: 260px;
	background: url(../images/sides/archaeology.png) top left no-repeat;
	color: #553226;
}
#google3d{
	margin: 0 auto;
	padding: 0;
	width: 233px;
	height: 293px;
	background: url(../images/sides/3d.png) top left no-repeat;
	color: #553226;
}
#wedding_brochure{
	margin: 0 auto;
	padding: 0;
	width: 233px;
	height: 213px;
	background: url(../images/sides/wedding_brochure.png) top left no-repeat;
	color: #553226;
}
#funandgames{
	margin: 0 auto;
	padding: 0;
	width: 233px;
	height: 303px;
	background: url(../images/sides/funandgames.png) top left no-repeat;
	color: #553226;
}
#side_timeline{
	margin: 0 auto;
	padding: 0;
	width: 233px;
	height: 303px;
	background: url(../images/sides/timeline.png) top left no-repeat;
	color: #553226;
}
#side_books{
	margin: 0 auto;
	padding: 0;
	width: 233px;
	height: 303px;
	background: url(../images/sides/books.png) top left no-repeat;
	color: #553226;
}
#openingtimes{
	margin: 0 auto;
	padding: 50px 20px 0 20px;
	width: 193px;
	height: 189px;
	background: url(../images/sides/openingtimes.png) top left no-repeat;
	color: #553226;
	text-align: center;
	line-height: 1.1em;
}
#yourbasket{
	margin: 0 auto;
	width: 233px;
	height: 133px;
	background: url(../images/sides/yourbasket.png) top left no-repeat;
}
#yourbasket a{
	margin: 0 auto;
	padding: 50px 20px 0 20px;
	width: 193px;
	height: 83px;
	color: #553226;
	text-align: center;
	line-height: 1.1em;
	display: block;
}
#yourbasket a:hover{
	text-decoration: none;
}
#departments{
	margin: 0 auto;
	padding: 45px 0 0 0;
	width: 233px;
	height: 261px;
	background: url(../images/sides/departments.png) top left no-repeat;
	color: #553226;
	text-align: center;
	line-height: 1.8em;
}
#twitter{
	margin: 0 auto;
	padding: 50px 0 0 0;
	width: 233px;
	height: 142px;
	background: url(../images/sides/twitter.png) top left no-repeat;
	color: #553226;
	text-align: center;
	line-height: 1.1em;
}
#twitter p{
	margin: 5px auto;
	padding: 0;
	width: 180px;
	color: #553226;
	text-align: left;
	font-size: 12px;
	line-height: 14px;
}
#twitter span{
	display: none;
}
#twitter .butt_followus{
	margin: 0 auto;
	width: 192px;
	height: 43px;
	background: url(../images/common/butt_followus.png) 0 0 no-repeat;
	display: block;
	border: 0;
	clear: both;
}
#twitter .butt_followus:hover{
	opacity:.9;
	filter:alpha(opacity=90);
}
#contact{
	margin: 0 auto;
	padding: 50px 0 0 0;
	width: 233px;
	height: 180px;
	background: url(../images/sides/contactus.png) top left no-repeat;
	color: #553226;
	text-align: center;
	line-height: 1.1em;
}
#contact a {
	font-size: .9em;
}
em{
	color: #ae7913;
	font-weight: bold;
}
b{
	color: #ae7913;
	font-size: .8em;
}
.centre{
	text-align: center;
	width: auto;
}
/* Forms */
label{
	padding: 0px 15px 0 3px;
	display: block;
	color: #553226;
	width: 120px;
	height: 22px;
	text-align: right;
	float: left;
	font-size: .9em;
}
input.text{
	margin: 0;
	padding: 0;
	width: 300px;
	height: 20px;
	border: 1px #694232 solid;
	background: url(../images/common/form_bg.png) top left repeat-x;
}
select{
	margin: 0;
	padding: 0;
	clear: both;
	width: 300px;
	height: 20px;
	border: 1px #694232 solid;
	background: #f4ebd2 url(../images/common/form_bg.png) top left repeat-x;
}
textarea{
	margin: 0;
	padding: 0;
	width: 300px;
	height: 150px;
	border: 1px #694232 solid;
	font-family: Tahoma, Arial, Verdana, Sans-serif;
	font-size: 1em;
	background: url(../images/common/form_bg_t.png) top left repeat-x;
}
.butt_refresh{
	height: 25px;
	width: 25px;
	display: inline;
	border: 0;
	cursor: pointer;
	background: url(../images/common/butt_refresh.png) 0 6px no-repeat;
	margin: 0 0 0 2px;
}

/* Basket */
table#basket{
	width: 100%;
	color: #704b39;
}
table#basket tr{
	width: 100%;
}
table#basket tr th{
	color: #6d5745;
	border-width: 0 0 1px 0;
	border-color: #a48871;
	border-style: solid;
}
table#basket tr td{
	padding: 5px 0 5px 0;
	height: 30px;
}
#shipping_form {
	clear: both;
	width: 100%;
	height: auto;
	float: right;
	border-width: 1px 0 0px 0;
	border-color: #a48871;
	border-style: solid;
}
#shipping_form label{
	clear: both;
	width: 305px;
}
#basket_extras_discounts{
	clear: both;
	width: 339px;
	height: auto;
	float: right;
}
#basket_extras_discounts label{
	margin: 4px 0 0 0 ;
}
#basket_totals{
	margin: 5px 0 0 0;
	color: #6d5745;
	border-width: 0px 0 1px 0;
	border-color: #a48871;
	border-style: solid;
	width: 100%;
	float:right;
}
#basket_totals strong{
	font-weight: bold;
}
#basket_totals td.right{
	width: 440px;
	text-align: right;
}
#basket_totals tr{
	padding: 5px 0 5px 0;
	height: 25px;
}
#basket_totals td.righttwo{
	padding: 0 0 0 10px;
}
#thecastle{
	margin: 37px 0 0 -16px;
	width: 791px;
	height: 300px;
	background: url(../images/common/castle_top.png) top left no-repeat;
	position: absolute;
	z-index:6;
}
.red_pointer{
	width: 17px;
	height: 17px;
	display: block;
	background: url(../images/common/red_pointer.png) top left no-repeat;
}
#rp_1{
	position: absolute;
	margin: 90px 0 0 85px;
	z-index: 8;
}
#rp_1:hover{
	position: absolute;
	margin: 65px 0 0 73px;
	z-index: 9;
	width: 145px;
	height: 42px;
	background: url(../images/castle/over_1.png) top left no-repeat;
}
#rp_2{
	position: absolute;
	margin: 80px 0 0 105px;
	z-index: 8;
}
#rp_2:hover{
	position: absolute;
	margin: 55px 0 0 93px;
	z-index: 9;
	width: 135px;
	height: 42px;
	background: url(../images/castle/over_2.png) top left no-repeat;
}
#rp_3{
	position: absolute;
	margin: 110px 0 0 105px;
	z-index: 8;
}
#rp_3:hover{
	position: absolute;
	margin: 85px 0 0 93px;
	z-index: 9;
	width: 134px;
	height: 42px;
	background: url(../images/castle/over_3.png) top left no-repeat;
}
#rp_4{
	position: absolute;
	margin: 105px 0 0 155px;
	z-index: 8;
}
#rp_4:hover{
	position: absolute;
	margin: 80px 0 0 143px;
	z-index: 9;
	width: 166px;
	height: 42px;
	background: url(../images/castle/over_4.png) top left no-repeat;
}
#rp_5{
	position: absolute;
	margin: 50px 0 0 335px;
	z-index: 8;
}
#rp_5:hover{
	position: absolute;
	margin: 25px 0 0 323px;
	z-index: 9;
	width: 197px;
	height: 42px;
	background: url(../images/castle/over_5.png) top left no-repeat;
}
#rp_6{
	position: absolute;
	margin: 65px 0 0 235px;
	z-index: 8;
}
#rp_6:hover{
	position: absolute;
	margin: 40px 0 0 223px;
	z-index: 9;
	width: 153px;
	height: 42px;
	background: url(../images/castle/over_6.png) top left no-repeat;
}
#rp_7{
	position: absolute;
	margin: 50px 0 0 185px;
	z-index: 8;
}
#rp_7:hover{
	position: absolute;
	margin: 25px 0 0 173px;
	z-index: 9;
	width: 207px;
	height: 42px;
	background: url(../images/castle/over_7.png) top left no-repeat;
}
#rp_8{
	position: absolute;
	margin: 45px 0 0 240px;
	z-index: 8;
}
#rp_8:hover{
	position: absolute;
	margin: 20px 0 0 228px;
	z-index: 9;
	width: 152px;
	height: 42px;
	background: url(../images/castle/over_8.png) top left no-repeat;
}
#rp_9{
	position: absolute;
	margin: 135px 0 0 355px;
	z-index: 8;
}
#rp_9:hover{
	position: absolute;
	margin: 110px 0 0 343px;
	z-index: 9;
	width: 168px;
	height: 42px;
	background: url(../images/castle/over_9.png) top left no-repeat;
}
#rp_10{
	position: absolute;
	margin: 70px 0 0 500px;
	z-index: 8;
}
#rp_10:hover{
	position: absolute;
	margin: 45px 0 0 488px;
	z-index: 9;
	width: 263px;
	height: 42px;
	background: url(../images/castle/over_10.png) top left no-repeat;
}
#rp_11{
	position: absolute;
	margin: 130px 0 0 480px;
	z-index: 8;
}

#rp_11:hover{
	position: absolute;
	margin: 105px 0 0 468px;
	z-index: 9;
	width: 178px;
	height: 42px;
	background: url(../images/castle/over_11.png) top left no-repeat;
}
#rp_12{
	position: absolute;
	margin: 100px 0 0 490px;
	z-index: 8;
}
#rp_12:hover{
	position: absolute;
	margin: 75px 0 0 478px;
	z-index: 9;
	width: 123px;
	height: 42px;
	background: url(../images/castle/over_12.png) top left no-repeat;
}
#rp_13{
	position: absolute;
	margin: 125px 0 0 550px;
	z-index: 8;
}
#rp_13:hover{
	position: absolute;
	margin: 100px 0 0 538px;
	z-index: 9;
	width: 286px;
	height: 42px;
	background: url(../images/castle/over_13.png) top left no-repeat;
}
#rp_14{
	position: absolute;
	margin: 185px 0 0 720px;
	z-index: 8;
}
#rp_14:hover{
	position: absolute;
	margin: 160px 0 0 708px;
	z-index: 9;
	width: 161px;
	height: 42px;
	background: url(../images/castle/over_14.png) top left no-repeat;
}
#rp_15{
	position: absolute;
	margin: 150px 0 0 600px;
	z-index: 8;
}
#rp_15:hover{
	position: absolute;
	margin: 125px 0 0 588px;
	z-index: 9;
	width: 135px;
	height: 42px;
	background: url(../images/castle/over_15.png) top left no-repeat;
}
#rp_16{
	position: absolute;
	margin: 140px 0 0 670px;
	z-index: 8;
}
#rp_16:hover{
	position: absolute;
	margin: 115px 0 0 658px;
	z-index: 9;
	width: 104px;
	height: 42px;
	background: url(../images/castle/over_16.png) top left no-repeat;
}
.castle_content {
	padding:10px;
	min-height:300px;
	margin:0px;
	color: black;
}
.castle_content .info{
	width: 500px;
	float: right;
	margin: 0 20px 0 0;
}
.castle_content .info .castle_timelinelisting{
	width: 500px;
	height: auto;
	border-width: 1px 0 0px 0;
	border-style: dotted;
	border-color: #553226;
	padding: 20px 0 0 0;
	clear: both;
	
}
.castle_content .info .castle_timelinelisting img{
	margin: 0 10px 0 0;
	float: left;
	width: 100px;
	border: 1px #553226 solid;
}
.castle_content .info .castle_timelinelisting .linfo{
	padding: 0 0 10px 00px;
	float: right;
	width: 500px;
}
.castle_content .info .castle_timelinelisting .linfo .date{
	float: left;
	width: 50px;
	color: #553226;
	font-weight: bold;
	font-size: 1.1em;
}
.castle_content .info .castle_timelinelisting .linfo .title{
	float: left;
	width:auto;
	color: #ae7913;
	font-weight: bold;
	font-size: 1.1em;
}
.castle_content .info .castle_timelinelisting .linfo .text{
	clear: both;
	width: auto;
	color: #553226;
	font-size: .9em;
	line-height: 1.3em;
}
.castle_content .info .castle_timelinelisting .linfo2{
	padding: 0 0 0 10px;
	float: right;
	width: 380px;
}
.castle_content .info .castle_timelinelisting .linfo2 .date{
	float: left;
	width: 50px;
	color: #553226;
	font-weight: bold;
	font-size: 1.1em;
}
.castle_content .info .castle_timelinelisting .linfo2 .title{
	float: left;
	width:auto;
	color: #ae7913;
	font-weight: bold;
	font-size: 1.1em;
}
.castle_content .info .castle_timelinelisting .linfo2 .text{
	clear: both;
	width: auto;
	color: #553226;
	font-size: .9em;
}
.castle_content .info .txt{
	padding: 5px 10px 5px 5px;
	line-height: 1.5em;
	font-size: 1.1em;
	color: #553226;
}
.castle_content .info .txt1{
	padding: 5px 10px 5px 5px;
	line-height: 16px;
	font-size: 1em;
	color: #553226;
}
.castle_screen h3{
	cursor: pointer;
}
.castle_screen .butt_findoutmore{
	margin: 160px 0 0 240px;
	padding: 0;
	width: 110px;
	height: 30px;
	background: url(../images/common/butt_findoutmore.png) 0 0 no-repeat;
	display: block;
	position: absolute;
}
.castle_screen .txt2{
	padding: 30px 10px 5px 5px;
	line-height: 16px;
	font-size: .9em;
	color: #553226;
	display: none;
}
.castle_content h2{
	margin: 0;
	width: 100%;
	font-size: 1.5em;
	line-height: 1.6em;
	font-weight: 100;
	height: 40px;
	color: #ae7913;
	display: block;
	background: url(../images/titles/blank_titlesmall.png) bottom left repeat-x;
}
#loading {
	margin: 0 auto;
	clear:both;
	background:url(../images/common/loader.gif) 0 20px no-repeat;
	text-align:center;
	width:16px;
	height: 60px;
	font-size:12px;
	display: none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.clear_loading{
	clear: both;
	display: none;
	height: 30px;
}
#loading_history {
	margin: 20px auto 0 auto;
	clear:both;
	background: url(../images/common/loader.gif) center 20px no-repeat;
	text-align:center;
	width:150px;
	height: 60px;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#outcontent {
	clear:both;
	margin: 250px 0 0 -16px;
	width: 791px;
}
#map_canvas{
	width:502px;
	height:420px;
	margin: 0 auto 20px auto;
}
/* News Section */
.blog_listing{
	width: 503px;
	height: auto;
	padding: 0;
}
.blog_listing h3{
	display: block;
	font-size: 1.2em;
	color: #9e531a;
	font-weight: bold;
}
.blog_listing h6{
	display: block;
	font-size: .9em;
	color: #4d3229;
	font-weight: 100;
	line-height: 1.2em;
}
.blog_listing h4{
	display: block;
	font-size: 1em;
	color: #4d3229;
	font-weight: 100;
	line-height: 1.2em;
}
.blog_listing h4 a{
	color: #9e531a;
	font-weight: bold;
}
.blog_listing h5{
	padding: 2px 0;
	display: block;
	font-size: .9em;
	color: 4d3229;
	font-weight: 100;
}
.blog_listing h5 a{
	color: #9e531a;
	font-weight: bold;
}
.blog_listing h5.date{
	font-weight: bold;
}
.blog_listing img{
	float: right;
	margin: 0 0 10px 20px;
	border: 3px #9e531a solid;
}

#comments_cont h4{
	display: block;
	font-size: 1.1em;
	color: #9e531a;
	font-weight: bold;
}

#comments_cont h5{
	display: block;
	font-size: 1em;
	color: #9e531a;
	font-weight: bold;
}

#comments_cont h6{
	padding: 2px 0;
	display: block;
	font-size: .9em;
	color: #4d3229;
	font-weight: 100;
}

#comments_cont h6.red{
	color: red;
	font-weight: bold;
}

#comments_cont h6.centre{
	margin: 0 auto;
	text-align: center;
}

#comments_cont #comments .post{
	margin: 5px auto 0 auto;
	padding: 5px;
	height: auto;
	width: 483px; 
	clear: both;
	border-style: dotted;
	border-color: #6d4b39; 
	border-width: 0 0 1px 0;
}
#comments_cont #comments .post .txt{
	border-width: 0;
	border-style: solid;
	border-color: #806b62;
	float: right;
	width: 300px;
	padding: 0 5px;
	min-height: 40px;
}
#comments_cont #comments .post .data{
	width: 170px;
	height: auto;
	float: left;
	padding: 0px;
	font-size: .9em;
	font-weight: bold;
}
#comments_cont #comment{

}
#comments_form{
	margin: 5px 0 0 0;
	padding: 15px 0 0 0;
	border: 0;
}

input.off{
	display: none;
}
#instructions{
	margin: 60px auto 0 auto;
	width: 420px;
	height: 378px;
	text-align: center;
	padding: 80px 185px 0 185px;
	background: url(../images/timeline/intro.png) top center no-repeat;
}
#instructions h3{
	color: #553226;
	font-weight: bold;
	display: block;
	font-size: 1.3em;
	line-height: 1.3em;
	margin: 0 0 5px 0;
}
#instructions h4{
	color: #553226;
	font-weight: bold;
	display: block;
	font-size: 1.2em;
	line-height: 1.2em;
	margin: 0 0 5px 0;
}
#instructions h5{
	color: #553226;
	font-weight: 100;
	display: block;
	font-size: 1em;
	line-height: 1.2em;
}
.butt_crossword{
	margin: 0 0 0 -15px;
	width: 788px;
	height: 232px;
	position: absolute;
	background: url(../images/game/crossword_dload.jpg) top left no-repeat;
}
.clear_crossword{
	margin: 0;
	height: 180px;
	width: auto;
	clear: both;
}
.butt_bamrea{
	margin: 0 0 0 -15px;
	width: 789px;
	height: 197px;
	position: absolute;
	background: url(../images/common/butt_bamre.jpg) top left no-repeat;
}
.butt_screen{
	margin: 0 0 0 -15px;
	width: 789px;
	height: 204px;
	position: absolute;
	background: url(../images/common/screenappeal.jpg) top left no-repeat;
}
.clear_screen{
	margin: 0;
	height: 180px;
	width: auto;
	clear: both;
}
.clear_bamrea{
	margin: 0;
	height: 148px;
	width: auto;
	clear: both;
}
.moreinfo1{
	width: 320px;
	height: 350px;
	padding: 20px 15px 0 15px;
	overflow: hidden;
}
.moreinfo1 img{
	float: right;
	padding: 0 0 0 5px;
}
.moreinfo1 .title{
	width: 370px;
	height: auto;
	padding: 2px 0 5px 0;
	border-width: 0px 0 1px 0;
	border-color: #4d3229;
	border-style: solid;
	color: #4d3229;
	font-size: 18px;
	font-weight: bold;
}
.moreinfo1 .date{
	width: 370px;
	height: auto;
	color: #ad7813;
	font-size: 16px;
	font-weight: bold;
}
.moreinfo1 .intro{
	height: auto;
	line-height: 1.2em;
	overflow: hidden;
	color: #4d3229;
	font-size: 12px;
	font-weight: bold;
}
.moreinfo1 .txt{
	height: auto;
	overflow: hidden;
	color: #4d3229;
	font-size: 12px;
}
.moreinfo{
	width: 590px;
	height: 350px;
	padding: 20px 15px 0 15px;
	overflow: hidden;
}
.moreinfo .title{
	width: 590px;
	height: auto;
	padding: 2px 0 5px 0;
	border-width: 0px 0 1px 0;
	border-color: #4d3229;
	border-style: solid;
	color: #4d3229;
	font-size: 18px;
	font-weight: bold;
}
.moreinfo .date{
	width: 590px;
	height: auto;
	color: #ad7813;
	font-size: 16px;
	font-weight: bold;
}
.moreinfo .intro{
	height: auto;
	line-height: 1.2em;
	overflow: hidden;
	color: #4d3229;
	font-size: 12px;
	font-weight: bold;
}
.moreinfo .txt{
	height: auto;
	overflow: hidden;
	color: #4d3229;
	font-size: 12px;
}

#audio{
	margin: 340px 0 0 40px;
	padding: 2px;
	width: 172px;
	height: 36px;
	background: url(../images/common/audio_bg.png) 0 0 no-repeat;
}
#audio .stop{
	margin: 0;
	padding: 0;
	width: 32px;
	height: 34px;
	display: block;
	float: left;
	background: url(../images/common/audio_stop.png) 0 0 no-repeat;
}
#audio .stop:hover{
	background: url(../images/common/audio_stop.png) 0 -35px no-repeat;
}
#audio .play{
	margin: 0;
	padding: 0;
	width: 31px;
	height: 34px;
	display: block;
	float: left;
	background: url(../images/common/audio_play.png) -1px 0 no-repeat;
}
#audio .play:hover{
	background: url(../images/common/audio_play.png) -1px -35px no-repeat;
}
#audio .pause{
	margin: 0;
	padding: 0;
	width: 31px;
	height: 34px;
	display: block;
	float: left;
	background: url(../images/common/audio_pause.png) 0 0 no-repeat;
}
#audio .pause:hover{
	background: url(../images/common/audio_pause.png) 0 -35px no-repeat;
}

.logo_greentour{
	margin: -10px 0 0 680px;
	width: 82px;
	height: 102px;
	position: absolute;
	z-index: 10;
	background: url(../images/common/logo_greentour.png) 0 0 no-repeat;
}
.logo_SilverAward{
	margin: -10px 0 0 640px;
	width: 146px;
	height: 100px;
	position: absolute;
	z-index: 10;
	background: url(../images/common/Silver-Award-logo.png) 0 0 no-repeat;
}
.logo_enjoyengland{
	margin: -10px 0 0 0;
	width: 76px;
	height: 103px;
	position: absolute;
	z-index: 10;
	background: url(../images/common/logo_enjoyengland.png) 0 0 no-repeat;
}

#awards{
	margin: 0;
	padding: 130px 0 17px 31px;
	width: 233px;
	height: 154px;
	background: url(../images/sides/awards.png) 0 0 no-repeat;
}
#eventsboard_top{
	margin: 0;
	padding: 0;
	width: 233px;
	height: 66px;
	background: url(../images/sides/eventsboard_top.png) 0 0 no-repeat;
	text-align: center;
}
#eventsboard_top h3{
	visibility: hidden;
}
#eventsboard_bottom{
	margin: 0;
	padding: 0;
	width: 233px;
	height: 49px;
	background: url(../images/sides/eventsboard_bottom.png) 0 0 no-repeat;
	text-align: center;
	clear: both;
}
#eventsboard li{
	margin: 0;
	padding: 15px 30px 5px 30px;
	width: 173px;
	height: auto;
	background: url(../images/sides/eventsboard_list.png) 0 0 no-repeat;
	text-align: center;
	clear: both;
}
.side_divider{
	margin: 0 0 0 -15px;
	padding:0;
	width: 203px;
	height: 15px;
	background: url(../images/sides/divider.png) 0 0 no-repeat;
	display: block;
	clear: both;
}
#timeline{
	height: 437px;
	width:788px;
	display: block;
	position: absolute;
	margin: 30px 0 0 -14px;
	z-index: 1;
}

/* Checkout CSS */

#checkout_main{
	margin: 0;
}
#checkout_main #checkout_login{
	padding: 5px 0 0 0;
}
#checkout_main  #nothanks {

}
#checkout_main p{
	font-size: 1em;
}
#checkout_main p.title, #checkout_main legend.title{
	margin: 5px 0 5px 0;
	font-size: 1.2em;
	line-height: 1.5em;
	border-bottom: 1px #8b766b solid;
	width: 100%;
}
.butt_skip {
	margin: 5px 0 10px 126px;
	width: 89px;
	height: 43px;
	background: url(../images/common/buttb_skip.png) top left no-repeat;
	display: block;
	border: 0;
	cursor: pointer;
}
#process{
	margin: 0;
	width: 503px;
	height: 45px;
	color: #ae7913;
	display: block;
	background: url(../images/titles/blank_titlesmall.png) 0 -8px no-repeat;
}
#billing {
	float: left;
	width: 290px;
	color: #902018;
}
#billing .label {
	display: inline-block;
	width: 100px;
	color: #553226;
}
#shipping {
	color: #902018;
}
#shipping .label {
	display: inline-block;
	width: 100px;
	color: #553226;
}
.butt_appstore{
	margin: -40px 0 0 215px;
	padding: 0;
	width: 119px;
	height: 38px;
	display: block;
	position: absolute;
	background: url(../images/common/butt_appstore.png) no-repeat 0 0;
}
.butt_appstore:hover{
	background: url(../images/common/butt_appstore.png) no-repeat 0 -38px;
}
/* Cookies */

#cookies{
	margin: 0;
	padding: 0;
	width: 100%;
	height: 45px;
	display: block;
	background: #443629;
	border-top: 1px #686868 solid;
	color: #ffffff;
	text-align: center;
	line-height: 45px;
	font-size: 12px;
	bottom: 0;
	position: fixed;
	z-index: 100;
}
	#cookies #butt_morecookies{
		color: #ffffff;
		font-weight: bold;
		opacity:0.6;
		filter:alpha(opacity=60);
		
	}
	#cookies #butt_cookies{
		text-decoration: none;
		margin: 0 0 0 20px;
		padding: 3px;
		width: 135px;
		height: 25px;
		background: #686868;
		border: 1px #000000 solid;
		color: #ffffff;
	}
	#cookies #butt_cookies:hover{
		text-decoration: none;
		background: #686868; 
	}
	
#sagepay{
	margin: 0;
	float: left;
	clear: left;
}

.content_image{
	margin: 10px;
	border: 1px #d9c292 solid;
	box-shadow: 0px 0px 10px #4d4433;
}