@charset "utf-8";
<!--/*    CSS Document    */

/*    SITE STRUCTURE    */
body, html {
    font:100.01% "Trebuchet MS", Arial, Helvetica, Verdana, sans-serif;
    margin:0; 
    padding:0;
    text-align:center; 
    color:#333;
    height:100%;
    width:100%;
	font-size:13px;
	background:#000 url(../images/logo.jpg) no-repeat center center;
}
/*
body {display:none;}
*/

#container {
	width:100%;
    min-width:768px;
    _height:100%;
    min-height:100%;
	background:#121c25 url(../images/bg_home.jpg) no-repeat top center;
}

#header {
	width:800px;
	margin:0 auto;
    height:100px;
	background:transparent url(../images/header_bg_white-trans.png) repeat-x bottom left;
	_background:#000000 url(../images/logo.jpg) no-repeat top left;
}

#noscript {
	width:100%;
	height:26px;
	background-color:#C30;
	color:#fff;
	text-align:center;
	font-weight:bold;
	padding-top:6px;
}

#content {
	width:800px;
	margin:0 auto;
    text-align:left;
	min-height:450px;
	clear:both;
	background:transparent url(../images/container_bg_white-trans.png) left top repeat;
	_background:#fff;
}

#main {padding:16px 32px;}

#footer {
	width:800px;
	margin:0 auto 24px auto;
	clear:both;
    font-family:Verdana, Calibri, Arial, sans-serif;
    font-size:11px;
	line-height:18px;
    height:59px;
	color:#777;
	background:transparent url(../images/footer_bg_white-trans.png) center bottom no-repeat;
	_background:#fff;
	_padding-bottom:16px;
}
#footer a {color:#777;}
#footer a:hover {color:#333;}

/*////////////////////
//    NAVIGATION    //
////////////////////*/

.navBox {
	float:left;
	margin:6px 5px 0 5px;
	width:245px;
	height:360px;
}
.navBox a {
	display:block;
	width:245px;
	height:360px;
}
.navBox #cuisine {background:transparent url(../images/nav/cuisine-trans.png) 0 0 no-repeat;}
.navBox #restaurant {background:transparent url(../images/nav/restaurant-trans.png) 0 0 no-repeat;}
.navBox #ordering {background:transparent url(../images/nav/ordering-trans.png) 0 0 no-repeat;}
.navBox #cuisine:hover, .navBox #restaurant:hover, .navBox #ordering:hover {background-position: 0 -360px;}

#nav {margin:3px 0 0 0; padding:0;}
#nav li {height:50px; width:266px; text-indent:-9009px; float:left; margin:0; padding:0;}
#nav li:hover {background-position:0 -50px;}
#nav li a {display:block; height:50px; width:266px;}

#nav .cuisine {background:url(../images/nav/cuisine.gif) 0 0 no-repeat; padding-right:1px;}
#nav .restaurant {background:url(../images/nav/restaurant.gif) 0 0 no-repeat; padding-right:1px;}
#nav .ordering {background:url(../images/nav/ordering.gif) 0 0 no-repeat;}

#cuisine #nav .cuisine {background-position:0 -50px;}
#restaurant #nav .restaurant {background-position:0 -50px;}
#ordering #nav .ordering {background-position:0 -50px;}


/*////////////////////
//    SPECIAL PGS   //
////////////////////*/

#index #main {background:transparent url(../images/nav/shadows-trans.png) center bottom no-repeat; padding:16px 16px 32px 16px;}

#slideshow {padding:8px 0 13px 0; background:transparent url(../images/banner/banner_bg-trans.png) left bottom repeat-x;}

.menu_section {
	width:355px;
}
.menu_section ul {list-style:none; margin-left:8px; font-weight:bold;}
.menu_section li {padding:4px 0;}
.menu_section .price {
	font-style:italic;
	float:right;
	width:50px;
}
.menu_section .long_price {
	font-style:italic;
	float:right;
	width:128px;
}

#help p {width:450px;}

/*    CONTACT FORM    */
#contact #main form {
    font-family:Calibri, Verdana, Arial, Helvetica, sans-serif;
    color:#333;
    width:360px;
    height:360px;
    padding:16px 0 0 36px;
    margin:0 auto 32px auto;
	border:1px solid #ccc;
	background:#fff;
}
#contact #main tr td:first-child{text-align:right;}
#contact #main tr td h2 {text-align:left; color:#0952d7}
#contact #main input[type=text], #contact #main textarea {width:235px;}
#contact #main #submit, #contact #main #reset {border:2px outset #56a0ff; color:#666; font-weight:bold;}
#contact #main #submit:hover, #contact #main #reset:hover {border:2px outset #56a0ff; background:#56a0ff; color:#fff;}
#contact #main input, #contact #main textarea {
    background:transparent; 
    color:#333; 
    font-size:small;
    border:2px inset #1be;
}

#delete_image {
	padding:3px 6px;
	background:#A60004;
	border:#FFA6A8 2px solid;
	color:#fff;
}
#delete_image:hover {
	background:#E80005;
}
#upload_image {
	padding:3px 6px; 
	background:#00AA1A; 
	border:#BBFFBD 2px solid; 
	color:#fff;
}
#upload_image:hover {
	background:#0BD200;
}

/*////////////////////
//    FORMATTING    //
////////////////////*/

.bulleted {list-style:circle;}
.numbered {list-style:decimal;}

/*    TABLES    */
td {
    padding:4px;
    vertical-align:top;
}
tr {padding:4px;}

/*    LINKS    */
a {color:#49a2d7;}				/*	0952d7;}	*/
a:visited {color:#4982D7;}		 /* color:#91b9e3;} */
a:hover {color:#56a0ff; text-decoration:underline;}

.headerlink {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	margin-bottom:4px;
	float:right;
}
.headerlink img {vertical-align:middle; padding-bottom:4px;}

/*    TEXT    */
p {margin:16px 0;}

h1,h2,h3,h4,h5 {
    margin:16px 0 8px 0;
    font-weight:bold;
}
h1 {font-size:32px; line-height:24px;}
h2 {font-size:24px; line-height:18px; color:#D90;}
h3 {font-size:18px; line-height:14px; color:#a0a0a0;}
h4 {font-size:14px; line-height:12px;}


/*    USEFUL    */
.fLeft  {float:left;}
.fRight {float:right;}
.fNone  {float:none;}

.cLeft  {clear:left;}
.cRight {clear:right;}
.cBoth  {clear:both;}

.tLeft    {text-align:left;}
.tRight   {text-align:right;}
.tCenter  {text-align:center;}
.mCenter {margin-left:auto; margin-right:auto;}

.scaps    {font-variant:small-caps;}

.tpad-none    {margin-top:0;}
.rpad-none    {margin-right:0;}
.lpad-none    {margin-left:0;}
.bpad-none    {margin-bottom:0;}
.tpad-xsmall    {margin-top:8px;}
.rpad-xsmall    {margin-right:8px;}
.lpad-xsmall    {margin-left:8px;}
.bpad-xsmall    {margin-bottom:8px;}
.tpad-small    {margin-top:16px;}
.rpad-small    {margin-right:16px;}
.lpad-small    {margin-left:16px;}
.bpad-small    {margin-bottom:16px;}
.tpad-medium    {margin-top:24px;}
.rpad-medium    {margin-right:24px;}
.lpad-medium    {margin-left:24px;}
.bpad-medium    {margin-bottom:24px;}
.tpad-large    {margin-top:32px;}
.rpad-large    {margin-right:32px;}
.lpad-large    {margin-left:32px;}
.bpad-large    {margin-bottom:32px;}
.lpad-xlarge   {margin-left:64px;}
.rpad-xlarge   {margin-right:64px;}
.bpad-xlarge   {margin-bottom:64px;}
.tpad-xlarge   {margin-top:64px;}
.lpad-xxlarge  {margin-left:128px;}

.sThumb        {width:125px;}
.mThumb        {width:266px;}
.lThumb        {width:516px;}

.sText {font-size:11px;}
.mText {font-size:13px;}
.lText {font-size:16px;}

.warning {color:#CC3300;}
.black {color:#000;}
.grey {color:#888;}
.lightgrey {color:#bbb;}
.white {color:#fff;}

.normal {font-weight:normal; font-style:normal; text-decoration:none;}
.bold, strong{font-weight:bold;}
.italic, em {font-style:italic;}
.underline {text-decoration:underline;}

.border     {border:2px solid #bbb;}
.bBorder	{border-bottom:2px #bbb solid; padding-bottom:5px;}

.width {width:100%;}
.pWidth {width:450px;}
.halfWidth {width:375px;}
.thirdWidth {width:250px;}
.height {height:100%;}

.divider {
    display:block;
    height:1px;
    width:100%;
	border-bottom:1px #bbb solid;
    clear:both;
}


/*    BOT TEXT    */
.bottext
{
    position:absolute; 
    left:-9000px; 
    top:-9000px; 
    font-size:x-small; 
    color:#FFF;
}


-->
