* {
    margin: 0;
}
p {margin: 10px 0;}
html {height:100%;min-width:1020px;}

body {
    background: #fff url('../images/bg_b.png') repeat-x;
    color: #505050;
    font-size:80%;
    width: 100%;
    height:100%;
    min-height:100%;
    text-align:left;
    margin: 0 auto;
    font-family: arial,verdana,"Helvetica CY","Nimbus Sans L",sans-serif;
}
img {
    border: 0;
}
#left_side, #right_side {
    position: absolute;
    width: 50%;
    height:100%;
}
#left_side {
    background: #fff url('../images/bg_b.png') repeat-x;
    left: 0;
    z-index: 1;
}
#right_side {
    background: #fff url('../images/bg_e.png') repeat-x;
    right: 0;
}
#wrap {
    background: #fff;
    width: 1000px;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -45px; /* высота футера, если будет глюк в ИЕ6 - стереть коммент */
    position: relative;
    z-index: 2;
}
#header {
    background: url('../images/header.png') no-repeat;
    width: 1000px;
    height: 203px;
}
#header .logo {
}
#header .email {
    float: right;
    margin: 10px 65px 0 0;
}
#header .email a{
    font: normal 12px tahoma;
    text-decoration: underline;
    color: #054700;
}
#header .menu {
    font: normal 14px tahoma;
    float: right;
    clear: right;
    margin: 30px 68px 0 0;
}
#header .menu ul li {
    display: block;
    float: left;
    margin-left: 35px;
}
#header .menu ul li a{
    color: #fff;
    text-decoration: none;
    text-shadow: 1px 1px 3px black;
}
#issue {
    position: absolute;
    top: 94px;
    left: 68px;
    height: 261px;
}
#issue .issue_preview {
    background: url('../images/issue_preview.png') no-repeat;
    height: 261px;
    width: 468px;
    position: relative;
    z-index: 3;
    float: left;
}
#issue .issue_header {
    background: url('../images/issue_head.png') no-repeat;
    height: 91px;
    width: 403px;
    position: absolute;
    z-index: 4;
    left: 465px;
    top: 18px;
}
#issue .issue_header h2{
    padding-top: 14px;
    text-align: center;
    font: normal 24px tahoma;
    color: #fff;
    text-decoration: none;
    text-shadow: 1px 1px 3px black;
}
#issue .issue_content {
    color: #107304;
    font: normal 12px tahoma;
    line-height: 18px;
    float: left;
    margin: 120px 0 0 25px;
    width: 370px;
}
#issue .issue_content ul {
    list-style: none;
    padding: 0;
}
#issue .issue_content a.issue_downl {
    background: url('../images/issue_downl.png') no-repeat;
    display: block;
    width: 156px;
    height: 45px;
    color: #fff;
    font: normal 24px tahoma;
    text-shadow: 1px 1px 3px black;
    text-decoration: none;
    padding: 7px 0 0 0;
    text-align: center;
    margin-top: 4px;
    float: left
}
#issue .issue_content a.issue_sub {
    background: url('../images/issue_sub.png') no-repeat;
    display: block;
    width: 156px;
    height: 45px;
    color: #fff;
    font: normal 24px tahoma;
    text-shadow: 1px 1px 3px black;
    text-decoration: none;
    padding: 7px 0 0 0;
    text-align: center;
    margin: 4px 0 0 5px;
    float: left;
}
#maincontent {
    position: relative;
	margin: 190px 75px 0 75px;
	color: #5a5a5a;
	font: normal 12px tahoma;
	line-height: 15px;
	overflow: hidden;
}

#maincontent h2 {
    color: #107200;
    font: normal 24px tahoma;
}
#left_column {
    width: 285px;
    //margin: 0px 45px 0 65px;
    float: left;
}
#central_column {
    //float: left;
    //width: 540px;
}
#footer, .push{
    height: 45px;
    width: 100%;
}
#footer {
    background: green url('../images/footer.png') repeat-x;
    position: relative;
    z-index: 2;
}
#footer .footer_content {
    margin: 0 auto;
    width: 1000px;
}
#footer .footer_content .copyright {
    float: left;
    margin-left: 35px;
    padding-top: 6px;
    color: #fff;
    font: normal 14px tahoma;
    text-shadow: 1px 1px 3px black;
}
#footer .footer_content .copyright span {
    font-size: 10px;
}
#footer .footer_content .menu {
    font: normal 14px tahoma;
    float: right;
    margin-right: 68px;
    padding-top: 13px;
}
#footer .footer_content .menu ul li {
    display: block;
    float: left;
    margin-left: 35px;
}
#footer .footer_content .menu ul li a{
    color: #fff;
    text-decoration: none;
    text-shadow: 1px 1px 3px black;
}

.footerphotos {
    width: 920px;
    margin: 20px auto 35px;
}
#block-views-photoalbum-block_1 .view-content .views-row {
    display: block;
    float: left;
    margin: 4px 2px 5px 23px;
}

.view-id-photoalbum .views_slideshow_singleframe_previous {
    background-image: url("../images/left_corner.png");
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    color: #C9E19F;
    float: left;
    font-size: 1px;
    height: 128px;
    margin: 0;
    position: relative;
    width: 31px;
    z-index: 200;
    margin-left: -21px;
}

.view-id-photoalbum .views_slideshow_singleframe_next {
    background-image: url("../images/right_corner.png");
    background-position: center center;
    background-repeat: no-repeat;
    color: #C9E19F;
    display: block;
    float: right;
    font-size: 1px;
    height: 128px;
    position: relative;
    width: 31px;
    z-index: 200;
    margin-right: -41px;
}
.view-id-photoalbum .views_slideshow_singleframe_pause, .view-id-photoalbum #views_slideshow_singleframe_playpause_photoalbum-block_1 {
	display: none;
}

#block-views-photoalbum-block_1 .view-content{
	position: relative;
}
.view-id-photoalbum #views_slideshow_singleframe_main_photoalbum-block_1 {
    display: block;
    height: 136px;
    margin: -136px 0 0 0px;
    overflow: hidden;
    position: absolute;
    width: 100%;
    z-index: 150;
    border: 10px solid #d9d9d9;
    border-radius: 12px;

}

.arch_item {
	display: inline-block;
	width: 200px;
	margin: 20px;
	text-align: center;
}
.arch_item img {
	display: block;
	border: 1px solid #fff;
}
.arch_item img:hover {border: 1px solid #159406;}
.arch_item span {
	font-size: 14px;
}
.arch_item a {color: #107304;}
.arch_item a:hover {color: #159406;}

.main_logo_link {
	position: absolute;
	width: 440px; height: 50px;
	margin: 20px 0 0 55px;
}
div#block-views-photoalbum-block_1 .views-field-nothing {
    border: solid 1px #ccc;
    border-radius: 10px;
    width: 145px;
    height: 125px;
}
div#block-views-photoalbum-block_1 .views-field-nothing img {
    width: 100%;
    height: auto;
}

.ageWarn {
    position: absolute !important;
    width: 30px !important;
    left: 15px !important;
    top: 149px !important;
}