@charset "utf-8";
*{
	margin: 0px;
	padding: 0px;  
}
html, body{
    width:100%;
    min-width: 958px;
    height: 100%;
}
body{
    height: auto !important;
    height: 100%;
    min-height: 100%; 
    position: relative;
    min-width: 958px; 
}
#headimg{
    position: absolute;
    width: 100%;
    z-index: 1;  
    /*padding-top: 81px;*/
}
#headbgimg{
    margin: 0px auto;
    width: 1000px;
    height: 474px;
}
#headbgimg img{
    margin-left: 500px;
    margin-top: 215px;
}
#box{
    position:relative;
    width: 100%;
    height: auto;
    z-index: 2; 
    overflow: hidden;     
    padding-bottom: 52px; 
}
#head, #content{   
    margin:0px auto;
    width: 852px;
    height: auto;
    overflow: hidden;
}
#logo{
    margin-top: 50px;
    width: 162px;
    float: left;
}
#head{
    height: 474px; 
    position: relative;
}

#links{ 
    padding-top: 95px;
    width: 650px;
    float: right;
}
#links li{
    list-style: none;
    display: inline;
    padding-left: 15px;
    color: #e0e0e0;
    float: right;
}
#links a{
    text-decoration: none;
    color: #e0e0e0;
}
#menu{
    width: 100%; 
    background-color: #000;
    height: 35px; 
    bottom: 0;
    clear: both;
    position: absolute;
} 
#menu div{      
    float:left; 
    padding-top: 10px;
    height: 25px;  
    margin-right: 100px;
    text-transform : uppercase;
}
#addmenu a, #product a, #menu a{
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
}
#addmenu a{
	color:#000;
}
#first{
    background-color: #4f364d;
    width: 125px;
    padding-left: 295px;
}
#left{
    font-size: 26px;
    padding-top: 67px;
    padding-left: 30px;  
    float: left;
    height: auto;
    background: url('../pic/strip.gif') repeat-y;
	width: 160px;
}
#right, #right1, #right2{
    height: auto;
    margin-left: 294px;
    padding-top: 75px;
}
#blank{
    height: 30px; 
    //height: 80px; 
}

#footer{
    width: 100%;   
    height: 52px;
    position: absolute;
    bottom: 0;
    text-align: center; 
}
#footer p{       
    margin-left: -55px;
    color: #000000;
}
.copyright{
    color: #000000;
    text-decoration: none;
}
/*--- products page ----*/
#right1, #right2{
    margin-left: 237px; 
}                      
*html #right1{
    margin-left: 173px; 
}
.addmenu{
    margin-top: 30px; 
    margin-left: 47px; 
    text-transform: uppercase;    
}
#addmenu{
    margin-top: 20px;
    list-style: none;
    font-size: 12px;
}
#addmenu li{
    margin-bottom: 8px;
    //margin-bottom: -8px;
}
#product a{
    color: #a7a6a6;
}
#product{
    width: 96px;
    height: 150px;
    text-align: center;
    float: left;
    margin-left: 55px; 
    margin-bottom: 45px;
    
}

#product img{
    border: 1px solid #383738;
}
