/* Design by Brian Diaz of Media 65 @ http://www.m65.net  All Rights Reserved */
@import url(layouts.css);
@import url(components.css);
@import url(modules.css);
@import url(navigation.css);
@import url(misc.css);
@import url(forms.css);

/* #######################  GENERAL SETTINGS ############################ */
html
{
	height:100%;
}
body
{
	margin:0px;
	height:100%;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #37383c;
}
img
{
	border:0;
}
.top-conteiner {
	margin: auto;
	width: 1000px;
	text-align: left;
	padding:0px;
}
#logo {
	float: left;
	clear:left;
	margin-top: 35px;
	/*margin-left: 40px;*/
	padding-left:60px;
}
#top_uzor {
	margin-top: 0px;
	width: 100%;
	height: 40px;
	clear: none;
	float: left;
	background-image: url(../images/top_uzor_bg.jpg);
	background-repeat: repeat-x;
	background-position: center;
}
/* end top */



/* MIDDLE */
#middle_conteiner {
	clear: both;
	float: left;
	width: 100%;
	height: auto;
	padding-top: 0px;
}
.middle-inside {
	clear: both;
	/*float: center;*/
	float:none;
	margin: auto;
	width: 920px;
	min-height: 100px;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#content1 {
	float: left;
	clear: none;
	width: 640px;
	padding-top:25px;
	padding-bottom:2px;
}


/* FOOTER */

#down_uzor {
	margin-top: 0px;
	width: 100%;
	height: 40px;
	clear: none;
	float: left;
	background-image: url(../images/down_uzor_bg.jpg);
	background-repeat: repeat-x;
	background-position: center;
}
.footer-inside {
	margin: auto;
	width: 1000px;
	text-align: left;
	height: 130px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.footer-inside2 {
	margin: auto;
	width: 1000px;
	height: 20px;
	padding: 0px 0px 0px 0px;
	text-align: left;
}
#down_logo {
	margin-top: 48px;
	margin-left: 30px;
	float: left;
	clear: none;
	width: 115px;
	height: 60px;
	background: url(../images/down_logo.png) top left no-repeat;
	padding:0 10px 0 0;
	/*behavior: url(../iepngfix.htc);*/
}
#down_copyright {
	float: left;
	clear: none;
	margin-top: 45px;
	padding-top: 25px;
	width: 170px;
}
#down_phone {
	float: left;
	clear: none;
	margin-top: 47px;
	margin-left: 72px;
	height: 62px;
	width: 218px;
	background-image: url(../images/down_phone.png);
	/*behavior: url(../iepngfix.htc);*/
}
#down_contact {
	clear:right;
	float:left;
	margin-top: 45px;
	height: 60px;
	width: 240px;
	margin-left: 118px;
	text-align: center;
	padding-top: 0px;
}
#down_icon {
	position:relative;
	margin-top: -22px;
	/*margin-left: 120px;*/
	left:120px;
	width: auto;
	height: 18px;
	clear: none;
	float: left;
}

#down_counter {
	margin-top: 5px;
	margin-left: 5px;
	width: 25px;
	height: 25px;
	float: left;
	clear: left;
}
/* end footer */


/* MENU */
#menu_portfolio {
	margin-top: 99px;
	margin-left: 40px;
	float: left;
	clear: none;
	height: 59px;
	width: 124px;
}
.menu_portfolio {
	background-image: url(../images/menu_portfolio1.png);
	background-repeat: no-repeat;
	height: 59px;
	width: 124px;
	background-position: center center;
}
.menu_portfolio:hover {
	background-image: url(../images/menu_portfolio2.png);
	background-repeat: no-repeat;
	height: 59px;
	width: 124px;
	background-position: center center;
}
#menu_uslugi {
	float: left;
	clear: none;
	margin-top: 99px;
}
.menu_uslugi {
	background-image: url(../images/menu_service1.png);
	background-repeat: no-repeat;
	height: 59px;
	width: 86px;
}
.menu_uslugi:hover {
	background-image: url(../images/menu_service2.png);
	background-repeat: no-repeat;
	height: 59px;
	width: 86px;
}
#menu_studio {
	float: left;
	clear: none;
	margin-top: 99px;
}
.menu_studio {
	background-image: url(../images/menu_studio1.png);
	background-repeat: no-repeat;
	height: 59px;
	width: 86px;
}
.menu_studio:hover {
	background-image: url(../images/menu_studio2.png);
	background-repeat: no-repeat;
	height: 59px;
	width: 86px;
}
#menu_info {
	float: left;
	clear: none;
	margin-top: 99px;
}
.menu_info {
	background-image: url(../images/menu_info1.png);
	background-repeat: no-repeat;
	height: 59px;
	width: 137px;
}
.menu_info:hover {
	background-image: url(../images/menu_info2.png);
	background-repeat: no-repeat;
	height: 59px;
	width: 137px;
}
#menu_blog {
	float: left;
	clear: none;
	margin-top: 99px;
}
.menu_blog {
	background-image: url(../images/menu_blog1.png);
	background-repeat: no-repeat;
	height: 59px;
	width: 82px;
}
.menu_blog:hover {
	background-image: url(../images/menu_blog2.png);
	background-repeat: no-repeat;
	height: 59px;
	width: 82px;
}
/* end menu */

/* TEXT */
.verdana11grey {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #c7c7c7;
	text-align: left;
}
a:visited.verdana11grey {
	color: #c7c7c7;
	text-decoration: underline;
}
a:link.verdana11grey {
	color: #c7c7c7;
	text-decoration: underline;
}
a:hover.verdana11grey {
	color: #ffffff;
	text-decoration: none;
}
.text_v12 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #37383c;
	/*margin-top: 10px;*/
}
a:visited.text_v12 {
	color: #0099cc;
	text-decoration: underline;
}
a:link.text_v12 {
	color: #0099cc;
	text-decoration: underline;
}
a:hover.text_v12 {
	color: #33ccff;
	text-decoration: none;
}

.text_v11 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #747474;
}

h1,h2,h3,h4,h5,h6 {
	font-family: Tahoma;
	font-weight:normal;
	letter-spacing:normal;
	margin:0px;
	padding:0px;
}

h1 {
	font-size: 17px;
	color: #1d1c1c;
	margin-bottom:0px;
}

.h1 
{
	font-size: 17px;
	color: #1d1c1c;
	margin-bottom:0px;
	font-family:Tahoma;
	font-weight:normal;
	letter-spacing:normal;
}

/* end text */
.verdana11grey2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #666;
	text-align: left;
}
.margin-5 {
	margin-top: 5px;
	margin-bottom: 5px;
}

.comment-text {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-style: italic;
	color: #666;
}
#footer {
	clear: both;
	float: left;
	width: 100%;
	height: 177px;
	background-color: #202020;
	background-image: url(../images/down_gradient.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
/* TOP */
#top {
	clear: both;
	float: left;
	width: 100%;
	height: 227px;
	background-color: #202020;  
	background-image: url(../images/top_bg-images.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	text-align: justify;
}
#content2 {
	padding-top:25px;
	padding-bottom:2px;
	float: left;
	clear:right;
	width: 240px;
	margin-left: 40px;
	vertical-align: top;
	/* background-color: #999999; */
}
.img-alt-text1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #37383C;
	text-align: center;
	vertical-align: middle;
}
.img-alt-text2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #E6E6E6;
	text-align: center;
	vertical-align: middle;
}


html, body {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	min-width: 980px;
}
.tahoma11b {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #1d1c1c;
}
.tahoma11grey {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #747474;
}
.block-works_text {
	text-align: left;
	margin-top: 10px;
	margin-right: 50px;
	margin-left: 55px;
}
/* Block2_works*/
#conteiner_works {
	width: 640px;
	height: auto;
	min-height: 300px;	
}
.works_bg {
	background-image: url(../images/content1_b2_bg21.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.works_bg_hover
{
	background-image: url(../images/content1_b2_bg12.gif);
	background-repeat: no-repeat;
	background-position: center top
}
.link_v12 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #37383c;
	text-align: right;
}
a:visited.link_v12 {
	color: #0099cc;
	text-decoration: underline;
}
a:link.link_v12 {
	color: #0099cc;
	text-decoration: underline;
}
a:hover.link_v12 {
	color: #33ccff;
	text-decoration: none;
}
.align-right {
	margin-left: 10px;
}

@font-face { 
font-family: "calibri"; 
src: url(../fonts/calibri.ttf, ../fonts/calibrib.ttf, ../fonts/calibriz.ttf); 
/*src: url(../fonts/calibri1.ttf);*/
} 
.text-calibri {
	font-family: calibri, Arial;
	font-size: 21px;
	font-style: normal;
	color: #08A2DC;
}

/* content1 - index blocks left */
#ind_b_123 {
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #ffffff;
}
	/* стили внутреннего контента блока-123 */
	.block123_margin {
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #37383C;
	}


/* end Menu Works*/


#works_content {
	clear: both;
	/*min-height: 260px;*/
	/*height:expression(1==1?"310px":"310px");*/
}
	/* end стили внутреннего контента блока-123 */

#ind_b_works {
	margin-top: 18px;
	margin-bottom: 28px;
}

/* Menu Works*/
#menu-works2 {
	margin-left: 145px;
	width: auto;
	height: 53px;
}
.menu_portfolio_type_web {
	float: left;
	clear: none;
	width: 91px;
	height: 37px;
	background-image: url(../images/content1_b2_menu11.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
.menu_portfolio_type_web_hover {
	width: 91px;
	height: 37px;
	background-image: url(../images/content1_b2_menu12.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
.menu_portfolio_type_web:hover {
	width: 91px;
	height: 37px;
	background-image: url(../images/content1_b2_menu12.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

.menu_portfolio_type_inter {
	float: left;
	clear: none;
	width: 91px;
	height: 37px;
	background-image: url(../images/content1_b2_menu21.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
.menu_portfolio_type_inter_hover {
	float: left;
	clear: none;
	width: 91px;
	height: 37px;
	background-image: url(../images/content1_b2_menu22.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
.menu_portfolio_type_inter:hover {
	float: left;
	clear: none;
	width: 91px;
	height: 37px;
	background-image: url(../images/content1_b2_menu22.gif);
	background-repeat: no-repeat;
	background-position: center top;
}


.menu_portfolio_type_design {
	float: left;
	clear: none;
	height: 37px;
	width: 168px;
	background-image: url(../images/content1_b2_menu31.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
.menu_portfolio_type_design_hover {
	float: left;
	clear: none;
	height: 37px;
	width: 168px;
	background-image: url(../images/content1_b2_menu32.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
.menu_portfolio_type_design:hover {
	float: left;
	clear: none;
	height: 37px;
	width: 168px;
	background-image: url(../images/content1_b2_menu32.gif);
	background-repeat: no-repeat;
	background-position: center top;
}




#works_left {
	margin-top: 68px;
}
.works-left {
	float: left;
	clear: none;
	height: 75px;
	width: 31px;
	background-image: url(../images/content1_b2_left1.jpg);
	background-repeat: no-repeat;
	background-position: center top;

}
.works-left:hover {
	float: left;
	clear: none;
	height: 75px;
	width: 31px;
	background-image: url(../images/content1_b2_left2.jpg);
	background-repeat: no-repeat;
	background-position: center top;

}

#works_right {
	margin-top: 68px;
}
.works-right {
	float: left;
	clear: none;
	height: 75px;
	width: 32px;
	background-image: url(../images/content1_b2_right1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.works-right:hover {
	float: left;
	clear: none;
	height: 75px;
	width: 32px;
	background-image: url(../images/content1_b2_right2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

/* end block2_works*/


#ind_b_promo-text_conteiner {
	width: 640px;
	height: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}
#ind_b_promo-text-1 {
	width: 300px;
	height: auto;
}
#ind_b_promo-text-2 {
	margin-left: 40px;
	width: 300px;
	height: auto;
}
#ind_b_ten {
	margin-top: 20px;
	margin-bottom: 20px;
}
#ind_b_faq_conteiner {
	width: 640px;
	margin-top: 20px;
	margin-bottom: 20px;
}
#ind_b_faq-1 {
	width: 300px;
	height: auto;
}
#ind_b_faq-2 {
	margin-left: 30px;
	width: 300px;
	height: auto;
}

/* BLOCK_FAQ-1,2 */
.news_list{
	clear: none;
	width: 100%;
	margin-top: 10px;
	z-index: 15;
}
.news_block {
	width: 100%;
	margin-top: 7px;
}
.news_anonce_box{
	padding-top: 3px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 100%;
	margin: 0px;
}
.faq_text {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #1d1c1c;
}
.faq_link{
	font-size: 12px;
	color: #0099cc;
	cursor: pointer;
	/*text-decoration: underline;*/
}
#news_name{
	cursor: pointer;
}
.news_anonce {
	display: none;
	overflow: hidden;
}
.dashed{
	text-decoration: none;
	color: #0099cc;
	border-bottom: 1px dashed #0099cc;
}
/* end block faq-1,2 */



/* content2 - index blocks right */
#ind_b_contact {
	margin-top: 0px;
	margin-bottom: 30px;
	text-align: center;
}

#ind_b_standart-offer {
    padding: 2px 0 0 0;
	margin: 0 0 15px 0;
	/*margin-bottom: 23px;*/
}
#ind_b_standart-offer p
{
 margin:0;
 padding:0;
}

.standart-offer-marg {
	margin-top: 1px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #37383C;
}

#ind_b_teg-cloud {
	padding-top:4px;
	margin-bottom: 24px;
	line-height:16px;
}


.cloud {
	color: #1d1c1c;
	font-family: Tahoma, Geneva, sans-serif;
}
a.cloud:visited {
	color: #747474;
	text-decoration:underline;
}
a.cloud:link {
	color: #1d1c1c;
	text-decoration:underline;
}
a.cloud:hover {
	text-decoration:none;
	color: #FFF;
	background-color: #0099cc;
}
#ind_b_prize {
	margin-bottom: 11px;
}
#ind_b_blog-anons {
	padding-top:7px;
	margin-bottom: 30px;
}
#blog-anons-box {
	margin-bottom: 8px;
}
#ind_b_imidj {
	margin-bottom: 30px;
}
#ind_b_anons-stats {
	margin-bottom: 30px;
}
#anons-stats-box {
	margin-bottom: 8px;
}

.article_separator
{
	display:none;
}


/*
 Блок портфолио
*/

.conteiner-portfolio 
{
	/*
	margin-top: 20px;
	margin-bottom: 30px;
	*/
	width: 640px;
	min-height: 310px;
	background: url(../images/content1_b2_bg11.gif) center top no-repeat;
	margin-bottom:41px;
}
.conteiner-portfolio:hover
{
	background: url(../images/content1_b2_bg12.gif) center top no-repeat;
	margin-bottom:41px;
}


.conteiner-articles 
{
	margin-bottom:41px;
}
.b-articles-detail
{
	margin-top:10px;
	text-align: right;
}


.b-portfolio-navi 
{
	height: 53px;
	margin-right: 20px;
}
.calibri-19 
{
	font-size: 19px;
	font-style:normal;
	font-family: "calibri, arial";
}
.calibri-20 
{
	font-size: 20px;
	font-style:normal;
	font-family: calibri, arial;
}
.b-portfolio-img 
{
	height: 212px;
	width: 467px;
	margin-bottom: 40px;
	margin-left: auto;
	margin-right: auto;
}
.b-portfolio-text 
{
	text-indent:20px;
}
.b-portfolio-detail
{
	margin-top:10px;
}
.tags
{
	margin-top:15px;
}
a.text_v11:link,
a.text_v11:visited,
a.text_v11:active 
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #747474;
	text-decoration: underline;
}
a.text_v11:hover{
	color: #0099cc;
	text-decoration: underline;
}
.portfo-navi-1
{
	margin-right:2px;
}
.portfo-navi-1:link,
.portfo-navi-1:visited,
.portfo-navi-1:active
{
	font-style:normal;
	font-family: calibri, Arial;
	color: #0099cc;
	text-decoration: underline;
}
.portfo-navi-1:hover 
{
	font-style:normal;
	font-family: calibri, Arial;
	color: #FFF;
	text-decoration: none;
	background-color: #00aeef;
}
.portfo-navi-2
{
	margin-left:3px;
}
.portfo-navi-2:link,
.portfo-navi-2:visited,
.portfo-navi-2:active
{
	font-style:normal;
	font-family: calibri, Arial;
	color: #1d1c1c;
	text-decoration: underline;
}
.portfo-navi-2:hover 
{
	font-style:normal;
	font-family: calibri, Arial;
	color: #0099cc;
	text-decoration: none;
}

.menu_title
{
	font-style:normal;
	font-size: 19px;
	color: #0099cc;	
	font-family: calibri, Arial;
	margin-bottom:10px;
}

.tree_submenu ul
{
	margin:0 0 34px 0;
	padding:0;
}
.tree_submenu li
{
	/*padding-left:20px;*/
	margin-bottom:8px;
	list-style:none;
	/*background: #FFF url(../images/li.gif) left top no-repeat;*/
}
.tree_submenu li.sliding-element
{
	padding-left:20px;
	background: #FFF url(../images/li.gif) left top no-repeat;
}
.tree_submenu li a:link,
.tree_submenu li a:visited,
.tree_submenu li a:active
{
	font-style:normal;
	font-family: calibri, Arial;
	font-size: 19px;
	color: #0099cc;
	text-decoration:underline;
}
.tree_submenu li a:hover
{
	font-style:normal;
	font-family: calibri, Arial;
	font-size: 19px;
	color: #cd33ff;
	text-decoration:none;
}
.tree_submenu li a.mainlevel_current_submenu:link,
.tree_submenu li a.mainlevel_current_submenu:visited,
.tree_submenu li a.mainlevel_current_submenu:active,
.tree_submenu li a.mainlevel_current_submenu:hover
{
	font-style:normal;
	font-family: calibri, Arial;
	font-size: 19px;
	color: #cd33ff;
	text-decoration:none;
}
.tree_submenu li a.mainlevel_active_submenu:link,
.tree_submenu li a.mainlevel_active_submenu:visited,
.tree_submenu li a.mainlevel_active_submenu:active,
.tree_submenu li a.mainlevel_active_submenu:hover
{
	font-style:normal;
	font-family: calibri, Arial;
	font-size: 19px;
	color: #cd33ff;
	text-decoration:none;
}


a.calibri_19:link,
a.calibri_19:visited,
a.calibri_19:active
{
	font-style:normal;
	font-family: calibri, Arial;
	font-size: 19px;
	color: #0099cc;
	text-decoration:underline;
}
a.calibri_19:hover
{
	font-style:normal;
	font-family: calibri, Arial;
	font-size: 19px;
	color: #cd33ff;
	text-decoration:none;
}

.custom_article_text_new
{
	margin-bottom:25px;  
}

/*
.custom_article_text_feedback
{
	margin-bottom:29px;
}
*/

.jquery_img
{
	
}

#searchForm
{
	display:none;
}

a:link,
a:visited,
a:active
{
	font-style:normal;
	color: #0099CC;
	text-decoration:underline;
}
a:hover
{
	font-style:normal;
	color: #33ccff;
	text-decoration:none;
}


#easyTooltip
{
	padding:15px 13px;
	border:1px solid #a8e7ff;
	background: url(../images/altbg.png) top left repeat;
	color:#37383c;
	font-size:12px;
}

#mod_portolio
{
 height:300px;
 overflow: hidden;
 width:576px;
 /*border:1px solid #000;*/
}

#pred6
{
 background: url(/images/pred/pred6.jpg) top left no-repeat;
 width:240px;
 height:127px;
 display: table-cell;
 vertical-align: bottom;
}
#pred5
{
 background: url(/images/pred/pred5.jpg) top left no-repeat;
 width:240px;
 height:127px;
 display: table-cell;
 vertical-align: bottom;
}
#pred4
{
 background: url(/images/pred/pred4.jpg) top left no-repeat;
 width:240px;
 height:127px;
 display: table-cell;
 vertical-align: bottom;
}
#pred3
{
 background: url(/images/pred/pred3.jpg) top left no-repeat;
 width:240px;
 height:127px;
 display: table-cell;
 vertical-align: bottom;
}
#pred2
{
 background: url(/images/pred/pred2.jpg) top left no-repeat;
 width:240px;
 height:125px;
 display: table-cell;
 vertical-align: bottom;
}
#pred1
{
 background: url(/images/pred/pred1.jpg) top left no-repeat;
 width:240px;
 height:127px;
 display: table-cell;
 vertical-align: bottom;
}

.pred a
{
 position:relative;
 top:-8px;
}

.contentpaneopen_feedback
{
	display:none;
}





/* #######################  USLUGI ############################ */

.uslugi-zag {
	font-family: Calibri;
	font-size: 21px;
	color: #09C;
	margin:0;
	padding:0 0 0px 0;
}
.uslugi-zag-19 {
	font-family: Calibri, Verdana;
	font-size:19px;
	color: #09C;
	margin:0;
	padding:0 0 0 0;
}
.position-coast{
	margin-right: 10px;
}

.see_coast {
	height: 65px;
	width: 196px;
	background-image: url(../images/uslugi/see-coast.jpg);
	background-repeat: no-repeat;
}
.see_order {
	height: 65px;
	width: 185px;
	background-image: url(../images/uslugi/see-order.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.see_brif {
	height: 65px;
	width: 190px;
	background-image: url(../images/uslugi/see-brif.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}


.seee-v12 {
	font-family: Verdana;
	font-size: 12px;
	color: #37383c;
	font-weight: bold;
}
a:visited.seee-v12 {
	color: #0099cc;
	text-decoration: underline;
}
a:link.seee-v12 {
	color: #0099cc;
	text-decoration: underline;
}
a:hover.seee-v12 {
	color: #33ccff;
	text-decoration: none;
}
.table-border {
	border: 1px dashed #CCC;
	background-color: #f5f5f5;
}
.verdana-14-b {
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	color: #454545;
	margin-top: 0px;
}
.vert-24 {
	height: 6px;
}
.uslugi-line {
	background-image: url(../images/uslugi/line.gif);
	background-repeat: no-repeat;
	background-position: center;
	height: 8px;
	width: 640px;
}

.usligi_table td
{
	vertical-align:middle;
	text-align:left;
}
.usligi_table td a:link,
.usligi_table td a:visited,
.usligi_table td a:active
{
	font-style:normal;
	font-weight:bold;
	color: #0099cc;
	text-decoration:underline;
}
.usligi_table td a:hover
{
	font-style:normal;
	font-weight:bold;
	color: #63cff3;
	text-decoration:none;
}
.usligi_table td.see_coast
{
	padding:8px 0 0 0;
}
.usligi_table td.see_coast a
{
	margin:0 0 0 66px;
}
.usligi_table td.see_order
{
	padding:8px 0 0 0;
}
.usligi_table td.see_order a
{
	margin:0 0 0 53px;
}
.usligi_table td.see_brif
{
	padding:8px 0 0 0;
}
.usligi_table td.see_brif a
{
	margin:0 0 0 78px;
}
.top22
{
	padding:22px 0 0 0;
}

