@charset "utf-8";

html {
overflow: -moz-scrollbars-vertical;
}


body  {
	font: 14px Georgia, Verdana, Arial, Helvetica, sans-serif;
	background: #000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000;
	line-height: 22px;
}
.twoColFixLt #container { 
	width: 986px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 10px;
	padding: 0;
}
.twoColFixLt #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 350px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #000; /* the background color will be displayed for the length of the content in the column, but no further  */
	padding: 0px;
	margin: 0px;
}
.twoColFixLt #mainContent { 
	margin: 0 0 0 350px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 20px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #000 url(images/contentbg.jpg) repeat-y;
} 
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	border: 3px solid #990000;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#homeflash {
height: 347px;
width: 583px;
border: 5px solid #990000;
}

#contactmap {
margin-top: 10px;
height: 275px;
width: 583px;
border: 5px solid #990000;
}

h1 {
font-family:Georgia, "Times New Roman", Times, serif;
font-size: 20px;
color:#990000;
}

h2 {
font-family:Georgia, "Times New Roman", Times, serif;
font-size: 16px;
color:#990000;
font-weight:bold;
padding-top: 18px;
padding-bottom: 0px;}

.imageborder {
border: 3px solid #990000;}

#footer {
background-color:#000000;
color:#806600;
font-size: 12px;
text-align:right;
padding-right: 20px;
}

#footer a:link {
color: #990000;
text-decoration:underline;
}

#footer a:visited {
color: #990000;
text-decoration:underline;
}

#footer a:hover {
color: #fff;
text-decoration:none;
}

#footer a:active {
color: #990000;
text-decoration:underline;
}

#sectiona_home {
width: 590px;
float:left;
padding: 10px 0px 0 3px;
}

#homefeature {
clear:both;
color: #fff;
padding: 80px 10px 10px 10px;
height: 80px;
border: 5px solid #FFCC00;
background:#7D1111 url(images/homebannerbg.jpg) no-repeat;
text-align:center;}

#homefeature h2 {
color: #FFFFFF;
font-weight: bold;
font-size: 18px;
margin:0;}

#mothersdayfeature {
clear:both;
color: #fff;
padding: 0px 10px 10px 10px;
height: 90px;
border: 5px solid #FFCC00;
background:#7D1111 url(images/mothersdaybg.jpg) no-repeat;}

#valentinesfeature {
text-align:center;
color: #fff;
padding: 10px 10px 10px 10px;
height: 140px;
border: 5px solid #C20113;
background:#7D1111 url(images/valentinesbannerbg.jpg) no-repeat;
margin-bottom: 20px;
}

.valentinestext {
	font-family: 'Italianno', cursive;
font-size: 40px;
line-height:35px;}

#valentinesfeature a:link, #valentinesfeature a:visited, #valentinesfeature a:hover, #valentinesfeature a:active {
	color: #fff;}

#valentinesfeature h2, #homefeature h2 {
color: #FFFFFF;
font-weight: bold;
font-size: 18px;
margin:0;}

#valentinesfeature h2, #homefeature h2 a:link{
color: #FFFFFF;
font-weight: bold;
font-size: 18px;
margin:0;}

#valentinesfeature h2, #homefeature h2 a:visited{
color: #FFFFFF;
font-weight: bold;
font-size: 18px;
margin:0;}

#valentinesfeature h2, #homefeature h2 a:hover{
color: #FFFFFF;
font-weight: bold;
font-size: 18px;
margin:0;
text-decoration:none;}

#valentinesfeature h2 a:active {
color: #FFFFFF;
font-weight: bold;
font-size: 18px;
margin:0;}

#valentinesfeature p {
color: #FFFFFF;
font-size: 16px;
}

#sectiona {
width: 400px;
float:left;
padding: 10px 0px 0 3px;
}

#sectionb {
float:right;
}

#sectionc {
width: 185px;
float:left;
padding: 10px 0px 0 0px;
}

#sectiond {
background:url(images/contentbgimagebottom.jpg) bottom right no-repeat;
height: 100%;
margin: 0 0 0 185px;
}

.imagebutton {
padding-top:5px;}

.textlarge  {
	font: 18px Georgia, Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	line-height: 22px;
	}
	
	
#menu li
{
display: inline;
list-style-type: none;
background-image:none;
padding: 0 5px 0 0;
}

ul#menu {
margin: 0px;
padding: 0px;
}




/* ----------------------------Form--------------------------------------------------------------------------------- */



fieldset {

margin: 1em 0;

padding: 1em;

border: 1px solid #ccc;

}



legend {
font-weight: bold;
color: #990000;
}

textarea {
width: 360px;
height: 100px;
background-color: #E8E8E8;
border: 1px solid #ccc;
}

form p label {
float:left;
width: 30%;
}

form input {
width: 250px;
height: 25px;
background-color: #E8E8E8;
border: 1px solid #ccc;
}

form p {
clear:left:
margin: 0;
padding: 0;
padding-top: 5px;
}

#reservations h2 {
margin: 0;
padding: 0;
}


#reservations ul{
margin: 0;
padding: 0;
list-style-type: none;
font-size: 12px;
}

.reservationstable {
width: 100%;
background-color: #CA7A6A;
background:url(images/reservationsbg.jpg) no-repeat;
margin-top:10px;
padding: 10px;
border: 1px dashed #990000;}


a:link {
color: #990000;
}

a:visited {
color: #990000;
}

a:hover {
color: #990000;
text-decoration: none;
}

a:active {
color: #990000;
}

.sitelinks {
margin-right: 175px;
}

ul {
list-style-type: none;
}

li {
background: url(images/bullet.gif) left center no-repeat;
padding-left: 20px;}

.dinnermenuhome {
float: right;
padding-top: -10px;}

#hilden {
	padding: 0;
	margin: 0;
	text-align:center;
	}

#hilden li {
	list-style-type: none;
	background-image: none;}

.hildentext {
	text-align:center;
	color: #CC2232;}
