html, body, form, h1, h2, h3, h4, ul, li {
	margin: 0;
	padding: 0;
}

body {
	background: #2d0202;
	color:white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-bottom: 10px;
	text-align: center;
}

li {
	list-style-position:outside;
	list-style-type:circle;
	margin-left:15px;
}

input, select, textarea {
	background-color: #cccccc;
	border: 1px solid white;
}

/** for use with radio inputs **/
.bt {
	background-color:#660000;
	border:0;
}

a {
	border-bottom: 1px dotted white; 
	color:white;
	line-height:20px;
	text-decoration:none;
}

a:hover {
	color:#ff9933;
}

h1 {
	color:#ff9900;
	font-family: "Britannic Bold", Arial, sans-serif, "Times New Roman";
	font-size:20px;
}

.highlight{
	color:white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
}

h2 {
	color:#ff9900;
	font: 16px "arial narrow", arial, sans-serif;
	font-weight:bold;
}

h3 {
	color:white;
	font: 16px "arial narrow", arial, sans-serif;
}

/** End of General CSS Definition **/

.aleft {
	text-align:left;
}
.acenter {
	text-align:center;
}
.aright {
	text-align:right;
}

.divider {
	background: url(../images/divider.gif) repeat-x;
	margin-top:10px;
	text-align: center;
	width: inherit;
}

.showit {
	color:white;
	font: 16px "arial narrow", arial, sans-serif;
}

.clear {
	clear: both;
}

div .caption {
	font-style:italic;
	margin-top:5px;
}

.sideimg {
	background-color: #ccc; 
	border: 5px double #ccc; 
	width:150px;
}

.slideshow { 
}

.slideshow img { 
	background-color: #ccc; 
	border: 1px solid #ccc; 
	padding: 5px; 
}

.shakeimage{
	position:relative;
}

.f10 {
	font-size:10px;
}
/** End of General CSS Definition **/

#header {
	height:144px;
	left: 0px;
	text-align:left;
	width: 800px;
}	

.wrapper {
	background-color:#7C0000;
	border:1px double #ccc;
	margin: auto;
  	position: relative;
	text-align: center;
	width: 800px;
}

/** Height Definitions for wrapper div **/
.heightfull {
	height:860px;
}

.heighthalf {
	height:700px;
}
/** Height Definitions for left, center, right divs **/
.hgt3{
  height: 570px;
}

.hgt4{
  height: 410px;
}

.hgt5 {
  height:600px;
}
/** used for inner div in the left, center, right **/
.inner {
	/**background: #911702;**/
	border: 1px solid #B43708;
	height: inherit;
	margin-top:10px;
	margin-left:10px;
	padding: 10px 10px 10px 10px;
}

/** Start of Topmenu CSS Definitions **/
#topmenu {
	background:#7C0000 url(../images/top-menu-background.jpg) repeat-x;
	height: 27px;
}

#topmenu li {
  border-right: 1px dotted #FFC559;
  display: inline;
  font: 16px "arial narrow", arial, sans-serif;
  height: 27px;
  line-height: 27px;
  list-style:none;
  text-align: center;
  vertical-align:middle;
}

#topmenu a {
  border-bottom:none;
  color: #FFC559;
  padding-right: 20px;
  padding-left: 20px;
  text-decoration: none;
}

#topmenu a:hover {
	color:white;
	text-decoration: underline;
}

#topmenu .noborder {
	border-right-style: none;
}

.tmselect {
	text-decoration: underline;
}
/** End of Topmenu CSS Definitions **/

/** prevents order button from getting underlined **/
.orderbtn {
	border-bottom:none;
	text-decoration:none;
}

.left {
	float: left;
	width: 195px;
}

.center{
  color:white;
  float: left;
  text-align:left;
  width: 400px;
}

.center .fifty {
	float:left;
	line-height:18px;
	text-align:left;
	width:180px;
}

.right {
  float: left;
  text-align:center;  
  width: 195px;
}

.right .specials {
	background-color: #FF6633;
	border:1px double white;
	padding:5px;
	text-align:center;
	vertical-align:top;
	width:155px;
}

.right .smallred {
	color:black;
	font-weight:bold;
	font-size:12px;
}
.right .smallwhite {
	color:white;
	font-size:10px;
}

#footer {
  background: url(../images/divider.gif) repeat-x;
  padding: 20px 20px 12px 20px;
  text-align: center;
}
#footer li {
  display: inline;
  list-style: none;
}
#footer a {
  border-bottom:none;
  color: #E49E6F;
  text-decoration: none;
}
#footer a:hover {
  text-decoration: underline;
}

#map {
	border:5px solid #ccc;
	height: 300px;
	margin-top:10px;
	width:inherit;
}

/** Menu Page Specific Styles **/
.menua {
	border-bottom:none;
	text-alight:right;
	text-decoration: none;
}

.menu {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	height:460px;
	overflow-y:scroll;
	scrollbar-3dlight-color:#FFC559; 
	scrollbar-arrow-color: ; 
	scrollbar-base-color:#ff6347; 
	scrollbar-darkshadow-color:#ff6347; 
	scrollbar-face-color:#CC6600; 
	scrollbar-highlight-color:#FFC559; 
	scrollbar-shadow-color:#B43708;
}

.menu table {
	padding-right:20px;
	width:345px;
}

.menu h2 {
	color:#FF9900;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
}

.menu h3 {
	color:#ff6633;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin-top:5px;
	text-decoration:underline;	
}

.menu .price {
	background-color:#FF6633;
	color:black;
	font-size: 12px;
	margin-right:5px;
	text-align:center;
}

.menu .price2 {
	background-color:#ff6633;
	color:#000000;
	font-size: 12px;
	text-align:center;
}

.menu .seventy {
	float:left;
	width:215px;
}
.menu .thirty {
	float:left;
	width:65px;
}

.menu .eighty {
	float:left;
	height:45px;
	padding-right:5px;
	width:280px;
}
.menu .twenty {
	float:left;
	height:45px;
	text-align:center;
	vertical-align:middle;
	width:60px;
}

.menu .normal {
	font-size: 12px;
	height:30px;
	margin-right:5px;
	text-align:justify;
}
.menu .normal2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	height:20px;
}

/** Menu deals specific style **/
#deals{
}

.fl {
	float:left;
}

.ml10 {
	margin-left:10px;
}

.ht100 {
	height:100px;
};

.line1 {
	font-size: 14px;
	font-weight: bold;
}

.line2 {
	font-size: 10px;
}

.line3 {
	color: black;
	font-size: 18px;
	font-weight: bold;
}

.line4 {
	font-size: 10px;
	font-weight: bold;
}

/** Catering Specifics **/

.cater-left {
	font-size:10px;
	text-align:left;
}
.cater-left span {
	color:black;
	font-size:12px;
	font-weight:bold;
}

/** Specials Main Menu and Catering **/
.roundwrap {
	background-color: #7C0000;
	color: white;
	margin-top:10px;
	width:160px;
}

.roundwrap p {
	background-color:#FF6633;
	margin:0;
	text-align:center;
}

.roundtopl { 
	background: #7C0000 url(../images/tl_specials.png) no-repeat top left; 
	display:block;
	float:left;
	width:15px;
}

.roundcenter {
	background-color: #FF6633;
	float:left;
	width:130px;
}
.roundtopr {
	background: #7C0000 url(../images/tr_specials.png) no-repeat top right;
	display:block;
	float:right;
	width:15px;
}

.roundbottoml { 
	background: #7C0000 url(../images/bl_specials.png) no-repeat top left; 
	display:block;
	float:left;
	width:15px;
}
.roundbottomr {
	background: #7C0000 url(../images/br_specials.png) no-repeat top right;
	display:block;
	float:right;
	width:15px;
}

/**  Mailing List **/
#mailing {
  background-color:#660000;
  border: 1px solid white;
  padding:10px 0px 10px 0px;
  text-align:center;
  width:160px;
}

.mailwrap {
	background-color: #7C0000;
	color: white;
	margin-top:10px;
	width:160px;
}

.mailwrap p {
	background-color:#660000;
	margin:0;
	text-align:center;
}

.mailtopl { 
	background: #7C0000 url(../images/tl_mail.png) no-repeat top left; 
	display:block;
	float:left;
	width:15px;
}

.mailcenter {
	background-color: #660000;
	float:left;
	width:130px;
}
.mailtopr {
	background: #7C0000 url(../images/tr_mail.png) no-repeat top right;
	display:block;
	float:right;
	width:15px;
}

.mailbottoml { 
	background: #7C0000 url(../images/bl_mail.png) no-repeat top left; 
	display:block;
	float:left;
	width:15px;
}
.mailbottomr {
	background: #7C0000 url(../images/br_mail.png) no-repeat top right;
	display:block;
	float:right;
	width:15px;
}

.mailform {
	border: 1px solid #B43708;
	margin:auto;
	padding: 10px 10px 10px 10px;
	text-align:center;
	width:600px;
}

.mailform table {
	border-spacing:5px;
	text-align:left;
}

.mailform input, select, textarea {
	background-color: #CCCCCC;
	border: 1px solid white;
}

.special {
	position:absolute;
	top:0px;
	right:50px;
	width:150px;
}
