@charset "utf-8";
/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#252525;
}
	
.outer {
	width:960px;
	margin:0px auto;
}
#header {
	background-image:url(../site_images/home_bg.gif);
	width:100%;
	float:left;
	background-repeat:repeat-x;
	background-position:bottom;
	background-color:#808084;
}
#header .content {
	position:absolute; top:420px; font-weight:normal;
}

#header .email {
	display:block;
	width:150px;
	width:150px;
	height:30px;
	position:absolute;
	margin-left:700px;
	margin-top:150px;
	z-index:1600;
}

#call_us {
	position:absolute;
	margin-top:131px;
	margin-left:585px;
}
#menu {
	width:570px;
	height:60px;
	float:right;
	position:absolute;
	margin-top:246px;
	margin-left:400px;
}
#home {
	display:inline-block;
	width:127px;
	height:55px;
	background-image:url(../site_images/images/menu_01.png);
}
#about {
	display:inline-block;
	width:95px;
	height:55px;
	background-image:url(../site_images/images/menu_02.png);
}
#shops {
	display:inline-block;
	width:111px;
	height:50px;
	background-image:url(../site_images/images/menu_03.png);
}
#deliverytakeaway {
	display:inline-block;
	width:120px;
	height:55px;
	background-image:url(../site_images/images/menu_04.png);
}
#events {
	display:inline-block;
	width:100px;
	height:50px;
	background-image:url(../site_images/images/menu_05.png);
}
#home:Hover {
	background-image:url(../site_images/images/menu_hover_01.png);
}
#about:Hover {
	background-image:url(../site_images/images/menu_hover_02.png);
}
#shops:Hover {
	background-image:url(../site_images/images/menu_hover_03.png);
}
#deliverytakeaway:Hover {
	background-image:url(../site_images/images/menu_hover_04.png);
}
#events:Hover {
	background-image:url(../site_images/images/menu_hover_05.png);
}
#downloads {
	background-image:url(../site_images/eat.png);
	width:280px;
	height:89px;
	float:right;
	top:360px;
	position:absolute;
	color:#FFFFFF;
	padding-top:44px;
	margin-left:640px;
}

#downloads p {
	margin-left:55px;
	font-size:14px;
	margin-bottom:17px;
}

#twitter {
	background-image:url(/site_images/twitter.gif);
	width:280px;
	float:right;
	top:510px;
	margin-left:640px;
	position:absolute;
	padding-top:120px;
	background-color:#ccda19;
	background-repeat:no-repeat;
}

#social_icons {
	width:290px;
	float:left;
	padding-top:5px;
	text-align:right;
	background-color:#FFFFFF;
	position:relative;
}

#twitter p {
	color:#484b4e;
	margin:10px;
}
/*
#homeh1 {
	display:block;
	float:left;
	width:590px;
	height:50px;
	background-image:url(../site_images/h1/home.png);
	position:absolute;
	margin:350px 20px 20px 20px;
}

#abouth1 {
	display:block;
	float:left;
	width:124px;
	height:52px;
	background-image:url(../site_images/h1/about.gif);
	position:absolute;
	margin:350px 20px 20px 20px;
}*/

h1 span {
	display:none;
}

.content {
	width:600px; padding:0px 20px;  color:#FFFFFF; float:left;
}

p, ul, li {
    font-size: 0.9em;
	line-height:1.2em;
	margin:13px 0px;
}

ul { margin-left: -23px; }

p.intro { font-size: 1em; }

p.intro a { color: #ccda19; }



#footerOuter {
	width:100%;
	background-image:url(../site_images/footer_bg.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	float:left;
	bottom:0px;
}

#footer {
	width:1100px;
	margin:0px auto;
}

#footer .email {
	display:block;
	width:150px;
	width:150px;
	height:30px;
	position:absolute;
	margin-left:620px;
	margin-top:110px;
	z-index:1600;
}

#footerInner {
	width:1100px;
	background-image:url(../site_images/footer.jpg);
	height:383px;
	float:left;
}

.blogdate {
	width:79px;
	height:76px;
	float:left;
	background-image:url(../site_images/blob.gif);
	background-position:top left;
	margin-right:20px;
	color:#FFFFFF;
	text-align:center;
}

.blogContent {
	float:right;
	width:500px;
}

h2 {
	color:#e60e64;
	font-size:30px;
	font-weight:normal;
}

a {
	color:#e60e64;
	text-decoration:none;
}

a:Hover {
	text-decoration:underline;
}