@charset "UTF-8";
/* CSS Document */

html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre,
form, fieldset, input, p, blockquote, table, th, td, embed, object {
	padding: 0;
	margin: 0;
	border-width: 0px;
	border-style: none;
	font-family: 'Questrial', 'Century Gothic', Arial, sans-serif;
	color:#FFF;
}
/*table {
border-collapse: collapse;
border-spacing: 0;
}*/
th, td {
	text-align:center;
}
fieldset, img, abbr {
border: 0;
}
address, caption, cite, code, em,
h1, h2, h3, h4, h5, h6, strong, th {
	font-weight: normal;
	font-style: normal;
}
ul {
list-style: none;
}
caption {
text-align: left;
}
a {
	text-decoration:none;
	color:#fff;
}
a:hover {
	color:#d8c9e3;
}
p, th, td {
	font-size: 15px;
	line-height: 1.35em;
	margin: 0 0 1.3em 0;
}
h1 {
	font-size: 15px;
	line-height: 1.3em;
	text-align: center;
	margin: 0 0 10px 0;
}
h2 {
	font-size: 21px;
	line-height: 1.4em;
	text-align: left;
	margin: 0 0 10px 0;
}
#wrap {
	width: 1020px;
}
#nav {
	padding: 18px 0 0 0;
}
#nav li {
	padding: 0 0 20px 0;
	text-align: center;
}
#nav li a {
	font-size: 20px;
	line-height:0.9em;
	color: #FFF;
	text-decoration: none;
}
#nav li a:hover {
	color: #d8c9e3;
}
#content{
	max-width:550px;
	margin: 78px 30px 0px 30px;
	text-align:left;
	padding:30px;
	background-image: url(../img/block.png);
	background-repeat: repeat;
	background-position: 0px 0px;
	overflow:hidden;
	position: absolute;
	float:left;
	display:inline;
}
#dress_block {
	width:550px;
	margin: 78px 0px 10px 30px;
	text-align:left;
	padding:30px;
	float: left;
	background-color: #000;
}
.bkg_button a {
	color: #fff;
	display: block;
	font-size: 12px;
	padding: 4px 8px;
	position: absolute;
	top: 550px;
	right: 36px;
	cursor: pointer;
	background-color: #333;
	z-index: 1000;
	border: 1px solid #333;
}
/*.bkg_button a {
	color: #fff;
	display: block;
	font-size: 12px;
	padding: 4px 8px;
}*/
.bkg_button a:hover {
	color: #fff;
	text-decoration:none;
	border: 1px solid #fff;
}
#view_dress_block {
	display: none;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
	top: 0;
	right:0;
	cursor: pointer;
}
#view_dress_block .bkg_button a {
	top: 0px;
	right: 30px;
}
#content_dress {
	margin: 78px 0px 50px 30px;
	text-align:left;
	padding:0;
	float:left;
	max-width:650px;
}
.size_border {
	padding: 20px;
	border: 1px solid #fff;
	background-color: #000;
	float:left;
	margin: 0 10px 0 0;
}
.dress_wrap {
	float: left;
	margin: 0 10px 10px 0;
}
.dress_wrap a img, .dress_wrap_end a img {
	border: 1px solid #FFF;
}
.dress_wrap a:hover img, .dress_wrap_end a:hover img {
	border: 1px solid #d8c9e3;
	background-color: #000; 
}
/*.dress_wrap a:hover img {
	-moz-box-shadow:0 0 30px 10px #d8c9e3 inset;
    -webkit-box-shadow:0 0 30px 10px #d8c9e3 inset;
    box-shadow:0 0 30px 10px #d8c9e3 inset;
}*/
.dress_wrap_end {
	float: left;
	margin: 0 0px 10px 0;
}
#logo_block{
	margin: 0 0 0 100px;
	padding: 0;
	width: 234px;
	background-color: transparent;
	display: inline;
	background-image: url(../img/logo_block.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 330px;
	float:left;
}
#logo_wrap {
	margin: 0 auto;
	padding: 30px 0 0 0;
	width: 234px;
	text-align: center;
}
#footer_block {
	height: 60px;
	width: 100%;
	background-image: url(../img/footer_block.png);
	background-repeat: repeat-x;
	background-position: 0px 20px;
}
