﻿body, html 
{
    background-color:#e3e2e2;
    font-size:0.8em;
    font-family: Verdana, Arial, Trebuchet MS
}

#header
{
    width:798px;
    height:153px;
    margin: 0 auto;
    background-image:url(../images/banner_bg.jpg);
}

#nav
{
    float:right;
    clear: right;
        border: solid 0px red;
        padding: 118px 10px 0px 0px;

}

#nav ul
{
    margin: 0px;
    padding: 0px;
}

#nav ul li
{
    margin: 0px;
    padding: 0px;
}

#logo
{
    margin: 0px 0px 0px 0px;
    padding:15px 0px 0px 27px;
    width: 175px;
    float: left;
}

#MainArea
{
    width:798px;
    min-height:400px;
    margin:0 auto;
    background-image:url(../images/main_bg.jpg);
    background-repeat:repeat-y;
    padding: 20px 0px 0px 0px;
}

#leftcol
{
    float:left; 
    width:143px;
    margin: 0px 0px 20px 15px;
    padding:0px 0px 0px 0px;    
}

.recommended_top
{
    background-image:url(../images/recommend_top.jpg);
    background-repeat:no-repeat;
    width:143px;
    height:24px;
}
.basket_top
{
    background-image:url(../images/basket_top.jpg);
    background-repeat:no-repeat;
    width:143px;
    height:24px;
}

.secondnav_top
{
    background-image:url(../images/secondnav_top.jpg);
    background-repeat:no-repeat;
    width:143px;
    height:24px;
}


#leftcol .leftcol_mid
{
    width:131px;
    padding:5px 5px 1px 5px;
    border-right:solid 1px #ccc;
    border-left:solid 1px #ccc;
}

#leftcol .leftcol_mid_basket
{
    width:141px;
    padding:5px 0px 1px 0px;
    border-right:solid 1px #ccc;
    border-left:solid 1px #ccc;
}

#leftcol .leftcol_bottom
{
    width:143px;
    height:9px;
    background-image:url(../images/leftcol_bottom.jpg);
    background-repeat:no-repeat;   
    margin:0px 0px 20px 0px; 
}





#ctl00_rightcol
{
    float:right;
    width:584px;
    margin:0px 20px 0px 0px;
    padding:0px 10px 30px 10px;
}

#footer
{
    width:768px;
    height:21px;
    margin:0 auto;
    padding: 2px 15px 0px 15px;
    background-image:url(../images/footer_bg.jpg);
    color:#fff;    
}



#designedby
{
    width:768px;
    margin:0 auto;
    padding:10px 0px 20px 0px;
    color:#fff;
    text-align:center;
}


