

html {
	height: 100%;
}
body {
	font: 16px Arial, Tahoma, Verdana, sans-serif;
	height: 100%;
	color:#525252;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset, img {
	border: 0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}
ol, ul {
   list-style-position:outside;

}
ol {
   padding-left:16px;
}
ol li{
   padding-left:7px;
}
ul li{
    list-style:none;
    background: url(../images/ul_bg.png) no-repeat 0px 8px;
    padding-left:25px;
}


caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
	font-family:Georgia, serif;
	color:#007ca4;
}
h1 {
    font-size:28px;
    margin-bottom:22px;
    margin-top:22px;
}
h2 {
    font-size:18px;
    margin-bottom:18px;
    padding-top:18px;
}
h3 {
    font-size:18px;
    margin-bottom:16px;
    padding-top:16px;
}
q:before, q:after {
	content: '';
}
abbr, acronym {
	border: 0;
}
a {
	color: #007ca4;
	outline: none;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	color: #aaa;
}
p {
	margin: 0 0 16px
}
img {
	border: none;
}
input {
	vertical-align: middle;
}
hr {
    color:#ddd;
    background: #ddd;
    border:0px none;
    height:1px;
    width:200px;
    margin:0px;
    padding:0px;
    margin-left:25px;

}
#wrapper {
	width: 100%;
	min-width: 1000px;
	min-height: 100%;
	height: auto !important;
	height: 100%;     background: url(../images/header_bg.png) repeat-x 0px 0px;
	             /*background:  url(../images/i_08.jpg) no-repeat left;      */   overflow:hidden;
}


/* Header
-----------------------------------------------------------------------------*/
#header {
	height: 140px;
	background: url(../images/header_left_bg.png) no-repeat;
	padding-top:40px;
}
#header #header_left a.logo {
    display:block;
    width:140px;
    height:60px;
    margin-left:50px;
    text-indent:-9999px;
    float:left;
}
#header #header_right {
    width:300px;
    height:180px;
    float:right;
    margin-top:-40px;
    margin-right:-50px;
    background: url(../images/header_right_bg.png) no-repeat;
    padding-top:15px;
}
#header #header_right .contacts {
    color:#fff;
}
#header #header_right .contacts h4{
    color:#fff;
    font-size:18px;
    font-family:Georgia;
    margin-bottom:8px;
}
#header #header_right .contacts a {
    color: #fff;
}
#header #header_right .contacts a:hover {
    color: #fff;
}
#header #header_right .contacts .contacts_numbers {
    font-size:18px;
}
/* Middle
-----------------------------------------------------------------------------*/
#middle {
	width: 100%;
	/*padding: 0 0 90px; */
	margin-top:0px;
	height: 1%;
	position: relative;
	background: #f8f8f8 url(../images/i_08.jpg) repeat-y 0px -1px;



}
#middle:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;               margin-left:90px;
}
#container {
	width: 100%;
	float: left;
	overflow: hidden;    margin-top:-50px;

}
#content {
	padding: 0 0 0 370px;
	margin-left:0px;
	margin-right:0px;
	background: url(../images/i_10.jpg) repeat-y right -3px;
}
#wrap_my {
    margin-right:120px;
    line-height:1.5;
}

/* Sidebar Left
-----------------------------------------------------------------------------*/
#sideLeft {
	float: left;
	width: 280px;
	margin-left: -100%;
	position: relative;
	padding-left:90px;
	/*background: #B5E3FF url(../images/i_08.jpg) no-repeat left;  */
}


/* Footer
-----------------------------------------------------------------------------*/
#footer {
	margin: -90px auto 0;
	min-width: 1000px;
	height: 83px;
	background: url(../images/footer_bg.png) repeat-x center bottom;
	position: relative;
	margin-top:0px;
	padding-bottom:0px;
}


#porfolio_list {
    border:2px solid #d0d0d0;
    background: #fff url(../images/portfolio_bg.png) repeat-x bottom;
    padding:5px 5px 20px 5px;
    /* Для хороших браузеров */
  -moz-border-radius: 10px; /* Firefox */
  -webkit-border-radius: 10px; /* Safari, Chrome */
  -khtml-border-radius: 10px; /* KHTML */
  border-radius: 10px; /* CSS3 */
  /* Для плохих IE */
  behavior: url(border-radius.htc); /* учим IE border-radius */
  height:100%;
  width:100%;   text-align:center;   position:relative;
  z-index:5;
}
#blo {
    border:2px solid #d0d0d0;
    background: #fff url(../images/portfolio_bg.png) repeat-x bottom;
    padding:5px 5px 20px 5px;
    /* Для хороших браузеров */
  -moz-border-radius: 10px; /* Firefox */
  -webkit-border-radius: 10px; /* Safari, Chrome */
  -khtml-border-radius: 10px; /* KHTML */
  border-radius: 10px; /* CSS3 */
  /* Для плохих IE */
  behavior: url(border-radius.htc); /* учим IE border-radius */
  height:100%;
  width:100%;
  position:relative;
  z-index:5;
}
#porfolio_list ul {
   height:100%;
   width:100%;
   margin-bottom:20px;
}
#porfolio_list ul li {
    width:376px;
    height:350px;
    background: #9a9a9a url(../images/portfolio_img_bg.png) no-repeat;
    padding:9px 1px 1px 1px;
    display:inline-block;
    float:left;
    margin:20px 15px 50px 15px;
}
#porfolio_list ul li a{
   font-size:14px;
   font-weight:normal;
}
#porfolio_list ul li img {
    width:376px;
    height:350px;
}
#portfolio_list_bg {
   position:relative;
   background: url(../images/shadow_bg.png) no-repeat center -25px;
   height:45px;
   width:100%;
   margin-top:-10px;
   z-index:2;
}

#text_block {
    margin-left:30px;
    	padding-bottom:40px;
}
#left_menu {
    width:250px;
    background: #eeeeee url(../images/menu_shadow_bg.png) no-repeat;
    -moz-border-radius: 10px; /* Firefox */
  -webkit-border-radius: 10px; /* Safari, Chrome */
  -khtml-border-radius: 10px; /* KHTML */
  border-radius: 10px; /* CSS3 */
  -webkit-box-shadow: 0px 0px 4px 4px rgba(86, 86, 86, 0.1);
-moz-box-shadow: 0px 0px 4px 4px rgba(86, 86, 86, 0.1);
box-shadow: 0px 0px 4px 4px rgba(86, 86, 86, 0.1);
margin-top:-35px;


}
#left_menu ul {
    background: #fff;
    padding-top:10px;
    padding-bottom:10px;
    -moz-border-radius: 10px; /* Firefox */
  -webkit-border-radius: 10px; /* Safari, Chrome */
  -khtml-border-radius: 10px; /* KHTML */
  border-radius: 10px; /* CSS3 */
  border: 1px solid #d0d0d0;
}
#left_menu ul li {
    list-style:none;
    background:none;
    padding-left:10px; font-size:18px;
}
#left_menu ul li a{
    display:block;
    line-height:28px;
    margin-left:0px;
    text-decoration:none;
    background: url(../images/arrow.png) no-repeat 0px 12px;
    padding-left:15px;
    color: #525252;
}


#left_menu ul li a:hover {
    color: #fff;
}
#left_menu ul li.menu_active a {
    color: #fff !important;
    text-decoration:none;
    background: #fff url(../images/menu_active_bg.png) repeat-x;
    margin-left:-10px;
    padding-left:25px;
}


#footer_left_bg {
    background: url(../images/footer_left_bg.png) no-repeat;
    float:left;
    width:92px;
    height:83px;
}
#footer_center_bg {
    background: url(../images/footer_bg_2.png) no-repeat;
    float:left;
    width:186px;
    height:83px;
    margin-left:40%;
}
#footer_right_bg {
    background: url(../images/footer_right_bg.png) no-repeat;
    float:right;
    width:105px;
    height:83px;
}



navigation { list-style: none; /* Отключение отображения маркеров. */ width: 120px; /* Ширина меню. */ }
.navigation li { height:50px;margin-top: 5px; /* Отступ между блоками по высоте, необходимый для того чтобы пункты меню не сливались */ font-family: Verdana, Arial, Helvetica, sans-serif; /* Тип шрифта пунктов меню */ font-size: 24px; /* Размер текста меню */ }
.navigation li a { display: block; /* Изменение отображения на блочное для того, чтобы иметь возможность задать внутренние отступы. */ padding: 20px 15px; /* Отступы внутри блоков. */ background: #BCCCED; /* Цвет блоков меню. */ color: #314061; /* Цвет текста в блоках меню. */ text-decoration: none; /* Устранение подчёркивания ссылок. */ position: relative; /* Это необходимо при использовании Internet Explorer 6 для того, чтобы ссылка по всей своей площади была «кликабельной». */ }
.navigation li a:hover { background: #314062; /* Цвет фона при наведении курсора мыши */ color: #ffffff; /* Цвет текста при наведении курсора мыши */ }


ul li{
    list-style:none;
    background: none;
    padding-left:0px;
        padding-right:15px;
}
#content {
	padding: 0 0 0 420px;
}

#sideLeft {

	width: 330px;
}

.he {	font:28px Arial;
	color:#000;
	margin:20px;}

/*.zoom {background: none repeat scroll 0% 0% #FFF;
opacity: 0.8;}
.zoom:hover{opacity: 1;background: none repeat scroll 0% 0% transparent;}*/