@charset "utf-8";

@font-face {
	font-family: 'Conv_Adine Kirnberg';
	src: url('../fonts/Adine Kirnberg.eot');
	src: url('../fonts/Adine Kirnberg.woff') format('woff'),
    url('../fonts/Adine Kirnberg.ttf') format('truetype'), 
    url('../fonts/Adine Kirnberg.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
    font-family: 'MyriadProRegular';
    src: url('../fonts/MyriadPro-Regular.eot');
    src: url('../fonts/MyriadPro-Regular.eot') format('embedded-opentype'),
         url('../fonts/MyriadPro-Regular.woff') format('woff'),
         url('../fonts/MyriadPro-Regular.ttf') format('truetype'),
         url('../fonts/MyriadPro-Regular.svg#MyriadProRegular') format('svg');
}

@font-face {
    font-family: 'MonotypeCorsivaRegular';
    src: url('../fonts/mtcorsva.eot');
    src: url('../fonts/mtcorsva.eot') format('embedded-opentype'),
         url('../fonts/mtcorsva.woff') format('woff'),
         url('../fonts/mtcorsva.ttf') format('truetype'),
         url('../fonts/mtcorsva.svg#MonotypeCorsivaRegular') format('svg');
}

@font-face {
    font-family: 'MonotypeCorsivaK';
    src: url('../fonts/k_mtcorsva.eot');
    src: url('../fonts/k_mtcorsva.eot') format('embedded-opentype'),
         url('../fonts/k_mtcorsva.woff') format('woff'),
         url('../fonts/k_mtcorsva.ttf') format('truetype'),
         url('../fonts/k_mtcorsva.svg#MonotypeCorsivaRegular') format('svg');
}

html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, cite, code, del, dfn, em, font, img, ins, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

:focus {
	outline: 0;
}

ol, ul {
	list-style-position: inside;
}

a {
	color: #525252;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

html, body { 
	height: 100%;
}

body {
	font-family: 'Arial';
	font-size: 14px;
	color: #525252;
	line-height: 130%;
	background: #fff;
}

#top_line {
    height: 27px;
    padding-top: 10px;
    background: #261b1b url("../images/top_line.jpg") no-repeat 0 0;
}

.fixed {
    width: 1193px;
    margin: 0 auto;
}

#top_line .fixed {
    text-align: right;
    font-family: 'MyriadProRegular';
    font-size: 12px;
    line-height: 130%;
    color: #76615b;
}

#site {
	min-height: 100%;
	background: #2e2324 url(../images/site_bg.png) repeat-x 0 37px;
	position: relative;
    z-index: 1;
}

.fon {
    width: 1193px;
    position: absolute;
    left: -597px;
    bottom: 0;
    top: 37px;
    margin-left: 50%;
    background-color: #261b1b;
    z-index: 1;
}	

#container {
    background-color: #261b1b;
	padding-bottom: 90px;
    position: relative;
    z-index: 10;
}

header {
    display: block;
	min-height: 637px;
    background: url("../images/header_bg.jpg") no-repeat 0 0;
	position: relative;
    z-index: 10;
}

#left_bloc {
    float: left;
    width: 413px;
    height: 599px;
    padding: 20px 0px 10px 0px;
    background: url("../images/left_bloc.png") repeat-x 0 0;
    text-align: center;
}

#logo {
	display: block;
	width: 236px;
	height: 242px;
	background: url(../images/logo.png) 0 0 no-repeat;
    margin: 0 auto 5px auto;
}

#left_bloc h1 {
    font-family: 'Conv_Adine Kirnberg';
    font-size: 40px;
    font-weight: lighter;
    line-height: 100%;
    color: #f0ceb4;
    padding: 0 10px;
    margin-bottom: 10px;
}

#left_bloc p {
    padding: 0 5px 10px 5px;
    font-family: 'MonotypeCorsivaK';
    font-size: 20px;
    font-weight: lighter;
    line-height: 120%;
    color: #ceb09b;
    word-spacing: 1px;
}

#left_bloc p.mar {
    line-height: 110%;
    padding-bottom: 5px;
}

.text {
    background-color: #4c3939;
}

.line {
    border-top: 1px solid #251717;
    padding: 15px 0;
}

#left_bloc p.owner {
    margin-top: 5px;
    font-family: 'Arial';
    font-size: 12px;
    font-weight: bolder;
    color: #0f0700;
    text-shadow: 1px 0 1px #4b2d28;
}

#tracery {
    height: 36px;
    background: url("../images/tracery.png") no-repeat center 0;
}

#example_1_container {
    margin-left: 565px;
    width:640px;
    height:444px;
}

.easy_slides_container {
    overflow:hidden;
    position:relative;
}
.easy_slides_img1, .easy_slides_img2{
    display:none;
    top:0;
    position:absolute;
}

.easy_slides_img1 {
    z-index:2;
}

.easy_slides_img2 {
    z-index:1;
}

nav {
    display: block;
    margin: -15px 0 0 550px;
}

#menu {
    height: 115px;
    list-style-position: outside;
    list-style: none;
    position: relative;
    z-index: 11;
}

#menu li {
    display: block;
    padding: 0;
    margin: 0;
    position: absolute;
    z-index: 12;    
}

#menu li a {
    display: block;
    height: 24px;
}

#menu_01 {
    bottom: 0;
    left: 110px;
}

#menu_01 a {
    width: 64px;
    background: url("../images/menu_01.png") no-repeat 0 0;
}

#menu_01 a:hover {
    background: url("../images/menu_01_hover.png") no-repeat 0 0;
}

#menu_1 {
    top: 15px;
    left: 0;
}

#menu_1 a {
    width: 103px;
    background: url("../images/menu_1.png") no-repeat 0 0;
}

#menu_1 a:hover {
    background: url("../images/menu_1_hover.png") no-repeat 0 0;
}

#menu_2 {
    top: 11px;
    left: 140px;
}

#menu_2 a {
    width: 92px;
    background: url("../images/menu_2.png") no-repeat 0 0;
}

#menu_2 a:hover {
    background: url("../images/menu_2_hover.png") no-repeat 0 0;
}

#menu_3 {
    top: 6px;
    left: 269px;
}

#menu #menu_3 a {
    width: 100px;
    height: 30px;
    background: url("../images/menu_3.png") no-repeat 0 0;
}

#menu #menu_3 a:hover {
    background: url("../images/menu_3_hover.png") no-repeat 0 0;
}

#menu_4 {
    top: 0px;
    left: 400px;
}

#menu_4 a {
    width: 90px;
    background: url("../images/menu_4.png") no-repeat 0 0;
}

#menu_4 a:hover {
    background: url("../images/menu_4_hover.png") no-repeat 0 0;
}

#menu_5 {
    bottom: 2px;
    left: 105px;
}

#menu_5 a {
    width: 135px;
    background: url("../images/menu_5.png") no-repeat 0 0;
}

#menu_5 a:hover {
    background: url("../images/menu_5_hover.png") no-repeat 0 0;
}

#menu_6 {
    bottom: 6px;
    left: 270px;
}

#menu_6 a {
    width: 87px;
    background: url("../images/menu_6.png") no-repeat 0 0;
}

#menu_6 a:hover {
    background: url("../images/menu_6_hover.png") no-repeat 0 0;
}

#menu_7 {
    bottom: 11px;
    left: 395px;
}

#menu_7 a {
    width: 65px;
    background: url("../images/menu_7.png") no-repeat 0 0;
}

#menu_7 a:hover {
    background: url("../images/menu_7_hover.png") no-repeat 0 0;
}

article {
    display: block;
    padding-top: 20px;
}

.coment {
    width: 1015px;
    margin: 15px auto;
    -webkit-box-shadow: 0 0 2px rgba(0,0,0,0.9);
    box-shadow: 0 0 2px rgba(0,0,0,0.3);
    border: 1px solid #1d1414;
    border-radius: 15px;
    padding-bottom: 40px;
    overflow: hidden;
}

.coment h3 {
    font-family: 'Arial';
    font-size: 12px;
    font-weight: bold;
    line-height: 130%;
    color: #f0ceb4;
    border-radius: 15px 15px 0 0;
    background-color: #2f2121;
    padding: 5px 45px 5px 30px;
    margin-bottom: 20px;
}

.coment h3 span {
    float: right;
    color: #5f5450;
    font-size: 13px;
    font-weight: normal;
}

.coment p {
    padding: 0 30px;
    font-family: 'Arial';
    font-size: 12px;
    line-height: 130%;
    color: #948980;
}

footer {
    display: block;
	width: 1193px;
	height: 77px;
	position: absolute;
	bottom: 0;
	margin-left: 50%;
	left: -597px;
    overflow: hidden;
    background-color: #332727;
    z-index: 20;
}

#copyright {
    text-align: center;
    padding-top: 15px;
    font-family: 'MyriadProRegular';
    font-size: 11px;
    font-weight: lighter;
    line-height: 130%;
    color: #897466;
}

.clear {
	clear: both;
}

.data {
    width: 810px;
    margin: 5px auto;
}

.data.big {
    width: 1070px;
    margin-left: -10px;
}

.data.big .expert {
    padding: 10px 0;
}

.data h3 {
    text-align: center;
    padding: 5px 10px;
    background-color: #2e2323;
    -webkit-box-shadow: 0 0 1px rgba(0,0,0,0.9);
    box-shadow: 0 0 1px rgba(0,0,0,0.3);
    border: 1px solid #1d1414;
    border-radius: 8px;
    font-family: 'Arial';
    font-size: 14px;
    font-weight: normal;
    line-height: 130%;
    color: #e7b289;
    cursor: pointer;
}

.expert {
    display: none;
    margin: 0 10px;
    padding: 10px 30px;
    border-radius: 0 0 10px 10px;
    background-color: #584643;
    overflow: hidden;
}

.expert p {
    font-family: 'Arial';
    font-size: 13px;
    line-height: 120%;
    color: #020100;
}

.pic {
    display: block;
    float: right;
    width: 201px;
    height: 119px;
    margin-bottom: 10px;
    position: relative;
    z-index: 10;
}

.pic img {
    width: 201px;
    height: auto;
}

article.mar {
    padding: 20px 70px 10px 70px;
}

.block {
    width: 490px;
    margin: 0 0 20px 20px;
    display: inline-block;
    zoom: 1;
	*display: inline;
    box-shadow: 0 0 1px rgba(0,0,0,0.3);
    border: 1px solid #1d1414;
    border-radius: 10px;
    background-color: #2f2121;
}

.icon {
    float: left;
    width: 244px;
    padding: 10px 0;
}

.icon:first-child {
    border-right: 1px solid #251717;
}

.icon .pic {
    float: none;
    margin: 0 auto 10px auto;
}

.description {
    padding: 10px 15px 15px 20px;
    border-bottom: 1px solid #251717;
}

.description p {
    font-family: 'Arial';
    font-size: 12px;
    line-height: 120%;
    color: #7d7070;
    margin-bottom: 5px;
}

.description p span {
    color: #fff;
    margin-right: 4px;
}

.description p:first-child {
    color: #fff;
    text-align: center;
    margin-bottom: 10px;
}

.description p.mar {
    color: #7f5656;
    text-align: center;
    margin-bottom: 10px;
}

.link {
    margin: 8px auto 0 auto;
    width: 88%;
    text-align: center;
    background-color: #3b2e2e;
    border: 1px solid #261b1b;
    border-radius: 15px;
    padding: 5px 0;
}

.link a {
    font-family: 'Arial';
    font-size: 13px;
    font-weight: bold;
    line-height: 130%;
    color: #100603;
    text-decoration: none;
    margin-left: 12px;
}

.link a:first-child {
    margin: 0;
}

.link a:hover {
    color: #7d7070;
}

.info {
    padding-top: 10px;
    text-align: center;
    font-family: 'Arial';
    font-size: 14px;
    line-height: 130%;
    color: #5c3b24;
}

#contact {
    width: 50%;
    margin: 0 auto;
    text-align: left;
    font-family: 'MyriadProRegular';
    font-size: 16px;
    line-height: 130%;
    color: #8b776e;
}

#left_bloc #contact p {
    margin: 0 0 10px 0;
    padding: 0;
    text-align: left;
    font-family: 'MyriadProRegular';
    font-size: 16px;
    line-height: 130%;
    color: #251711;
    overflow: hidden;
}

#left_bloc #contact p span {
    float: right;
    color: #8b776e;
}

#pagination {
    text-align: center;
    margin: 60px 0;
}

#pagination > div{
    margin: 0 auto;
    text-align: center;
    display: inline-block;
    zoom: 1;
	*display: inline;
    padding: 3px 15px;
    background-color: #2c1f1f;
    border-top: 1px solid #1d1414;
    border-bottom: 1px solid #1d1414;
    position: relative;
    z-index: 20;
}

#pagination #pagination_right{
    width: 47px;
    background: url("../images/pagination_right.png") repeat-y 0 0;
    position: absolute;
    right: -37px;
    top: -1px;
    bottom: -1px;
    z-index: 21;
}

#pagination #pagination_left {
    width: 47px;
    background: url("../images/pagination_left.png") repeat-y 0 0;
    position: absolute;
    left: -37px;
    top: -1px;
    bottom: -1px;
    z-index: 21; 
}

#pagination p {
	display: inline-block;
    border: 1px solid #1d1414;
    border-radius: 6px;
    padding: 0 40px;
    
}

#pagination a, #pagination span {
	font: 13px Arial;
    font-weight: bold;
	line-height: 120%;
	color: #897466;
	display: inline-block;
    zoom: 1;
	*display: inline;
	margin: 0 4px;
	padding: 0px 2px 1px 2px;
    text-align: center;
    text-decoration: none;
 }
 
 #pagination a.mar {
    font-size: 17px;
 }
 
 #pagination b {
    font: 14px Arial;
    line-height: 120%;
	color: #897466;
	display: inline-block;
    zoom: 1;
	*display: inline;
	margin:0 4px;
    vertical-align: bottom;
 }

#pagination span, #pagination a:hover {
	color: #e2c7b5;  
}




















