@charset "UTF-8";
/* CSS Document */

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	padding: 0;
	margin: 0;
	color: #000000;
	background-color:black;
	background-image: url(slices/repeate_02.jpg);
	background-repeat: repeat-x;
	}
	
#main {
	width: 770px;
	margin: 0 auto;
	clear: both;
	}
		
div.header {
	width: 770px;
	}
	
div.header img {
	border: 0px;
	}
	
div.nav {
	font-size: 12px;
	padding-top: 10px;
	height: 37px;
	background-image: url(slices/box_02.jpg);
	background-repeat: no-repeat;
	text-align: center;
	}
	
div.nav a {
	color: #E5C3A7;
	text-decoration: none;
	padding: 0px 10px;
	}
	
div.nav a:hover {
	color: white;
	} 
	
div.title {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	color: black;
	}
	
div.title span {
	font-size: 14px;
	color: black;
	text-align: center;
	font-weight: normal;
	padding-top: 5px;
	}

div.title img {
	border: none;
	padding-bottom: 10px;
	padding-left: 20px;
	}
	
div.wine {
	font-size: 14px;
	font-style: italic;
	}
	
div.box {
	background-image: url(slices/box_03.jpg);
	background-repeat: repeat-y;
	padding: 30px;
	}
	
div.menu {
	clear:both;
	padding-top: 10px;
	margin-bottom: 10px;
	}
	
div.meal {
	font-size: 18px;
	font-weight: bold;
	color: #AE733A;
	font-style:italic;
	}
	
div.dis {
	font-size: 14px;
	margin-left: 20px;
	}
	
div.dis span {
	font-weight: bold;
	}
	
div.footer {
	font-size: 10px;
	text-align: center;
	margin-top: 10px;
	}
	
.center {
	text-align: center;
	}

.directions form, .directions fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}

.directions fieldset {
	padding-top: 10px;
	padding-bottom: 10px;
}

.directions form .address_input {
	width: 500px;
}

#routecontainer {
	background-color: white;
	border: 1px solid black;
	display: none;
	border: 1px solid black;
	padding: 10px;
	margin: 5px 0px;
}

#route {
	font-size: 10px;
}

.size10 {
	font-size: 10px;
}

.message {
	text-align: center;
	margin: 20px 0px;
}

.left 	{ float: left; }
.right 	{ float: right; }
.cls 	{ clear: both; }
.mbpx20 { margin-bottom: 20px; }
.fpx24  { font-size: 24px; }
.fpx10  { font-size: 10px; }
.clr_darker { color: #563517; }
.mauto 	{ margin: 0px auto; }
.wpx300 { width: 300px; }
.wpx400 { width: 400px; }
.wpx500 { width: 500px; }
.wpx600 { width: 600px; }
.wpx700 { width: 700px; }
.wpx800 { width: 800px; }

/***** CONTACT US CSS *****/	
	
#contact {
	width: 290px;
	margin: 0px auto;
	clear: both;
	font-size: 14px;
	margin-top: 15px;
	margin-bottom: 15px;
	}

#contact .element {
	width: 290px;
	font-size: 12px;
	color: #003300;
	}

#contact form {
	margin: 0;
	padding: 0;
	}

#contact label {
	display: block;
	font-size: 12px;
	font-weight: bold;
	margin-top: 5px;
	}

#contact fieldset {
	margin: 0;
	padding: 0;
	border: 0;
	}



