
.content {
    width: 851px;
}
.content .b_title h1.home {
    font-size: 16px;
    text-align: center;
    display: none;
}

.content .boxes {
    background-repeat: no-repeat;
    background-position:left top;
    min-height:200px;
    font-size: 11px;
    text-align: justify;
    width:851px;
    float:left;
    margin-top: -9px;
}
.content .boxes .b_right,
.content .boxes .b_left,
.content .boxes .b_long{
    width:414px;
    /*width: 355px;*/
    background-color:#FFF;
    background-repeat:repeat-x;
    background-position: bottom left;
    background-image: url(/images/home/box_gradient.png);
    margin: 9px 0;
}
.content .boxes .b_long {
   width: 100%;
   min-height: 100px;
}
.content .boxes .b_long .b_footer_hr .box-min {
   height: auto;
}
.content .boxes .b_long .b_footer_hr {
   min-height: 100px;
}

.content .boxes .b_footer_hr{
    padding-bottom:2px;
    background-repeat:repeat-x;
    background-position: bottom right;
    background-image: url(/images/home/box_footer_hr_shadow2.gif);
    min-height:220px;
    position:relative;
}

.content .boxes .b_footer_hr .box-min{
    width:1px;
    height:220px;
    float:left;
}


.content .boxes .b_left, .content .boxes .b_long {
    float:left;
    clear:both;
}
.content .boxes h2 {
    height:26px;
    line-height:26px;
    display:block;
    background-image: url(/images/home/box_title.png);
    background-position: left center;
    background-repeat: no-repeat;
    padding: 0 12px;
    margin-bottom:12px;
    text-shadow:none;
    color: #FFF;
}
.content .boxes h2 span.morespace {letter-spacing: 0.1em;}
.content .boxes .b_right {
    float:right;
}

.content .boxes .b_right.gray h2{
    background-image: url(/images/home/box_title_gray.png);
}
.content .boxes .b_left.blue h2{
    background-image: url(/images/home/box_title_blue.png);
}
.content .boxes .b_right.cyan h2,
.content .boxes .b_left.cyan h2{
    background-image: url(/images/home/box_title_cyan_2.png);
}
.content .boxes .b_long.cyan h2 {
   background-image: url(/images/home/box_title_cyan_long.png);
   background-repeat: repeat-x;
}

.content .boxes p{
    line-height: 19px;
    margin: 12px 12px;
    margin-left:128px;
}
.content .b_icon,
.content .boxes .b_long .b_icon {
    width:103px;
    height:103px;
    float:left;
    margin-right:12px;
    margin-left: 12px;
    margin-bottom:6px;
    overflow:hidden;
    background-image: url(/images/home/b_icon_shadow_2.png);
}
.content .boxes .b_long .b_icon {
    width: 214px;
    height: 128px;
    margin: -12px 12px 0px 0px;
    background-image: none;
    position: relative;
}
.content .box_more_fake {
    float:right;
    margin: 4px 0 12px 18px;
    height:33px;
    width:90px;
    display:none; /*inline-block;*/
}

.content .box_more {
    position: absolute;
    bottom: 12px;
    right: 12px;
    height:33px;
    display:block;
}
.content .box_more .b_more {
   background-color: #fefefe;
}
.content .box_more .b_more, .content .box_more .b_more:hover{
    background-repeat:repeat-x;
    /*background-image:url(/images/home/more_button_m.png);*/
    position: relative;
    display:inline-block;
    clear:both;
    height:33px;
    border-right: solid 2px lightgrey;
    border-bottom: solid 1px lightgrey;
    width: 100px;
    text-align: center;
}
.content .box_more .b_more:hover {
   background-color: #666;
}
.content .box_more .b_more_l {
    width:2px;
    height:33px;
    background-repeat:no-repeat;
    /*background-image:url(/images/home/more_button_l.png);*/
    display:inline-block;
    float:right;
}
.content .box_more a{
    padding:6px 6px 8px 6px; /* było 6 9 8 9 */
    line-height: 19px;
    height:19px;
    display: block;
    /*font-weight: bold;*/
    text-transform: uppercase;
    color: #666;
}
.content .box_more a:hover {
   text-decoration: none;
   color: #fefefe;
}

#foot table {
    width:850px;
}

.content .certificates {
    width:83px;
    text-align:center;
    padding-left:18px;
    float:right;
    border-left:1px solid #e8e8e8;
    /*	background-image: url(/images/home/v_shadow.gif);
	background-repeat: repeat-y;*/
    margin-top:9px;
    margin-bottom:9px;
}

.content .certificates  ul {
    margin:0;
    padding:0;
    list-style:none;
}

.content .certificates  ul li{
    margin: 18px 0;
    padding:0;
    list-style:none;
}

.content .certificates h3 {
    padding:0;
    margin: 0 0 9px 0;
    line-height: 22px;
}

#news .news_more {
    text-align:right;
    margin:0;
}
#news {
    margin-right:120px;
    margin-top:9px;
}

#news p {
    text-align: justify;
}

#news .newslink,
#news .newslinkfirst{
    font-size:12px;
}

#news h2{
    font-size:16px;
    padding:0;
    margin: 9px 0;
}

#news p.clear {
    display:none;
}

