@import "reset.css";
html {
	font-size:100.01%;
	font-family:"Arial";
	}
body {
	color:#625e3d;
	font-size:0.75em;	
	background:#f1f1e6 url(./i/backgrounds/body.gif) repeat-x;
	}
a {
	color:#ab2615;
	text-decoration:underline;
	}
a:hover {
	text-decoration:none;
	}
#main .wrapper {
	overflow:hidden;
	background:url(./i/backgrounds/container-main.gif) no-repeat 50% 0;
	}
.wrapper {
	background:url(./i/backgrounds/container.gif) no-repeat 50% 0;
	}
/*container*/
.container {
	width:1003px;
	margin:0 auto;
	border-left:1px solid #cecebe;	
	}
/*sitebar*/
.sitebar {
	width:205px;
	float:left;
	padding-bottom:10px;
	background:url(./i/backgrounds/sitebar.gif) no-repeat 0 3px;
	}
.logo{
	padding:6px 0 214px 31px;
	}
.sitebar ul {
	margin-bottom:29px;
	}
.sitebar ul.gray {
	margin-bottom:35px;
	}
.sitebar ul a{
	display:block;
	font-size:0.92em;
	text-decoration:none;
	text-transform:uppercase;
	text-align:center;
	line-height:2.7;
	border-bottom:1px solid #f1f1e6;
	}
ul.red li a {	
	color:#ffffff;	
	background:#ab2615;	
	} 
ul.red li a:hover, ul.red li.active a {
	background:#6c1207;
	} 	
ul.gray li a {	
	color:#ab2615;	
	background:#cdcdbd;	
	} 
ul.gray li a:hover, ul.gray li.active a {
	color:#ffffff;
	background:#6c1207;
	}
/*content*/
.content {
	width:788px;
	float:left;
	line-height:1.2;
	background:url(./i/backgrounds/top_menu.gif) no-repeat;
    overflow: hidden;		
	}
.top-menu  {
	padding:41px 0 41px 224px;
	border-bottom:6px solid #cecebe;
	}
.top-menu li {
	float:left;
	font-weight:bold;
	padding:0 30px 0 20px;
	background:url(./i/backgrounds/li.gif) no-repeat 100% 3px;
	}
.top-menu li.last {
	background:none;
	}
.top-menu a {
	white-space:nowrap;
	color:#ab2615;
	}
.main-img {
	background:#000;	
	}
.main-img img {
	margin-bottom:-3px;
	}
/*navigation*/
.navigation {
	padding:1px 0 4px 1px;
	background:#fff;
	border-left:1px solid #cecebe;
	}
.navigation ul.sub li {
	float:left;
	font-size:0.90em;
	}
.navigation ul li a {
	display:block;
	text-align:center;
	text-decoration:none;
	margin-right:1px;
	margin-bottom:1px;
	border:1px solid #ab2615;
	}
.navigation ul.sub a {	
	width:259px;
	/*color:#fff;*/
	color:#ab2615;
	line-height:1.2;	
	text-transform:uppercase;	
	/*background:#ab2615;	*/
	background:#fff;	
	}
.navigation ul.sub a:hover, .navigation ul.sub li.active a {
	/*color:#ab2615;*/
	color:#fff;
	/*background:#fff;*/
	background:#ab2615;
	}
.navigation ul.sup {
	margin-top:1px;
	font-size:0.82em;
	}
.navigation ul.sup li {
	float:left;
	}
.navigation ul.sup a {	
	width:128px;
	color:#ab2615;
	line-height:1.2;	
	letter-spacing: -0.1em;
	}
.navigation ul.sup a:hover, .navigation ul.sup li.active a {
	color:#fff;
	background:#ab2615;
	}
/*event*/
.event{
	border-left:1px solid #cecebe;
	}
.event .image{
	float:left;
	width:404px;
	text-align:center;
	padding-top:21px;
	}	
.event .desc{
	margin-left:404px;
	}
.event .desc h1{
	color:#ab2615;
	font-size:1.50em;
	font-weight:normal;
	text-transform:uppercase;	
	}
.event .desc p{
	padding:16px 0 0;
	}
/*text*/
#main .text {
	padding:12px 36px 26px 84px;
	margin-top:6px;
	background:#ffffff;
	border-left:1px solid #cecebe;
	}
#inner .text {
	padding:12px 36px 140px 44px;
	margin-top:6px;
	background:#ffffff;
	border-left:1px solid #cecebe;
	}
.text h1 {
	color:#737367;
	font-size:1.83em;
	font-weight:normal;
	padding:20px 0;
	}
.galary {
	position:relative;
	border:1px solid #cecebe;
	}
.galary-arrows {
	position:relative;
	border:0px;
	}	
.left-arrow{
overflow: visible; display: block;
	position:absolute;
	top:66px;
	left:-28px;
	height:26px;
	width:13px;
	background:url(./i/images/arrow_left.gif) no-repeat;
	}
.right-arrow{
	position:absolute;
	top:66px;
	right:-28px;
	height:26px;
	width:13px;
	background:url(./i/images/arrow_right.gif) no-repeat;
	}
.galary ul {
	width:100%;
	}
.galary ul li {
	width:33%;
	float:left;
	text-align:center;
	padding:2px 0 9px;
	margin:8px 0;
	border-right:1px solid #dfdfd2;
	}
.galary ul li.last {
	border-right:none;
	}
.galary ul a {
	display:block;
	font-size:1.12em;
	font-weight:bold;
	}
.gray-box {
	padding:24px 20px;
	background:#f1f1e6;
	border:1px solid #cecebe;
	}
.news ul li {
	width:33%;
	float:left;
	padding-right:1%;
	padding:10px 0 17px;
	}
.news ul span {
	color:#fff;
	padding:0 15px;
	background:#ab2615;
	}
.news ul a {
	display:block;
	color:#625e3d;
	padding-top:4px;
	}
.note {
	padding-left:23px;
	text-align:justify;
	background:url(./i/backgrounds/note.gif) no-repeat 0 7px;
	}
.breadcrumbs{
	margin:0 0 25px;
	color:#625e3d;
	font-size:0.92em;
	}
.breadcrumbs li{
	display:inline;
	padding:0 10px 0 0;
	margin:0 5px 0 0;
	background:url(./i/backgrounds/breadcrumbs.gif) no-repeat 100% 60%;
	}
.breadcrumbs li.you-are-here{
	padding:0;
	margin:0;
	background:none;
	}
.breadcrumbs a{
	color:#625e3d;
	text-decoration:underline;
	}
.breadcrumbs a:hover{
	color:#625e3d;
	text-decoration:none;
	}
.breadcrumbs strong{
	font-weight:normal;
	}	
.abz{
	padding:4px 0 3px;
	}	
.abz p{
	padding-bottom:15px;
	}
.text h1{
	font-size:1.83em;
	text-transform:uppercase;	
	color:#ab2615;
	padding-bottom:14px;
	}
.text h1 span{
	font-weight:normal;
	color:#cdcdbd;
	padding-right:14px;
	}
.text h2{
	font-size:1.17em;
	text-transform:uppercase;	
	color:#ab2615;
	padding-bottom:14px;
	}	
.text h3{
	padding-bottom:4px;
	color:#ab2615;
	font-size:1.17em;
	font-weight:normal;
	}
.date{
	font-size:0.83em;
	color:#b9b9a9;
	margin-right:6px;
	}	
.abz table{
	font-size:0.92em;
	border-collapse:collapse; 
	}
.abz table th{
	color:#ab2615;
	font-weight:bold;
	vertical-align:middle;
	text-align:left;
	padding:9px 10px;
	border-bottom:1px solid #b4b4b4;
	border-top:1px solid #b4b4b4;
	}
.abz table td{
	padding:5px 10px;
	border-bottom:1px solid #cab9ce;
	vertical-align:middle;
	}
table.img {
	width:100px;
	float:left;
	margin:0 0 0px 0;
	border:0;
	}
	
table.img img{
	float:none;
	margin:0 4px 20px 0;
	border:1px solid #cab9ce;
	}
table.img .border{
	padding-left:1px;
	border-left:7px solid #5a2368;
	}
table.img td{
	padding:0 8px 0 0;
	border:0;
	vertical-align:top;
	}
table.img strong{
	font-size:1.09em;
	font-weight:bold;
	display:block;
	color:#ab2615;
	}	
.load{	
	font-size:0.92em;
	font-weight:bold;
	margin:16px 0;
	padding: 7px 0 10px 26px;
	background: url(./i/backgrounds/download.gif) no-repeat left center;
	}
.load a{
	color:#ab2615;
	font-size:1.09em;
	}	
form{
	margin-bottom:15px;
	}
form table{
	border-collapse:collapse; 
	}
.abz form table td{
	border-bottom:0;
	padding:4px;
	vertical-align:top;
	}
input, textarea{
	color:#625E3D;
	font-family:Arial;
	padding:2px;
	font-size:1em;
	vertical-align:middle;
	background-color:#DCDCD1;
	}


.tselect { background-color:#DCDCD1; color:#625E3D; font-family:Arial,Helvetica,sans-serif; font-size:11px; font-weight:normal; }



td input, td textarea{
	position:relative;
	top:-2px;
	}
input.button{
	cursor:pointer;
	padding:1px 10px;
	background:#DCDCD1;
	color:#625E3D;
	}
.item{
	float:left;
	width:33%;
	padding:5px 0 34px;
	text-align:center;
	}
.item a {
	display:block;
	padding-top:5px;
	text-align:center;
	}
/*footer*/
.footer {
	background:url(./i/backgrounds/footer.gif) repeat-y 50% 0;
	border-top:1px solid #cecebe;
	}
.footer-in {
	width:1003px;
	margin:0 auto;
	}
.footer .banners {
	width:205px;
	float:left;
	padding:41px 0;
	background:#fff;
	}
.footer .banners a {
	padding-right:13px;
	}
.footer .copyright{
	width:677px;
	float:right;
	padding:41px 36px 41px 84px;
	line-height:1.2;
	border-left:1px solid #cecebe;	
	}
.footer ul.contact {
	float:left;
	color:#937f5f;
	}
.footer ul.sastasoft {
	float:right;
	color:#b7aa92;
	font-size:0.92em;
	}
.footer ul.sastasoft a {
	color:#b7aa92;
	}
	/* popup */
body.pop-up{
	background:#f1f1e6;
	color:#625e3d;
	}
.pop-up .root{
	background:url(./i/backgrounds/pop-up_bg.gif) repeat-x;
	}
.pop-up a{
	color:#fdc800;
	}
.pop-up .top{
	padding:4px 20px;
	background:#ffffff;
	}
.pop-up .zag{
	padding:16px 0 8px 20px;
	color:#ab2615;
	font-weight:bold;
	font-size:1.33em;
	}
.pop-up .im{
	padding:0px 0 40px 20px;
	}
.pop-up .im p{
	margin:5px 0;
	}
.pop-up .kr{
	padding:0 0 0 20px;
	font-size:0.91em;
	}
.pop-up a{
	color:#ab2615;
	}
.pop-up .bottom{
	border-top:1px solid #c1c1b8;
	margin-top:7px;
	padding:10px 20px;
	}
.pop-up .bottom a{
	color:#ab2615;
	line-height:1.3;
	}
.counters{
	float:left;
	margin-right:20px;
	}
.counters img{
	margin-right:20px;
	}
/* UTIL */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
	}


.map {font-weight: bold; font-size: 92%;}
	.map div {background: url(/img/line_menu.gif) no-repeat left top; padding: 12px 0 0 18px;}
	.map div.last {background: url(/img/line_menu_last.gif) no-repeat left top; padding: 12px 0 0 18px;}
	.map .gen {font-size: 110%; background: none; margin: 0; padding: 0;}
		.map div.submap {background: url(/img/bg_submap.gif) repeat-y left top; padding-left: 20px; padding-top: 0;}
		.map div.submap-last {background: none; padding-left: 20px; padding-top: 0;}
		.map div.list {background: url(/img/bg_submap.gif) no-repeat left top; padding-left: 0; padding-top: 7px;}
			.map div.list div {font-weight: normal; background: url(/img/bg_list.gif) no-repeat left top; padding-top: 5px; padding-left: 30px;}
			.map div.list div.good {font-weight: normal; background: url(/img/bg_list-good.gif) no-repeat left top; padding-top: 5px; padding-left: 30px;}
			.map div.list div.last {font-weight: normal; background: url(/img/bg_list_last.gif) no-repeat left top; padding-top: 5px; padding-left: 30px;}
			.map div.list div.lastgood {font-weight: normal; background: url(/img/bg_list_last-good.gif) no-repeat left top; padding-top: 5px; padding-left: 30px;}


