@charset "utf-8";
img {
	border:0px;
}

a {
	color:#fff;
}

a:active, a:focus, img { outline: 0; }

a.ajax {
	text-decoration: none;
	border-bottom: 1px dotted #fff;
}

.strike {
	text-decoration:line-through
}
.dn {
	display:none;
}

strong {
	font-weight: bold;
}

* {
	margin:0px;
	padding:0px;
}

body {
   font: 12px/18px "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	color:#fff;
	background:url(../img/bg.gif);
	padding:10px 0px 0px 0px;
}

h1 {
	font: "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size:200%; 
	font-weight:500; 
	line-height:1.2em;

}

blockquote {
	background:url(../img/quote.png) no-repeat;
	text-indent: 0px;
	padding-top:5px;
	padding-left:38px;
	margin-left:5px;
}

h2 {
	font: "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size:200%; 
	font-weight:500;

}

h3 {
   font: 12px/18px "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	display: inline;
}

p {
	margin:0 0 10px 0;
   font: 12px/18px "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}

/* Øàïêà */
#header {
	height:134px;
	width:960px;
	background: url(../img/main_t.png) 25px bottom no-repeat; /
}
#header-sm {
	height:134px;
	width:960px;
	background: url(../img/main_t-sm.png) 25px bottom no-repeat;
}

#colors {
	 list-style:none;
	 float:right;
	 margin:-120px -42px 0 0px;
	 text-align:right;
	 color:#000;
	 height: 100px;
	 clear:right;
	 padding:5px 5px 5px 5px;
}

#colors li {
	display:block;
	height:20px;
	margin-top:5px;
	padding:0px;
} 

#menu {
	clear:right;
	list-style:none;
	color:#ccc;
	float:right;
	margin:30px 60px 0 0px;
	text-align:right;
	width:350px;
}

#menu li {
	display:block;
	height:18px;
	text-align:center;
	margin-left:7px;
	float:left;
	padding:6px 5px 5px 5px;
	width:70px;
	background-repeat:no-repeat;
} 

#menu a {
	text-decoration:none;
	color:#fff;
	font-size:120%;
	font-weight:600;
}

#desk-ext {
	height:300px; 
	background-repeat: repeat-x;
	width:960px;
	margin:0 10px 0 10px;
	background: url(../img/bg-opacity.png);
}
/* sm - äëÿ âíóòðåííèõ ñòðàíèö ñ âûñîòîé 100ïõ */

#desk-ext-sm {
	height:100px; 
	background-repeat: repeat-x;
	width:960px;
	margin:0 10px 0 10px;
	background: url(../img/bg-opacity.png);
}

#desk {
	height:300px; 
	background-repeat: repeat-x;
	width:940px;
	margin:0 10px 0 10px;
}
#desk-sm {
	height:100px; 
	background-repeat: repeat-x;
	width:940px;
	margin:0 10px 0 10px;
}

#desk-left {
	/* background:url(../img/desk/left.png) left no-repeat; */
	height:300px;
}
#desk-left-sm {
	height:100px;
}

#desk-right {
   background:url(../img/desk/right.png) right no-repeat; 
	height:300px;
}
#desk-right-sm {
   background:url(../img/desk/right.png) right no-repeat; 
	height:100px;
}

.up {
	/* Çàêðóãëåíèå ñâåðõó */
	width:960px; margin:0 10px 0 10px; background: url(../img/up.png); height:25px;
}
.down {
	/* Çàêðóãëåíèå cíèçó */
	width:960px; margin:0 10px 0 10px; background: url(../img/down.png); height:25px;
}

.frame960 {
	width: 960px;
	margin: 0px 10px 0px 10px; 
	background: url(../img/bg-opacity.png);
}


.footer {
	width:960px; 
	margin:10px 10px 3px 10px; 
	color:#aaa; 
	text-align:center;
}

/* Êîëîíêè */
#col1 {
	width:340px;
	margin:15px 0px 0px 15px;
	float:left;
	clear:left
}
#col2 {
	width:310px;
	margin:15px 0px 0px 30px;
	float: left;
}
#col3 {
	width:230px;
	margin:15px 0px 0px 10px;
	float:left;
}

#gallery { position: relative; }
#pictures { position: relative; height: 241px; margin-left:35px; }
#pictures img { position: absolute; top: 0; left: 0; }
#next { margin: 10px 0 0 100px; text-align: center; text-decoration: none;}
#loader { position: absolute; top: 0; left:0; height: 241px; width: 100%; background: url(../img/ajax-loader.gif) no-repeat center center; z-index: 9999; }