html {
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	background: #d0dae3;
}

#wrap {
	width: 100%;
	height: 100%;
	
}

#wrap td{
	vertical-align: middle;
	text-align: center;
}

#wrapper {
	width: 999px;
	margin: 0 auto;
	position: relative;
	height: 600px;
}

td {
	vertical-align: top;
}
img {
	border: none;
}

#wrapper.home {
	background: #bbc9d6 url(../images/bg_home.jpg) 236px top no-repeat;
}
#wrapper.about, #wrapper.order, #wrapper.contacts {
	background: #bbc9d6 url(../images/bg_about.jpg) 236px top no-repeat;
}
#wrapper.women {
	background: #bbc9d6 url(../images/bg_women.jpg) 236px top no-repeat;
}
#wrapper.men {
	background: #bbc9d6 url(../images/bg_men.jpg) 236px top no-repeat;
}

#wrapper.autumn {
	background: #bbc9d6 url(../images/bg_autumn.jpg) 236px top no-repeat;
}
#wrapper.summer {
	background: #bbc9d6 url(../images/bg_summer.jpg) 236px top no-repeat;
}
#wrapper.winter {
	background: #bbc9d6 url(../images/bg_winter.jpg) 236px top no-repeat;
}
#wrapper.disco{
	background: #bbc9d6 url(../images/bg_disco.jpg) 236px top no-repeat;
}
#wrapper.special {
	background: #bbc9d6 url(../images/bg_special.jpg) 236px top no-repeat;
}





#logo {
	display: block;
	background: url(../images/logo.png);
	width: 148px;
	height: 83px;
	text-indent: -999px;
	position: absolute;
	left: 42px;
	top: 12px;
}

#left_photo {
	width: 236px;
	height: 307px;
	position: absolute;
	left: 0;
	top: 110px;
}

.home #left_photo {
	background: url(../images/photo_home.jpg);
}
.about #left_photo {
	background: url(../images/photo_about.jpg);
}
.women #left_photo {
	background: url(../images/photo_women.jpg);
}
.men #left_photo {
	background: url(../images/photo_men.jpg);
}
.contacts #left_photo {
	background: url(../images/photo_contacts.jpg);
}
.order #left_photo {
	background: url(../images/photo_order.jpg);
}
.autumn #left_photo {
	background: url(../images/photo_autumn.jpg);
}
.winter #left_photo {
	background: url(../images/photo_winter.jpg);
}
.summer #left_photo {
	background: url(../images/photo_summer.jpg);
}
.special #left_photo {
	background: url(../images/photo_special.jpg) no-repeat;
}
.disco #left_photo {
	background: url(../images/photo_disco.jpg);
}


#content {
	background: #fff;
	position: absolute;
	left: 236px;
	bottom: 0;
	width: 660px;
	height: 490px;
}
#content #header{
	padding: 15px 15px 0 15px;
}

#content #scroll {
	overflow: auto;
	padding: 0 15px 15px 15px;
	height: 409px;
}

h1 {
	margin: 0 0 10px 0;
	padding: 0;
	height: 36px;
	line-height: 1em;
	text-indent: -999px;
	overflow: hidden;
	position: relative;
}

h1 a{
	color: #000;
	font-size: 11px;
	text-indent: 0;
	font-weight: normal;
	text-decoration: none;
	display: block;
	position: absolute;
	top: 3px;
	right: 15px;
}

h1 a:hover{
	color: #fff;
}

.about h1 {	
	background: #8d8cb8 url(../images/about.gif) no-repeat;
}
.about.news h1 {	
	background: #8d8cb8 url(../images/news.gif) no-repeat;
}
.men h1 {	
	background: #9db3dd url(../images/men.gif) no-repeat;
}
.order h1 {	
	background: #c4d19c url(../images/order.gif) no-repeat;
}
.contacts h1 {	
	background: #dfb8b1 url(../images/contacts.gif) no-repeat;
}
.autumn h1 {	
	background: #deb89c url(../images/autumn.gif) no-repeat;
}
.summer h1 {	
	background: #fbe8a4 url(../images/summer.gif) no-repeat;
}
.winter h1 {	
	background: #cbccce url(../images/winter.gif) no-repeat;
}
.disco h1 {	
	background: #e75466 url(../images/disco.gif) no-repeat;
}
.special h1 {	
	background: #d6c7de url(../images/special.jpg) no-repeat;
}





h3 {
	text-align: center;
	color: #fff;
	background: #8da5b2;
	line-height: 1em;
	padding: 7px;	
}

#menu {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 425px;
	left: 15px;
	width: 200px;
	text-align: right;
	list-style: none;
	font-size: 13px;
	line-height: 1.2em;
}

#menu ul{
	margin: 0 15px;
	padding: 0;
	text-align: right;
	list-style: none;
	font-size: 10px;
	line-height: 1.3em;
}

#menu a {
	color: #333;
	text-decoration: none;
	display: block;
	padding: 0 7px; 
}
#menu ul a, #menu .current ul a{
	color: #666;
	background: none;
}

#menu a:hover, #menu .current a, #menu .current ul a:hover{
	background: #698498;
	color: #fff;	
}

#menu ul a:hover, #menu ul .current a, #menu .current ul a:hover {
	color: #fff;	
	background: #8da5b2;
}




#big_links a {
	display: block;
	width: 222px;
	height: 235px;
	position: absolute;
	text-indent: -999px;
	overflow: hidden;
}
#big_links a#about {
	left: 272px;
	top: 97px;
}
#big_links a#women {
	left: 541px;
	top: 2px;
}
#big_links a#men {
	left: 748px; top: 122px;
}
#big_links a#contacts {
	left: 361px;
	top: 333px;
}
#big_links a#order {
	left: 640px;
	top: 346px;
}
#big_links a#special {
	left: 618px;
	top: 367px;
}
#big_links a#disco{
	left: 744px;
	top: 162px;
}
#big_links a#summer{
	left: 296px;
	top: 324px;
}

#big_links a#winter{
	left: 535px;
	top: 3px;

}
#big_links a#autumn{
	left: 297px;
	top: 61px;
}
.photos a {
	position: relative;
	display: block;
	height: 298px;
	/*width: 196px;*/
	overflow:hidden;
	text-decoration: none;
}
.photos a span {
	display: block;
	line-height: 1em;
	padding: 4px;
	font-size: 12px;
	position: absolute;
	/*width: 188px;*/
	width:100%;
	bottom: 0;
	/*left: 0;*/
	right:0;
	text-align: right;
}

.men .photos a span, .men h3  {
	background: #9db3dd;
	color: #fff;
}
.autumn .photos a span, .autumn h3 {
	background: #deb89c;
	color: #fff;
}
.winter .photos a span, .winter h3 {
	background: #cbccce;
	color: #333;
}
.summer .photos a span, .summer h3 {
	background: #fbe8a4;
	color: #333;
}
.disco .photos a span, .disco h3 {
	background: #e75466;
	color: #fff;
}
.special .photos a span, .special h3 {
	background: #d6c7de;
	color: #333;
}

/* my */
.vtop{vertical-align:top !important;}
.men h3, .autumn h3, .winter h3, .summer h3, .disco h3, .special h3{margin-top:0;}
.warn{color:#c00;}
.astra{color:#c00;font-weight:bold;}
