body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0;
	padding: 0;
	color: #000000;
	background-color:#FFFFFF;
}

form {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

td, th {
	margin: 0;
	padding: 0;
}



/* Основная таблица из 3х рядов (заголовок, центарльный, нижний)*/
#tbl_frame {
	width: 100%;
	height: 100%;
}

#tbl_frame_header {
	height:194px;
	text-align:center;
}
#header_logo{
	background: url(../images/site/logo_head.jpg) top center no-repeat;
	height:213px;
	width: 1000px;
	margin:0 auto;
}

#header_bg{
	height:213px;
}

#tbl_frame_content {
	background: url(../images/site/bg.jpg) repeat;
}

#tbl_frame_footer {
	margin: 0 auto;
	text-align: center;
}

/* Таблица 2х колонок (левой, центральной)*/
#tbl_2_main_column {
	margin: 0 auto;
	padding: 0;
	width: 978px;
	height: 100%;
}

#tbl_column_left_menu {
	width:324px;
	padding-left: 0px;
}

#tbl_column_center {
	font-size: 12px;
	height: 100%;
	padding: 0 0 0 5px;
}


/* Меню навигации */
#navsite_menu {
	position: absolute;
}
#tbl_navsite {
	padding-left: 12px;
	padding-top: 146px;
	color: #ffffff;
	font: bold 12px Tahoma, sans-serif; 
}
#tbl_navsite tr td {
	height:35px;
	vertical-align: bottom;
	padding: 0 0px 0 0px;
}

#tbl_navsite tr td #m1 {
	width:127px;
}
#tbl_navsite tr td #m2 {
	width:111px;
}
#tbl_navsite tr td #m3 {
	width:146px; 
}
#tbl_navsite tr td #m4 {
	width:165px;
}
#tbl_navsite tr td #m5 {
	width:107px;; 
}
#tbl_navsite tr td #m6 {
	width:181px; 
}
#tbl_navsite tr td #m7 {
	width:139px;
}

#tbl_navsite tr td a{ 
	color: black;
	text-decoration: none;
	height:35px;
	display: block;
	border: 0;
	padding: 8px 0 0 0;
}

#tbl_navsite #m1 a{ 
	width:127px;
	background: url(../images/site/menu/1.jpg) no-repeat; 
}
#tbl_navsite #m2 a{ 
	width:111px;
	background: url(../images/site/menu/2.jpg) no-repeat;
}
#tbl_navsite #m3 a{ 
	width:146px;
	background: url(../images/site/menu/3.jpg) no-repeat;
}
#tbl_navsite #m4 a{ 
	width:165px;
	background: url(../images/site/menu/4.jpg) no-repeat;
}
#tbl_navsite #m5 a{ 
	width:107px;
	background: url(../images/site/menu/5.jpg) no-repeat;
}
#tbl_navsite #m6 a{ 
	width:181px;
	background: url(../images/site/menu/6.jpg) no-repeat;
}
#tbl_navsite #m7 a{ 
	width:139px;
	background: url(../images/site/menu/7.jpg) no-repeat;
}

#tbl_navsite tr td a:hover{ 
	text-decoration: none;
	border: 0;
	color: #ffffff;
}

#tbl_navsite #m1 a:hover{ 
	background: url(../images/site/menu/1_act.jpg) no-repeat; 
}
#tbl_navsite #m2 a:hover{ 
	background: url(../images/site/menu/2_act.jpg) no-repeat;
}
#tbl_navsite #m3 a:hover{ 
	background: url(../images/site/menu/3_act.jpg) no-repeat;
}
#tbl_navsite #m4 a:hover{ 
	background: url(../images/site/menu/4_act.jpg) no-repeat;
}
#tbl_navsite #m5 a:hover{ 
	background: url(../images/site/menu/5_act.jpg) no-repeat;
}
#tbl_navsite #m6 a:hover{ 
	background: url(../images/site/menu/6_act.jpg) no-repeat;
}
#tbl_navsite #m7 a:hover{ 
	background: url(../images/site/menu/7_act.jpg) no-repeat;
}

#tbl_navsite #m1 a.m1{ 
	background: url(../images/site/menu/1_act.jpg) no-repeat; 
}
#tbl_navsite #m2 a.m2{ 
	background: url(../images/site/menu/2_act.jpg) no-repeat;
}
#tbl_navsite #m3 a.m3{ 
	background: url(../images/site/menu/3_act.jpg) no-repeat;
}
#tbl_navsite #m4 a.m4{ 
	background: url(../images/site/menu/4_act.jpg) no-repeat;
}
#tbl_navsite #m5 a.m5{  
	background: url(../images/site/menu/5_act.jpg) no-repeat;
}
#tbl_navsite #m6 a.m6{  
	background: url(../images/site/menu/6_act.jpg) no-repeat;
}
#tbl_navsite #m7 a.m7{  
	background: url(../images/site/menu/7_act.jpg) no-repeat;
}


 /* нижнее меню навигации */

 #menu_bottom {
	margin: 0 auto;
	text-align: center;
 }
#menu_bottom ul {
 font: bold 12px Tahoma, sans-serif; 
 margin: 0;
 padding: 0;
 padding-top: 10px;
}
#menu_bottom ul li {
 list-style: none;
 margin: 0; 
 display: inline;
 padding: 0 10px 0 10px;
}
#menu_bottom ul li a {
 text-decoration: none;
}
#menu_bottom ul li a:link {
 color: #ffffff;
}
#menu_bottom ul li a:visited {
 color: #ffffff;
}
#menu_bottom ul li a:link:hover, #menu_bottom ul li a:visited:hover {
 color: #ffffff;
 text-decoration: underline;
}
#menu_bottom ul li a#current_bottom {
font-weight: bolder;
color: #CE0000;
}




/*Колонки*/
/* заголовок */

.title_left {
	float: left;
	width: 188px;
	margin: 0 0 0 0;
	padding: 0 0 0 15px;
	color:#00CC00;
	font-weight: bolder;
	font-size: 16px;
}
.title_right {
	width: 110px;
	margin: 0 0 0 185px;
	padding: 1px 0 0 0;
}

.title_right a {
	color:#143F95;
	font: bolder 12px Arial, Helvetica, sans-serif;
}
.title_right a:hover {
	color:#143F95;
	text-decoration: none;
}
.title_right a {
	color:#143F95;
}

.clear_portfolio {
	clear: both;
	padding: 0 0 13px 0;
	margin:0;
}
.clear {
	clear: both;
	padding:0;
	margin:0;
}
.port_holder {
	background: url(../images/site/port_holder.jpg) no-repeat;
	display: block;
	width: 323px;
	height: 159px;
}
.port_holder .left {
	float: left;
	width: 205px;
	margin: 0;
	padding: 0;
}
.port_holder .left img {
	margin: 12px 0 0 16px;
	z-index: 10;
}
.port_holder .left .zoom {
	background: url(../images/site/zoom.png) no-repeat;
	width: 34px;
	height: 30px;
	position: relative;
	top:-26px;
	left: 159px;
	z-index: 100;
}

.port_holder .right {
	width: 110px;
	margin: 0 0 0 205px;
	padding: 40px 0 0 0;
}
.port_holder .right a {
	color: black;
	font: normal 12px Tahoma;
}
.port_holder .right p {
	margin: 5px 0 5px 0;
	padding: 0;
	color: #434343;
	font: normal 12px Tahoma;
}

.port_holder .right a:hover {
text-decoration: none;
}

.port_holder .right a:visited {
color: black;
}

.port_holder .right a.extra {
	color:#103C8F;
	font:bolder 12px Tahoma;
}
.port_holder .right a:hover .extra {
	color:#103C8F;
	text-decoration: none;
}
.port_holder .right a:visited .extra {
	color:#103C8F;
}

/* блок голубой */

.curvie_box {
	width: 648px;
	min-height: 168px;
	margin-bottom: 15px;
}
.curvie_box td {
	padding: 0 0 0 21px;
	background: url(../images/site/block_bg.jpg) 0 bottom no-repeat !important;
}
 .box_title {
	color: #0027BC;
	font: normal 22px Arial;
	background: url(../images/site/blue/arrow.jpg) left center no-repeat;
	padding: 0 0 0 20px;
}

 .box_title a {
 	background: url(../images/site/blue/book.gif) 10px center no-repeat;
	color: #0027BC;
	font: bolder 12px Arial;
	line-height: 20px;
	padding-left: 30px;
 }
 
  .box_title a:hover {
  text-decoration: none;
 }
 
 .box_title a:visited {
 	color: #0027BC;
 }

 .box_line {
	display: block;
	height: 1px;
	width: 520xp;
	margin: 0;
	background: url(../images/site/blue/line.jpg) 0px center no-repeat;
}

 .box_title_green {
	color: #18B818;
	font: normal 22px Arial;
	background: url(../images/site/green/arrow.jpg) left center no-repeat;
	padding: 0 0 0 20px;
}

 .box_title_green a {
 	background: url(../images/site/green/book.jpg) 10px center no-repeat;
	color: #18B818;
	font: bolder 12px Arial;
	line-height: 20px;
	padding-left: 30px;
 }
 
  .box_title_green a:hover {
  text-decoration: none;
 }
 
 .box_title_green a:visited {
 	color: #18B818;
 }
 
 .box_line_green {
	display: block;
	height: 1px;
	width: 520xp;
	margin: 0;
	background: url(../images/site/green/line.jpg) 0px center no-repeat;
}

.curvie_box .text {
color: #224a5c;
padding: 10px 20px 0px 0;
margin: 0 0 10px 0;
font: normal 12px/20px Tahoma;
text-indent: 22px;
text-align: justify;
}


.bl3 {
	background:url(../images/site/curve_bl.jpg) 0 100% no-repeat #BED4FF; 
	margin: 0 20px 9px 0;
}
.bl2 {
	background:url(../images/site/curve_bl.jpg) 0 100% no-repeat #BED4FF; 
	padding:5px;
}
.bl {
	background:url(../images/site/curve_bl.jpg) 0 100% no-repeat; 
	width:20em; 
	
}
.br {
	background:url(../images/site/curve_br.jpg) 100% 100% no-repeat;
}
.tl {
	background:url(../images/site/curve_tl.jpg) 0 0 no-repeat;
}
.tr {
	background:url(../images/site/curve_tr.jpg) 100% 0 no-repeat;
}
.tr2 {
	background:url(../images/site/curve_tr.jpg) 100% 0 no-repeat; 
	padding:5px;
}
.tr2 a {
	background:url(../images/site/blue/dot.jpg) left center no-repeat; 
	padding: 0 0 0 10px;
	font: bolder 12px Arial;
	color: #0027BC;
	margin-left: 5px;
}

.tr2 a:hover {
	text-decoration: none;
}

.tr2 a:visited {
	color: #0027BC;
}

.hor_links {
	margin: 10px 0 20px 0;
	padding: 0;
}
.hor_links ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.hor_links ul li {
	background:url(../images/site/dot.jpg) left center no-repeat; 
	padding: 0 0 0 10px;
}

.hor_links a{
	color: #3B5662;
	font: normal 13px Verdana;
}

.hor_links a:hover{
text-decoration: none;
}
.hor_links a:visited{
color: #3B5662;
}
/* Форма обратной связи связи */
.div_form_col_1 {
	font-family: Verdana;
	float: left;
	width: 230px;
	font-weight: bolder;
}

.div_form_col_2 {
	font-family: Verdana;
	margin-left: 230px;
	font-weight: bolder;
}

.div_form_col_1 input {
	border: 1px solid #b6c7db;
	width: 170px;
	margin-top: 3px;
	margin-bottom: 5px;
}

.div_form_col_2 textarea {
	width: 270px;
	border: 1px solid #b6c7db;
	margin-top: 3px;
}

.submitButton {
	background:url(../images/site/button_send.jpg) no-repeat;
	border: 0;
	width: 100px;
	height: 24px;
	cursor:pointer;
	margin:10px 0 0 175px;
}

.div_form_col_1 div {
	margin-top: -15px;
}

.img_code_title{
	float: left;
	width: 115px;
	padding-top:22px;
}

.img_code{
	margin: 20px 0 0 115px;
	border: 1px solid #b6c7db;
	width: 54px;
}

/* низ сайта */

.footer_border {
	background-color: #041A40;
	width:1000px;
	height: 5px;
	margin: 0 auto;
	padding: 0;
	display: block;
}
.footer_bg {
	background:url(../images/site/footer_bg.jpg) top center no-repeat;
	display: block;
	width:1000px;
	height: 96px;
	margin: 0 auto;
}
.footer_menu {
	width:1000px;
	padding: 7px 0 0 0;
	margin: 0 auto;
	text-align: center;
}
.footer_menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.footer_menu ul li {
	display: inline;
	padding: 0 30px 0 30px;
}
.footer_menu ul li a{
	color: #ffffff;
	font: bolder 14px Arial;
	text-decoration: none;
}

.footer_menu ul li a:hover{
	text-decoration: underline;
}
.footer_menu ul li a:visited{
	color: #ffffff;
}


.footer_menu ul li a.current{
	text-decoration: underline;
}
.banners {
	margin: 0;
	padding: 25px 0 0 55px;
	width: 670px;
	text-align: left;
	float: left;
}
.banners span {
	margin: 0 20px 0 0;
}
.copyright {
	font: normal 11px Tahoma;
	color:#97c9f0 !important;
	margin: 0 0 0 670px;
	padding:42px 0 0 0;
}
	/* Портфолио */
.column_1 {
	float: left;
	width: 460px;
}
.column_1 .potfolio_text {
	color: #5f5e5e;
	font-size: 12px;
	padding-top: 8px;
}
.column_1 .title_block {
	font-weight: normal;
}

.column_2 {
margin-left: 490px;
padding-top: 13px;
}

.column_2 .all_pages a{
	color: #0b24bc;
	height: 10px;
	background:url(../images/site/blue/book.gif) left center  no-repeat;
	padding-left: 20px;
	text-decoration: underline;
}

.column_2 .all_pages a:hover {
	text-decoration: none;
}

.column_2 .all_pages a{
	color: #0b24bc;
	height: 10px;
	background:url(../images/site/blue/book.gif) left center  no-repeat;
	padding-left: 20px;
	text-decoration: underline;
	font-weight: normal;
}

.column_2 .content_blok {
	padding-top: 13px;
	color: #5f5e5e;
	font-size: 11px;
}


/* Статьи в портфолио */

.column_2 .content_blok ul {
	 padding:0;
	 margin: -5px 0 0 0; 
	 font: normal 11px Arial, sans-serif; 
}
.column_2 .content_blok ul li {
	 list-style: none;
	 margin: 0; 
	 background:url(../images/site/blue/dot.gif) left center  no-repeat;
	 padding: 0 0 0 15px;
	 margin-bottom: 5px;
}
.column_2 .content_blok ul li a {
 	text-decoration: none;
}
.column_2 .content_blok ul li a:link {
 	color: #5f5e5e;
}
.column_2 .content_blok ul li a:visited {
	color: #5f5e5e;;
}
.column_2 .content_blok ul li a:link:hover, .content_blok ul li a:visited:hover {
 	color: #5f5e5e;
	text-decoration: underline;
}


/* портфолио меню навигации */

#navportfolio ul {
	 padding:0; 
	 margin-left: 0; 
	 font: normal 14px Arial, sans-serif; 
	 margin-top: 0;
	 text-align: center;
}
#navportfolio ul li {
	 list-style: none;
	 margin: 0; 
	 display: inline; 
}
#navportfolio ul li a {
	 padding: 3px 0.5em; 
	 margin-left: 3px; 
	 text-decoration: none;
	 font-weight: bolder;
}
#navportfolio ul li a:link {
	 color: #0B24BC;
	 font-weight: bolder;
}
#navportfolio ul li a:visited {
	color: #0B24BC;
}
#navportfolio ul li a:link:hover, #navportfolio ul li a:visited:hover {
	color: #a90433;
	text-decoration: underline;
}
#navportfolio ul li a#current {
	color: #a90433;
	text-decoration: underline;
}

.tbl_portfolio {
margin: 0 auto;
width: 1000px;
}

.tbl_portfolio_td div img{
	margin:13px 0 25px 0;
}

.tbl_portfolio_td{
	padding: 0 0 10px 0;
	vertical-align: top;
	text-align: center;
	color: #222222;
	background:url(../images/site/portfolio_bg.jpg) top center  no-repeat;
}

.tbl_portfolio_td div a{
	color: #222222;
	text-decoration: none;
}

.tbl_portfolio_td div a:hover{
	text-decoration: underline;
}

.portfolio_name {
	color: #a90433;
	font-size: 16px;
	font-weight: bold;
	text-transform:uppercase;
	vertical-align: top;
	
}

.portfolio_link a{
	color: #0a88d1;
	text-align: right;
	text-transform:normal !important;
	font-size: 12px;
	margin: 10px 0 0 0;
	vertical-align: top;
}

.portfolio_link a:hover {
	text-decoration: none;
}

.tbl_det_port {
	margin: 0 auto;
}
.portfolio_img {
	padding-top:5px; 
}

.portfolio_text {
	padding: 20px 0 10px 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #414354;
}

/* Текст на странице */

.page_text {
	padding: 10px 0 0 22px;
	color: #224a5c;
	font: normal 12px/20px Tahoma;
	text-indent: 0;
}

/* Вывод каталога */


/* Вывод каталога */

div.catalog  {
	padding: 5px 10px 10px 10px;
}

div.catalog .title {
	color: #224a5c;
	font-size: 16px;
	font-weight: bold;
	vertical-align: top;
	margin: 10px 0 0px 0;
}

div.catalog .dot {
	 background:url(../images/site/dot.gif) left center  no-repeat;
	 padding: 0 0 0px 10px;
	 margin: 0 0 0 10px; 
}

div.catalog .dot_blue {
	 background:url(../images/site/dot_blue.gif) left center  no-repeat;
	 padding: 0 0 0px 10px;
	 margin: 0 0 0 10px; 
}

div.catalog a {
 color: #5f5e5e;
 line-height: 20px;
}
div.catalog a:hover {
	text-decoration: none;
}

div.catalog .sub_catalog_desc {
	padding: 0px 0 0 25px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #414354;
}

.article_title {
	font-size: 14px;
	color: #557284;
	font-weight: bolder;
	padding: 10px 0 2px 30px ;
}

.article_text {
	padding: 0 10px 10px 10px;
	line-height: 15px;
}


/* скругленные углы розовый цвет*/

.banner_box {
	background-color: #efe1e1;
	margin-top: 10px;
}
.banner_box .top-left
{
   background: url(../images/site/pink/coner_tl.jpg) top left no-repeat;
   height: 6px;
}
.banner_box .top-right
{
   background: url(../images/site/pink/coner_tr.jpg) top right no-repeat;
   height: 6px;
}
.banner_box .bottom-left
{
   background: url(../images/site/pink/coner_bl.jpg) bottom left no-repeat;
   height: 6px;
}
.banner_box .bottom-right
{
   background: url(../images/site/pink/coner_br.jpg) bottom right no-repeat;
   height: 6px;
}

.banner_tb {
	text-align:center;
	margin:0 auto;
	padding:10px 0 0 0;
}

/* обратная связь */

.error {
	font-size: 12px;
	color: #5F5E5E;
	margin: 10px 0 10px 20px;
	padding-left: 5px;
}

.error span{
	font-size: 15px;
	text-decoration:underline;
	line-height:30px;
}