* {
	margin: 0;
	padding: 0;
	border: 0;
}

img {
	margin: 0px;
	padding: 0px;
	display: block;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 12.5pt;
	color: #555555;
	background-color: white;
}

#container {
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -465px;
	margin-top: 0px;
	width: 930px;
	height: 100%;
}

ul li{
	margin-left: 15px;
	padding: 0 0 0px 0px;
}

/*------------------------------------------------------------- GENERAL STYLES ---------------------------------------------*/
.error{
	color:#ff0000;
}

.home_redtext{
color: #8b2a2b;
vertical-align:top;
padding: 8px 8px 8px 2px;
}

.heading_grey{
color: #828282;
font-size:11pt;
}

.menu_red{
height: 31px;
color: #8b2a2b;
font-size: 9pt;
font-weight: bold;
vertical-align:middle;
padding: 8px 8px 0px 8px;
text-align:center;
border-right: solid 1px #dcbfbf;
}


.menu_white{
height: 29px;
color: white;
font-size: 9pt;
background-color: #8b2a2b;
font-weight: bold;
vertical-align:middle;
padding: 8px 8px 0px 8px;
text-align:center;
}

.menu_subred{
color: #8b2a2b;
font-size: 8pt;
vertical-align:middle;
padding: 5px 2px 0px 2px;
text-align:center;
border-right: solid 1px #dcbfbf;
}
.menu_subwhite{
color: white;
font-size: 8pt;
background-color: #8b2a2b;
vertical-align:middle;
padding: 5px 2px 0px 2px;
text-align:center;
}


.contact_heading_grey{
color: #333333;
font-size:12pt;
}

.contact_boldgrey{
font-size: 8.5pt;
font-weight: bold;
color: #333333;
}

.contact_grey{
font-size: 9pt;
color: #555555;
}

.contact_boldred{
color: #8b2a2b;
font-size: 10pt;
font-weight: bold;
}

.about_red{
color: #8b2a2b;
}

.about_grey{
font-size: 10pt;
line-height: 18pt;
color: #555555;
}

.about_heading_red{
color: #8b2a2b;
font-size:12pt;
line-height: 20pt;
}

.about_heading_grey{
color: #555555;
font-size:11.5pt;
line-height: 14pt;
}

.red_bold{
color: #8b2a2b;
font-weight: bold;
}

.boldgrey{
font-weight: bold;
color: #333333;
}

.pagetitle_bold{
color: white;
font-size:12.5pt;
font-weight: bold;
letterspacing: 0.5pt;
}

.pagetitle{
color: white;
font-size:12.5pt;
letterspacing: 0.5pt;
}

.readmore{
color: #8b2a2b;
font-size:7.5pt;
}

input.restaurantbutton {
	margin:0px;
	padding:0px;
	border:none;
	background:#eeeeee;
	color:#8c2a2b;
	text-decoration:none;
	font-weight:bold;
	cursor:default;
}

input.restaurantbutton:hover {
	margin:0px;
	padding:0px;
	background:#eeeeee;
	color:#8c2a2b;
	text-decoration:underline;
	cursor:default;
	font-weight:bold;
}

input.button {
	margin:0px;
	padding:3px;
	font-size:12px;
	border:1px solid #333333;
	background:#c2c2c2;
	color:#333333;
	text-decoration:none;
	font-weight:bold;
}

input.button:hover {
	margin:0px;
	padding:3px;
	background:#cecece;
	color:#333333;
	text-decoration:underline;
	cursor:default;
	font-weight:bold;
}

input.loginButton {
	margin:0px;
	padding:0px;
	border:0px;
	background:#eeeeee;
	color:#8b2a2b;
	text-decoration:none;
	font-weight:bold;
}

input.loginButton:hover {
	margin:0px;
	padding:0px;
	background:#eeeeee;
	color:#8b2a2b;
	cursor:auto;
	font-weight:bold;
}

.redheading{
	font-size:16px; 
	color:#8c2a2b;
	font-weight:bold;
}

.input_title{
 font-size:9px;
}

/*------------------------------------------------------------- LINKS ---------------------------------------------*/
a{
	color:#8b2a2b;
	text-decoration:none;
}

a:hover{
	color:#8b2a2b;
	text-decoration:underline;
}

.adminLinks a{
	color:#8b2a2b;
	text-decoration:none;
}

.adminLinks a:hover{
	color:#b8b7b7;
	text-decoration:none;
}

A.menu_red,.menu_subred,.red_bold {
	text-decoration: none;
}

A.menu_red,.menu_subred,.red_bold:link {
	color: #8b2a2b;
}

A.menu_red,.menu_subred,.red_bold:hover {
	color: #6c6c6c;
}

A.menu_red,.menu_subred,.red_bold:visited {
	color: #8b2a2b;
}



A.menu_white {
	text-decoration: none;
}

A.menu_white:link {
	color: white;
	text-decoration: none;
}

A.menu_white:hover {
	color: #b8b7b7;
	text-decoration: none;
}

A.menu_white:visited {
	color: white;
	text-decoration: none;
}


A.menu_subwhite  {
	text-decoration: none;
}

A.menu_subwhite:link {
	color: white;
}

A.menu_subwhite:hover {
	color: #b8b7b7;
}

A.menu_subwhite:visited {
	color: white;
}


A.about_grey,contact_grey  {
	text-decoration: none;
}

A.about_grey,contact_grey:link {
	color: #555555;
}

A.about_grey,contact_grey:hover {
	color: #b8b7b7;
}

A.about_grey,contact_grey:visited {
	color: #555555;
}
