/* CSS Document */

body {
	font: Arial, Helvetica, sans-serif;
	color: black;
	margin-left:auto;
	margin-right:auto;
	text-align: center; /* for IE */
	background-image: url(../images/bg.gif);
	background-repeat: repeat-y;
	background-position: center;
	}
	
p
	{
	font-size: 11px;
	color: #000000;
	line-height: 18px;
	letter-spacing: 0.6px;
	font-family: Arial, Helvetica, sans-serif;
	}

/* Main Body Content for index page */

#main-content
{
	width: 907px;
}

#left-index
{
	width: 400px;
}

#middle-index
{
	width: 199px;
}

#right-index
{
	width: 280px;
}

/* Main Body Content for rest of pages */

#left-column
{
	width: 420px;
}

#right-column
{
	width: 420px;
	float: right;
	padding: 0;
	margin: 0;
}

/* Text details */

.heading
{
font-family:Verdana,Arial, Helvetica, sans-serif;
font-size: 15pt;
color: #cc9900;
text-align:left;
padding: 0px;
margin:0px;
}

.table-headers
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 10pt;
color: #FFFFFF;
line-height: 1.5;
padding: 0px;
margin:0px;
}

.text
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 9pt;
color: #000000;
line-height: 19px;
padding: 0px;
margin:0px;
}

.text a
{
 text-decoration: none;
 color: #333333;
 font-weight: 500;
 font-size:9pt;
 line-height: 19px;
}

.text a:hover
{
 text-decoration: underline;
 color: #333333;
 font-weight: 500;
 font-size:9pt;
 line-height: 19px;
}

.text a:visited
{
 text-decoration: none;
 color: #333333;
 font-weight: 500;
 font-size:9pt;
 line-height: 19px;
}

.text a:visited:hover
{
 text-decoration: underline;
 color: #333333;
 font-weight: 500;
 font-size:9pt;
 line-height: 19px;
}

.menutext
{
font-family:Arial, Helvetica, sans-serif;
font-size: 8pt;
color: #000000;
line-height: 15px;
padding: 0px;
margin:0px;
}

/* Footer Links & Text */

.footertext
	{
	font-size: 11px;
	color: #FFFFFF;
	line-height: normal;
	font-family: Arial, Helvetica, sans-serif;
	}

.footertext a
{
 text-decoration: none;
 color: #FFFFFF;
 font-size:11px;
 font-weight: 500;
 line-height: normal;
 padding-right: 0px;
}

.footertext a:hover
{
 text-decoration: underline;
 color: #FFFFFF;
 font-size:11px;
 font-weight: 500;
 line-height: normal;
}

.footertext a:visited
{
 text-decoration: none;
 color: #999999;
 font-size:11px;
 font-weight: 500;
 line-height: normal;
}

.footertext a:visited:hover
{
 text-decoration: underline;
 color: #999999;
 font-size:11px;
 font-weight: 500;
 line-height: normal;
}

/* restaurant menu tabs */
#container
{
padding:0;
margin:9px 0px 0px 10px;
}

ul#simple-menu
{
list-style-type:none;
width:100%;
position:relative;
height:20px;
font-family:"Trebuchet MS",Arial,sans-serif;
font-size:11px;
font-weight:bold;
margin:0;
padding:0;
}

ul#simple-menu li
{
display:block;
float:left;
margin:0 1px 0 1px;
height:20px;
}

ul#simple-menu li.left
{
margin:0;
}
ul#simple-menu li a
{
display:block;
float:left;
color:#fff;
background:#4A6867;
line-height:20px;
text-decoration:none;
padding:0 24px 0 24px;
height:20px;
}

ul#simple-menu li a.right
{
padding-right:19px;
}
ul#simple-menu li a:hover
{
background:#cc9900;
}
ul#simple-menu li a.current
{
color:#cc9900;
background:white;
}
ul#simple-menu li a.current:hover
{
color:#cc9900;
background:white;
}
