body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#ffffff;
	background-color:#333333;
}

a {
	color: #ffffff;
}

h1 {
	padding:0px 0px 5px 0px;
	margin: 0px;
	font-family: Tahoma,Verdana, Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:bold;
	color:#fff;
	display:block;
}

#container {
	width:1001px;
	margin:0 auto;
}

.clear {
	clear:both;
}

input {
	border:1px solid #999;
}



.bigButton {
	padding: 10px;
	color: #ffffff;
	background-color: #3399ff;
	font-size: 14px;
	font-weight: bold;
	
}

/********************************************************/
/* HEADER INFORMATION                                   */
/********************************************************/

#headerContainer {
	width:1001px;
	height:228px;
	background-color:#000000;
}

#logo {
	width:1001px;
	height:153px;
	padding:0px;
	margin: 0px;
}

#nav {
	width:1001px;
	height:75px;
	padding:0px;
	margin: 0px;
}

#nav li {
	display:inline;
	list-style-image:none;
	list-style-type:none;
	margin:0;
	padding:0;
}


/***************************    NAV   ***************************/

#btnHome a{
	width:116px;
	height:75px;
	background-image:url(../img/b_home_1.gif);
	background-repeat:no-repeat;
	background-position:top center;
	display:block;
	float:left;
}

#btnHome a:hover{
	width:116px;
	height:75px;
	background-image:url(../img/b_home_2.gif);
	background-repeat:no-repeat;
	background-position:top center;
	display:block;
	float:left;
}

#btnHomeOn a{
	width:116px;
	height:75px;
	background-image:url(../img/b_home_2.gif);
	background-repeat:no-repeat;
	background-position:top center;
	display:block;
	float:left;
}

#btnAbout a{
	width:154px;
	height:75px;
	background-image:url(../img/b_about_1.gif);
	background-repeat:no-repeat;
	background-position:top center;
	display:block;
	float:left;
}

#btnAbout a:hover{
	width:154px;
	height:75px;
	background-image:url(../img/b_about_2.gif);
	background-repeat:no-repeat;
	background-position:top center;
	display:block;
	float:left;
}

#btnAboutOn a{
	width:154px;
	height:75px;
	background-image:url(../img/b_about_2.gif);
	background-repeat:no-repeat;
	background-position:top center;
	display:block;
	float:left;
}

#btnList a{
	width:151px;
	height:75px;
	background-image:url(../img/b_list_1.gif);
	background-repeat:no-repeat;
	background-position:top center;
	display:block;
	float:left;
}

#btnList a:hover{
	width:151px;
	height:75px;
	background-image:url(../img/b_list_2.gif);
	background-repeat:no-repeat;
	background-position:top center;
	display:block;
	float:left;
}

#btnListOn a{
	width:151px;
	height:75px;
	background-image:url(../img/b_list_2.gif);
	background-repeat:no-repeat;
	background-position:top center;
	display:block;
	float:left;
}

#btnFood a{
	width:165px;
	height:75px;
	background-image:url(../img/b_food_1.gif);
	background-repeat:no-repeat;
	background-position:top center;
	display:block;
	float:left;
}

#btnFood a:hover{
	width:165px;
	height:75px;
	background-image:url(../img/b_food_2.gif);
	background-repeat:no-repeat;
	background-position:top center;
	display:block;
	float:left;
}

#btnFoodOn a{
	width:165px;
	height:75px;
	background-image:url(../img/b_food_2.gif);
	background-repeat:no-repeat;
	background-position:top center;
	display:block;
	float:left;
}

#btnDirections a{
	width:234px;
	height:75px;
	background-image:url(../img/b_directions_1.gif);
	background-repeat:no-repeat;
	background-position:top center;
	display:block;
	float:left;
}

#btnDirections a:hover{
	width:234px;
	height:75px;
	background-image:url(../img/b_directions_2.gif);
	background-repeat:no-repeat;
	background-position:top center;
	display:block;
	float:left;
}

#btnDirectionsOn a{
	width:234px;
	height:75px;
	background-image:url(../img/b_directions_2.gif);
	background-repeat:no-repeat;
	background-position:top center;
	display:block;
	float:left;
}


#btnContact a{
	width:181px;
	height:75px;
	background-image:url(../img/b_contact_1.gif);
	background-repeat:no-repeat;
	background-position:top center;
	display:block;
	float:left;
}

#btnContact a:hover{
	width:181px;
	height:75px;
	background-image:url(../img/b_contact_2.gif);
	background-repeat:no-repeat;
	background-position:top center;
	display:block;
	float:left;
}

#btnContactOn a{
	width:181px;
	height:75px;
	background-image:url(../img/b_contact_2.gif);
	background-repeat:no-repeat;
	background-position:top center;
	display:block;
	float:left;
}




/********************************************************/
/* MIDDLE CONTAINER                                     */
/********************************************************/

#middleContainer {
	width:1001px;
	clear:both;
}

#panels1 {
	width:1001px;
	height: 418px;
	margin: 20px 0px 20px 0px;
	border-left: 1px solid #000;
	border-top: 1px solid #000;
	border-right: none;
	border-bottom: 1px solid #000;
	clear:both;
}

#panels1 img{
	width: 199px;
	height: 418px;
	border-right: 1px solid #000;
	margin: 0px;
	padding: 0px;
	float: left;
}


#panels2 {
	width:1001px;
	height: 246px;
	margin: 20px 0px 20px 0px;
	border-left: 1px solid #000;
	border-top: 1px solid #000;
	border-right: none;
	border-bottom: 1px solid #000;
	clear:both;
}

#panels2 img{
	width: 199px;
	height: 248px;
	border-right: 1px solid #000;
	margin: 0px;
	padding: 0px;
	float: left;
}


/********************************************************/
/* LEFT COLUMN                                          */
/********************************************************/

#leftColumn {
	width:400px;
	float:left;
}

.leftSection {
	width:369px;
}

.leftContact {
	width:369px;
	height:162px;
	background-image:url(../img/contact_bg.gif);
	background-repeat:no-repeat;
}

.happy {
	width:369px;
	height:162px;
	background-image:url(../img/happy_hour.gif);
	background-repeat:no-repeat;
}

.happyText {
	width:320px;
	margin: auto;
	padding-top: 70px;
	height:140px;
}

.contactTable {
	width:320px;
	margin: auto;
	padding-top: 10px;
	height:140px;
}

.contactTable2 {
	width:580px;
	padding-top: 10px;
	height:140px;
}


.contactText1 {
	width:130px;
	padding:5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFF;
	text-align:left;
	border-bottom: 1px solid #660000;
}

.contactText2 {
	width:190px;
	padding:5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#FFF;
	text-align:left;
	border-bottom: 1px solid #660000;
}


.leftLogo {
	width:369px;
	height: 328px;
	padding:0px;
	margin-bottom: 20px;
}




/********************************************************/
/* MIDDLE COLUMN                                        */
/********************************************************/

#fullColumn {
	width:1001px;
	height: auto;
	float:left;
}


.form {
	padding:19px 0 0 0;
}

.formSent {
	padding:20px;
	height:40px;
	font-size: 16px;
	font-weight: bold;
	color:#ff3300;
}

#email {
	margin:2px 10px 0px 0px;
	padding: 5px;
	width:300px;
	border-top:1px solid #999;
	border-left:1px solid #999;
	border-right:1px solid #666;
	border-bottom:1px solid #666;
	float: left;
	display: block;
}

.processing {
	width:131px;
	height:30px;
	background-image:url(../img/btn_submit.gif);
	background-repeat:no-repeat;
	border:0;
	cursor:pointer;
}

.hidden {
	visibility:hidden;
}


tr.d0 td {
	padding: 10px;
	background-color: #333; 
	border-bottom: 1px solid #555;
	border-left: 1px solid #555;
}
tr.d1 td {
	padding: 10px;
	background-color: #444; 
	border-bottom: 1px solid #555;
	border-left: 1px solid #555;

}

.winePrice {
	width: 80px;
	text-align: right;
}


.foodType {
	width: 500px;
	border-bottom: 1px dotted #ffffff;
	float: left;
	display: block;
	font-size: 15px;
	font-weight:bold;
	margin-bottom: 10px;
}

.foodPrice {
	width: 80px;
	float: right;
	display: block;
}

.foodMenu {
    clear: both;
    display: block;
	list-style-type: none;
	padding:0px;
	margin-bottom:10px;

}

.foodMenu li {
	list-style-type: none;
	padding:5px;
	margin:5px;
	border-bottom: 1px solid #444444;

}


/********************************************************/
/* RIGHT COLUMN                                         */
/********************************************************/

#rightColumn {
	width:601px;
	height: auto;
	float:left;
}

.rightSection {
	width:580px;
}

.textBlock {
	border-bottom: 1px solid #222222;
	padding:0px 0px 20px 0px;
	margin:0px 0px 20px 0px;
}



/********************************************************/
/* FOOTER                                               */
/********************************************************/

#footer {
	width:960px;
	height:25px;
	padding:20px;
	margin:auto;
	clear:both;
	background-color:#2a2a2a;
	color:#FFFFFF;
}

#footerLinks a {
	margin:0px 0px 0px 10px;
	color: #fff;

}


