body{
	font-family: Arial;
	font-size: 12px;
	margin: 0;
}
.bg01{
	color: #5f5f5f;
	background-color: #000000;
	background-image:URL(../images/bg_pic01.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}
.bg01_down{
	height: 23px;
	background-color: #000000;
	background-image:URL(../images/bg_pic01_down.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}
img {	/* Загружаем фильтр PNG для IE */
	behavior: url(iepngfix.htc);
	border: 0px;
}
p{
	font-family: Arial;
	font-size: 12px;
	color: #5f5f5f;
}
td{
	font-family: Arial;
	font-size: 12px;
	color: #5f5f5f;
}

a.menu{
	color: #009900;
	text-decoration: none;
	font-size: 18px;
}
a.menu:hover{
	color: #827C68;
	text-decoration: none;
}
a.submenu{
	color: #827C68;
	text-decoration: underline;
	font-size: 13px;
}
a.submenu:hover{
	color: #009900;
	text-decoration: none;
}

a{
	color: #3e70b6;
	text-decoration: underline;
}
a:hover{
	color: #000000;
	text-decoration: none;
}
h1,h2,h3,h4,h5,h6{
	font-size: 16px;
	color: #3e70b6;
}
h1.header{
	font-size: 14px;
	color: #ffffff;
	margin-left: 30px;
	margin-top: 10px;
}
.noborder{
	border: 0px;
}
input, textarea{
	border: 1px solid #7d7d7d;
}
form{
	margin: 0px;
}
.but{
	background-color: #ECE9D8;
}




.div01{
	color: #ffffff;
	padding: 10px 20px;
	text-align: right;
}
.div01 a{color: #ffffff; text-transform: lowercase; padding: 0 10px;}

.div02{
	color: #ffffff;
	background-image:URL(../images/menu.png);
	background-repeat: no-repeat;
	background-position: top left;
	height: 44px;
}
.div02_0{
	padding-left: 50px;
	padding-top: 15px;
	float: left;
}
.div02_10{
	padding-left: 200px;
	padding-top: 15px;
	float: left;
}
.div02_10 a{font-weight: bold; text-decoration: none; color: #ffffff; text-transform: lowercase; padding: 0 15px;}
.div02_10 a:hover{color: #336699; text-decoration: underline; }

.div02_1{
	padding-left: 20px;
	padding-top: 15px;
	float: left;
}
.div02_1 a{font-weight: bold; text-decoration: none; color: #ffffff; text-transform: lowercase; padding: 0 15px;}
.div02_1 a:hover{color: #336699; text-decoration: underline; }

.div02_2{
	padding-right: 30px;
	padding-top: 10px;
	float: right;
}
.div03{
	color: #ffffff;
	background-image:URL(../images/menu2.png);
	background-repeat: no-repeat;
	background-position: top left;
	height: 376px;
	margin-top: 15px;
}
.div04{
	padding: 140px 0 0 80px;
}
.div04 div{
	color: #ffffff;
	background-image:URL(../images/round.png);
	background-repeat: no-repeat;
	background-position: top left;
	height: 20px;
	margin-bottom: 10px;
	padding-left: 30px;
	padding-top: 2px;
}
.div04 div a{font-weight: bold; text-decoration: none; color: #ffffff; text-transform: lowercase;}
.div04 div a:hover{text-decoration: underline; }

.content{
	background-image:URL(../images/bg01.gif);
	background-repeat: repeat-x;
	background-position: top left;
	padding: 15px 30px 5px 30px;
	background-color: #ffffff;
}
.content .subc{	max-width: 1200px; margin: 0 auto;}

.div05{
	padding: 25px 0;
	border-bottom: 1px solid #5f5f5f;
}

.div06{
	background-image:URL(../images/down.gif);
	background-repeat: repeat-x;
	background-position: top left;
	height: 40px;
	text-align: center;
}
.div06 div{	padding-top: 2px;}


.div07{
	text-align: center;
}
.div08{
	float: left;
	text-align: left;
	width: 126px;
	height: 95px;
	background-image:URL(../images/small_foto_bg.png);
	background-repeat: no-repeat;
	background-position: top center;
	overflow: hidden;
	padding-top: 10px;
	padding-left: 20px;
	cursor: pointer;
}
.div08_1{
	z-index: 100;
	position: absolute;
	margin: 0;
	padding: 0;
}
.div08_2{
	margin: 0;
	padding: 0;
	z-index: 101;
	position: absolute;
}
.div09{
	text-align: center;
	height: 95px;
	width: 100%;
}

.div10{
	float: left;
	text-align: center;
	width: 285px;
	height: 215px;
	background-image:URL(../images/big_foto_bg.png);
	background-repeat: no-repeat;
	background-position: top left;
	overflow: hidden;
	padding-top: 10px;
	margin-right: 10px;
}
.div10_1{
	font-weight: bold;
	margin-top: 30px;
}
.div11{
	border: 1px solid #5f5f5f;
	padding: 10px;
}

.div12{
	float: left;
	padding: 10px;
	margin-right: 20px;
	margin-bottom: 20px;
	text-align: center;
}
.div14{
	font-size: 12px;
	font-family: Arial;
	font-weight: bold;
}

.div15{
	text-align: center;
	width: 230px;
	height: 175px;
	background-image:URL(../images/bg_pic02.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	overflow: hidden;
	padding-top: 10px;
	margin-right: 10px;
}

/* 
	root element for the scrollable. 
	when scrolling occurs this element stays still. 
*/
div.scrollable {
	
	/* required settings */
	position:relative;
	overflow:hidden;	 	
	width: 85%;	
	height:100px;	
	
	/* custom decorations */
	padding:10px 0;	
	background-color:#ffffff;				
}

/* 
	root element for scrollable items. Must be absolutely positioned
	and it should have a super large width to accomodate scrollable items.
	it's enough that you set width and height for the root element and
	not for this element.
*/
div.scrollable div.items {	
	/* this cannot be too large */
	width:20000em;	
	position:absolute;
	clear:both;		
	
	/* decoration */
	margin-left:10px;
}

/* single scrollable item */
div.scrollable div.items div {
	float:left;
	
	padding-right: 20px;
	text-align:center;
	width:120px;
	margin-right: 0px;	
	-moz-border-radius:3px;
}

/* active item */
div.scrollable div.items div.active {
	float:left;
	
	/* custom decoration */
	text-align:center;
	width:120px;
	margin-right: 0px;	
	-moz-border-radius:3px;
}
















/* this makes it possible to add next button beside scrollable */
div.scrollable {
	float:left;		
}

/* prev, next, prevPage and nextPage buttons */
a.prev, a.next, a.prevPage, a.nextPage {
	display:block;
	width:18px;
	height:22px;
	background:url(../img/arrow/left.png) no-repeat;
	float:left;
	margin:50px 10px;
	cursor:pointer;
}

/* mouseover state */
a.prev:hover, a.next:hover, a.prevPage:hover, a.nextPage:hover {
	background-position:0px -22px;		
}

/* disabled navigational button */
a.disabled {
	/*visibility:hidden !important;		*/
}

/* next button uses another background image */
a.next, a.nextPage {
	background-image:url(../img/arrow/right.png);
	clear:right;	
}



/*********** navigator ***********/


/* position and dimensions of the navigator */
div.navi {
	margin-left:328px;
	width:200px;
	height:20px;
}


/* items inside navigator */
div.navi a {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	background:url(../img/navigator.png) 0 0 no-repeat;     
	cursor:pointer;	
}

/* mouseover state */
div.navi a:hover {
	background-position:0 -8px;      
}

/* active state (current page state) */
div.navi a.active {
	background-position:0 -16px;     
} 	
 

.counters{
	background-color: #ffffff;
	height: 35px;
}

.blue{
	font-size: 13px;
	font-style: italic;
	font-family: Tahoma;
	font-weight: bold;
}
