*{margin:0;padding:0;}

body{       
    font-family: verdana;
    font-size: 11px; 
    background: #fff url('body-bg.gif');
}

h1{
    font-size: 18px;
}

h3{
    font-size: 13px;
}

#wrapper{
    width: 975px; 
    margin: 10px auto;
    background: #fff; 
}

#wrapper img{
    display: block;
}        

#content{            
    margin: 10px 20px 0;                        
    background: #fff url('content-bg.png') repeat-y;
}           

#left, #center, #right{
    float: left;       
}

#left{
    width: 300px;    
    background: #b00000;
    border-bottom: 3px solid #fff;
}

#center{
    margin: 0 10px;    
    width: 315px;    
}

#right{
    width: 300px;    
    border-bottom: 3px solid #fff;
}

#left #top p{
    padding: 25px;
    line-height: 16px;    
}

#left h1{
    border-style: solid;
    border-width: 3px 0;
    border-color: #fff;            
    background: #000;
    color: #fff;
    text-align: center;
    padding: 5px;
}

#left #top{
    background: #ccc url('corner-ccc.png') top left no-repeat;
}

#left #bottom{
    background: #b00000 url('corner-b00.png') top left no-repeat;
}

#left ul{
    list-style-type: none;
    padding: 15px;
}

#left ul li{
    padding-bottom: 10px;
    color: #fff;
}

#left #bottom a{
    color: #fff;
    text-decoration: none;
}

#left #bottom a:hover{
    color: #000;
}

#center #products{            
    background: #fff url('corner-fff.png') left top no-repeat;
    margin-top: 3px;                
    border: 1px solid #7a7a7a;
    overflow:auto;
    height: 475px;
}
#center #products p{
    padding-bottom: 10px;
    line-height: 12px;
    font-size: 10px;
}

#center h1{
    background: #7a7a7a;
    color: #fff;
    text-align: center;
    padding: 5px;    
}

#center h3{
    color: #b00000;
    text-transform: uppercase;
    font-weight: bold;
    padding-bottom: 2px;
}

#center ul{
    list-style-type: none;
    padding: 15px;    
}

#center ul li{                       
    padding: 10px 0;            
    background: #fff url('mid-seperator.png') center bottom no-repeat;
}

#center ul li a{
    color: #000;
    text-decoration: none;
}

#center ul li a:hover h3{
    text-decoration: underline;
}

#right{
    background: #b00000;
    text-align: center;
}

#right p{
    padding: 15px;
    line-height: 16px;
}

#right h1{            
    color: #fff;
    text-align: center;
    padding: 5px;
    font-size: 35px;
    font-style: italic;
}

#rightLink, #rightLink2{
    border-top:3px solid white;
    padding: 3px 0 5px;
    color:white;
    background:#B00000;
    display:block;
    text-decoration:none;
    font-weight: bold;
}

#rightLink:hover, #rightLink2:hover{
    text-decoration:underline;
}

#footer{
    clear: both;
    height: 30px;
    background: #fff;
    text-align:center;
    line-height: 30px;
    font-size: 16px;
    font-weight: bold;
}

#footer ul{
    list-style-type: none;
    text-align: right;                        
    color: #999;
}

#footer ul li{
    display: inline;
    line-height: 30px;            
    margin-right: 10px;
}

#footer a{
    text-decoration: none;
    color: #999;
}

#footer a:hover{
    text-decoration: underline;
}

#right img.hidden{
    display:none;
}