/* generated by csscreator.com */ 
html, body{ 
	margin:0; 
	padding:0; 
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
}

/* Links */

a:link {
	color: #831109;
}

a:hover {
	text-decoration: none;
}
 
#pagewidth{ 
	width:100%; 
	text-align:left;  
	margin-left:auto; 
	margin-right:auto;  
} 
 
#header{
	position:relative; 
	height:100px; 
	width:100%;
	border-bottom: none
} 

/* Header images */

#header_images {
	display: none;
}

/* Horizontal navigation */

#navcontainer
{
	display: none;
}

/* Quick search form at the top of the page */

#quicksearchform, #menu_search_form {
	display: none;
}

#custompages {
	display: none;
}

/* Content column */
 
#maincol {
	background-color: #FFFFFF;  
	float: right; 
	display:inline; 
	position: relative; 
	width: 100%; 
	border: none;
	font-size: 80%;
	line-height: 130%;
	padding: 5px;
 }

 
/* 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;
}
 
/* Search results table */

.results_table th {
	border: 1px solid silver;
	background-color: #D59590;
	padding: 2px;
}

.results_table td {
	border: 1px solid silver;
}

/* Restaurant details */

.restaurant_table {
	width: 423px;
}

.restaurant_table tr {
	background-color: #E3E3E3;
}

.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: 734px;
}

#maincol legend {
	color: #831109;
	font-weight: bold;
	font-size: 110%;
}

#maincol div.buttoncontainer {
	border: 1px solid gray;
	margin-top: 5px;
	padding: 4px;
}
 
/* Page footer */
 
#footer, #printpage {
	display: none;
}
 

 
 /* *** 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 */  

