@charset "utf-8";
/* CSS Document */
body {
	background-color: #CCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
body, td, th {
	color: #000;
}
#wrap {
	width:800px;
	margin-left:auto;
	margin-right:auto;
}
#header {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width:800px;
	height:202px;
}
#menu {
	background-image: url(images/iron-bottom.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #BCBDBF;
	height:23px;
	padding-left:54px;
	padding-top:7px;
	color:#858789;
	font-weight:bold;
}
#menu a {
	font-size:12px;
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
}
#menu a:hover {
	color:#000;
	font-weight:bold;
	text-decoration:none;
}
#menu .active {
	color:#000;
	font-weight:bold;
	text-decoration:none;
}
#content {
	background-color:#ECECEC;
	padding-left:54px;
}
#address {
	padding-top:10px;
	padding-bottom:10px;
	font-size:13px;
}
#left {
	width:377px;
	float:left;
}
#list {
	list-style:none;
	font-size:22px;
	margin:0px;
	padding:0px;
	font-weight:bold;
}
#list li {
	background-image: url(images/iron-bullet.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 35px;
	margin-top: 5px;
	margin-bottom: 5px;
}
#blue-box-top {
	background-image: url(images/blue-box-top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height:5px;
	margin-top:29px;
	padding:0px;
}
* html #blue-box-top {
	font-size:0px;
}
#blue-box-top-2 {
	background-image: url(images/blue-box-top-2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height:5px;
	margin-top:29px;
	padding:0px;
}
* html #blue-box-top-2 {
	font-size:0px;
}
#blue-box {
	background-color: #17469E;
	font-style: italic;
	font-size:14px;
	text-align: center;
	padding-top:10px;
	padding-bottom:10px;
	margin:0px;
}
#blue-box a {
	color: #F9CD10;
	text-decoration:none;
	display:block;
}
#blue-box a:hover {
	color: #FFF;
}
#blue-box-bottom {
	background-image: url(images/blue-box-bottom.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height:5px;
	margin-bottom:20px;
}
* html #blue-box-bottom {
	font-size:0px;
}
#blue-box-bottom-2 {
	background-image: url(images/blue-box-bottom-2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height:5px;
	margin-bottom:20px;
}
* html #blue-box-bottom-2 {
	font-size:0px;
}
#right {
	width:326px;
	float:right;
	padding-left:11px;
	padding-right:32px;
}
#grey-box-top {
	background-image: url(images/grey-box-top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height:5px;
	margin-top:10px;
	padding:0px;
}
* html #grey-box-top {
	font-size:0px;
}
#grey-box {
	background-color: #D1D2D4;
	font-size:19px;
	padding-top:10px;
	padding-bottom:10px;
	margin:0px;
	padding-right: 12px;
	padding-left: 20px;
	font-weight:bold;
}
#grey-box-bottom {
	background-image: url(images/grey-box-bottom.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height:5px;
	margin-bottom:20px;
}
* html #grey-box-bottom {
	font-size:0px;
}
#yellow-box-top {
	background-image: url(images/yellow-box-top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height:5px;
	margin-top:20px;
	padding:0px;
}
* html #yellow-box-top {
	font-size:0px;
}
#yellow-box {
	background-color: #FFCA08;
	font-size:14px;
	padding-top:10px;
	padding-bottom:10px;
	margin:0px;
	text-align:center;
	font-style:italic;
}
#yellow-box-bottom {
	background-image: url(images/yellow-box-bottom.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height:5px;
	margin-bottom:20px;
}
* html #yellow-box-bottom {
	font-size:0px;
}
#yellow-box a {
	color: #17469E;
	text-decoration:none;
	display:block;
}
#yellow-box a:hover {
	color: #000;
}
h1 {
	font-size:32px;
	background-image:url(images/iron-bullet.jpg);
	background-position: left center;
	padding-left: 40px;
	background-repeat: no-repeat;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.opening-hours {
	font-size:25px;
	font-weight:bold;
}
.opening-hours td {
	border-top:solid #CCC 1px;
	padding-top:8px;
	padding-bottom:8px;
}
.last-one {
	border-bottom:solid #CCC 1px;
}
.price-list {
	font-size:17px;
	font-weight:bold;
}
#footer {
	font-size:12px;
}
#footer p {
	margin-top:3px;
	margin-bottom:3px;
}
