/* generated by csscreator.com */ 
html, body{ 
	margin:0; 
	padding:0; 
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../images/back.gif);
}

/* Links */

a:link {
	color: #831109;
}

a:hover {
	text-decoration: none;
}

#delivery_title {
	font-size: 14px;
	font-weight:bold;
}

#delivery_text {
	font-size: 14px;
  	color: #831109;
}

#background {
	width: 764px;
	background-image: url(../images/bg-page.gif);
	background-repeat: repeat-y;
	margin: 0 auto;
}
 
#pagewidth{ 
	width:750px; 
	text-align:left;  
	margin: 0 auto 0 auto;
	border-color: #831109;
	border-style: solid;
	border-width: 1px 0 1px 0;
} 
 
#header{
	position:relative; 
	height:100px; 
	width: 747px;
	border-bottom: 3px solid #831109;
	padding-left: 3px;
	padding-top: 9px;
	background-color: #FFF;
	background-image: url(../images/bg-header.gif);
	background-position: top;
	background-repeat: repeat-x;
} 

/* Header images */

#header_images {
	height: 80px;
	border-bottom: 1px solid #FFF;
	border-top: 1px solid #FFF;
}

#header_images img {
	margin: 0;
	display: block;
	float: right;
}

/* Horizontal navigation */

#navlist {
	margin: 0;
	padding: 0;
	width: 750px;
	background-color: #80504D;
}

#navcontainer ul li
{
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: block;
	float: left;
	background-color: #80504D;
	font: 11px "Lucida Grande", verdana, sans-serif;
	text-align: center;
}

#navcontainer a
{
	color: #FFF;
	text-decoration: none;
	display: block;
	width: 124px;
	border-top: 1px solid silver;
	border-bottom: 1px solid silver;
	border-left: 1px solid silver;
	padding: 2px 0;
	font-weight: bold;
}

#navcontainer a.lastlink {
	border-right: 1px solid silver;
}

#navcontainer li#active { 
	background-color: #831109;
}
#navcontainer a:hover { 
	background-color: #831109;
}

/* Custom pages */

#custompages {
	border-left: 1px solid #C0C0C0;
	border-right: 1px solid #C0C0C0;
	text-align: right;
	background-color: #80504D;
}

#custompages ul {
	margin: 0;
	padding: 5px 0 5px 0;
	list-style-type: none;
	font: 10px "Lucida Grande", verdana, sans-serif;
}

#custompages li {
	display: inline;
	padding: 0 6px;
	border-left: 1px solid silver;
}

#custompages li a:link, #custompages li a:visited {
	color: #FFF;
	text-decoration: none;
}

#custompages li a:hover {
	text-decoration: underline;
}

#current_custom {
	font-weight: bold;
	color: #FFFF00;
}

/* Quick search form at the top of the page */

#quicksearchform {
	margin: 0;
	text-align: center;
	font-size: 12px;
	background-color: silver;
	padding: 2px 0;
	font-size: 12px;
	font-weight: bold;
	border-top: 3px solid #831109;
	font-family: Arial, Helvetica, sans-serif;
}

#quicksearchform select, #quicksearchform input {
	font-size: 10px;
}

#quicksearchform a {
	font-size: 10px;
	font-weight: normal;
}


/* Menu search form */

#menu_search_form {
	margin: 0;
	text-align: center;
	font-size: 10px;
	background-color: silver;
	padding: 2px 0 2px 0;
	font-family: Arial, Helvetica, sans-serif;
}

#menu_search_form select, #menu_search_form input {
	font-size: 10px;
}

#menu_search_form span {
	font-size: 12px;
	font-weight: bold;
}

#menu_search_form a {
	font-size: 10px;
}

/* Content column */
 
#maincol {
	background-color: #FFFFFF;  
	float: right; 
	display:inline; 
	position: relative; 
	width: 740px; 
	border-bottom: 1px solid #831109;
	font-size: 75%;
	line-height: 130%;
	padding: 5px;
 }
 
#maincol li {
	list-style-position: outside;
	list-style-image: url(../images/bullet.gif);
}
 
/* Headers */

h1 {
	font-size: 140%;
	color: #831109;
	border-bottom: 1px solid #831109;
	padding-bottom: 2px;
}

h2 {
	font-size: 130%;
	color: #831109;
}

/* Text styles */

.text_red {
	color: red;
}

.text_silver {
	color: silver;
}

.text_white {
	color: white;
}

.justified {
	text-align: justify;
}

.smaller {
	font-size: smaller;
}

.indent {
	margin-left: 2em;
}

.text_strikethrough {
	color: gray;
	text-decoration: line-through;
}
 
/* Search results table */

.results_table th {
	background-color: #831109;
	padding: 4px;
	color: #FFF;
}

.results_table th.results_table_dark_th {
	background-color: #4A1210;
}

.results_table th.results_table_name {
	font-size: 120%;
}

.results_table th.results_table_name a {
	color: #FFF;
}

.results_table td {
	border: 1px solid silver;
}

/* Reivew table */

.reviews_table th {
	background-color: #831109;
	padding: 4px;
	color: #FFF;
}

.reviews_table th.reviews_table_dark_th {
	background-color: #4A1210;
}

.reviews_table th.reviews_table_grey_th {
	background-color: #E3E3E3;
	color: #4A1210;
}

.reviews_table th.reviews_table_lighter_th {
	background-color: #821E1C;
	border-right: none;
}

.reviews_table th.reviews_table_name {
	font-size: 120%;
}

.reviews_table th.reviews_table_name a {
	color: #FFF;
}

.reviews_table td {
	border: none;
}

/* Restaurant details */


.restaurant_table_main {
	width: 423px;
	margin: 0px 0 -2px 0;
	padding: 0;
}

.restaurant_table_main tr {
	background-color: #E3E3E3;
	margin: 0;
	padding: 0;
}

.restaurant_table_selector {
	width: 423px;
	margin: -2px 0 0 0;
	padding: 0;
}

.restaurant_table_selector tr {
	background-color: #E3E3E3;
	margin: 0;
	padding: 0;
}

.restaurant_table {
	width: 423px;
}

.restaurant_table tr {
	background-color: #E3E3E3;
}

.restaurant_delivery_table {
	width: 423px;
}

.restaurant_delivery_table tr {
	background-color: #EBD1CF;
}

.image_border {
	border: 1px solid gray;
}

/* Customer reviews */

.reviewbox {
	border-bottom: 1px solid gray;
	margin: 6px 0;
	padding: 2px 0;
}

/* Form styles */

#maincol input {
	border: 1px solid #49120F;
}

#maincol input.fullwidth {
	width: 734px;
}

#maincol input.checkbox {
	border: none;
}

#maincol textarea {
	border: 1px solid #49120F;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;

}

#maincol fieldset {
	padding: 4px;
}

#maincol legend {
	color: #831109;
	font-weight: bold;
	font-size: 110%;
}

#maincol div.buttoncontainer {
	border: 1px solid gray;
	margin-top: 5px;
	padding: 4px;
}

#maincol .textarea_narrow {
	width: 400px;
}

/* Divs to contain the adverts */

#adverts {
	width: 130px;
	border-left: 1px solid #831109;
	padding: 0 0 0 6px;
	text-align: center;
}

.advert_box {
	padding: 3px 0;
	margin: 3px 0;
}

.advert_box img {
	display: block;
}

.advert_box h3 {
	font-size: 100%;
	margin: 3px 0;
	padding: 0;
}

#homepagefeature {
	width: 208px;
	border: none;
	padding: 3px;
	background-color: #FFF;
	margin-right: 0.5em;
	text-align: center;
}

#homepagefeature h3 {
	font-size: 100%;
	margin: 3px 0;
	padding: 0;
}

.advert_box_detail {
	border: 1px solid #831109;
	padding: 3px;
	margin: 3px 0;
}

.advert_box_detail h3 {
	background-color: #831109;
	margin: 0;
	padding: 4px 2px;
	margin: -3px;
	font-size: 120%;
	color: #FFF;
}

.advert_box_detail h3 a {
	color: #FFF;
}

#homepagetext {
	padding-right: 0.5em;
}

/* Print this page message */

#printpage {
	font-size: 80%;
	text-align: right;
}

#printpage a {
	color: gray;
}

/* Page footer */
 
#footer {
	font-size: 70%;
	color: gray;
	clear:both;
	padding: 2px;
	background-color: #FFF;
	height: 30px;
}

#footer a {
	color: gray;
}

#footer_right {
	float: right;
	width: 300px;
	text-align: right;
}
 

 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
 }
 
.clearfix{display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  

/********************************** Featured restaurants */

.featured_table {
	border-collapse: collapse;
	background-color: #FFF;
	border: 1px solid #F9AA8C;
}

.featured_table th {
	padding: 6px;
	background-color: #F9AA8C;
}

.featured_table td {
	padding: 6px;
	text-align: left;
}

.featured_table img {
	border: 3px solid #666;
}

.featured_table h2 {
	font-size: 120%;
	margin: 0;
	padding: 0;
}

/******************************* Restaurants page */

.left_col {
	background-repeat: no-repeat;
	background-position: top center;	
	padding-top: 250px;
}

.left_nav {
	margin: 3px;
	padding: 0;
	background-color: #6B0E06;
	border: 1px solid #FFF;
	width: 144px;
	list-style-type: none;
	list-style-image: none;
}

#maincol .left_nav li {
	list-style-image: none;
}

.left_nav li h2 {
	color: #FFF;
	padding: 4px 3px;
	margin: 0;
}

.left_nav a {
	display: block;
	width: 138px;
	padding: 3px;
	margin: 0;
	color: #FFF;
	border-width: 1px 0 0 0;
	border-color: #FFF;
	border-style: solid;
	text-decoration: none;
	background-color: #80504D;
}

.left_nav a:hover {
	background-color: #6B0E06;
}