body {
	background: #fff url(../img/bg.png) repeat-x;
	color: #333;
	font: 62.5% Verdana, Arial, Helvetica, sans-serif;
}

.cl {
	clear: both;
}

.left {
	float: left;
}

.right {
	float: left;
	font-size: 12px;
	line-height: 1.8em;
	margin-bottom: 10px;
}

.contact .left {
	font-size: 12px;
	font-weight: bold;
	line-height: 1.8em;
	width: 130px;
}

.contact h3 {
	font-family: georgia, serif;
	font-size: 16px;
	margin-top: 30px;
	margin-bottom: 15px;
}

.contact a:hover {
	text-decoration: underline;
}

#sale {
	display: none;
}

a {
	color: #333;
	text-decoration: none;
}

img {
	display: block;
}

#top-wrap {
	position: relative;
	z-index: 20;
}

#pageflip {
	position: relative;
}

#pageflip img {
	width: 57px; height: 57px;
	z-index: 20;
	position: absolute;
	right: -2px; top: -2px;
	-ms-interpolation-mode: bicubic;
}

#pageflip .msg_block {
	width: 50px; height: 50px;
	position: absolute;
	right: 0; top: 0;
	background: url(../img/subscribe.png) no-repeat right top;
	text-indent: -9999px;
	z-index: 15;
}

#top {
	height: 42px;
	margin: 0 auto;
	position: relative;
	width: 880px;
}

#top #top-nav {
	float: right;
	margin: 25px 65px 10px 0px;
	position: absolute;
	right: 0px;
	z-index: 10;
}

#top > #top-nav > li {
	float: left;
}

#top > #top-nav > li > h2 a {
	border-left: 1px solid #a189ab;
	color: #c7b5cf;
	font-weight: normal;
	padding: 0px 10px;
	text-transform: uppercase;
}

#top #top-nav li:first-child a {
	border: none;
}

#top #top-nav ul {
	background: #604b6f;
	border: 1px solid #a189ab;
	border-top: none;
	padding-bottom: 5px;
}

#top #top-nav ul li a {
	color: #c7b5cf;
	font-size: 11px;
	font-weight: normal;
	padding: 5px 10px;
}

#top #top-nav ul li h3 {
	color: #c7b5cf;
	font-size: 12px;
	font-weight: bold;
	margin: 10px 0px 5px 10px;
}

#header-wrap {
	padding: 20px 0px;
}

#header {
	margin: 0 auto;
	width: 880px;
}

#header #logo {
	margin-top: -55px;
	margin-left: 25px;
	position: relative;
	z-index: 20;
}

#note {
	color: #fff;
	font-family: Georgia, serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.6em;
	margin: 5px 0px 0px 20px;
	width: 260px;
	font-variant: small-caps;
}

#slider-wrap {
	float: right;
	width: 577px;
}

#slider-wrap #prev-button {
	background: url(../img/slider_prev.png) no-repeat center;
	cursor: pointer;
	float: left;
	height: 235px;
	text-align: center;
	width: 50px;
}

#slider-wrap #next-button {
	background: url(../img/slider_next.png) no-repeat center;
	cursor: pointer;
	float: left;
	height: 235px;
	text-align: center;
	width: 50px;
}

#slider {
	background: url(../img/bg_slider.png) no-repeat;
	float: left;
	height: 220px;
	overflow: hidden;
	width: 462px;
	padding-top: 24px;
	padding-left: 15px;
}

#slider img {
	width: 440px;
	height: 190px;
}

#content {
	margin: 0 auto;
	width: 880px;
}

.home ul li {
	background: url(../img/list.png) no-repeat 0px 2px;
	margin-bottom: 10px;
	padding-left: 15px;
}

#main {
	float: left;
	font-size: 11px;
	padding: 20px;
	width: 600px;
}

#main h1 {
	background: url(../img/bg_footer.png) repeat-x bottom;
	font-family: Georgia, serif;
	font-size: 24px;
	margin-bottom: 15px;
	padding-bottom: 15px;
}

#main p {
	line-height: 1.8em;
	margin-bottom: 20px;
	text-align: justify;
}

#main #map {
	border: 1px solid #ddd;
	height: 360px;
	margin-bottom: 20px;
}

#marker {
	font-size: 10px;
	width: 365px;
}

#marker-logo {
	float: left;
	height: 50px;
	margin-right: 10px;
	width: 80px;
}

#marker h1 {
	background: none;
	font-family: Verdana, sans-serif;
	font-size: 14px;
	margin: 0;
	padding: 0;
	margin-bottom: 5px;
}

#main #gallery {
	margin-left: -10px;
	width: 610px;
}

#main #gallery a {
	background: #f3f3f3;
	border: 1px solid #ccc;
	float: left;
	padding: 5px;
	margin-bottom: 10px;
	margin-left: 10px;
	text-align: center;
	width: 100px;
}

#main #gallery a img {
	display: inline;
}

#main #loader {
	background: url(../img/ajax-loader.gif) no-repeat center;
	display: none;
	height: 396px;
}

#main #prev {
	background: url(../img/prev.png) no-repeat left;
	float: left;
	height: 22px;
	margin-top: 10px;
	width: 50%;
}

#main #next {
	background: url(../img/next.png) no-repeat right;
	float: right;
	height: 22px;
	margin-top: 10px;
	width: 50%;
}

#sidebar {
	float: left;
	margin-top: 25px;
	padding: 20px;
	width: 200px;
}

#sidebar > ul > li {
	background: url(../img/bg_footer.png) no-repeat bottom;
}
/*
#sidebar ul li a.home {
	background: url(../img/home.png) no-repeat 5px 7px;
}

#sidebar ul li a.shops {
	background: url(../img/shops.png) no-repeat 5px 7px;
}

#sidebar ul li a.assortment {
	background: url(../img/assortment.png) no-repeat 5px 7px;
}

#sidebar ul li a.portfolio {
	background: url(../img/portfolio.png) no-repeat 5px 7px;
}

#sidebar ul li a.contact {
	background: url(../img/contact.png) no-repeat 5px 7px;
}
*/
#sidebar > ul > li > h2 a {
	display: block;
	font-size: 12px;
	padding: 17px 0px 22px 20px;
	font-weight: normal;
}

#sidebar ul ul {
	margin-left: 35px;
}

#sidebar h3 {
	font-size: 12px;
	margin-top: 10px;
}

#sidebar ul ul li:first-child h3 {
	margin: 0;
}

#sidebar ul ul li a {
	background: url(../img/list.png) no-repeat 0px 3px;
	font-size: 12px;
	font-weight: normal;
	padding-left: 15px;
	
}

#sidebar ul ul li h2, #sidebar ul ul li h3 {
	background: url(../img/bg_footer.png) no-repeat bottom;
	margin-bottom: 5px;
	padding-bottom: 10px;
}

#sidebar ul ul li:last-child h2 {
	padding-bottom: 20px;
}

#sidebar > ul > li > h2 a:hover, #sidebar ul li a.active  {
	font-weight: bold;
}

#footer {
	background: url(../img/bg_footer.png) repeat-x;
	color: #aaa;
	margin: 0px 20px;
	padding: 15px 0px;
}

#footer a {
	color: #aaa;
}

#footer a:hover {
	text-decoration: underline;
}