@charset "utf-8";
/* CSS Document */

/* Reset */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {  
    margin:0; 
    padding:0; 
} 
table { 
    border-collapse:collapse; 
    border-spacing:0; 
} 
fieldset,img {  
    border:0; 
} 
address,caption,cite,code,dfn,em,strong,th,var { 
    font-style:normal; 
    font-weight:normal; 
} 
	ol,ul { 
    list-style:none; 
} 
caption,th { 
    text-align:left; 
} 
h1,h2,h3,h4,h5,h6 { 
    font-size:100%; 
    font-weight:normal; 
} 
	q:before,q:after { 
  content:''; 
} 
abbr,acronym { border:0; 
}

/* CSS Styling */


/* Body */

body {
font-family:Arial, Helvetica, sans-serif;
text-align:left;
line-height:130%;
color:#333;
background:none;
background-color:#000;
}

#wrapper{
width:960px;
margin:20px auto 0px;
background-color:#000;
}

#wrapper p{
color:#333;
font-size:16px;
margin-bottom:15px;
}

#header{
background-color:#fff;
height:180px;
width:920px;
margin:0 auto;
}

#tools{
float:right;
height:160px;
}


#menu{
height:35px;
width:920px;
margin:0px 20px;
font-size:16px;
text-align:center;
float:left;
background-color:#000;
background-image:url(../images/menu_bg.gif);
background-repeat:repeat-x;
}

#menu ul{
float:right;
}

#menu li{
display:block;
float:left;
width:150px;
height:35px;
border-left: 1px solid #999999;
}

#menu li a{
text-decoration:none;
font-weight:bold;
display:block;
color:#fff;
width:150px;
padding:7px 0px;
}

#menu li a:hover{
text-decoration:none;
color:#f00;
font-weight:bold;
}

.selected{
background-image:url(../images/hl.jpg);
background-repeat:no-repeat;
}


.slideshow{
width:270px;
height:260px;
float:left;
background-color:#fff;
padding-left:10px;
padding-bottom:60px;
margin-left:20px;
}


#content{
height:280px;
background-color:#fff;
padding:20px 20px 20px 40px;
width:580px;
float:left;
position:relative;
}

#content h1{
font-size:22px;
font-weight:bold;
color:#f00;
}

#footer{
width:960px;
height:288px;
float:left;
clear:both
}

#footer p{
margin-top:-30px;
color:#999999;
font-size:10px;
text-align:right;
margin-right:20px;
}

/* Contact Us CSS */

#contact_details{
width:880px;
height:550px;
margin:0px 20px;
background-color:#fff;
padding:20px;
clear:both;
}

#contact_details h1{
font-size:22px;
font-weight:bold;
color:#f00;
margin-bottom:10px;
}

#contact_details p{
font-size:14px;
}

#contact_details h2{
margin-top:10px;
font-size:16px;
font-weight:bold;
color:#f00;
}

.contact_hq img{
width:300px;
float:left;
display:block;
padding:20px;
}

#contact_hq{
background-color:#fff;
margin-left:80px;
padding:0px 20px;
float:left;
clear:both;
}

#contact_china{
background-color:#fff;
margin-left:140px;
padding:0px 20px;
float:left;
}

.contact_china img{
width:300px;
float:left;
display:block;
padding:20px;
}


/* Where to buy CSS */

#retailers{
width:880px;
height:320px;
margin-left:20px;
padding: 20px 20px 0px 20px;
background-color:#fff;
float:left;
position:relative;
}

#retailers h1{
font-size:22px;
font-weight:bold;
color:#f00;
margin-bottom:10px;
}

#retailers a{
font-weight:normal;
color:#777;
}


/* Products CSS */
#products{
width:880px;
height:410px;
margin-left:20px;
padding: 20px 20px 0px 20px;
background-color:#fff;
float:left;
position:relative;
}

products p{
float:left;
}

#products h1{
font-size:22px;
font-weight:bold;
color:#f00;
margin-bottom:10px;
display:inline;
}

#products a{
font-weight:normal;
font-size:22px;
color:#777;
margin-bottom:10px;
display:inline;
}


#products img{
margin-top:10px;
}

p#asterisk {
font-size:11px;
color:#999999;
font-weight:normal;
text-align:left;
clear:both;
}

#asterisk a{
font-size:11px;
color:#999999;
}

#products img{
float:left;
position:relative;
}

img#b2b{
margin:60px 0px 0px 80px;
}