* {margin:0; padding:0}


body, html {
	margin:0px;
	background: #3b4907 url(../images/img_backstri.gif) repeat-x;
}
#BackgroundWrapper {
	background: url(../images/bck_backimg2.jpg) no-repeat center top;
	width:100%;	
}
#Wrapper {
	width:1000px;
	margin:0px auto;
	
}

/* Banner Layout */
#Banner {
	height:136px;
	overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
	margin:0px;
}
#Banner .logo {
	float:left;
	width:286px;
	height:136px;
}
#Banner .TopNav {
	float:left;
	width:361px;
	height:36px;
	margin: 0px 0px 0px 26px;
}
#Banner .BookingLine {
	float:left;
	width:300px;
	height:36px;
	margin: 25px 10px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: right;
	font-size: 10px;
}
#Banner .MonthlyOffers {
	float:right;
	width:600px;
	height:36px;
	margin: 35px 30px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: right;
	display:inline;
	font-size: 10px;
	font-weight:bold;
}
/* Bar Navigation */
#Navigation {
	background: url(../images/bck_nav.gif) bottom;
	height: 39px;
	width: 1000px;	
}
#Navigation ul {
list-style-type: none;
padding-left:312px;
}
#Navigation li {
	float: left;
	text-align:center;
	color:#003399;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-transform:uppercase;
	color:#f23700;
	border-right: 1px solid #999999;
	border-left: 1px solid #FFFFFF;
	height:39px;
	
	
}
#Navigation li a {
	display:block;
	color:#474747;
	text-decoration:none;
	padding:14px 0px 0px 0px;
}
#Navigation li a:hover {
	color:#f23700;
}

/* Layout */
#MainContent {
	overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
	margin:0px;
	background: #e2e2e2 url(../images/bck_MainContent.gif) repeat-y;
	padding: 0px 0px 0px;
	font-family:Arial, Helvetica, sans-serif;
}


/* HTML tag styles */

#MainContent h1 {
	font-size:21px;
	padding-bottom:10px;
}
#MainContent h2 {
	font-size:17px;
}
#MainContent h3 {
	font-size:14px;
	padding-bottom:18px;
	font-weight: normal;
}
#MainContent h4 {
	font-size:16px;
	color:#333333;
	padding-bottom:10px;
}
#MainContent p {
 font-size:12px;
 padding-bottom:17px;
 line-height:17px;
 text-align:justify;
}

#MainContent a 
{	
	color:#000033;
	text-decoration:none;
}
#MainContent a:hover 
{	
	color:#82a024;
	text-decoration:none;
}


#leftcolumn { 
	display: inline;
	color: #333;
	margin: 0px 0px 0px 10px;
	padding: 12px 12px 50px 12px;
	width: 633px;
	float: left;
	background-color:#FFFFFF;
}

#rightcolumn {
	position: relative;
	margin: 0px 11px 0px 0px;
	padding: 0px;
	width: 314px;
	float: right;
	border-right: 1px solid #fff;
	background-color:#ededed;
}

/* Venue Page Layout */
#leftVenue { 
	display: inline;
	color: #333;
	margin: 0px 0px 0px 10px;
	padding: 49px 30px 50px 24px;
	width: 420px;
	float: left;
	background-color:#FFFFFF;
}

#rightVenue {
	position: relative;
	margin: 0px 10px 0px 0px;
	padding: 49px 12px 50px 0px;
	width: 491px;
	float: left;
	background-color: #FFFFFF;
}

/* Location Page Layout */
#leftLocations { 
	display: inline;
	color: #333;
	margin: 0px 0px 0px 11px;
	padding: 23px;
	background-color:#ededed;
}
#rptVenueContent h1 {
	color:#FF0000;
	font-size:16px;
	padding:20px 0px 10px 0px;

}
#rptVenueContent a {
	font-size:10px;
	text-transform:uppercase;
	color:#FF0000;
	text-decoration:none;
	font-weight:bold;
}
#rptVenueContent a:hover {
	color:#000;
}

#rightLocations {
	position: relative;
	margin: 0px 10px 0px 0px;
	padding: 49px 30px 50px 30px;
	width:640px;
	
	background-color: #FFFFFF;
}
#rightLocations h1 {

}

/* Footer */

#footer {
	margin:0px 0px 0px 0px;
	overflow: auto;
	background: #e2e2e2 url(../images/bck_pageend.gif) no-repeat bottom;
	padding: 0px 10px 0px 10px;
	font-family:Arial, Helvetica, sans-serif;
}
#footer a {
	color:#494949;
	text-decoration:none;
}
#footer a:hover {
	color:#FF0000;
	text-decoration:none;
}
#FooterDetails {
	background: url(../images/bck_footer.gif) repeat-x;
	height:110px;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	border-left: 1px solid #999999;
	overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
	margin:0px;
}
#leftfooter {
	display: inline;
	padding: 0px;
	width: 180px;
	float: left;
	
	font-size: 11px;
	color:#494949;
	margin: 30px 30px 0px;
}
#Centrefooter {
	display: inline;
	padding: 0px 10px 0px 0px;
	width: 390px;
	float: left;
	text-align:right;
	color:#494949;
	border-right: 1px solid #fff;
	font-size: 11px;
	margin-top: 30px;
}
#Centreright { 
	display: inline;
	padding: 0px;
	width: 310px;
	float: left;
	border-left: 1px solid #999999;
}

.location-links 
{
    margin: 15px 15px 15px 15px;
    color: #fff;
    font-size:12px;
    font-family: Arial, Helvetica, sans-serif;
}

.location-links a,
.location-links a:link,
.location-links a:visited 
{
    color: #fff;
    text-decoration:none;
}

.location-links a:hover 
{
    color: #f23700;
    text-decoration:none;
}

/* Games Zones Layout */

.GameZones {
	 background-image:url(../images/gamezones.gif);
	 background-repeat:no-repeat;
	 margin-right:18px;
	 height:308px;
	 width:152px;
	 padding:110px 20px 0px 20px;
 }
.GameZones table {
	
	
}
.GameZones td {
	border-bottom:solid 1px #5983bb;
	text-align:left; 
	color:#FFFFFF;
	font-size:14px;
	padding:5px 0px;
	font-weight:bold;
	text-transform:capitalize;
}
.GameZones th {
	text-align:right;
	color:#FFFFFF;
	font-size:12px;
	padding:3px;
	text-transform:capitalize;
}
/* Venue availability */
#DivVenueAvailability {
	width:291px;
	height:196px;
	margin-top:18px;
	/*background: url(../images/bck_checkavailability.gif) repeat;*/
}
.DivAvilabilityContent {
	padding:68px 152px 0px 22px;
	font-size:12px;
	color:#FFFFFF;
	font-weight:bold;
}
.DivAvilabilityContent2 {
	padding:0px 0px 0px 0px;
	font-size:12px;
	color:#FFFFFF;
	font-weight:bold;
}
.DivAvilabilityContent td {
	padding:5px;
}

#DivVenueDetails {
	background: url(../images/bck_VenueDetails.gif) no-repeat;
	height: 230px;
	width: 491px;
	margin-top: 18px;
}
.DivVenueDetailsContent {
	padding:10px;
}
.DivVenueDetailsContent th {
	padding:5px;
	font-size:13px;
	text-align:left;
	font-weight:normal;
}
.DivVenueDetailsContent td {
	font-size:13px;
	padding:2px;
}
#WelcomeContainer {
	padding:1px 12px 0 12px;
	height:248px;
	overflow:hidden;
	}
.WelcomeTestimonials {
	font-size:12px;
	color:#3e6dad;
	font-style:italic;
	font-weight:bold;
}

/* Welcome Customer Comments */
#CustmomerComments {
	background: url(../images/bck_customercomments.jpg) no-repeat;
	height: 361px;
	width: 271px;
	margin:22px 0px 20px 22px;
}
#VenueFinder {
	width:272px;
	height:307px;
	margin:22px 0px 20px 22px;
}

/* Booking Page Layout */
#leftBookOnline { 
	display: inline;
	color: #333;
	margin: 0px 0px 0px 11px;
	padding: 0px;
	width:640px;
	float: left;
	border-left:solid 1px #fff;
}

#rightBookOnline {
	position: relative;
	margin: 0px 0px 0px 0px;
	padding: 49px 0px 0px 0px; 
	width: 300px;
	float: left;
	background-color:#ededed;
	vertical-align:top;
}

#bookOnline {
	position: relative;
	margin: 0px 0px 0px 0px;
	padding: 49px 0px 0px 0px; 
	width: 640px;
	float: left;
	background-color: #FFFFFF;
	background: url(../images/bck_checkavailability.gif) no-repeat;
}

#Castle 
{
	background: url(../images/n_gameszones.jpg) no-repeat;		/* CHANGE LATER */
}

#TaskAssault
{
	background: url(../images/n_gameszones.jpg) no-repeat;
}

#leftGiftVoucher { 
	display: inline;
	color: #333;
	margin: 0px 10px 0px 11px;
	padding: 0px;
	width:640px;
	float: left;
	border-left:solid 1px #fff;
}

#rightGiftVoucher {
	position: relative;
	margin: 0px 0px 0px 0px;
	padding: 49px 0px 0px 0px; 
	width: 300px;
	float: left;
	background-color: #FFFFFF;
}

#leftGameZone { 
	display: inline;
	color: #333;
	margin: 0px 0px 0px 11px;
	padding: 0px;
	width:600px;
	float: left;
	border-left:solid 1px #fff;
}

#rightGameZone {
	position: relative;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px; 
	width: 300px;
	float: right;

	background-color:#efefef;
}

#rightPaintballGuns
{
	position: relative;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px; 
	width: 300px;
	float: left;
	background-color: #FFFFFF;
}

.leftQuote
{
	color: #5885AF;
	float: left;
	width: 265px;
}

.rightQuote
{
	color: #5885AF;
	float: left;
	width: 265px;
	padding-left:50px;
}

#leftCheckout { 
	display: inline;
	color: #333;
	margin: 0px 10px 0px 11px;
	padding: 10px;
	width:410px;
	
	border-left:solid 1px #fff;
	vertical-align:top;
}

#rightCheckout{
	position: relative;
	margin: 0px 0px 0px 0px;
	padding:10px 30px 30px 30px; 
	width: 500px;
	background-color: #ededed;
	vertical-align:top;
}

.green
{
	color:#67CC30;
	font-size:13px;
	font-weight:bold;
}

.rightLabel
{
	font-size:11px;
	vertical-align:top;
	text-align:right;
	padding-right: 10px;
}

.rightLabelMid
{
	font-size:11px;
	vertical-align:middle;
	text-align:right;
	padding-right: 10px;
	width:130px;
}

.leftData

{
	vertical-align:top;
	text-align:left;
}

.orangeL
{
	font-family: Arial;
	font-size:20px;
	font-weight:bold;
	color:#FE3402;
}

.payment
{
	background-color:#efefef; 
}

.nearbyVenue
{
	background: url(../images/NearestPaintball_ChangeLater.JPG) no-repeat;
	height:190px;
}

.white
{
	color:white;
	margin-bottom:10px;
}

.whiteLabel
{
	padding:0px 0px 0px 0px;
	font-size:12px;
	color:#FFFFFF;
	font-weight:bold;
}

.smallError
{
	font-size:12px;
	font-weight:bold;
}

.divAv
{
	background: url(../images/bck_checkavailability.gif) repeat;
	padding-left:20px;
	padding-top:60px;
	height:136px;
	margin-top:18px;
}

.boldBlack
{
	font-size:15px;
	font-weight:bold;
}

.orangeBold
{
	font-family: Arial;
	font-size:12px;
	font-weight:bold;
	color:#FE3402;
}

.smallNote
{
	padding-top:30px;
	font-size: 10px;
}

.normalSize
{
	font-size: 12px;
}

.BookOnlineDiv {
background-image:url(../images/bck_BookOnlineLong.gif);
background-repeat:no-repeat;
width:632px;
height:195;
}

.BookOnlineDiv2 {
background-image:url(../images/bck_BookOnlineLong.gif);
background-repeat:no-repeat;
width:632px;
border: 0px solid #000;
height:195px;
margin-bottom:35px;
}


.GiftVoucherOrder {
	margin-top:30px;
	background-image:url(../images/bck_greybox.gif);
	background-repeat:no-repeat;
	height:137px;
}
#MainContent .GameZoneDiv 
{	
	padding:20px 8px;
}
#MainContent .GameZoneDiv h1
{	
	padding:0px;
	margin:0px;
	font-size:13px;
	text-transform:uppercase;
	color:#8ead31;	
}
#MainContent .GameZoneDiv h2
{	
	padding:0px;
	margin:0px;
	font-size:13px;
	color:#8ead31;	
}
#MainContent .GameZoneDiv p
{	
	padding:0px;
	margin:0px;
	font-size:11px;
	color:#333333;
	line-height:15px;	
}
#PaintballGuns 
{	
	height:587px;
	width:650px;
	background-image:url("../images/paintball-guns.gif");
	background-repeat:no-repeat;
}

.watermark
{
	color:#888888;
}

#content2
	{

	padding-left:20px;
	padding-right:20px;
	
	}

#content2 td
	{
	padding:2px;
	}

#content2 h1
	{
	color:#000033;
	font-weight: bold;
	font-size: 19px;
	}
	
#content2 h2
	{
	color:#000033;
	font-weight: bold;
	font-size: 13px;
	}
		
#content2 p
	{
	color:#3b3b3b;
	font-size: 12px;
	line-height: 15px;
	padding-bottom:8px;
	}
	
#content2 a
	{
	color:#000033;
	text-decoration:none;
	}
#content2 a:hover
	{
	color:#ff0066;
	text-decoration:none;
	}
	
	.top-left { 
	margin-right: 12px; 
	background-image: url('../images/corners1280x18.gif');
	height: 12px; /* vertical: show first half of the image with the top-coreners in it */
	font-size: 2px;
	}
.top-right { 
	margin-top: -12px; 
	margin-left: 12px;
	background-image: url('../images/corners1280x18.gif'); 
	background-position: 100% 0; /* show bg-image starting at the right, and as much to the left as possible */
	height: 12px; 
	font-size: 2px; 
	}
div.inside {
	border-left: 2px solid #bdbdbd;
	border-right: 2px solid #bdbdbd;
	background: #FFFFFF;
	color: #000000;
	}
	


	
.notopgap {
	margin-top: 0;
	}
.nobottomgap {
	margin-bottom: 0;
	}
.bottom-left { 
	margin-right: 12px;
	background-image: url('../images/corners1280x18.gif');
	background-position: 0 -12px; /* show under half of the image */
	height: 12px;
	font-size: 2px;
	}
.bottom-right { 
	margin-top: -12px; 
	margin-left: 12px;
	background-image: url('../images/corners1280x18.gif'); 
	background-position: 100% -12px; 
	height: 12px; 
	font-size: 2px; 
	}
	
	#AvailTable td
	{
		padding:3px;
		font-size:12px;
		font-weight:bold;
	}
/* Sliding text effect */
.SlideText {
	overflow:hidden;
	width:240px;
	position:absolute;
	font-size:13px;
	font-style: italic;
}
.glidetext{
position: relative;
/*Set initial position of your text. Make it just enough to hide the text from view:*/
left: -500px;
}
