/* Global */
* {
	margin:0;
	padding:0;
}
html, body {
	width:100%;
	height:100%;
}
body {
	background-color:#e6e1d0;
	color:#333;
	font:100% arial;
	line-height:120%;
}
table {
	border-collapse:collapse;
}
table td {
	padding:0;
	text-align:left;
	vertical-align:top;
}
a {
	color:#3399cc;
}
a:hover {
	text-decoration:none;
}
a img {
	border:none;
}
p {
	margin-bottom:0.7em;
}
h1 {
	font-size:1.9em;
	font-weight:normal;
	color:#4e3d2d;
	margin-bottom:0.8em;
}

h2 {
	font-size:1.6em;
	font-weight:normal;
	color:#4e3d2d;
	margin-bottom:0.8em;
}

h3 {
	font-size:1.4em;
	font-weight:normal;
	color:#4e3d2d;
	margin-bottom:0.5em;
}
h4 {
	font-size:1.2em;
	font-weight:normal;
	color:#966;
}

h3 a {
	color:#4e3d2d;
}
dl {
	margin-bottom:2.5em;
}
dl dl {
	margin-bottom:1.8em;
	margin-left:-15px;
}
dl dt {
	font-size:1.4em;
	font-weight:normal;
	color:#000;
	margin-bottom:0.4em;
}
dl dd {
	margin-left:0px;
	margin-bottom:0.3em;
	line-height:120%;
}

dl dl dt {
	font-size:1.2em;
	font-weight:bold;
	color:#4f3e2d;
}
/* Layout */
#outer {
	min-height:100%; _height:100%;
	min-width:980px; _width:expression((document.documentElement.clientWidth || document.body.clientWidth) < 990 ? '980px' : 'auto');
}
#outer_inner {
	padding-bottom:15px;
}
#main {
	font-size:0.8em;
}
#top {
	padding:50px 35px 35px 47px;
}
#top .first a {
	position:relative;
	display:block;
}




table#content {
	width:100%;
	font-size:1em;
}

#content #left {
	width:50%;
}
#content #right {
	width:50%;
}
#content #left .inner {
	margin-top: 0;
	margin-right: 25px;
	margin-bottom: 25px;
	margin-left: 45px;
}
#content #right .inner {
	margin:0 10px 25px 0;
}

#content #right_collect {
     width: 66%;
}
#content #right_collect .inner {
	margin:0 10px 25px 0;
}


/* Common */
img#home {
	position:absolute;
	top:55px;
	left:205px;
}
.clear {
	clear:both;
}
.big {
	font-size:1.4em;
	line-height:140%;
}
.small {
	font-size:0.85em;
	line-height:120%;
}
dl.shop_list span {
	font-size:0.85em;
	color:#555;
}
dl.shop_list dd {
	color:#000;
}

table.contacts {
	width:100%;
	border-top:1px solid #b3a599;
	margin-top:10px;
}
.contacts .first {
	width:32%;
	padding:15px 15px 15px 0;
}
.contacts .second {
	width:42%;
	padding:15px 0;
}
.contacts .third {
	width:26%;
	padding:15px 0;
	text-align:left;
	white-space:nowrap;
}
.contacts .third .small {
	margin-top:.3em;
	}

table.contacts .second .small {
	margin-top:1em;
}

div.shop_link {
	padding:33px 0 0 20px;
}
div.shop_link a {
	color:#4f3d2d; font-size:1.2em; letter-spacing:1px;
}


/* Private */
#index {
	background:#e6e1d0;
}
#index #outer {
	background-color: #e6e1d0;
	border-top-width: 0;
	border-right-width: 12px;
	border-bottom-width: 0;
	border-left-width: 12px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #e6e1d0;
	border-right-color: #e6e1d0;
	border-bottom-color: #e6e1d0;
	border-left-color: #e6e1d0;
}
#index #outer_inner {
	padding:15px 0 15px;
	background-color: #e6e1d0;
}
#index #main {
	min-height:585px; _height:585px;
	background-color:#e6e1d0;
}
#index #top {
	padding:35px;
}

#splash_image {
	margin-left:-35px;
}
#splash_image img {
	margin-bottom:40px;
	position:relative;
}




#shops #content #left {
	width:76%;
}
#shops #content #right {
	width:34%;
}
#shops #content #left .inner {
	padding-left:73px;
}

#shops #bottom {
	margin:40px 5% 0 105px;
}

#shops .contacts .first {
	width:30%;
}
#shops .contacts .second {
	width:70%;
}


#collection {
	background-image: none; background-color: #fff;
}
#collection #top td.first {
	width:315px;
}

#collection #left {
	width:360px;
	vertical-align:bottom;
}
#collection #left .inner {
	margin-left:47px;
}
#collection #right {
	width:auto;
}
#collection #right .inner {
	padding-right:50px;
}
#collection #bottom {
	margin:20px 50px 0 400px;
}
#collection #gallery {
	margin-top:40px;
}

#gallery a {
	display:block;

	height:95px;
	float:left;
	margin-right:10px;
	margin-top:10px;
}




/* Slide Show */
#mask {
	position:absolute;
	z-index:100;
	top:0; left:0;
	background:url(../i/mask.gif);
	opacity: 0.8;
	filter:alpha(opacity=80);
	display:none;
}

#slide {
	position:absolute;
	left:50%;
	top:50%;
	z-index:999;
	display:none;
}
#slide .tool {
	display:none;
	position:absolute;
	text-decoration:none;
	width:32px; height:32px;
}
#slide.loaded .tool {
	display:block;
	overflow:hidden;
}
#slide #close {
	top:0;
	right:-40px;
	background:url(../i/close.gif) no-repeat 50% 50%;
	display:block;
}
#slide #shift_left {
	top:50%;
	left:-30px;
	margin-top:-16px;
	background:url(../i/shift_left.gif) no-repeat 0 50%;
}
#slide #shift_right {
	top:50%;
	right:-30px;
	margin-top:-16px;
	background:url(../i/shift_right.gif) no-repeat 100% 50%;
}
#slide #gallery_pic {
	border:8px solid #fff;
}
.png {   behavior: url(js/png.htc); }



.bigfont {letter-spacing: 2px;font-size: 30px; color: #a14875; padding-top: 8px;}
