*{
    margin:0;
    padding:0;
}
body{
    background:#9ba454;
    text-align:center;
    height:100%;
}
body, div, td{
    font:11px Arial, Helvetica, Sans-serif;
    line-height:20px;
    color:#393939;
}
a{
    color:#b11915;
    text-decoration:none;
    font-weight:bold;
}
a:hover{
    color:#fd3e4d;
}
h1, h2, h3{
    color:#575f1a;
}
h1{
    font-size:18px;
}
h2{
    font-size:16px;
}
h3{
    font-size:14px;
}
p{
    margin-top:12px;
}
input.text, textarea, select{
    border:1px solid #e2e2e2;
}
input.text, textarea{
    width:100%;
}
hr{
    color:#dadddf;
    background:#dadddf none;
    border:0;
    height:1px;
    margin:10px 0 10px 0;
}
td{
    vertical-align:top;
}

#container{
    margin:20px auto;
    width:850px;
    height:505px;
}
#box{
    height:600px;
    background-color:#fff;
}
#box_shadow{
    background:transparent url('/images/footer_shadow.gif') no-repeat 0 0;
    height:5px;
}

/* Header */
#header{
    height:100px;
    position:relative;
}
#logo{
    position:absolute;
    top:30px;
    left:30px;
}
#nav{
    width:500px;
    height:30px;
    position:absolute;
    top:40px;
    left:425px;
    text-align:left;
}
#nav li{
    display:inline;
    padding-right:5px;
}
#nav li a{
    display:inline;
}

/* Content */
#content{
    height:500px;
    text-align:left;
}
#content_left{
    float:left;
    width:230px;
    height:454px;
    background-color:#dadada;
    margin-left:30px;
    padding:10px;
    position:relative;
}
* html #content_left{
    width:225px;
    margin-left:15px;
}
#content_left li a{
    color:#6e6e6e;
    display:block;
    width:100%;
    line-height:25px;
}
#content_left li a:hover{
    color:#b11915;
}
#content_left a.even{
    background-color:#e1e1e1;
}
#content_left li{
    display:block;
}
#more_products li a{
    color:#b11915;
}
#more_products li a:hover{
    color:#fd3e4d;
}
#content_right_bg{
    width:570px;
    height:464px;
    float:right;
    background:transparent url('/images/box2_bg.jpg') no-repeat;
    padding-top:10px;
    border-top:1px solid #dadddf;
}
#content_right{
    height:444px;
    padding:10px;
    overflow:auto;
}
* html #content_right_bg{
    width:574px;
}