/* ******************************************************************** */
html, body {
	margin: 0;
	padding: 0;
	position: relative;
	text-align: center;
}

body {
	font: normal normal 63% Arial;
	background: #63b323 url(../img/bg_main.png) repeat-x;
}

/* *************** Задаем минимальную ширину для IE !!!! *************** */
* html .box {
	margin-left: -1000px;
}

* html .minwidth {
	padding-left: 1000px;
}

* html .minwidth,* html .box, * html .layout{
	height: 1px;
	position: relative;
}

/* ******************************************************************** */
a, a:visited {
	font: normal normal 100% Arial;
	color: #7a2992;
	text-decoration: underline;
	outline: none;
}

a.more, a.more:visited {
	font: normal bold 120% Arial;
	color: #7a2992;
	text-decoration: underline;
	outline: none;
	padding-right: 20px;
	background: url(../img/arr.gif) no-repeat right center;
}


p {
	font: normal normal 120%/150% Arial;
	color: #555;
	padding: 0;
	margin: 0;
	text-align: left;
}

h1 {
	font: normal bold 140% Arial;
	color: #7a2992;
	padding: 0;
	margin: 0;
	text-align: left;
	text-indent: 0;
}

h2 {
	font: normal bold 140% Arial;
	color: #fff;
	padding: 0 0 0 20px;
	margin: 0;
	text-align: left;
}

img {
	border: none;
}

.png {
	behavior: url(css/iepngfix.htc);
	border: none;
}

form, fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

.f_l {
	float: left;
}

.f_r {
	float: right;
}

.aright {
	text-align: right;
}

.aleft {
	text-align: left;
}

.acntr {
	text-align: center;
}

.strong {
	font-weight: bold;
}

/* ******************** Структура ************************ */
#all{
	text-align: left;
	margin: 0 auto;
	width: 920px;
/*	border: 1px solid yellow;*/
}

#head {
	position: relative;
/*	border: 1px solid red;	*/
	zoom: 1;
	overflow: hidden;
}

#container {
	position: relative;
	background: #fff;
	width: 920px;
/*	border: 1px solid red;	*/
}

#left {
	position: relative;
	width: 240px;
	float: left;
	background: #fff;
	z-index: 200;
}

#right {
	position: relative;
	width: 240px;
	float: right;
	background: #fff;
/*	border: 1px solid red;*/
}

#center {
	position: relative;
	zoom: 1;
	overflow: hidden;
	z-index: 150;
}

#foot {
	position: relative;
}

.clear {
	clear: both;
	font-size: 0%;
	overflow: hidden;
}

/* ************** верхушка ************** */
#headtop {
	position: relative;
	background: url(../img/bg_head.png) no-repeat top center;
	behavior: url(css/iepngfix.htc);
	height: 25px;
	margin-top: 20px;
}

#headbot {
	position: relative;
	background: #fff;
	height: 185px;
	width: 920px;
}

#logo {
	position: relative;
	background: url(../img/bg_logo.png) no-repeat;
	behavior: url(css/iepngfix.htc);
	height: 148px;
	width: 267px;
	float: left;
	margin: -38px 0 0 40px;
/*	border: 1px solid red;*/
}

*html #logo {
	margin-left: 25px;
}

#logo img {
	position: relative;
	margin: 12px 0 0 40px;
}

#banner {
	position: relative;
	background: url(../img/bg_banner.png) no-repeat;
	behavior: url(css/iepngfix.htc);
	height: 148px;
	width: 528px;
	float: left;
	margin: -38px 0 0 40px;
}

*html #banner {
	margin-left: 25px;
}

#banner img {
	position: relative;
	margin: 42px 0 0 27px;
}

#stripe {
	position: relative;
	background: #e0e0e0 url(../img/bg_stripe.gif);
	height: 19px;
	width: 920px;
	margin-top: 20px;
	zoom: 1;
	overflow: hidden;
}

#stripe p {
	color: #666;
	font-weight: bold;
	margin: 0 0 0 160px;
	width: 600px;
	float: left;
	display: block;
	text-align: left;
}

*html #stripe p {
	margin-left: 80px;
}

#stripe marquee {
	color: #666;
	font-weight: bold;
	font-size: 120%;
	margin: 2px 0 0 160px;
	width: 600px;
	float: left;
	display: block;
	text-align: left;
}

*html #stripe marquee {
	margin-left: 80px;
}

#language {
	position: relative;
	background: #fff;
	height: 19px;
	float: right;
	text-align: left;
	margin-right: 50px;
	padding: 0 10px;
}

*html #language {
	margin-right: 25px;
}


#language a, #language a:visited {
	font-weight: bold;
	padding: 0 3px;
	font-size: 120%;
}

#language a.act, #language a.act:visited {
	color: #aaa;
	text-decoration: none;
}

/* ************** левый блок ************** */
/* главное меню в отдельном файле, подключено в html-страничке */

#menu {
	position: relative;
	margin: 0;
	padding: 5px 0 30px 0;
}

#othermenu {
	margin: 0;
	padding: 5px 0 5px 20px;
	list-style: none;
}

#othermenu li {
	padding: 4px 0;
}

#othermenu li a, #othermenu li a:visited {
	font-size: 140%;
	font-weight: bold;
	color: #fff;
	padding: 3px;
}

/* левый текстовый блок */
.lefttextblock {
	position: relative;
	margin-left: -9px;
	zoom: 1;
	overflow: hidden;
}
*html .lefttextblock {
	float: left;
}

.lheadtop {
	position: relative;
	background: url(../img/bg_head_lt.png) no-repeat;
	behavior: url(css/iepngfix.htc);
	height: 25px;
}

.lhead {
	position: relative;
	background: url(../img/bg_head_l.png) repeat-y;
	padding: 0 45px 5px 0;
}

.lheadbot {
	position: relative;
	background: url(../img/bg_head_lb.png) no-repeat;
	behavior: url(css/iepngfix.htc);
	height: 25px;
	padding-bottom: 10px;
}

.ltexttop {
	position: relative;
	background: url(../img/bg_text_lt.png) no-repeat;
	behavior: url(css/iepngfix.htc);
	height: 25px;
}

*html .ltexttop {
	font-size: 0%;
	margin-bottom: -2px;
}

.ltext {
	position: relative;
	background: url(../img/bg_text_l.png) repeat-y left top;
	padding: 0 32px 0 20px;
	zoom: 1;
	overflow: hidden;
}

.ltextbot {
	position: relative;
	background: url(../img/bg_text_lb.png) no-repeat;
	behavior: url(css/iepngfix.htc);
	height: 25px;
}

.lheadtopg {
	position: relative;
	background: url(../img/bg_head_lt_green.png) no-repeat;
	behavior: url(css/iepngfix.htc);
	height: 25px;
}

.lheadg {
	position: relative;
	background: url(../img/bg_head_l_green.png) repeat-y;
	padding: 0 45px 5px 0;
}

.ltexttopg {
	position: relative;
	background: url(../img/bg_text_lt_green.png) no-repeat;
	behavior: url(css/iepngfix.htc);
	height: 25px;
}

*html .ltexttopg {
	font-size: 0%;
	margin-bottom: -2px;
}

.stat {
	position: relative;
	background: #3d9029;
	font-weight: bold;
	color: #fff;
	padding: 0px 3px;
}

.ltext p, .rtext p {
	padding: 3px 0;
}

/* ************** правый блок ************** */
/* правый текстовый блок с заголовком */
.righttextblock {
	position: relative;
	margin-right: -9px;
	zoom: 1;
	overflow: hidden;
}

*html .righttextblock {
	float: left;
}

.rheadtop {
	position: relative;
	background: url(../img/bg_head_rt.png) no-repeat right top;
	behavior: url(css/iepngfix.htc);
	height: 25px;
}

.rhead {
	position: relative;
	background: url(../img/bg_head_r.png) repeat-y right top;
	padding: 0 20px 5px 25px;
}

.rtexttop {
	position: relative;
	background: url(../img/bg_text_rt.png) no-repeat right top;
	behavior: url(css/iepngfix.htc);
	height: 25px;
}

*html .rtexttop {
	font-size: 0%;
	margin-bottom: -2px;
}

.rtext {
	position: relative;
	background: url(../img/bg_text_r.png) repeat-y right top;
	padding: 0 20px 0 32px;
	zoom: 1;
	overflow: hidden;
}

.rtextbot {
	position: relative;
	background: url(../img/bg_text_rb.png) no-repeat right top;
	behavior: url(css/iepngfix.htc);
	height: 25px;
}

.rtexttopnohead {
	position: relative;
	background: url(../img/bg_text_rt_nh.png) no-repeat right top;
	behavior: url(css/iepngfix.htc);
	height: 25px;
}

*html .rtexttopnohead {
	font-size: 0%;
	margin-bottom: -2px;
}

.rtextvol {
	position: relative;
	background: url(../img/bg_volon.png) no-repeat right top;
	behavior: url(css/iepngfix.htc);
	height: 172px;
}

p.volonter {
	position: relative;
	display: block;
	color: #7a2992;
	font-weight: bold;
	padding: 15px 0 0 35px;
}

h2.volonter {
	position: relative;
	display: block;
	padding: 107px 0 0 60px;
}

h2.volonter a, h2.volonter a:visited {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

.btn_help, .btn_dl {
	position: relative;
	background: #3d9029 url(../img/btn_help.jpg) no-repeat;
	width: 140px;
	height: 55px;
	display: block;
	margin: 0px auto;
	text-decoration: none !important;
}

.btn_help span, .btn_dl span {
	color: #fff;
	font-weight: bold;
	font-size: 140%;
	display: block;
	padding: 10px 0 0 15px;	
}

.btn_dl {
	background: #7c2990 url(../img/btn_dl.jpg) no-repeat;
	width: 88px;
	height: 36px;
	margin: 0px;
	float: left;
}

.dl_size {
	position: relative;
	float: left;
	padding: 10px 0 0 10px;
	margin-top: -3px
}

.dl_size img {
	margin: 0 3px -3px 10px;
}

/* ************** центр ************** */
#content {
	position: relative;
	padding: 0 5px 10px 5px;
}

*html #content {
	padding: 0 0 10px 0;
}

#slideshow {
	position: relative;
	background: url(../img/slidebord.jpg) no-repeat center top;
	width: 430px;
	height: 360px;
	margin: 0 auto;
/*	border: 1px solid blue;*/
}

#slidefoto {
	position: relative;
	width: 408px;
	height: 303px;
	margin: 0 auto;
	overflow: hidden;
}

#slidefoto img {
	padding-top: 10px;
	display: block;
}


#slidenav {
	position: relative;
/*	border: 1px solid blue;*/
	height: 30px;
	margin-top: 22px;
	zoom: 1;
	overflow: hidden;
}

*html #slidenav {
	margin-top: 10px;
}

#slidenav a.pause, #slidenav a.pause:visited {
	position: relative;
/*	border: 1px solid blue;*/
	width: 54px;
	height: 30px;
	margin: 0 auto;
	display: block;
}

#slidenav a.prev, #slidenav a.prev:visited {
	position: relative;
/*	border: 1px solid blue;*/
	width: 50px;
	height: 30px;
	margin-left: 134px;
	display: block;
	float: left;
}

*html #slidenav a.prev, *html #slidenav a.prev:visited {
	margin-left: 67px;
}

#slidenav a.next, #slidenav a.next:visited {
	position: relative;
/*	border: 1px solid blue;*/
	width: 50px;
	height: 30px;
	margin-right: 134px;
	display: block;
	float: right;
}

*html #slidenav a.next, *html #slidenav a.next:visited {
	margin-right: 67px;
}

#slidenav a img {
	padding: 7px 0 0 19px;
	margin: 0 auto;
}

#slidecurrent {
	position: relative;
	height: 10px;
	margin: -60px auto 0 auto;
	text-align: center;
}

#slidecurrent a, #slidecurrent a:visited {
	margin: 0 10px;
}

.news {
	position: relative;
	padding: 0px 5px;
}

.newstop {
	position: relative;
	margin: 20px 0 7px 0;
	zoom: 1;
	overflow: hidden;
}

.newsdate {
	position: relative;
	float: left;
	background: #63b323;
	padding: 2px 5px;
	color: #fff;
	font: italic bold 120% Arial;
}

.newsheader {
	position: relative;
	margin: 0 0 0 100px; 
}

.newsheader a, .newsheader a:visited {
	font-weight: bold;
}

.ban {
	position: relative;
	padding-top: 30px;
	text-align: center;
	clear: both;
}

.breadcrumbs {
	position: relative;
	font-size: 180%;
	color: #666;
	padding-bottom: 10px;
}

.pathway {
	font-size: 160%;
}

.breadcrumbs span {
	padding: 0 10px;	
}

.arch {
	background: #63b323 url(../img/arch.jpg) no-repeat center top;	
	color: #fff;
}

.text {
	position: relative;
	padding: 5px 10px 0 0;
}
.text li {
	font: normal normal 120%/150% Arial;
	color: #555;
	padding: 0;
	margin: 0;
	text-align: left;
}

.upddate {
	color: #63b323;
	text-align: right;
}

.upddate span {
	position: relative;
	background: #63b323;
	padding: 2px 5px;
	color: #fff;
	font: italic bold 100% Arial;
}

.galery {
	position: relative;
	width: 100%;
	font-size: 120%;
}

.galery h1 a, .galery h1 a:visited {
	font-weight: bold;
}

.galery td {
	position: relative;
	padding: 0;
}

.galery td img {
	border: 5px solid #fff;
	margin: 3px;
}

.galery td a:hover img {
	border: 5px solid #63b323;
}

/* ************** низушка ************** */
#foottop {
	position: relative;
	height: 63px;
	background: #fff;
	z-index: 20;
}

*html #foottop {
	width: 920px;
}

#footbot {
	position: relative;
	background: url(../img/bg_foot.png) no-repeat center bottom;
	behavior: url(css/iepngfix.htc);
	height: 25px;
	z-index: 10;
}

#footcenter {
	position: relative;
	background: url(../img/bg_copy.png) no-repeat;
	behavior: url(css/iepngfix.htc);
	height: 101px;
	width: 439px;
	margin: 0 auto;
	z-index: 30;
}

*html #footcenter {
	margin-bottom: -45px;
}

#footcenterin {
	padding: 15px 50px;
}

#footcenterin p {
	text-align: right;
	border-right: 8px solid #3d9029;
	padding-right: 15px;
}

#shadow {
	position: relative;
	height: 45px;
	width: 918px;
	margin: 20px auto;
	background: url(../img/shadow.png) no-repeat;
	behavior: url(css/iepngfix.htc);
}