/* 
    Document   : blender.ccc
    Created on : Jun 2, 2010, 7:04:20 PM
    Author     : MediaTech
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

#caption{
    float: right;
    margin-right: 30px;
}

#container{
    background: url('/images/blender/mainBg.png') 100px 0px no-repeat;
    padding: 10px;
    color: white;
    height: 500px;
    text-align: left;
    font-size: 10pt;
    line-height: 15pt;
}
.note{
    text-align: left;
    color: white;
    width: 522px;
    height: 85px;
    padding: 5px 10px;
    margin-bottom: 10px;
    font-size: 10pt;
    background: url('/images/blender/stripBg.png');
}

.retailers{
    padding: 10px;
    width: 226px;
    height: 124px;
    background: url('/images/blender/retailersBg.png');
    text-align: left;
    color: #146eb6;
    margin-top: 160px;
    float: right;
}

#animation{
    float: right;
    margin-right: 100px;
}
