@charset "UTF-8";
/* formatting style
-------------------------------------*/

* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	color: #333333;
	background-color: #5D2526;
	font-family: sans-serif;
	font-size: 75%;
	line-height: 1.6;
	border-right: 1px solid #996633;
	border-left: 1px solid #996633;
	background-image: url(img/bg3.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
hr {
	display: none;
}
/* link style
-------------------------------------*/
a img {
	border-style: none;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	position: relative;
	left: +1px;
	top: +1px;
}
/* basic layout
-------------------------------------*/
#wrapper {
	background-color: #FFFFFF;
	margin: 0px auto;
	width: 980px;
}
#header h1 {
	padding-top: 10px;
	padding-left: 15px;
	width: 965px;
	background-color: #5D2526;
}
#header h2 {
	clear: both;
}
#main {
	float: right;
	width: 655px;
	margin-bottom: 20px;
	padding-top: 15px;
	padding-left: 30px;
	padding-right: 15px;
}
#main h2 {
	color: #592324;
	border-bottom: 2px solid #A54544;
}
#main dl {
	padding-top: 10px;
	padding-bottom: 20px;
}
#menu #main dl {
	clear: both;
}
#menu #main img {
	float: left;
}
#menu #main dt {
	color: #333333;
	padding-top: 25px;
	font-size: 18px;
	border-bottom: 1px solid #999999;
}
#shop #main dd {
	padding-left: 15px;
}
#shop #main #map {
	float: left;
	width: 300px;
	margin-left: 20px;
}
#shop #main #map h2 {
}
#shop #main #map dt {
	font-weight: bold;
	color: #A54544;
	padding-top: 5px;
	border-bottom: 1px solid #999999;
}
#shop #main #map img {
	margin-top: 10px;
}
#sidebar {
	float: left;
	width: 265px;
	padding-top: 15px;
	padding-left: 15px;
	background-color: #ECECEC;
	padding-bottom: 15px;
}
#sidebar dl {
	padding: 5px 5px 5px 10px;
	width: 235px;
	margin-bottom: 3px;
	background-image: url(img/side_bg.jpg);
	background-repeat: repeat-y;
	border-left: 2px solid #A54544;
	border-bottom: 2px ridge #999999;
	border-right: 2px ridge #CCCCCC;
	border-top: 1px solid #FFFFFF;
}
#sidebar dt {
	font-size: 18px;
	font-weight: bold;
	color: #666666;
	height: 50px;
	width: 265px;
}
#sidebar dt a:link {
	color: #333333;
	text-decoration: none;
}
#sidebar dt a:visited {
	color: #666666;
	text-decoration: none;
}
#sidebar dd {
	padding-left: 10px;
	color: #333333;
	border-bottom: 1px dotted #FFFFFF;
	text-decoration: none;
}
#sidebar dd a:link {
	text-decoration: none;
}
#footer {
	clear: both;
	width: 980px;
	border-top: 3px solid #5D2526;
	height: 80px;
	background-color: #ECECEC;
	color: #333333;
}
#footer ul {
	padding-left: 200px;
	padding-top: 10px;
}
#footer li {
	list-style: none;
	float: left;
}
#footer p {
	clear: both;
}
