/* CSS Document */
body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-image: url(img/shadow.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
h1,h2,h3,h4,h5,h6,p,a,ul,li,table,th,tr,td,tbody {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-family: verdana, 'trebuchet ms', sans-serif;
	font-size: 12px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
td {
	padding-top: 10px;
	padding-bottom: 10px;
}

#container {
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	width: 801px;
	clear: both;
	margin-top: 0px;
	margin-bottom: 0px;
}
td.name {
	padding-left: 10px;
}

td.comment {
	font-size: 10px;
}
td.price {
	font-weight: bold;
	text-align: right;
	padding-right: 10px;
}


#header {
	height: 120px;
}
#header td {
	margin: 0px;
	padding: 0px;
}
#header h1 {
	margin-bottom: 30px;
	margin-top: 10px;
	margin-left: 10px;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
}
#header img {
	padding-left: 20px;
}
#topimg {
	margin-bottom: 20px;
}
.clearbox {
	font-size: 1px;
	line-height: -1px;
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 1px;
}

#drink {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 400px;
}
#drink table {
	margin-bottom: 20px;
	background-color: #FCE2EB;
}
#drink td {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #EB2D6B;
}
#drink th {
	background-color: #F59CB9;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	color: #FFFFFF;
	font-size: 14px;
}

#food {
	margin: 0px;
	padding: 0px;
	width: 400px;
	float: right;
}
#food table {
	margin-bottom: 20px;
	background-color: #FFECD0;
}
#food td {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FE9900;
}
#banner {
	float: right;
}
#banner ul {
	list-style-type: none;
	margin-right: 70px;
}
#banner li {
	margin-bottom: 15px;
}


#open {
	margin: 0px;
	padding: 0px;
	width: 400px;
	float: right;
}
#open table {
	margin-bottom: 20px;
	background-color: #D9E2FF;
}
#open td,#open th {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #3366FF;
}

#location {
	margin: 0px;
	padding: 0px;
	width: 400px;
	float: left;
}
#location table {
	background-color: #EEEEEE;
	margin-bottom: 20px;
}
#location td,#location th {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
#open th,#location th {
	width: 100px;
	text-align: center;
}

#information {
	margin: 0px;
	padding: 0px;
	clear: both;
	width: 800px;
}
#information table {
	background-color: #E1F4E1;
	margin-bottom: 20px;
}
#information td {
	padding-right: 10px;
	padding-left: 15px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #46C047;
	border-bottom-color: #46C047;
	border-left-color: #46C047;
	line-height: 150%;
	padding-bottom: 10px;
}
#information th {
	font-size: 14px;
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #46C047;
	border-left-color: #46C047;
}
#information p {
	padding-top: 5px;
	padding-left: 20px;
}



#drink h3 {
	background-image: url(img/drink.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 30px;
}
#food h3 {
	background-image: url(img/food.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 30px;
}
#open h3 {
	background-image: url(img/open.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 30px;
}
#location h3 {
	background-image: url(img/location.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 30px;
}
#information h3 {
	background-image: url(img/information.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 30px;
}
#footer p {
	text-align: center;
}
