body{
    font-size: 13pt;
    overflow-y: scroll;
}
.bold{
    font-weight: bold;
}

#wrapper{
    margin: auto 150px;
}
#page{
    margin-bottom: 100px;
}
#pagebody{
    /*margin: auto 100px;*/
}
#pageheader{
    margin-top: 20px;
    margin-bottom: 50px;
    border-bottom: grey solid 3px;
}
#pageheader:after{
    content: "";
    display: block;
    clear: both;
}
#logo{
    float: left;
}
#contactinfo{
    float: right;
    text-align: right;
}
#contactaddress{
    font-weight: normal;
    font-size: 100%;
}
#aboutcompany{
    text-align: justify;
    margin-right: 30px;
}
#partnerlogolist{
    text-align: center;
}
.partnerlogo{
    margin-bottom: 10px;			
}

.partnerlogo img {border:0px;}

/*
Продукты Касперского
*/
.products{
}
table td:first-child{
    vertical-align: top;
}
.product{
    margin-bottom: 30px;
}
.productheader{
    font-weight: bold;
    text-transform: uppercase;
    color: teal;
}
.productedition{
    margin: 10px 0;
}
.producteditiontext{
}
.producteditionimage{
    width: 180px;
	text-align: center;
}
.producteditionimage img {border:0px;}

.producteditionname{
    font-weight: bold;
    text-decoration: underline;
    margin-bottom: 10px;
}
.producteditionfunction{
    text-transform: uppercase;
}