.bottomShadow {
    background:#e6e6e6 url(/images/main_page_bottom.gif) repeat-x bottom;
}

.leftShadow {
    background:url(/images/main_left_bg.gif) repeat-y left;
}
.rightShadow {
    background:url(/images/main_right_bg.gif) repeat-y right;
}

.bleftShadow {
    background:url(/images/main_page_left_bottom.gif) no-repeat bottom left;
}

.brightShadow {
    background:url(/images/main_page_right_bottom.gif) no-repeat bottom right;
}

#splash {
    margin:10px 0 0 0;
    height:250px;
    background:url(/images/prodsplash_right.gif) no-repeat right top;
}

#splash .left {
    padding:0 7px;
    height:250px;
    background:url(/images/prodsplash_left.gif) no-repeat left top;
}

#splash .right {
    height:250px;
    background:#aaa url(/images/girl.jpg) no-repeat left top;
}

#splash #bestProduct {
    height:100%;
    background:url(/images/splash_prod_bg.jpg) no-repeat right top;
}

#splash #bestProduct h1 {
    float:right;
    clear:both;
    margin:40px 0 0 0;
    padding:0;
    width:370px;
    font-family:Tahoma;
    font-size:26px;
    font-weight:normal;
    text-align:left;
    color:#003;
}

#splash #bestProduct h2 {
    float:right;
    clear:both;
    margin:5px 0 0 0;
    padding:0;
    width:370px;
    font-family:Tahoma;
    font-size:24px;
    font-weight:normal;
    text-align:left;
    color:#fff;
}

#splash #bestProduct .buttons {
    float:right;
    clear:both;
    margin:17px 0 0 0;
    width:370px;
    text-align:left;
}
#splash #bestProduct .buttons img {
    behavior:url(/styles/iepngfix.htc);
}

#splash #bestProduct #tabs {
    float:left;
    padding-left:215px;
    clear:both;
    text-align:left;
}

#splash #bestProduct #tabs .selTab, #splash #bestProduct #tabs .tab {
    float:left;
    margin:0 5px 0 0;
    padding:0;
    width:212px;
    height:29px;
    background:url(/images/seltab_bg.png) no-repeat top left;
    behavior:url(/styles/iepngfix.htc);
}

#splash #bestProduct #tabs .tab {
    background:url(/images/tab_bg.png) no-repeat top left;
}

#splash #bestProduct #tabs .selTab a, #splash #bestProduct #tabs .tab a {
    display:block;
    line-height:29px;
    text-decoration:none;
    text-align:center;
    font-weight:bold;
    font-size:13px;
    color:#c00;
    -moz-outline:none;
}

#splash #bestProduct #tabs .tab a {
    color:#fff;
}

#splash #bestProduct #tabs .tab a span {
    padding:0 0 0 28px;
    background:url(/images/white_arrow.gif) no-repeat left;
}

#splash #bestProduct #tabs .selTab a span {
    padding:0 0 0 28px;
    background:url(/images/black_arrow.gif) no-repeat left;
}

.productsBlock {
    margin:0 7px;
    height:180px;
    background:#F5F0DB;
}

.productsBlock .productBlock {
    float:left;
    height:100%;
    width:216px;
    text-align:left;
    background:url(/images/prod_block_sep.gif) no-repeat right center;
}

.productsBlock .productBlock .oss {
    float:left;
    height:37px;
    width:90px;
    padding:0 0 0 25px;
}
.productsBlock .productBlock .winOs,
.productsBlock .productBlock .macOs,
.productsBlock .productBlock .mobOs,
.productsBlock .productBlock .linOs {
    display:block;
    float:left;
    margin:0 5px 0 0;
    padding:0;
    width:25px;
    height:37px;
    background:url(/images/stickers.png) no-repeat 0px 0px;
}

.productsBlock .productBlock .macOs {
    background:url(/images/stickers.png) no-repeat -25px 0px;
}

.productsBlock .productBlock .mobOs {
    background:url(/images/stickers.png) no-repeat -50px 0px;
}

.productsBlock .productBlock .linOs {
    background:url(/images/stickers.png) no-repeat -75px 0px;
}

.productsBlock .productBlock a {
    display:block;
    margin:0 0 0 25px;
    padding-top:20px;
    color:#06c;
    font-weight:bold;
    font-size:13px;
}

.productsBlock .productBlock ul {
    margin:10px 10px 8px 25px;
    padding:0;
    list-style:none;

}

.productsBlock .productBlock ul li {
    margin:0;
    padding:0 0 0 8px;
    font-size:12px !important;
    background:url(/images/blue_romb.gif) no-repeat 0 5px;
}

.productsBlock .productBlock .buyNow,
.productsBlock .productBlock .learnMore {
    display:inline;
    line-height:16px;
    margin-left:15px;
    padding:0 0 0 8px;
    font-size:11px;
    font-weight:normal;
    color:#000;
    background:url(/images/black_traing.gif) no-repeat left center;
}

.productsBlock .productBlock .buyNow {
    font-weight:bold;
    color:#f60;
}

.productsBlock .productBlock .otherProds {
    width:140px;
    margin:0 0 0 76px;
    background:url(/images/other_prods.gif) repeat-x 0px -44px;
}

.productsBlock .productBlock .otherProds .left {
    background:url(/images/other_prods.gif) no-repeat right -22px;
}

.productsBlock .productBlock .otherProds .right {
    background:url(/images/other_prods.gif) no-repeat 0px 0px;
    text-align:center;
}

.productsBlock .productBlock .otherProds .left a {
    display:inline;
    margin:0;
    padding:0 0 0 7px;
    line-height:22px;
    font-size:11px;
    font-weight:normal;
    background:url(/images/black_traing.gif) no-repeat 0px 5px;
}

#infoBlock {
    margin:0 7px;
    padding-bottom:8px;
    height:222px;
    text-align:left;
}

#infoBlock .tl {
    height:100%;
    background:url(/images/info_top_left.gif) no-repeat left top;
}

#infoBlock .tr {
    height:100%;
    background:url(/images/info_top_right.gif) no-repeat right top;
}

#infoBlock .infoB {
    float:left;
    width:287px;
    font-size:11px;
    color:#333;
    background:url(/images/info_sep.gif) no-repeat top right;
}

#infoBlock .infoB .cover {
    height:175px;
    padding:0 40px;
}

#infoBlock .infoB .cover h3 {
    margin:0 0 10px 0;
    padding:30px 0 0 0;
    font-size:13px;
    color:#c00;
}
#infoBlock .infoB .cover p {
    margin:10px 0 0 100px;
    padding:0;
}

#infoBlock .infoB .learn {
    margin-left:180px;
    color:#06c !important;
}