body {
    background-color: white;    
    color: #100;      
    font-size:12px;
    font-family:Arial, Helvetica, sans-serif;  
    margin: 0px;  
    width: 100%;
    text-align:center;
}

.top-right-header{        
    background: transparent url("./../images/header.gif") no-repeat;            
    float: left;    
    text-align: right;    
    width: 60px;
    height: 54px;
}   

*html .top-right-header{
    background: transparent url("./../images/header.gif") no-repeat;            
    float: left;    
    text-align: right;    
    width: 4.7em;
    height: 54px; 
} 
.top-search-header{
    background: transparent url("./../images/header2.jpg") repeat;
    float:left;
    margin:0px;
    text-align: right;
    vertical-align: top;
    width:176px;
    height:54px                    
}

#container{
    border: 1px solid #ef7a11;    
    background-color:#FFFFFF;
    width:1002px;
}

.content{
    background-color: white;
    padding: 5px;    
}

.sub-content{
    padding-top: 5px;
    padding-left: 10px;
}

.bg-menu{
    background: transparent url("./../images/bg_menu.jpg") repeat-x;     
    margin: 0px;
    vertical-align: top;
    width: 1002px;  
    height: 30px;   
}

.left-menu{
    background-color: #ef7a11;
    padding-top: 5px;
    padding-bottom: 5px;
    float: left;
    width: 190px;
}

.menuitem{    
    font-weight: bold;
    padding-left: 10px;
    padding-top: 5px;    
    text-align: left;
}

.menucontent:hover{
    color: #b01e2b;
}

.title{
    font-size: 14px;
    font-weight: bold;
    padding-left: 5px;
    text-transform: uppercase;    
}

.sub-title{
    color: #ef7a11;
    font-size: 13px;
    font-weight: bold;
    padding-bottom: 15px;
    padding-left: 5px;    
    vertical-align: middle;    
}

.normal-title{
    color: #000000;
    font-size: 12px;
    font-weight: normal;
    padding-left: 10px;
}

.sidebar{
    background: transparent url('./../images/sidebar.gif') no-repeat; 
    height:4px;
    vertical-align: top;
}

.box{
    border: 1px solid #ef7a11;
    margin-left: 10px;
    margin-top: 5px;
    float: left;
    width: 248px;
    height:190px;
}

.box-title{
   background-color: #ef7a11;    
   color: #FFFFFF;
   font-weight: bold;
   padding-left: 5px;
   padding-top: 2px;
   text-align: left;
   vertical-align: top;
   height: 20px;
}

.box-content{
   background-color: #FFFFFF; 
   padding: 5px;
   height: 140px;
}

.box-detail{
    color: #ef7a11;
    padding-right: 5px;
    text-align: right;
    height: 10px;
}

a{  
    text-decoration: none;
}

a:hover{
    text-decoration: underline;
}

.product-menu{
    color:#FFFFFF;
    text-decoration: none;
}
.product-menu:hover{   
    text-decoration: underline;
}

.formtext-right {
    text-align: left;
    padding-top:5px;
    float:left;
    width: 300px;
    clear:right;    
}
.formtext-left{
    text-align: right;
    padding-right:10px;
    padding-top:10px;
    float:left;
    width: 150px;
}

.formattext-clear{ clear: both;}

.formattext-warning {color: #FF0000;}

#footer{
    background: transparent url('./../images/header2.jpg') repeat;        
    color: white;
    text-align: center;
    margin: 0px;
    width: 1002px;
    height: 55px;
}  
