

body {
	background: #5F1411 url(images/bodyBG.jpg) repeat-x 0 0;
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 965px;
	font-family: Arial, Helvetica, sans-serif;


}
h1 {
	font: 24px Georgia;
	color: #2D1F06;
	margin-bottom: 3px;
	padding: 0;
}
h2 {
	font: 20px Georgia;
	color: #2D1F06;
	margin: 0;
}
h3 {
	font: 130% Tahoma; 
	color: #000000; 
	margin-bottom: 10px; 
	padding: 2px 18px 2px 2px;
}
h4 {
 	font: 16px Trebuchet MS; 
	color: #4F4F4F;
}
form {
 	margin: 0px; 
	padding: 0px;
	display: inline;
}
ul {
	margin: 4px;
}
li {
	margin-left: 20px;
}
img { 
	border: 0px;
}
img, div, td {
	behavior: url(../css/iepngfix.htc);
}
label {
	cursor: pointer;
	cursor: hand;
}
small {
	font-size: 9px; 
}
hr {
	height: 2px;
	border: 0;
	color: #F0EFE6;
	background: #F0EFE6;
}
a, a:link, a:visited {
	color: #0000FF;
	text-decoration: underline;
}
a:hover, a:active { 
	color: #993300;
 	text-decoration: underline;
}
input[type="text"], input[type="password"], textarea, select { 
	font: 16px Arial, sans-serif;
	padding: 1px 3px;
	border: 1px solid #C0C0C0;
}
input[type="submit"], input[type="button"], input[type="reset"] {
	font: 12px Arial, sans-serif; 
	overflow: visible;
	padding-left: 6px;
	padding-right: 6px;
}
table, td, div {
	margin: 0;
	padding: 0;
}
#wrapper {
	width: 965px;
	margin: 0 auto;
	margin-bottom: 0;
	padding-bottom: 0;
	padding-top: 0;
	margin-top: 0;
	padding: 0;
	background: url(../images/topMenuBG.jpg) no-repeat right top;
}
#header {
	width: 100%;
	overflow: hidden;
	clear: both;
	height: 150px;
	background: url(../images/topMenuBG.jpg) no-repeat right top;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;

}
#logo {
	float: left;
	width: 346px
}

#menu {
	float: right;
	width: 599px;
	padding-top: 65px;
	padding-left: 5px;
	padding-bottom: 0px;
	text-align: left;
	font-family: Georgia;

}
#menu a:link, #menu a:visited {
	color: #551709;
	text-decoration: none;
	padding-left: 0px;
	padding-right: 0px;	
	padding: 6px 10px 0 10px;
	font: 17px Georgia;
	z-index: 1000;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
#menu a:hover, #menu a:active, .actualPage {
	color: #0A0200;
}



#content {
	clear: both;
	overflow: hidden;
	margin: 0px;
	margin-top: 0px;
	padding-top: 0px;
	padding: 0px;
	background: white;
}
.divContent {
	width: 728px;
	padding: 10px 20px;
	background: url(../images/divBG.jpg) repeat-y 0 0;
}
.divFooter {
	width: 768px;
	height: 15px;
	background: url(../images/divFoot.jpg) no-repeat 0 0;
}
.clear {
	clear: both;
}
#footer {
	width: 100%;
	height: 90px;
	background:  url(../images/footerBG.jpg) repeat-x 0 0;
	clear: both;
	overflow: hidden;
	font-weight:  bold;
}
#insideFooter {
	width: 760px;
	margin: 10px auto;
}
.copyrights {
	float: left;
	width: 360px;
	color: #989898;
	padding-top: 20px;
	font-weight: normal;
}
.developerCredits {
	float: right;
	width: 360px;
	color: #989898;
	text-align: right;
	padding-top: 20px;
	margin-right: 10px;
	font-weight: normal;
}
a.developerCredits, .developerCredits a:link, .developerCredits a:visited {
	color: #989898;
	text-decoration: none;
}
.developerCredits a:hover, .developerCredits a:active {
	text-decoration: underline;
}

/* Gallery Styles */
.galleryDiv {
	float: left;
	width: 105px;
	height: 105px;
	margin: 5px; 
	padding: 7px;
	border: 1px solid #C0C0C0;
	background: #FFF;
	text-align: center;
}
.galleryDiv:hover {
	float: left;
	width: 105px;
	height: 105px;
	margin: 5px; 
	padding: 7px;
	border: 1px solid #333333;
	background: #FFF;
}

.highslide {
	cursor: url(../images/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide img {
	border: 2px solid gray;
}
.highslide:hover img {
	border: 2px solid white;
}

.highslide-image {
    border: 2px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    
    border: 2px solid white;
    border-top: none;
    font-family: Verdana, Helvetica;
    font-size: 10pt;
    padding: 5px;
    background-color: white;
}
.highslide-loading {
    display: block;
	color: white;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
    text-decoration: none;
	padding: 3px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
    background-color: black;
    /*
    padding-left: 22px;
    background-image: url(../images/graphics/loader.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
    */
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}

.highslide-move {
    cursor: move;
}

.highslide-overlay {
	display: none;
}

/* Controlbar example */
.controlbar {	
	background: url(../images/graphics/controlbar4.gif);
	width: 167px;
	height: 34px;
}
.controlbar a {	
	display: block;
	float: left;
	/*margin: 0px 0 0 4px;*/	
	height: 27px;
}
.controlbar a:hover {
	background-image: url(../images/graphics/controlbar4-hover.gif);
}
.controlbar .previous {
	width: 50px;
}
.controlbar .next {
	width: 40px;
	background-position: -50px 0;
}
.controlbar .highslide-move {
	width: 40px;
	background-position: -90px 0;
}
.controlbar .close {
	width: 36px;
	background-position: -130px 0;
}


/* Necessary for functionality */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}

/* Menu CSS */

.dropmenuDIV {
	position: absolute;
	top: -20px;
	font-size: 11px;
	font-weight: normal;
	z-index:1000;
	width: 180px;
	visibility: hidden;
	background: url(../images/menuBG.png);
}
a.dropmenuDIV, .dropmenuDIV a:link, .dropmenuDIV a:visited {
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	text-decoration: none;
	color: #FFF;
	font: 11px Arial;
	 border: 1px transparent;
}
.dropmenuDIV a:hover {
 	text-decoration: underline; 
	color: #AF9F4E;
	background: #1C3764;
	border: 1px solid #FFF;
}
.innerpageContent {
	width: 850;
	padding-right: 20px;
	padding-left: 20px;
}
. gus a {
color:#0000FF;
}
. gus a:hover {
color:#0000FF;


#timeline
{
	height: 85px;
	width: 963px;
	background: #eeeeee;
	border-bottom: 1px solid black;
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
	margin-top: 0px;
	margin-bottom: 0px;
}
* html #timeline { width: 965px; }

#register-screen
{
	float: left;
	width: 735px;
	border-left: 100px solid #dddddd;
	border-right: 100px solid #dddddd;			
	padding-left: 15px;
	padding-right: 15px;
}
* html #register-screen { width: 965px; }

#ordertype
{
	float: left;
	width: 735px;
	height: auto;
	padding-left: 15px;
	padding-right: 15px;
	border-left: 100px #dddddd solid;
	border-right: 100px #dddddd solid;
}
* html #ordertype { width: 965px; }

#ordertype-address
{
	float: left;
	width: 735px;
	height: auto;
	padding-left: 15px;
	padding-right: 15px;
	border-left: 100px #dddddd solid;
	border-right: 100px #dddddd solid;
}
* html #ordertype-address { width: 965px; }


.restaurant-filter
{
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 14px;
	margin-right: 10px;
	border-left: 2px solid red;
	border-right: 2px solid red;	
	border-top: 2px solid red;	
	border-bottom: 2px solid red;			
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 12px;
	padding-bottom: 12px;
	text-align: center;
	width: 900px;
	font-size: 10pt;
	font-family: arial;
	color: black;
	height: 25px;
	background: #ffe3e3;


}


#navigation a
{
color: blue;
background: #white;
margin-left: 5px;
margin-right: 5px;
margin-bottom: 0px;
padding-bottom: 0px;
padding-left: 10px
text-decoration: underline;
}

#navigation a span
{
padding-right: 10px
}

#navigation a, #navigation a span
{
display: block;
float: left
}

/* Hide from IE5-Mac \*/
#navigation a, #navigation a span
{
float: none
}
/* End hide */

#navigation a:hover
{
color: red;
padding-left: 10px
}

#navigation a:hover span
{
background: white;
padding-right: 10px
}

#navigation ul
{
list-style: none;
padding: 0;
margin: 0;
}

#navigation li
{
list-style: none;
float: left;
margin: 0;
} 


.orderpage-menu-group
{
	float: left;
	width: 100%;
	margin-top: 0px;
	border-top: 1px solid #b1b1b1;
	border-bottom: 1px solid #b1b1b1;	
	background: #e1e1ff;
	margin-left: 0px;
	padding-left: 0px;
	padding-bottom: 2px;
}


.orderpage-menu-group h1
{
	font-size: 10pt;
	text-align: center;	
	margin-top: 2px;	
	margin-bottom: 2px;

}

.orderpage-menu-group p
{
	margin-top: 1px;
	font-size: 8pt;
	text-align: center;
}


#orderpage-menu
{
	float: left;
	text-align: left;
	width: 565px;
}

.cart-checkout
{
	float: right;
	width: 30%;
	text-align: right;
	font-size: 8pt;
	font-family: arial;
	font-weight: bold;
	margin-top: 8px;	
	padding-top: 1px;
	padding-top: 1px;
	padding-left: 4px;
	padding-right: 4px;			
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-top: 1px solid black;
	border-bottom: 1px solid black;			
	background: #990000;
	height: 15px;
	color: white;
}

.checkout-now
{
	padding-left: 10px;
	padding-right: 10px;
	background: #990000;
	color: white;
	font-weight: normal;
	font-size: 10pt;
	float: left;
	text-decoration: none;
	border: 1px solid black;
	margin-top: 10px;
	margin-bottom: 10px;
}


.checkout-tip
{
	width: 200px;
	margin: 10px;
	font-size: 8pt;
	border: 1px solid #990000;
	padding: 0;
	padding-bottom: 10px;	
	float: left;
	color: gray;	
}

.checkout-tip h1
{
	margin: 0px;
	margin-bottom: 5px;	
	font-size: 9pt;
	padding: 2px;
	color: white;	
	background: #990000;
}

.checkout-coupon
{
	width: 200px;
	margin: 10px;
	font-size: 8pt;	
	border: 1px solid #dddddd;
	padding: 0;
	padding-bottom: 10px;
	float: left;
	color: gray;	
}

.checkout-coupon h1
{
	margin: 0;
	margin-bottom: 5px;
	font-size: 9pt;
	padding: 2px;		
	background: #dddddd;	
}

.checkout-instructions
{
	width: 200px;
	margin: 10px;
	font-size: 8pt;	
	border: 1px solid #dddddd;
	padding: 0;
	padding-bottom: 10px;
	float: left;
	color: gray;
}

.checkout-instructions h1
{
	margin: 0;
	margin-bottom: 5px;	
	font-size: 9pt;
	padding: 2px;		
	background: #dddddd;	
}


.restaurant-section
{
	float: left;
	width: 959px;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
	border-bottom: thin solid black;
	font-size: 12pt;
	background: #e1e1e1;
	border-top: 1px solid black;
	border-left: 3px solid black;
	border-right: 3px solid black;
	border-bottom: 3px solid black;			
}
* html .restaurant-section { width:965px; }


.restaurant-button a
{
	font-size: 10pt;
	padding-bottom: 10px;
}

.login-box
{
	border-left: 2px solid #660000;
	border-top: 2px solid #660000;
	border-right: 2px solid #660000;
	border-bottom: 2px solid #660000;			
	vertical-align: top; 
	margin-top: 5px;
	width: 175px;
	text-align: left;
	font-size: 8pt;
	color: gray;
	
}

.login-box a
{
	text-decoration: none;
	font-size: 8pt;
	color: blue;
}

.login-box h1
{
	text-align: center;
	width: 100%;
	margin-top: 0;
	margin-bottom: 0px;
	background: #660000;
	font-size: 10pt;
	font-family: arial;
	color: white;
	float: left;
}

.login-box-text
{
	font-size: 8pt;
	color: gray;
	text-align: left;
	margin-left: 10px;	
}

.login-box-field
{
	font-size: 8pt;
	text-align: left;
	margin-left: 10px;	
	margin-top: 10px;
}

.button-submit
{
	color: white;
	background-color: #660000;
	font-size: 8pt;
	height: 18px;
	border: 1px solid black;
	padding: 0px;
	margin: 5px;
	margin-left: 10px;
	
}

.register-button
{
	border: 1px solid black;
	background-color: #660000;
	color: white;
}
