@charset "windows-1251";

div.tbl{background:url(img/tbl_left.png) repeat-y; margin-left:5px;}
div.tbl_top{background: url(img/tbl_top.png) no-repeat;}
div.tbl_bottom{
background-image:url(img/tbl_bottom.png); 
background-repeat:no-repeat;
background-position:left bottom;
padding:10px;
}
.c, .c a{
	font-size:18px;
	font-family:"Arial Narrow";
	color:#4d8eff;
	line-height:25px;

}
ul.c li{
	font-size:18px;
	font-family:"Arial Narrow";
	color:#4d8eff;
	line-height:30px;

}	
.work{border:1px solid yellow; margin:10px;}
h2{padding:0; margin:10px 0 -5px 20px;}
span.capt_design
{
 display: block;
 width:76px;
 height:37px;
 background: url(img/capt_design.png) no-repeat;
 text-indent: -5000px;
 cursor:pointer;
}
span.capt_softdev
{
 display: block;
 width:366px;
 height:31px;
 background: url(img/capt_softdev.png) no-repeat;
 text-indent: -5000px;
 cursor:pointer;
}
span.capt_webdev
{
 display: block;
 width:217px;
 height:31px;
 background: url(img/capt_webdev.png) no-repeat;
 text-indent: -5000px;
 cursor:pointer;
}
.capt_dots{position:relative; left:100px; top:-15px;}
.back_dots{background:url(img/back_dots.png) no-repeat right; height:2px; position:relative; left:20px; top:8px;}