article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
html { font-size: 100%; overflow-y: scroll; -webkit-overflow-scrolling: touch; -webkit-tap-highlight-color: rgba(0,0,0,0); -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body { margin: 0; font-size: 13px; line-height: 1.231; }
body, button, input, select, textarea { font-family: sans-serif; color: #222; }
::-moz-selection { background: #9F8571; color: #fff; text-shadow: none; }
::selection { background: #9F8571; color: #fff; text-shadow: none; }

/* =====   Links   ===== */

a { color: #fff4e6; }
a:visited { color: #fff4e6; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }

/* ======   Typography   ===== */

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 0 1em 2em; float: right; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }

/*    Lists    */
ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; margin: 0; padding: 0; }

/*    Embedded content    */
img { border: 0; -ms-interpolation-mode: bicubic; }

/*    Forms    */
form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
legend { border: 0; *margin-left: -7px; padding: 0; }
label { cursor: pointer; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; *overflow: visible; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

/*    Theme    */
body{
    font-family:Helvetica, Helvetica Neue, Arial, sans-serif;
    color:#382111;
    background-color: #f0d6b9;
	_background: url(/assets/images/bg_new.png) repeat #fefefe;
	height:100%;
}

#container{
    overflow:hidden;
    background: #B5916A; /* old browsers */
    background: -moz-linear-gradient(left, #B5916A 0%, #E9D4B3 100%); /* firefox */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#B5916A), color-stop(100%,#E9D4B3)); /* webkit */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#B5916A', endColorstr='#E9D4B3',GradientType=1 ); /* ie */
    -webkit-box-shadow:0 0px 40px -10px #AAA;
       -moz-box-shadow:0 0px 40px -10px #AAA;
            box-shadow:0 0px 40px -10px #AAA;
}

.wrapper{
    margin:auto;
    width:1000px;
}

#header-container{
    background:url("../img/header_background.png") no-repeat;
    height:297px;
    margin-bottom:25px;
    -webkit-box-shadow:0 40px 40px -40px #AAA;
       -moz-box-shadow:0 40px 40px -40px #AAA;
            box-shadow:0 40px 40px -40px #AAA;
}

header #box{
    float:left;
    width:208px;
    height:356px;
    background:url("../img/box.png") no-repeat;
    position:absolute;
    z-index:10;
}

#logo{
    float:left;
    margin:10px 0 0 290px;
}

#logo h1 {
    font:bold 14px/20px Times New Roman, Times, Georgia, serif;
    margin:8px 0;
}

#logo p {
    font:bold 14px/20px Times New Roman, Times, Georgia, serif;
    margin:8px 0;
}

#logo a, #logo a:hover, #logo a:visited{text-decoration:none;color:#382111;}

/*Top contact info*/
#contact-info{
    float:right;
    width:280px;
    height:238px;
    background:url("../img/hole.png") no-repeat;
    margin:10px 30px 0 0;
}

#contact-info p{
    font:bold 20px/30px 'Times CY', 'Times New Roman', Times, Georgia, serif;
    color:#fff4e6;
    margin:56px auto;
    text-align:center;
}

#contact-info a, #contact-info a:hover, #contact-info a:visited{font:bold small-caps 18px/30px Helvetica, Helvetica Neue, Arial, sans-serif;}

h2, h3, h1{margin:15px 0;}
h1{font-size: 30px;}
h2{font-size: 25px;}
h3{font-size: 20px;}
#title, h1, h2, h3{font-weight:normal;}

#title{
    font-size: 60px;
    color:white;
    float:left;
}

header nav{
    position:absolute;
    top:255px;
    height:42px;
    background:url("../img/menu.png") repeat-x;
}

header nav ul{
    float:right;
    margin:0;
    padding:0;
}

header nav ul li{
    display:inline;
    margin:1px 0;
    padding:0;
    list-style:none;
    float:left;
}

nav a{
    min-width:100px;
    padding:11px 4px;
    color:#382111;
    text-decoration:none;
    font-size:16px;
	font-weight: bold;
    display:table-cell;
    border-left:2px solid #CBC0B8;
    text-align:center;
    vertical-align:middle;
}

nav a:hover, nav a:visited{color:#382111;}

nav li.first a{border:none;}



nav li ul{
    padding:0 4px;
    margin:0;
    display:none;
    position: absolute;
}

nav li:hover ul {
    display:block;
    border-top:2px solid #CBC0B8;
	background: #e3d8cf;
    /*background:url("../img/submenu.png") repeat;*/
}

nav li ul li {
    clear:both;
    width:100%;

}

nav li ul li a {
    border-left:none;
    display:block;
    text-align:left;
}

nav li:hover li ul {
    display:none;
    min-width:144px;
    top:5px;
    right:-104px;
}

nav li:hover li:hover ul {display:block;}

/*Side block*/
aside{
    color:#fff4e6;
    padding:20px;
    float:left;
    width:210px;
	/*height: 100%;*/
    margin:0 50px 0 0;
    overflow:hidden;
}

#donate{
    height:78px;
    background:url("../img/donate_back.png") repeat-x;
    margin:0 -20px 0 -20px;
    padding:11px 0 0 20px;
}

#donate div{
    height:56px;
    background:url("../img/sunduk.png") no-repeat;
    padding:0 0 0 80px;
    font:13px/18px Helvetica, Helvetica Neue, Arial, sans-serif;
}

#donate a{text-decoration:none;}

#news div{
    font:16px/26px Helvetica, Helvetica Neue, Arial, sans-serif;
    margin:26px 0;
}

#news a{text-decoration:none;}

#news a p{
    color:#382111;
    text-align:left;
}

/*Main article block.*/
article{
	padding:20px;
}

#main p, #main a, #main ul li, #main ol li{
    font: Helvetica, Helvetica Neue, Arial, sans-serif;
    text-align:justify;
}
ul, ol  {font-size:16px;}
a {font-size:16px;}
p {font-size:16px;}

#main article{
    min-height:640px;
    margin:0;
}

article header{
    display: table;
    width: 680px;
    margin-bottom:16px;
}

#headernav{padding: 0; margin: 0;}

#headernav li{
    display:inline;
    margin:0 10px 0 0;padding:0;list-style:none;
    float:left;
}

#headernav li ul{display:none;}

#main blockquote p{
    font:normal italic 16px/26px Helvetica, Helvetica Neue, Arial, sans-serif;
    text-align: right;
}

/*Gallery starts here*/
.gallery {margin: 30px 0;}
.gallery_wrapper {
    margin: 0 -30px -30px 0;
    text-indent:0;
    text-align:left;
}
.item {
    width: 190px;
    *width:190px;
    /*min-height:280px;*/
    display:inline-block;
    font-size:91%;
    margin: 0 30px 30px 0;
    vertical-align:text-top;
    border:1px solid #797873;
    -webkit-border-radius:5px;
       -moz-border-radius:5px;
            border-radius:5px;
    padding: 5px 5px 0;
    color: #4b4c4c;
    zoom:1;
    *display:inline;  /*IE 6, 7*/
    -webkit-box-shadow:0 0 40px -10px #AAA;
	   -moz-box-shadow:0 0 40px -10px #AAA;
	        box-shadow:0 0 40px -10px #AAA;
    position:relative;
}
.item.horiz {
    width: 247px;
    *width:247px;
}
.item img {border:0;margin:20px 20px 10px 20px;}
.item p {
    display:block;
    width:150px;
    text-align:center;
    margin:0px 20px 5px 20px;
}
.item.horiz p {
    width: 207px;
}
/*Gallery block ends here*/

#page-footer{
    height:268px;
    background:url("../img/footer.png") 100% 100% no-repeat;
    font:bold small-caps 16px/26px Times New Roman, Times, Georgia, serif;
    color:#fff4e6;
width:100%;
float:left;
}

#order{
    width:287px;
    height:268px;
    margin:0 0 0 9px;
    display:inline-block;
}

#copyright{
    margin:0 10px 0 252px;
    text-align:right;
    vertical-align:10px;
    display:inline-block;
    zoom:1;
    *display:inline;  /*IE 6, 7*/
}

#copyright div{color:#382111;}

#copyright p, #verified p{margin:0;}

#verified{
    margin:0 10px 0 10px;
    vertical-align:10px;
    display:inline-block;
    zoom:1;
    *display:inline;  /*IE 6, 7*/
}

/* =============================================================================
   Non-semantic helper classes
   ========================================================================== */

/* For image replacement */
/*.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }*/
/*.ir br { display: none; }*/

/*.hidden { display: none; visibility: hidden; }*/

/*.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }*/

/*.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }*/

/*.invisible { visibility: hidden; }*/

.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: sanbeiji.com/archives/953 */
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h1, h2, h3 { orphans: 3; widows: 3; }
  h2, h1, h3{ page-break-after: avoid; }
}


div.gallery2 {	
	float:left;
	vertical-align:top;
	border:1px #7a7974 solid;
	margin: 10px 10px 10px 10px;
	padding: 20px 20px 20px 20px;
border-radius: 5px;
background-color: #d1b692;
box-shadow: 0px 0px 40px -10px #AAA;
	}


div.newsdate {float:left; font: normal 14px Tahoma,sans-serif; color:#ffffff;margin-right:5px;}
div.newshead {float:left; width:100%;text-align:left;border:0px solid;margin-top:5px;font: bold 13px Tahoma,sans-serif; color:#f7dbba;}
div.newstext {float:left; font-size:14px;font-family:Tahoma;text-align:left;color:#4f2111;margin-top:5px;}
a.newshead {text-decoration:none; color:#ffedd8;font-size:14px;}


div.pagination{float:left; margin-top:40px;}
div.pagination li{float:left; margin-top:3px; margin-left: 10px; list-style:none;
    padding: 3px 3px;
    margin-left: 2px;}
div.pagination a {text-decoration:none; margin-top:20px;color:#745f65;}

div.pagination a.active {text-decoration:none; margin-top:20px;color:#3f1220;}

li.active a {text-decoration:none; margin-top:20px;color:#3f1220;}



div.mapsite ul{margin-left:0px;font-size:12px; color:#4f2111;}
div.mapsite ul li{margin-top:5px; color:#4f2111;}
div.mapsite ul a {text-decoration:none; color:#4f2111;}

div.newshead2 {float:left; width:100%;text-align:left;border:0px solid;margin-top:5px;font: normal 13px Tahoma,sans-serif; color:#f7dbba;}
a.newshead2 {}


h2 a {color:#4f2111;font-size: 25px;}


input.form {height:16px;border:1px solid #e9d3b8;color:#2f3030;background-color: #f3d9b7;-webkit-box-shadow: inset 1px 1px 1px 0px rgba(100,82,60,1);
-moz-box-shadow: inset 1px 1px 1px 0px rgba(100,82,60,1);
box-shadow: inset 1px 1px 1px 0px rgba(100,82,60,1);
border-radius:6px;
width:205px;
padding-left:10px;

}

div.form {float:left;width:100%;margin-bottom:5px;}


select.form {height:23px;border:1px solid #e9d3b8;color:#2f3030;background-color: #f3d9b7;-webkit-box-shadow: inset 1px 1px 1px 0px rgba(100,82,60,1);
-moz-box-shadow: inset 1px 1px 1px 0px rgba(100,82,60,1);
box-shadow: inset 1px 1px 1px 0px rgba(100,82,60,1);
border-radius:6px;
 -webkit-appearance: none;
  background-image: url('/assets/images/arrow_select.png');
    background-position: right center;
  background-repeat: no-repeat;
  line-height: 1em;
  /* for FF */
  -moz-appearance: none;
  text-indent: 0.01px; 
  text-overflow: '';
  /* for IE */
  -ms-appearance: none;
  appearance: none!important;
width: 143px;
}
 
select::-ms-expand {
  display: none;
}


input.form2 {height:16px;border:1px solid #e9d3b8;color:#2f3030;background-color: #f3d9b7;-webkit-box-shadow: inset 1px 1px 1px 0px rgba(100,82,60,1);
-moz-box-shadow: inset 1px 1px 1px 0px rgba(100,82,60,1);
box-shadow: inset 1px 1px 1px 0px rgba(100,82,60,1);
border-radius:6px;
width:50px;
padding-left:10px;

}

textarea.form {background-color: #f3d9b7;
-webkit-box-shadow: inset 1px 1px 1px 0px rgba(100,82,60,1);
-moz-box-shadow: inset 1px 1px 1px 0px rgba(100,82,60,1);
box-shadow: inset 1px 1px 1px 0px rgba(100,82,60,1);
border-radius:6px;
border:1px solid #e9d3b8;
padding:10px;
}

input.form3

{height:25px;color:#2f3030;background-color: #f3d9b7;
-webkit-box-shadow: 1px 1px 2px 0px rgba(100,82,60,1);
-moz-box-shadow: 1px 1px 2px 0px rgba(100,82,60,1);
box-shadow: 1px 1px 2px 0px rgba(100,82,60,1);
border-radius:6px;
border:0px solid #e9d3b8;
}

div.new_y_ {position:absolute; background: url(http://www.iskravos.ru/assets/images/girlanda.png) no-repeat; width:1000px; height:71px; z-index:0;margin-left:0px;margin-top:200px;border:0px solid;}