@charset "UTF-8";
* {
	margin: 0;
	padding: 0;
}
@font-face { font-family: copper; src: url('Copperplate.ttf'); } 

html, body {
	height:100%;
	font-family:Helvetica, Arial, sans-serif;
	background-image:url(imgs/bg.png);
	background-repeat:repeat;
}
#container {
	position:relative;
	width: 850px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	min-height:100%;
	background-image:url(imgs/shadow2.png);
	background-repeat:repeat-y;
	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. */
	padding-left:25px;
	padding-right:25px;
	overflow:hidden;
		
}
#titleIMG {
	position:relative;
	top:10px;
}
#top2 {
	position:relative;
	right:0px;
	float:right;
	background-image:url(imgs/topbar.png);
	background-repeat:no-repeat;
	height:135px;
	width:271px;
}
#contact {
	position:relative;
	top:80px;
	margin:0 auto;
	width:280px;
	font-family:"Times New Roman", Times, serif;
	text-align:center;
	font-size:120%;
	background-color:#FFF;
	padding-bottom:3px;
	padding-top:3px;
}
#midIMG {
	top:0px;
	width:850px;
	height:198px;
}
#mainInfo {
	top:10px;
	width:850px;
	height:25px;
	background-color:#CCC;
	overflow:visible;
}
#info {
	margin-left:15px;
	height:auto;
	width:665px;
	float:left;
	margin-left:25px;
}

#info h1 {
	color:#8A600E;
	font-size:250%;
	font-family:"Times New Roman", Times, serif;
	letter-spacing:-1px;
	margin:0;
	padding:0;
}
#info h2 {
	font-size:80%;
	font-weight:normal;
	margin-top:2px;
	margin-bottom:10px;
	color:#333;
}
#info .bar{
	width:100%;
	border-bottom:solid 2px #D5B808;
	margin-bottom:15px;
}
#info .bar2{
	width:100%;
	border-bottom:solid 5px #D5B808;
	margin-bottom:0px;
}
#info p{
	font-size:75%;
	margin-top:10px;
}

#openImg2 {
	width:225px;
	height:413px;
	
}


#menu {
	position:relative;
float:left;
z-index:8000;
}
#menu ul {
	width:160px;
	display:block;
	padding:0;
	list-style-type:none;
}
#menu ul li a{
	display:block;
	padding-top:10px;
	padding-bottom:5px;
	background-color:#fff;
	font:75% Helvetica, Arial, sans-serif;
	text-decoration:none;
	color:#333;
	margin-top:2px;
	font-weight:bold;
	border-bottom:solid 1px #E8D877;
	padding-left:2px;
}
#menu ul li a:hover {
	background-color:#E8D877;
	color:#000000;
}
.fullMenu li, .fullMenu ul {
	font-family: copper;
}

#bottom {
	position:relative;
	clear:both;
	width:100%;
	padding-top:65px;
	padding-bottom:10px;
	color:#999;
	font-size:70%;
	text-align:center;
}
#bottom a {
	color:#333;
}
#bigBox {
	float:left;width:665px;margin-left:25px;
}
#bigBox p {
	font-size:75%;
	color:#666;
	margin-bottom:7px;
}
.bigBox {
	float:right;width:665px;
	margin-left:25px;
	margin-bottom:7px;
}
.bigBox p {
	font-size:75%;
	color:#666;
	margin-bottom:7px;
}
.bigBox h1 {
	color:#8A600E;
	font-size:120%;
	font-weight:bold;
	margin-bottom:5px;
	padding-bottom:5px;
	margin-top:5px;
	display:block;
}

.diningMenus {
	float:left;
	width:207px;
	height:310px;
	color:#666;
	font-size:70%;
	line-height:13px;
	padding:5px;
	margin-bottom:7px;
	font-family: copper;
}

.diningMenus li {
	padding-top:4px;
	list-style-type:none;
	border-top:dotted 1px #666;
	
}

.diningMenus h1 {
	color:#8A600E;
	font-size:190%;
	font-weight:bold;
	margin-bottom:5px;
	padding-bottom:5px;
	margin-top:5px;
	display:block;
	border-bottom:dotted 1px #000;
}

#venueMenu {
	float:left;
	margin-bottom:7px;
}
#venueMenu ul {
	
	list-style-type:none;
	color:#666;
	
}
#venueMenu ul li {
	display:inline;
	margin-bottom:7px;
}

#venueMenu ul li a{
	padding-right:4px;
	padding-left:4px;
	font-size:75%;
	font-weight:bold;
	color:#666;
	text-decoration:none;
	margin-bottom:14px;
	
}
#venueMenu ul li a:hover {
	color:#8A600E;
}
#allMenu {
	margin-bottom:5px;
	font-size:90%;
	width:150px;
}
#allMenu a {
	display:block;
	color:#333;
	font-weight:bold;
}
#superContact {
	position:absolute;
	top:96px;
	left:282px;
	width:300px;
	height:45px;
	font-size:210%;
	color:#8A600E;
}
.contactNow {
	font-size:40%;
	color:#666;
}
#cornerForm { font-size:75%; }
#cornerForm .cornerLabel {color:#333;font-weight:bold;margin-top:3px; }
#cornerForm .cornerLabel .in {width:175px; font-size:150%;}
#cornerForm .submit {margin-left:40px;margin-top:3px;}

#quoteForm {
	position:absolute;
	top:126px;
	left:13px;
	width:346px;
	height:236px;
	background-image:url(imgs/formBG.png);
	background-repeat:no-repeat;
	padding:25px;
	padding-bottom:0px;
	z-index:7000;
}
#phoneBox {
	position:absolute;
	top:20px;
	left:588px;
	width:303px;
	height:113px;
	background-image:url(imgs/phoneBG.png);
	background-repeat:no-repeat;
	padding:12px;
	padding-top:20px;
	z-index:7000;
}

.midImg {
	position:relative;
	left:200px;
	width:650px;
	overflow:hidden;
	padding-bottom:30px;
	padding-top:15px;
}
#phoneTitle {
	width:90%;
	text-align:center;
	font-size:21px;
	color:#000;
}
#phoneNumber {
	width:90%;
	text-align:center;
	color:#8C5D0E;
	font-size:39px;
}
#qfTitle {
	color:#000;
	font-family:"Times New Roman", Times, serif;
	font-size:24px;
	width:80%;
	padding-bottom:6px;
	border-bottom:solid 1px #000;
	font-weight:bold;
	margin-bottom:20px;
}
.formLine { 
	width:80%;
	margin-bottom:12px;
	clear: both;
}
#frontQuote label {
	color:#8C5D0E;
	font-size:11px;
	font-weight:bold;
}
#frontQuote2 label {
	color:#8C5D0E;
	font-size:11px;
	font-weight:bold;
	float: left;
	width: 100px;
}
#frontQuote .inputText {
	float:right;
	width:175px;
	font-size:14px;
	border:dotted 1px #000;
	padding:2px;
}
#frontQuote2 .inputText {
	float:left;
	width:175px;
	font-size:14px;
	border:dotted 1px #000;
	padding:2px;
}
#frontQuote2 .formLine {
	padding:4px 0;
}
.inputButton {
	cursor:pointer;
	border:outset 1px #ccc;
	background:#999;
	color:#333;
	font-weight:bold;
	padding: 1px 2px;
	margin-top:3px;
	background:url(./imgs/formbg.gif) repeat-x left top;
}
.formButton {
	padding-left:80px;
	clear: both;
}
.formButton2 {
	padding-left:100px;
	clear: both;
}
#validEmail, #validName, #validPhone
		{
float:right;
top:2px;
			width: 16px;
			height: 16px;
		}

