@charset "utf-8";
/*Разметка - семантические тэги*/
body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #2f4619;
	background: #FFFFFF;
	margin: 0px;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 10px;
	color: #2f4619;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 10px;
	color: #2f4619;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 10px;
	color: #2f4619;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #2f4619;
	margin-top: 10px;
	margin-bottom: 10px;
}
ul {
	margin-top: 10px;
	margin-bottom: 10px;
}
a:link {
	color: #436324;
	text-decoration: underline;
}
a:visited {
	color: #436324;
	text-decoration: underline;
}
a:hover {
	color: #2f4619;
	text-decoration: none;
}
a:active {
	color: #2f4619;
	text-decoration: none;
}


/*Идентификаторы основных блоков контента*/
#header {
	height: 220px;
	margin: 0 auto;
	width: 990px;
	position: relative;
	z-index: 1;
	overflow: hidden;
	background: #629035 url(/imgBig/bg.png) repeat-y;
        -moz-box-shadow: 3px 3px 3px #CCC; /* FF3.5+ */
	-webkit-box-shadow: 3px 3px 3px #CCC; /* Saf3.0+, Chrome */
    box-shadow: 3px 3px 3px #CCC; /* Opera 10.5, IE 9.0 */
    filter:  progid:DXImageTransform.Microsoft.dropshadow(OffX=3px, OffY=3px, Color='#CCC'); /* IE6,IE7 */
	border: 1px solid #629035;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	-moz-border-radius-bottomleft: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
}
#body {
	margin: -3px auto 0px auto;
	width: 990px;
	-moz-box-shadow: 3px 3px 3px #CCC; /* FF3.5+ */
	-webkit-box-shadow: 3px 3px 3px #CCC; /* Saf3.0+, Chrome */
    box-shadow: 3px 3px 3px #CCC; /* Opera 10.5, IE 9.0 */
	border: 1px solid #FFF;
	border-bottom-right-radius: 9px;
	border-bottom-left-radius: 9px;
	-moz-border-radius-bottomright: 9px;
	-moz-border-radius-bottomleft: 9px;
	-webkit-border-bottom-right-radius: 9px;
	-webkit-border-bottom-left-radius: 9px;
	padding-top: 2px;
}
#menu {
	float: left;
	width: 337px;
	margin-top: 12px;
	padding-bottom: 20px;
}
#content {
	float: right;
	width: 622px;
	margin-top: 12px;
	padding-right: 12px;
	padding-left: 18px;
	padding-bottom: 20px;
}
#footer {
	margin: 20px auto 0 auto;
	width: 960px;
	padding: 15px;
	background-color: #629035;
	color: #FFF;
	background-image: -moz-linear-gradient(right, #436324, #629035); /* FF3.6 */
	background-image: -webkit-gradient(linear,left bottom,right bottom,color-stop(0, #629035),color-stop(1, #436324)); /* Saf4+, Chrome */
    filter:  progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#436324', endColorstr='#629035'); /* IE6,IE7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#436324', endColorstr='#629035')"; /* IE8 */
	-moz-box-shadow: 3px 0px 3px #CCC; /* FF3.5+ */
	-webkit-box-shadow: 3px 0px 3px #CCC; /* Saf3.0+, Chrome */
    box-shadow: 3px 0px 3px #CCC; /* Opera 10.5, IE 9.0 */
    filter:  progid:DXImageTransform.Microsoft.dropshadow(OffX=3px, OffY=0px, Color='#CCC'); /* IE6,IE7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=3px, OffY=0px, Color='#CCC')"; /* IE8 */
	border: 1px solid #629035;
	border-top-right-radius: 6px;
	border-top-left-radius: 6px;
	-moz-border-radius-topright: 6px;
	-moz-border-radius-topleft: 6px;
	-webkit-border-top-right-radius: 6px;
	-webkit-border-top-left-radius: 6px;
}

/*Плавающие элементы и очистка*/
#slide1 {
	float: right;
	display: none;
	width: 330px;
	height: 220px;
	overflow: hidden;
}
.inHead {
	float: left;
	width: 600px;
	height: 190px;
	margin-left: 20px;
}
.inHead h1 {
	font-size: 74px;
	color: #ffffff;
	text-shadow: 2px 2px 1px #d4fcad;
	margin-top: -16px;
	margin-bottom: 0px;
	opacity: 0,8;
}
.inHead p {
	font-size: 14px;
	line-height: 16px;
	color: #ffffff;
	text-shadow: 1px 1px 0px #333;
	margin: 0px 0px 0px 6px;
}
.inHead h1.slogan {
	font-size: 33px;
	font-weight: bold;
	color: #FFF;
	text-shadow: 1px 1px 0px #666;
	margin: 4px 0px 0px 3px;
	opacity: 0,8;
}
.flL {
	margin: 0px;
	display: block;
	float: left;
}
.flR {
	margin: 0px;
	display: block;
	float: right;
}
.forClear {
	clear: both;
	font-size: 0px;
	height: 0px;
	overflow: hidden;
}
img.imgLeft {
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 15px;
	margin-left: 0px;
	float: left;
	border: #436324 solid 1px;	
}
img.imgRight {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 20px;
	float: right;
	border: #436324 solid 1px;
}
.phOut {
	float: left;
	width: 182px;
	padding: 5px;
	background-color: #e2f7cd;
	background-image: -moz-linear-gradient(top, #436324, #ffffff); /* FF3.6 */
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #ffffff),color-stop(1, #436324)); /* Saf4+, Chrome */
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#436324', endColorstr='#ffffff'); /* IE6,IE7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#436324', endColorstr='#ffffff')"; /* IE8 */
	border: 1px solid #bad99b;
	-moz-border-radius: 3px; /* FF1+ */
	-webkit-border-radius: 3px; /* Saf3+, Chrome */
	border-radius: 3px; /* Opera 10.5, IE 9 */
	-moz-box-shadow: 2px 2px 2px #d2d2d2; /* FF3.5+ */
	-webkit-box-shadow: 2px 2px 2px #d2d2d2; /* Saf3.0+, Chrome */
    box-shadow: 2px 2px 2px #d2d2d2; /* Opera 10.5, IE 9.0 */
    filter:  progid:DXImageTransform.Microsoft.dropshadow(OffX=2px, OffY=2px, Color='#d2d2d2'); /* IE6,IE7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=2px, OffY=2px, Color='#d2d2d2')"; /* IE8 */
    margin-right: 8px;
    margin-bottom: 10px;
    _margin-right: 4px; /* IE 6 */
    min-height: 126px;
}

/*Нестандартное отображение ссылок*/
a.inMenu:link, a.inMenu:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	display: block;
	margin: 0px 0px 6px 0px;
	background-color: #629035;
	background-image: -moz-linear-gradient(right, #436324, #629035); /* FF3.6 */
	background-image: -webkit-gradient(linear,left bottom,right bottom,color-stop(0, #629035),color-stop(1, #436324)); /* Saf4+, Chrome */
    filter:  progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#436324', endColorstr='#629035'); /* IE6,IE7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#436324', endColorstr='#629035')"; /* IE8 */
	-moz-box-shadow: 2px 2px 1px #CCC; /* FF3.5+ */
	-webkit-box-shadow: 2px 2px 1px #CCC; /* Saf3.0+, Chrome */
    box-shadow: 2px 2px 1px #CCC; /* Opera 10.5, IE 9.0 */
    filter:  progid:DXImageTransform.Microsoft.dropshadow(OffX=2px, OffY=2px, Color='#CCC'); /* IE6,IE7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=2px, OffY=2px, Color='#CCC')"; /* IE8 */
	border: 1px solid #629035;
	-moz-border-radius: 5px; /* FF1+ */
	-webkit-border-radius: 5px; /* Saf3+, Chrome */
	border-radius: 5px; /* Opera 10.5, IE 9 */
	padding: 3px 10px 5px 24px;
}
a.inMenu:active, a.inMenu:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	display: block;
	margin: 0px 0px 6px 0px;
	background-color: #629035;
	background-image: -moz-linear-gradient(right, #629035, #436324); /* FF3.6 */
	background-image: -webkit-gradient(linear,left bottom,right bottom,color-stop(0, #436324),color-stop(1, #629035)); /* Saf4+, Chrome */
    filter:  progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#629035', endColorstr='#436324'); /* IE6,IE7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#629035', endColorstr='#436324')"; /* IE8 */
	-moz-box-shadow: 2px 2px 2px #666; /* FF3.5+ */
	-webkit-box-shadow: 2px 2px 2px #666; /* Saf3.0+, Chrome */
    box-shadow: 2px 2px 2px #666; /* Opera 10.5, IE 9.0 */
    filter:  progid:DXImageTransform.Microsoft.dropshadow(OffX=2px, OffY=2px, Color='#666'); /* IE6,IE7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=2px, OffY=2px, Color='#666')"; /* IE8 */
	border: 1px solid #629035;
	-moz-border-radius: 5px; /* FF1+ */
	-webkit-border-radius: 5px; /* Saf3+, Chrome */
	border-radius: 5px; /* Opera 10.5, IE 9 */
	padding: 3px 10px 5px 24px;
}
a.inMenuA:link, a.inMenuA:visited, a.inMenuA:active, a.inMenuA:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	display: block;
	margin: 0px 0px 6px 0px;
	background-color: #629035;
	background-image: -moz-linear-gradient(right, #629035, #436324); /* FF3.6 */
	background-image: -webkit-gradient(linear,left bottom,right bottom,color-stop(0, #436324),color-stop(1, #629035)); /* Saf4+, Chrome */
    filter:  progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#629035', endColorstr='#436324'); /* IE6,IE7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#629035', endColorstr='#436324')"; /* IE8 */
	-moz-box-shadow: 2px 2px 2px #666; /* FF3.5+ */
	-webkit-box-shadow: 2px 2px 2px #666; /* Saf3.0+, Chrome */
    box-shadow: 2px 2px 2px #666; /* Opera 10.5, IE 9.0 */
    filter:  progid:DXImageTransform.Microsoft.dropshadow(OffX=2px, OffY=2px, Color='#666'); /* IE6,IE7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=2px, OffY=2px, Color='#666')"; /* IE8 */
	border: 1px solid #629035;
	-moz-border-radius: 5px; /* FF1+ */
	-webkit-border-radius: 5px; /* Saf3+, Chrome */
	border-radius: 5px; /* Opera 10.5, IE 9 */
	padding: 3px 10px 5px 24px;
}

/*Абсолютно позиционированные элементы*/

/*Элементы форм*/

/*Классы и идентификаторы - визуальное представление*/
.dk {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #436324;
}
.dk a:link {
	color: #f8fff1;
	text-decoration: none;
}
.dk a:visited {
	color: #f8fff1;
	text-decoration: none;
}
.dk a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.dk a:active {
	color: #FFFFFF;
	text-decoration: underline;
}
.red {
	color: #CC0000;
}
.bgWh {
	background-color: #FFFFFF;
}
.male {
	background-color: #D7EBFF;
}
.female {
	background-color: #FFE8FF;
}
img.imBord {
	border: 3px solid #436324;
}
.galPhIn {
	color: #FFFFFF;
	background-color: #3c6316;
}
.mQuote {
	font-style: italic;
	color: #003399;
}
#footer p {
	color: #fff;
}
#footer a:link {
	color: #fff;
	text-decoration: none;
	text-shadow: 1px 1px 0px #333;
}
#footer a:visited {
	color: #fff;
	text-decoration: none;
	text-shadow: 1px 1px 0px #666;
}
#footer a:hover {
	color: #DEFFBD;
	text-decoration: none;
	text-shadow: 1px 1px 0px #CCC;
}
#footer a:active {
	color: #DEFFBD;
	text-decoration: none;
	text-shadow: 1px 1px 0px #CCC;
}
.margin0 {
	margin: 0px;
}
.forNews {
	padding: 5px 10px 5px 24px;
}

/* Для 1 - 2 - 3 списка информационных элементов */
.current, .page_link, .ctrl
{
	padding: 0.2em 0.5em 0.3em 0.5em;
	float: left;
	display: block;
	margin-right: 0.3em;
	font-size: 12px;
}

.page_link
{
	border: 1px solid #3c6316;
}

.current
{
	background: #3c6316;
	color: #ffffff;
	border: 1px solid #c9ccce;
}

.ctrl
{
	padding: 0.5em 0.5em 0.3em 0.5em;
	font-size: 10px;
	color: #3c6316;
}

.path_arrow
{
	color: #3c6316;
	padding: 0px 5px 0px 5px;
	font-size: 10pt;
}
/* Информационные элементы */
.read_more
{
	float: left;
	display: block;
	padding: 0.2em 0em 0.3em 0em;
	margin-right: 0.3em;
}

#ShowAddComment
{
	margin: 20px 0px;
	font-size: 14pt;
}

.userinfo1
{
	margin-right: 5px;
	margin-bottom: 5px;
	font-weight: bold;
	float: right;
}

.userinfo2
{
	margin-left: 5px;
	margin-bottom: 5px;
}

/* ссылка "ответить" для комментария */
.c_u_l
{
	font-weight: bold;
}

/* Ответ на комментарий */
.cr
{
	display: none;
	margin: 0px 0px 10px 20px;
}

/* sub-div для дерева комментариев */
.csd
{
	margin-left: 20px;
}

.comment
{
	padding: 30px;
	margin: 15px 0px 5px 0px;
	zoom: 1;
	position: relative;
	padding: 20px;
}

.comment p
{
	margin: 0px 0px 5px 0px;
}

.comment_desc
{
	margin: 0px 0px 10px 20px;
}

