@charset "utf-8";
/* CSS Document */
body 
{
	background-color: #520101;
	font-family: 'Helvetica','Arial';
	font-size: 12px;
	color: #fff;
	margin: 0;
	padding: 0;
}

/* Classes */
.width_holder
{
	width: 984px;
	margin: 0 auto;
}

/* Header */
#header 
{
	background-image: url(../images/bg_header.png);
	background-repeat: repeat-x;
	height: 137px;
	overflow: visible;
	position: relative;
	z-index: 3;
}

	#header .logo
	{
		float: left;
		clear: both;
		margin: 32px 0px 0px 0px;
		width: 200px;
		height: 80px;
	}

#header_ad
{
	float: left;
	clear: none;
	width: 752px;
	height: 111px;
	background-image: url('../images/header_ad_bg.png');
	background-repeat: no-repeat;
	margin: 17px 0px 0px 32px;
}

#header_ad_holder
{
	float: left;
	clear: both;
	width: 728px;
	height: 90px;
	margin: 10px 0px 0px 14px;
}

/* Content */
#content
{
	background-color: #2f0000;
}

#content #content_holder 
{
	background-color: #fff;
	width: 984px;
	margin: 0 auto;
	padding-bottom: 20px;
}

#navigation_links_holder
{
	float: left;
	clear: both;
	width: 984px;
	height: 48px;
	margin: 0px 0px 0px 0px;
}

#navigation_links_holder ul
{
	margin: 0;
	padding: 0;
	float: left;
	clear: both;
	list-style: none;
}

#navigation_links_holder li
{	
	float: left;
	clear: none;
}

#navigation_links_holder ul a
{
	float: left;
	clear: none;
	display: block;
	width: 168px;
	height: 48px;
	cursor: pointer;
	margin-right: 7px;
}

/* Buttons */
#btn_restaurant
{
	background-image: url(../images/tab_restaurant.png);
	background-repeat: no-repeat;
}

#btn_restaurant:hover
{
	background-image: url(../images/tab_restaurant.png);
	background-repeat: no-repeat;
	background-position: 0px -48px;
}

#btn_restaurant_act
{
	background-image: url(../images/tab_restaurant.png);
	background-repeat: no-repeat;
	background-position: 0px -48px;
}

#btn_cafe
{
	background-image: url(../images/tab_cafe.png);
	background-repeat: no-repeat;
}

#btn_cafe:hover
{
	background-image: url(../images/tab_cafe.png);
	background-repeat: no-repeat;
	background-position: 0px -48px;
}

#btn_cafe_act
{
	background-image: url(../images/tab_cafe.png);
	background-repeat: no-repeat;
	background-position: 0px -48px;
}

#btn_takeaway
{
	background-image: url(../images/tab_takeaway.png);
	background-repeat: no-repeat;
}

#btn_takeaway:hover
{
	background-image: url(../images/tab_takeaway.png);
	background-repeat: no-repeat;
	background-position: 0px -48px;
}

#btn_takeaway_act
{
	background-image: url(../images/tab_takeaway.png);
	background-repeat: no-repeat;
	background-position: 0px -48px;
}

#btn_fastfood
{
	background-image: url(../images/tab_fastfood.png);
	background-repeat: no-repeat;
}

#btn_fastfood:hover
{
	background-image: url(../images/tab_fastfood.png);
	background-repeat: no-repeat;
	background-position: 0px -48px;
}

#btn_fastfood_act
{
	background-image: url(../images/tab_fastfood.png);
	background-repeat: no-repeat;
	background-position: 0px -48px;
}

#btn_search
{
	background-image: url(../images/tab_search.png);
	background-repeat: no-repeat;
}

	#search_input
	{
		float: left;
		clear: both;
		border: 2px solid #981616;
		width: 210px;
		font-size: 11px;
		font-family: Arial, Helvetica, sans-serif;
		color: #03535e;
		margin: 10px 0px 0px 40px;
		padding: 5px 0px 5px 5px;
	}

/* LHS */
#lhs
{
	float: left;
	clear: both;
	width: 632px;
	margin: 35px 0px 0px 10px;
	padding: 0;
}

#featured
{
	float: left;
	clear: both;
	width: 630px;
	height: 372px;
	background-image: url(../images/bg_featured.png);
	background-repeat: no-repeat;
}
	#featured_holder
	{
		overflow: hidden;
		float: left;
		clear: both;
		width: 600px;
		height: 320px;
		margin: 37px 0px 0px 15px;
		background-color: #7f0909;
	}
	
	#featured_holder img
	{
		border: none;	
	}
	
	.featured_tack
	{
		float: left;
		clear: both;
		width: 600px;
		height: 320px;
		overflow: hidden;
		margin: 0;
		padding: 0;
	}

.featured_tack_title
{
	float: left;
	clear: both;
	width: 594px;
	height: 50px;
	background-image: url(../images/featured_trans_bg.png);
	background-repeat: no-repeat;
	color: #fff;
	font-size: 12px;
	text-align: right;
	padding-right: 6px;
}
	.featured_tack_title h3
	{
		padding: 0;
		margin: 6px 0px 0px 0px;
		font-weight: normal;
		font-size: 18px;
	}
	.featured_tack_title h3 a
	{
		color: #fff;
		text-decoration: none;
	}	
	.featured_tack_title h3 a:hover
	{
		text-decoration: underline;
	}

#search
{
	float: left;
	clear: both;
	margin-top: 35px;
	width: 630px;
	height: 216px;
	background-image: url(../images/bg_search.png);
	background-repeat: no-repeat;
}

.form label
{
	float: left;
	clear: both;
	display: block;
	width: 115px;
	margin-top: 10px;
	font-size: 18px;
}

.form input
{
	float: left;
	clear: both;
	display: block;
	width: 	605px;
	font-size: 11px;
	color: #666;
}

.form select
{
	float: left;
	clear: both;
	display: block;
	width: 	500px;
	font-size: 11px;
	color: #666;
}

.selectGroup
{
	float: left;
	clear: none;
}

#searchBtn
{
	width: 125px; 
	height: 35px;
	border: none;
	cursor: pointer;
	overflow: hidden;
	font-size: 1px;
	text-indent: -999px;
	
	padding: 0;	
}

#listing_holder
{
	float: left;
	clear: both;
	width: 630px;
	margin: 20px 0px 0px 0px;
}
	#listing_holder img
	{
		float: left;
		clear: both;
	}
	
.listing
{
	float: left;
	clear: both;
	width: 630px;
	height: 192px;
	background-color: #e6f6fa;
	margin: 10px 0px 16px 0px;
}

.listing img
{
	border: 8px solid #3da8bf;	
}

.listing h2
{
	float: left;
	clear: none;
	width: 330px;
	height: 50px;
	margin: 4px 0px 0px 15px;
	padding: 0px 0px 7px 0px;
	font-size: 22px;
	font-weight: normal;
	overflow: hidden;
	color: #025a6d;
	border-bottom: 1px solid #57bacf;
}
	.listing h2 a
	{
		text-decoration: none;
		color: #025a6d;
	}
	
	.listing h2 a:hover
	{
		text-decoration: underline;
	}

.listing_info
{
	float: left;
	clear: none;
	width: 330px;
	height: 100px;
	border-bottom: 1px solid #57bacf;
	margin: 5px 0px 0px 15px;
	padding-bottom: 3px;
	color: #025a6d;
}
	.listing_info a
	{
		color: #022428;
		font-weight: bold;
		text-decoration: none;
	}
	.listing_info a:hover
	{
		color: #022428;
		font-weight: bold;
		text-decoration: underline;
	}
	
.view_link
{
	font-weight: bold;
	float: left;
	clear: none;
	margin: 3px 0px 0px 23px;
	color: #fff;
	text-decoration: none;	
}

.view_link:hover
{
	text-decoration: underline;	
}	

#article_holder
{
	float: left;
	clear: both;
	width: 630px;
	margin: 20px 0px 0px 0px;
}

.article
{
	float: left;
	clear: both;
	width: 630px;
	height: 80px;
	margin: 10px 0px 10px 0px;
	background-color: #e6f6fa;
}

.article img
{
	float: left;
	clear: both;
	margin: 10px;
	border: none;
}

.article h3
{
	float: left;
	clear: none;
	margin: 7px 0px 0px 0px;
	padding: 0;
	width: 520px;
	height: 20px;
	font-size: 16px;	
	overflow: hidden;
}
	.article h3 a
	{
		color: #025a6d;
		text-decoration: none;
	}
	.article h3 a:hover
	{
		text-decoration: underline;
	}

.article p
{
	float: left;
	clear: none;
	margin: 3px 0px 0px 0px;
	width: 520px;
	height: 45px;
	padding: 0;
	font-size: 11px;
	overflow: hidden;
	color: #025a6d;
}
	.article p a
	{
		font-weight: bold;
		color: #025a6d;
		text-decoration: none;
	}
	.article p a:hover
	{
		text-decoration: underline;
	}

#event_holder
{
	float: left;
	clear: both;
	width: 630px;
	margin: 20px 0px 0px 0px;
}

.event
{
	float: left;
	clear: both;
	width: 630px;
	height: 80px;
	margin: 10px 0px 10px 0px;
	background-color: #d2f6ee;	
}

.event img
{
	float: left;
	clear: both;
	margin: 10px;
	border: none;
}

.event h3
{
	float: left;
	clear: none;
	margin: 6px 0px 0px 0px;
	padding: 0;
	width: 520px;
	height: 20px;
	font-size: 16px;	
	overflow: hidden;
}
	.event h3 a
	{
		color: #025a6d;
		text-decoration: none;
	}
	.event h3 a:hover
	{
		text-decoration: underline;
	}

.event_lhs
{
	float: left;
	clear: none;
	width: 350px;
	height: 45px;
	font-size: 11px;
	color: #025a6d;
}

.event_category
{
	color: #3b66c2;
	font-weight: bold;
}

.event_rhs
{
	float: left;
	clear: none;
	width: 170px;
	height: 45px;
	text-align: right;
	font-size: 11px;
	color: #025a6d;
}
	.event_rhs a
	{
		font-weight: bold;
		color: #025a6d;
		text-decoration: none;
	}
	.event_rhs a:hover
	{
		text-decoration: underline;
	}
/* RHS */
#rhs
{
	float: left;
	clear: none;
	width: 316px;
	margin: 35px 0px 0px 18px;
	padding: 0;
}

#about
{
	float: left;
	clear: both;
	width: 316px;
	height: 248px;
	margin: 0;
	background-image: url('../images/about_bg.png');
	background-repeat: no-repeat;
}
	#about_container
	{
		float: left;
		clear: both;
		width: 284px;
		height: 193px;
		margin: 34px 0px 0px 10px;
		padding: 6px;
		background-color: #6a2402;
		color: #fff;
		font-size: 11px;
	}

#promoted
{
	float: left;
	clear: both;
	width: 316px;
	margin: 35px 0px 0px 0px;
	background-image: url('../images/promoted_bg.png');
	background-repeat: no-repeat;
	background-position: top;
	background-color: #be3e00;
	padding: 27px 0px 13px 0px;
}

.promoted_item
{
	overflow: hidden;
	float: left;
	clear: none;
	width: 290px;
	height: 270px;
	margin: 10px 15px 0px 13px;
	background-color: #6a2402;
	color: #ffffff;
	font-size: 11px;
}
	.promoted_item img 
	{
		border: 1px solid #ffffff;
		margin: 12px 0px 0px 12px;
	}
	.promoted_item a 
	{
		color: #ffffff;
		text-decoration: none;
	}
	.promoted_item a:hover 
	{
		color: #ffffff;
		text-decoration: underline;
	}

.promoted_info 
{
	float: left;
	clear: both;
	width: 267px;
	height: 61px;
	margin: 10px 0px 0px 12px;
}	

#ad_300x250
{
	float: left;
	clear: both;
	width: 316px;
	height: 286px;
	margin: 35px 0px 0px 0px;
	background-image: url('../images/ad_bg.png');
	background-repeat: no-repeat;
	background-position: top;
	background-color: #be3e00;	
}

#ad_300x250_holder
{
	float: left;
	clear: both;
	width: 300px;
	height: 250px;
	margin: 29px 0px 0px 8px;
	background-color: #6a2402;
	overflow: hidden;
}
/* Footer */
#footer 
{
	min-width: 984px;	
}
#footer .width_holder
{
	background-image: url('../images/footer_bg.png');
	background-repeat: no-repeat;
	background-position: top;
	width: 984px;
	padding: 5px 0px 100px 0px;
}

#bottom_links
{
	float: left;
	clear: both;
	width: 984px;
	height: 150px;
	text-align: center;
	color: #b28c8c;
	font-size: 11px;
}
	#bottom_links a
	{
		color: #b28c8c;
		text-decoration: none;
	}
	#bottom_links a:hover
	{
		text-decoration: underline;	
	}
	#bottom_links img
	{
		margin-top: 15px;
		border: none;
	}
	
.copyright
{
	color: #fff;
	font-size: 17px;
	font-weight: bold;
}
