/*standard css*/
html{
	font-size:100.01%;
}
body,h1,h2,h3,h4,p,ul,ol,li,form,img{
	margin:0;
	padding:0;
	list-style:none;
	border:none;
}

a{
	outline:none;
}

/*structural elements*/
body {
	font-family: Arial, Helvetica, sans-serif;
	text-align:left;
	background:url(../images/pink.gif) center 800px no-repeat #3f3f3f;
}
#container{
	width:1000px;
	text-align:left;
	padding:10px;
	margin: 0px auto;
	background-color:#a7b8bf;
	clear:both;
}
#top{
	width:1010px;
	padding-left:10px;
	padding-right:0px;
	margin: 0px auto;
	min-height:113px;
}
#header{
	min-height:113px;
	background:url(../images/top_back.jpg) top left repeat-x #3f3f3f;
}
#navigation{
	clear:both;
	height:45px;
}
.blocker{
	clear:both;
}
#offers{
	clear:both;
	
}
#banner{
	clear:both;
	margin-top:10px;
}
#bodySection{
	width:100%;
	clear:both;
	margin-bottom:10px;
	padding-top:15px;
	margin-top:10px;
}
#footer{
	clear:both;
	width:1000px;
	padding:10px;
	margin: 0px auto;
	background-color:#d75498;
	position:relative;
	
}
#leftColumn{
	width:500px;
	float:left;
}
#rightColumn{
	width:445px;
	float:right;
	padding-left:10px;
}

#social{
	position:absolute;
	top:-5px;
	right:8px;
}

/*====News and Events====*/

#eventsTable{
	width:850px;
	margin: 0px auto;
	padding:0;
}

.eventItem{
	width:100%;
	margin:0 0 20px 0;
	padding:0;
	clear:both;
	float:left;
	background:#97A4AA;
	color:#3f3f3f;
}

.eventHeader{
	width:100%;
	margin: 20px 0 10px 0;
	padding:0;
	clear:both;
	float:left;
	background-color:#97A4AA;
}

.tableHeader{
	font-size:1.4em;
	font-weight:bold;
	color:#d75498;
}

.eventDate{
	width:160px;
	margin:0;
	padding:10px 15px;
	float:left;
}

.eventDescription{
	width:450px;
	margin:0;
	padding:10px 15px;
	float:left;
}

.eventLocation{
	width:140px;
	margin:0;
	padding:10px 15px;
	float:left;
}

.eventName{
	font-weight:bold;
}

.eventItem p{
	margin-bottom:1em;
}

#futureEvents{
	width:830px;
	padding:10px;
	margin:15px 0;
	text-align:center;
	background-color:#d75498;
	float:left;
	clear:both;
	font-weight:bold;
}

#futureEvents p a{
	text-decoration:none;
	color:#fff;
}

.future{
	color:#d75498;
}


/*====offers====*/

.offerSection{
	width:100%;
	margin:0 0 10px 0;
	padding:10px 0;
	float:left;
}

.offerText{
	width:600px;
	margin:0 0 0 10px;
	padding:0;
	float:left;
}

#jobOffer1{
	width:700px;
	margin:0 0 0 10px;
	padding:0;
	float:left;
}

#bodySection .offerSection .offerLink{
		color:#fff;
		background-color:#D75498;
		padding:5px;
		font-family:Arial, Helvetica, sans-serif;
		font-size:1em;
		text-decoration:none;
		text-align:left;
}

#bodySection .offerSection img{
	float:left;
	margin:0;
	padding:0;
}

.offerSection p{
	color:#3f3f3f;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
	text-align:left;
	line-height:1.5em;
	text-decoration:none;	
}

.offerText ul li{
	display:block;
	font-weight:normal;
	font-size:1em;
	color:#3f3f3f;
	line-height:2em;
}

#jobOffer1 ul li{
	display:block;
	font-weight:normal;
	font-size:0.8em;
	color:#3f3f3f;
	line-height:2em;
}

.bull{
	color:#d75498;
}

.bold{
	font-weight:bold;
}

.offerText ul span{
	color:#3f3f3f;
	font-weight:bold;
}

#bodySection .offerText .inlineLink:hover{
	color:#d75498;
	text-decoration:none;
}

/*specific css*/
#social img{
	margin-right:2px;
}
li{
	display:inline;
}
h1{
	color:#fff;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.8em;
	text-align:left;
	line-height:1.5em;
	display:block;
	padding-left:10px;
	padding-top:10px;
	padding-bottom:10px;
	background-color:#3f3f3f;
}
#leftColumn p{
	color:#3f3f3f;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
	text-align:left;
	line-height:1.5em;
	text-decoration:none;
}
#rightColumn p{
	color:#3f3f3f;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
	text-align:left;
	line-height:1.5em;
	text-decoration:none;
}
#rightColumn h2{
	color:#3f3f3f;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
	text-align:left;
	line-height:1.5em;
	text-decoration:none;
}
#rightColumn img{
	display:block;
	float:right;
	margin-right:90px;
}

#footer h2{
	color:#fff;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.7em;
	text-align:left;
	float:left;
}
h3{
	color:#fff;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	text-align:right;
}
#top h3{
	margin:27px 0 0 0;
	padding:10px 10px 14px 10px;
	float:right;
}

h3 span{
	font-weight:bold;
	font-size:1.2em;
	color:#d75498;
}

h4{
	color:#fff;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.6em;
	text-align:right;
	float:right;
	padding-right:0;
}
h5{
	color:#3f3f3f;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	text-align:left;
	line-height:1em;
	text-decoration:none;
	margin:0px;
}

#freeparking{
	font-size:0.8em;
}

#postcode{
	font-weight:bold;
}

#bodySection a{
	color:#3f3f3f;
}
#biteToEat{
	color:#fff;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
	text-align:left;
	line-height:1.5em;
	text-decoration:none;
}
#top img{
	float:left;
}
#footer a{
	text-decoration:none;
	color:#fff;
}

#jobOffer1 a{
	text-decoration:none;
	color:#3f3f3f;
}

#jobOffer1 a:hover{
	text-decoration:none;
	color:#d75498;
}

#footer a:hover{
	text-decoration:underline;
	color:#3f3f3f;
}

#social{
	display:none;
}

/*navigation*/
#navigation a{
	display:block;
	height:45px;
	float:left;
}
#navigation a span{
	display:none;
}
#navigation a:hover,#navigation .current{
	background-position:0 -45px;
}
#welcome{
background-image:url(../images/welcome.jpg);
width:112px;
}
#shops{
background-image:url(../images/shops.jpg);
width:119px;
}
#food{
background-image:url(../images/food.jpg);
width:144px;
}
#car{
background-image:url(../images/car.jpg);
width:123px;
}
#news{
background-image:url(../images/news.jpg);
width:147px;
}
#retail{
background-image:url(../images/retail.jpg);
width:165px;
}
#location{
background-image:url(../images/location.jpg);
width:92px;
}
#contact{
background-image:url(../images/contact.jpg);
width:97px;
}

/*bottom offers*/
#offers a{
	display:block;
	float:left;
	text-decoration:none;
}
#tempting{
	margin-right:8px;
	height:218px;
	width:180px;
	background:url(../images/box_offers.jpg) top left no-repeat #3f3f3f;
}
#eat{
width:182px;
margin-right:8px;
background:url(../images/box_bite.jpg) top left no-repeat #3f3f3f;
min-height:208px;
padding-left:155px;
padding-top:10px;
padding-right:10px;
}
#eat img{
	margin-bottom:5px;
}
#parking{
margin-right:7px;
width:192px;
height:218px;
background:url(../images/box_stores2.jpg) top left no-repeat #3f3f3f;
}

#fanStores{
margin-right:7px;
width:192px;
height:218px;
background:url(../images/box_stores2.jpg) top left no-repeat #3f3f3f;
}

#latest{
width:257px;
height:218px;
background:url(../images/box_news.jpg) top left no-repeat #3f3f3f;
}