@charset "utf-8";
/* CSS Document */
* {
	outline: 0;
	text-decoration: none;
}
html, body {
	height: 100%;
	padding: 0;
	margin: 0;
}
body {
	background: #000 url(../images/body_back.gif) center center;
}
.wrapper {
	display: table; 
	height: 100%; 
	position: relative; 
	width: 100%; 
	text-align: center;
}
.container {
	#position: absolute; 
	#top: 50%;
	display: table-cell; 
	vertical-align: middle;
	text-align:left;
	#left:0;
}
.content {
	position: relative; 
	#top: -50%;
	height: 680px;
	width: 980px;
	margin: 0 auto;
}
.logo {
	background: transparent url(../images/logo.png) left top no-repeat;
	width: 243px;
	height: 69px;
	margin-left: 53px;
	text-indent:-9999px;
	position:relative;
	display:block;
}
.logo_top {
	position: absolute; 
	background: transparent url(../images/logo_top.png) left top no-repeat;
	bottom: 100%; 
	left: 8px;
	height: 29px; 
	width: 102px;
}
.frame {
	position: relative;
	height: 447px;
	width: 870px;
	padding: 51px 55px;
}
.frame #top {
	position:absolute;
	top: -19px;
	left: -20px;
	z-index:100;
}
.frame #bottom {
	position:absolute;
	bottom: -18px;
	left: -20px;
	z-index:100;
}
.frame #left {
	position:absolute;
	top: 70px;
	left: -20px;
	z-index:100;
}
.frame #right {
	position:absolute;
	top: 70px;
	right: -18px;
	z-index:100;
}
.main_menu {
	position: absolute;
	top: 11px;
	right: 0px;
	list-style:inside;
	padding: 0px;
}
.main_menu li {
	display:inline;
	float: left;
}
.main_menu a {
	height: 22px;
	display:block;
	text-indent:-9999px;
	text-align: left;
	color: white;
	font-size: 21px;
}
.main_menu a:hover {
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

.main_menu #products a{
	background: transparent url(../images/link_products.png) left top no-repeat;
	width: 86px;
}
.main_menu #cart a{
	background: transparent url(../images/link_cart.png) left top no-repeat;
	width: 79px;
}
.main_menu #login a{
	background: transparent url(../images/link_login.png) left top no-repeat;
	width: 40px;
}
.main_menu #order a{
	background: transparent url(../images/link_order.png) left top no-repeat;
	width: 72px;
}
.main_menu #register a {
	background: transparent url(../images/link_register.png) left top no-repeat;
	width: 119px;
}
.main_menu #contact a{
	background: transparent url(../images/link_contact.png) left top no-repeat;
	width: 82px;
}
.main_menu #facebook a{
	background: transparent url(../images/fb.png) left top no-repeat;
	width: 20px;
	margin-left: 10px;
}
.main_menu #my_orders a{
	background: transparent url(../images/link_my_orders.png) left top no-repeat;
	width: 137px;
}
.main_menu #profile a{
	background: transparent url(../images/link_profile.png) left top no-repeat;
	width: 64px;
}
.main_menu #logout a{
	background: transparent url(../images/link_logout.png) left top no-repeat;
	width: 48px;
}

.main_menu #separator {
	background: transparent url(../images/link_separator.png) -4px 0px no-repeat;
	width: 16px
	height: 22px;
	display:block;
	text-indent:-9999px;
	padding: 10px 10px 10px 0;
}
.product_pic {
	background: transparent url(../images/delete_me.png) center center;
	width: 870px;
	height:446px;
	position:absolute;
	z-index: -1;
	text-align: right;
}
.cats {
	position:absolute;
	top: 51px;
	left: 51px;
	height: 446px;
	width: 220px;
	color: #fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
.cats #links {
	padding: 25px 30px 15px 30px;
	position: relative;
	width: 160px;
	height: 406px;
	overflow: auto;
}
.cats #links a {
	display: block;
	color: #fff;
	padding: 2px 0;
	line-height: 12px;
	text-decoration:none;
}
.cats #background {
	position: absolute;
	top: 0;
	left: 0;
	width: 210px;
	height: 100%;
	z-index:-1;
	background-color: #000;

	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;

}
.footer {
	background: transparent url(../images/footer.png) 80px 15px no-repeat;
	height: 70px;
	color: #7c7c7c;
	font-size:10px;
	line-height:9px;
	font-family:Arial, Helvetica, sans-serif;
	padding: 20px 0 0 105px;
	text-align: left;
	position:relative;
}
.wd {
	background-image:url(../images/sofialondonmoskva.png);
	background-position:right bottom;
	background-repeat:no-repeat;
	top:20px;
	display:block;
	height:20px;
	position:absolute;
	right:90px;
	text-indent:-9999px;
	width:150px;
}
.products {
	position:absolute;
	left: 290px;
	top: 51px;
	width: 640px;
	height: 460px;
	padding: 0 20px 0 25px;
	z-index:2;
}
.products_wide {
	position:absolute;
	left: 78px;
	top: 51px;
	width: 854px;
	height: 460px;
	padding: 0 20px 0 30px;
	z-index:2;
}
.products #background {
	position: absolute;
	top: 0;
	left: 0;
	width: 600px;
	height: 100%;
	z-index:-1;
	background-color: #000;

	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
}
.products_wide #background {
	position: absolute;
	top: 0;
	left: 0;
	width: 812px;
	height: 100%;
	z-index:-1;
	background-color: #000;

	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
}
.products #links {
	height: 446px;
	width: 585px;
	position: relative;
	overflow: auto;
}
.products_wide #links {
	height: 446px;
	width: 792px;
	position: relative;
	overflow: auto;
}
.product {
	float: left;
	height: 135px;
	position: relative;
	margin-right: 3px;
	margin-top: 5px;
	padding-top: 15px;
}
.product a {
	text-decoration:none;
}
.product .img {
	overflow : hidden;
	width: 180px;
	height: 90px;
	border: 1px solid #111;
	clear: both;
	margin-bottom: 10px;
}
.product #title { 
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:10px;
	color:#6b6b6b;
	padding: 2px 0;
	width: 130px;
	float: left;
		text-align:none;

}
.product #price {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 18px;
	color:#6b6b6b;
	float: left;
	width: 40px;
	white-space:nowrap;
	text-align:right;
}

.current_product {
	position:absolute;
	bottom: 80px;
	right: 90px;
	width:200px;
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	text-align:right;
}
.current_product #title {
	font-size:18px;
	text-align:left;
}
.current_product #description {
	font-size:12px;
	text-align:left;
}
.current_product #price {
	font-size:14px;
	margin-top: 15px;
	padding: 5px 0;
	color:#fff;
}
.current_product #price #background{
	background-color:#666;
	padding: 5px;
}
.current_product #order {
	font-size:12px;
	color:#333;
	font-weight:bold;
}
.current_product #more {
	font-size:12px;
	color:#333;
	display: block;
	margin-top: 15px;
}

.shadow {
	bottom: 79px;
	right: 89px;
	filter:alpha(opacity=30);
	-moz-opacity:0.3;
	-khtml-opacity: 0.3;
	opacity: 0.3;
}
.gallery {
	position:absolute;
	top: 80px;
	right: 90px;
	width: 336px;
}

.gallery a {
	padding: 0px;
	margin: 0px;
}

.gallery a img {
	border: 1px solid white;
}

.collection_splash {
	width: 871px;
	height: 446px;
	
	background: transparent url(../images/delete_me_collection_splash.jpg) center center;
}

.text {
	font-family:Arial, Helvetica, sans-serif;
	color:#eec;
	font-size: 12px;
	line-height: 16px;
	overflow:hidden;
}

.text #links {
	padding-top: 90px;
	padding-bottom: 40px;
	padding-right: 30px;
	height: 320px;
	width: 762px;
}

.text a {
	text-decoration:none;
	border-bottom: 1px solid #664;
	color: #eec;
}
.text a:hover {
	border-bottom-width: 0px;
	color: #fff;
}
.text .title {
	font-size:160px;
	position: absolute;
	color:#222;
	z-index:-1;
	top: 10px;
	left: 18px;
	letter-spacing: -7px;
	display: block;
	white-space:nowrap;
}

.inp {
	padding: 5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	border: 0px;
	background-color: #333;
	width: 200px;
	color: #fff;
}

#reg input, #reg textarea {
	padding: 5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	border: 0px;
	background-color: #333;
	width: 250px;
	color: #fff;
}
#reg em {
	color: #fff;
	font-weight: bold;
}
fieldset {
	border: 1px solid #221;
	margin-top: 15px;
}
