html {
    background: #f0f0f0 url(../img/indexbg.jpg) 50% 19px no-repeat;
    
}

#content{
    position: relative;
    width: 912px;
    height: 513px;
    margin-bottom: 112px;
    overflow: hidden;
}

#text {
    margin-top:-14px;
    width: 456px;
    height: 342px;
}

#text p{
    margin: 14px 18px;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: -0.04em;
    color: #2f3030;
}

.pics{
    position: absolute;
    width: 228px;
    height: 171px;
    background: url(../img/indpics.png) no-repeat;
}

.pics a{
    display: block;
    float: right;
    letter-spacing: -0.05em;
    line-height: 120%;
    margin-top: 13px;
    margin-right: 26px;
    color: #000;
    font-size: 22px;
}
/* pics */
#cat {
    background-position: 0 0;
    top: 342px;
    left: 0;
}

#news {
    top: 0;
    left: 456px;
    background-position: -228px 0;
}

#newsblock {
    top: 0;
    left: 684px;
    background-position: -456px 0;
}

#feat {
    top: 171px;
    left: 456px;
    background-position: -684px 0;
}

#video {
	margin-right: 71px;
	font-size: 16px;
}

#cont {
    top: 342px;
    right: 0;
    background-color: #f8f8f8;
    background-position: -912px 0;
}
/* */
#cat div{
    display: block;
    float: right;
    margin-top: 13px;
    margin-right: 26px;
}

#cat a{
    margin: 0;
    float:none !important;
    display: inline
}

#cat .price{
    font-size: 10px !important;
    display: block;
    height: 16px;
    background: url(../img/pr-ico.png) no-repeat;
    padding: 3px 0 0 9px;
    margin-top: 4px;
}

#cont span {
    color: #505050;
    font-size: 30px;
    display: block;
    letter-spacing: -0.03em;
    margin: 100px 0 5px 83px;
}

#cont small{
    color: #608ea6;
    display: block;
    font-size: 14px;
    margin-bottom: -7px;
}

/*newsblock*/
#newsblock ul{
    list-style: none;
}

#newsblock li{
    padding: 6px 11px;
    font-size: 12px;
    line-height: 120%;
}

#newsblock a {
    font-size: 12px;
    display: inline;
    margin: 0;
    float: none;
}

#newsblock .date {
    color: #6da9c6;
}


