@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:#fff;
background:none;
background-color:#fff;
}

#outer_wrapper{
width:992px;
margin:0px auto;
background-color:#fff;
background-image:url(../images/wrapper_bg.gif);
background-repeat:repeat-y;
}

#wrapper{
width:960px;
margin-left:16px;
}

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

#header{
background-color:#fff;
height:150px;
width:960px;
}

#menu{
height:55px;
width:960px;
font-size:16px;
text-align:center;
background-color:#fff;
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;
}

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

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

.selected{
background-image:url(../images/selection.gif);
background-repeat:repeat-x;
}

#content{
padding: 0px 20px;
width:920px;
}

#content_text{
width:580px;
float:right;
position:relative;
}

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

/* Start of Slideshow styling */

#show{
float:left;
margin-top:10px;
width:300px;
height:300px;
display:block;
overflow:hidden;
}

	
.slideshow-images {
	height: 300px;
	width: 300px;
}		
.slideshow-images-visible { 
	opacity: 1;
}	
.slideshow-images-prev { 
	opacity: 0; 
}
.slideshow-images-next { 
	opacity: 0; 
}
.slideshow-images img {
	float: left;
	left: 0;
	top: 0;
}

/* End of Slideshow styling */


#footer{
width:960px;
height:277px;
background-image:url(../images/footer_bg.jpg);
clear:both;
}

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

/* Contact Us CSS */

#contact_details{
width:920px;
height:542px;
background-color:#fff;
padding-left:40px;
}

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

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

#contact_details a{
color:#333;
}

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

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

#contact_hq{
margin-left:100px;
padding:0px 20px;
float:left;
clear:both;
}

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

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


/* Where to buy CSS */

#retailers{
width:900px;
height:320px;
float:left;
position:relative;
margin-left:20px;
}

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

#retailers a{
font-weight:bold;
color:#333;
}


/* Products CSS */

#products_wrap{
width:900px;
height:420px;
background-color:#fff;
margin-left:20px;
color:#fff;
}

#products{
width:900px;
background-color:#fff;
}

products p{
float:left;
display:block;
}

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

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

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

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

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

img#b2b{
margin: 20px 0px 20px 150px;
}