@charset "utf-8";
/* CSS Document */

html, body{
	background-color: #E6E6E6;
}
*{
	margin:0;
	padding:0;
	font-family: Helvetica, sans-serif;
	-webkit-text-size-adjust:none;
}

#header{
	text-align:center;
	background:url(../images/headerbg.jpg);
	height:67px;
}

#header img{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

#featurepic{
	width:320px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;;
}

#venuepic{
	width:318px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	border: 1px solid #515e6f;
}

#homemenu{
	height:50px;
	width:320px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #515e6f;
	margin:0 auto;
}

#homemenu h2{
	background:url(../images/blueblock.jpg) no-repeat left center;
	padding-left: 22px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #515e6f;
}

#maindesc{
	width:298px;
	font-size:18px;
	color:#515e6f;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	background-color: #FFF;
	padding: 10px;
	border: 1px solid #515e6f;
}

#termsdesc{
	width:298px;
	font-size:14px;
	color:#515e6f;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	background-color: #FFF;
	padding: 10px;
	border: 1px solid #515e6f;
}

#media{
	width:280px;
	height:100px;
	padding:20px;
	margin:0 auto;
}

#footer{
	width:280px;
	height:160px;
	padding:20px;
	margin:0 auto;
	text-align: center;
	font-size: 15px;
}

a{
	color: #515e6f;
	font-weight: bold;
}

a:link{
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	text-decoration: none;
	font-weight: bold;
}


a:hover {
	text-decoration: none;
	color: #515e6f;
	font-weight: bold;
}


a:active {
	text-decoration: none;
	font-weight: bold;
}

img.voucher{
	padding: 0px;
	height: 40px;
	width: 276px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	text-align: center;
	display: block;
}

img.download{
	padding: 0px;
	height: 52px;
	width: 244px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	text-align: center;
	display: block;
}

a img {border: none; }

p.open{
	font-size: 16px;
	font-weight: bold;
	color: #e32100;
	text-align: center;
}

p.date{
	font-size: 16px;
	font-weight: bold;
	color: #000;
	text-align: center;
}

img.offers{
	height: 100px;
	width: 150px;
	display: block;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.heading1{
	background: #8D0801;	
}

.heading{
	background: #d7d6d6;	
}