body{
	font-family: Arial, Helvetica, sans-serif;
	color:#666;	
	font-size: 9pt;	
}
#Container{
	width: 950px;
	margin: 0px auto;
	background-color: #FFF;
}

/* Logo Container */
#LogoContainer{
	width: 950px;
	height: 139px;
	margin: 15px auto -15px auto;
}
#LogoContainer H1{
	height: 103px;
	width: 151px;
	background: url('../../assets/img/core/logoMainHeader.png') no-repeat;
	float: left
}
#LogoContainer H1 a{
	display: block;
	height: 103px;
	width: 151px;
}
#LogoContainer H1 a span{
	display: none;
}
#LogoContainer #FlaBanner{
	float: right;
}
/* End Logo Container */

/* Header Container */
#Header{
	margin-bottom: 0px;
}
#Header #Banner{
	width: 950px;
}
/* End Header Container */

/* Main Content */
#Content{
	margin-bottom: 10px;
}
#Content #ContentLeft{
	float: left;
	width: 200px;
	min-height: 100px;
	margin-top: 10px;
}
#Content #ContentLeft .HeaderBox{
	height: 20px;
	padding: 10px 5px 5px 5px;
	margin-bottom: 10px;
}
.HeaderBox h4{
	border: 0px solid #FF0000;
}
#Content #ContentRight{
	float: left;
	width: 700px;
	border-left: 1px solid #eae9e7;
	padding-left: 15px;
	margin-top: 10px;
	margin-left: 15px;
}
#Content #ContentRight #Copy{
	line-height: 14pt;
}
#Content #ContentRight #Copy img.Left{
	float: left;
	margin: 0 10px 20px 0;
	padding: 2px;
	border: 1px solid #CCC;
}
#Content #ContentRight #Copy img.Right{
	float: right;
	margin: 0 0 20px 10px;
	padding: 2px;
	border: 1px solid #CCC;
}
#Copy #CopyImgRight{
	float: right;
	width: 210px;
	text-align: center;
}
#Copy #CopyImgLeft{
	float: left;
	width: 470px;
}
/* End Main Content */

/* Home */ 
#HomeContainer{
	padding: 5px;
	/*font-size: .9em;*/
	text-align: justify
}
.HomeColumn{
	float: left; 
	width: 300px;
	margin: 5px 10px 10px 0;
	padding-top: 5px;
}
.HomeColumn.Highlight{
	background-color: #EFE9E0;
}
.Pad{
	height: 1%;
}
#GrowYourOwn{
	height: 396px;
}
#GrowYourOwn span{
	display: none;
}
#GrowYourOwn #myId3{
	position: relative;
	z-index: 2
}
#GrowYourOwn p{
	width: 175px;
	float: right;
	margin-top: -140px;
	position: relative;
	z-index: 10;
}
#HomeMovie{
	width: 290px;
	margin: 0px auto;
	text-align: center;
}
#HomeMovieCopy{
	width: 290px;
	margin: 5px auto;
}
#TicketsBtn{
	height: 50px;
	width: 300px;
	background: url('../../assets/img/home/btnHomeBuyTickets.jpg') no-repeat;
}
#TicketsBtn a{
	display: block;
	height: 50px;
	width: 300px;
}
#TicketsBtn a span{
	display: none;
}
#WhatsOnBtn{
	height: 50px;
	width: 300px;
	background: url('../../assets/img/home/btnHomeWhatsOn.jpg') no-repeat;
}
#WhatsOnBtn a{
	display: block;
	height: 50px;
	width: 300px;
}
#WhatsOnBtn a span{
	display: none;
}
#LoginBtn{
	height: 50px;
	width: 300px;
	background: url('../../assets/img/home/btnHomeLogin.jpg') no-repeat;
}
#LoginBtn a{
	display: block;
	height: 50px;
	width: 300px;
}
#LoginBtn a span{
	display: none;
}
#NewsHolder{
	height: 299px;
	width: 300px;
	background: url('../../assets/img/home/imgNewsHolder.jpg') no-repeat;
	margin-bottom: -10px;
}
/* End Home */

/* Site Footer */
#Footer{
	height: 48px;
	width: 950px;
	/*margin: 10px -5px -5px -5px;*/
	color: #FFF;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	font-size: 0.8em;
	text-align: center;
	margin: 0px auto;
}
#Footer #Links{
	padding-top: 20px;
}
#Footer a{
	color: #FFF;
	text-decoration: none;
}
.Spider{
	width: 75px; 
	height: 49px; 
	background: url('/assets/img/core/imgFooterSpider.jpg') no-repeat; 
	margin-left: 50px;
	float: left;
}
.Worm{
	width: 228px;
	height: 49px;
	background: url('http://preview.cravens.co.uk/alnwick/overlayDemo/assets/img/core/imgFooterWorm.jpg') no-repeat;
	margin-right: 280px;
	float: right;
}
#Cravens{
	font-size: .8em; 
	float: right; 
	margin-top: 5px
}
#Cravens a:hover{
	color: #004795
}
/* End Site Footer */

/*  Auth views */
#LoginDrop{
	height: 31px; 
	width: 108px; 
	background: url('../../assets/img/core/btnLoginTab.jpg') no-repeat; 
	float: right; 
	margin-right: 20px;
}
#LoginDrop #toggle{
	height: 31px; 
	width: 108px; 
	display: block
}
#LoginDrop #toggle span{
	display: none;
}
#ToggleLoginBox{
	width: 250px; 
	float: right; 
	border: 1px solid #CCC; 
	padding: 5px; 
	color: #666; 
	font-size: .9em; 
	margin-right: 20px; 
	margin-top: 40px;
}
/*  End Auth views */

/* Generic Items */
#msgbox{
	padding: 5px;
	font-size: 0.9em;
	border: 1px solid #C9CA53;
	background-color: #E0E28E;
	color: #666;
	font-weight: bold;
	text-align: center;
	margin: 10px auto;
	width: 90%;
}
#errbox{
	padding: 5px;
	font-size: 0.9em;
	border: 1px solid #710000;
	text-align: center;
	color: #FFF;
	font-weight: bold;
	background-color: #9B0000;
	margin: 10px auto;
	width: 90%;
}
#FlashHolder{
	text-align: center;
	position: relative;
	z-index: 1;
}
#FlashVideo{
	width: 300px;
	margin: 0px auto;
	clear: both;
}
ul.List{
	list-style-position: inside;
	list-style-type: circle;
	/*margin-left: 5px;*/
	margin-bottom: 10px;
}
ul.List li{
	padding-left: 15px;
	padding-bottom: 5px;
}
#HeaderBoxOne{
	height: 226px; 
	width: 710px; 
	background: url('../../assets/img/core/bgHeaderBox.jpg') no-repeat; 
	float: left; 
	font-size: 1em;
	margin-bottom: 15px;
}
#HeaderBoxOne #Tag{
	text-align: center;
	width: 110px;
	margin: 20px 0 0 45px; 
}
H2.TagHeader{
	font-size: 1.6em;
	color: #FFF;
	text-align: center;
}
#HeaderBoxOne .Img{
	height: 99px; 
	width: 130px; 
	float: right;
	margin: -20px 110px 0 0;
}
#HeaderBoxOne #One{
	background: url('../../assets/img/core/HeaderBoxTagImg.png') no-repeat; 
}
#HeaderBoxOne #Two{
	background: url('../../assets/img/core/HeaderBoxTagImg.png') no-repeat; 
}
#HeaderBoxOne #Four{
	background: url('../../assets/img/core/HeaderBoxTagImg4.png') no-repeat; 
}/*
#HeaderBoxOne #Tag .Img.Five{
	background: url('../../assets/img/core/HeaderBoxTagImg5.png') no-repeat; 
}
#HeaderBoxOne #Tag .Img.Six{
	background: url('../../assets/img/core/HeaderBoxTagImg6.png') no-repeat; 
}
#HeaderBoxOne #Tag .Img.Seven{
	background: url('../../assets/img/core/HeaderBoxTagImg7.png') no-repeat; 
}*/

#HeaderBoxOne #Body p{
	float: left;
	margin-top: -8px;
}
#HeaderBoxOne #Body p img{
	float: left
}
#HeaderBoxOne #Body{
	margin-top: -30px; 
	margin-left: 65px; 
	float: left; 
	width: 450px;
	font-size: 1.2em;
}
#HeaderBoxOne #Body.wide{
	width: 600px;
}
#HeaderBoxOne .RightImg{
	width: 163px; 
	float: right;
	margin-top: -150px;
}
#HeaderBoxOne .RightImg.One{
	background: url('../../assets/img/core/imgGardenDutchess.png') no-repeat;
	height: 176px; 
	margin: -28px 5px 0 0;
}
#HeaderBoxOne .RightImg.Two{
	background: url('../../assets/img/core/imgRightBoxTwo.png') no-repeat;
	height: 149px;
	width: 155px;
	margin: -28px 10px 0 0;
}
#HeaderBoxOne .RightImg.Three{
	background: url('../../assets/img/core/imgRightBoxThree.png') no-repeat;
	height: 149px;
	width: 155px;
	margin: -28px 10px 0 0;
}
#HeaderBoxOne .RightImg.Four{
	background: url('../../assets/img/core/imgRightBoxFour.png') no-repeat;
	height: 149px;
	width: 155px;
	margin: -28px 10px 0 0;
}
#HeaderBoxOne .RightImg.Five{
	background: url('../../assets/img/core/imgRightBoxFive.png') no-repeat;
	height: 149px;
	width: 155px;
	margin: -28px 10px 0 0;
}
.ContentTitle{
	border-bottom: 1px solid #e8e6e4;
	margin-bottom: 15px;
	margin-top: 5px;
	width: 680px;
}
#Signature{
	width: 170px;
	height: 52px;
	background: url('../../assets/img/core/imgSig.png');
	margin-top: -30px;
	margin-bottom: -30px;
	float: right;
}
.QuotePanel, .QuotePanel2{
	padding: 5px; 
}
h2.HomeHeader{
	margin-bottom: 10px;
	border-bottom: 0px solid #FFF;
}
h3.HomeSubHeader{
	border-bottom: 1px solid #e8e6e4;
	margin-bottom: 10px;
}
h1, h2, h3, h4{
	color: #333;
}
h2{
	font-size: 140%;
}
h3{
	font-weight: normal;
	font-size: 1.2em;
	margin-bottom: 10px;
}
h4{
	font-size: 1.1em;
	border-bottom: 1px solid #e8e6e4;
	margin-bottom: 10px;
	font-weight: normal;
}
a{
	text-decoration: none;
	font-weight: bold;
}
a:hover{
	color: #CCC;
}
.SubLink{
	font-size: .8em; 

}
p{
	margin-bottom: 20px;
	line-height: 14pt;
}
.Clear{
	clear:both; 
	height:1px; 
	line-height:1px;
}
/* End Generic Items */