@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,400,700,800);

body {
	width: auto;
	margin:0px;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color:#333;
	line-height: 22px;
	background-color:#fff;
	-webkit-text-size-adjust: 100%;
	background-attachment: scroll;
	background-image:url(bg.jpg),url(footer.png);
	background-repeat:repeat-x,repeat-x;
	background-position:top,bottom;
	
}

#wrapper{
	margin:auto;
	width:auto;
	
}

#header{	
	width:auto;
	max-width:800px;
	margin-left:auto;
	margin-right:auto;
	margin-top:12px;
	margin-bottom:0px;
		
}

#header img{
	width: 100%;	
}

#banner{
	width: 100%;
	clear: both;
}




#container{
	width:auto;
	clear:both;
	padding:2%;
	margin-top:5px;
	margin-bottom: 5px;	
	background-color:#fff;
	overflow:auto;
}

#container p{	
	text-align:center;	
}

	
.box_floater_left{	
	float:left;
	text-align:center;		
}	

.box_floater_right{	
	float:right;
	text-align:center;	
}

.box_100{	
	width:auto;
	overflow:auto;
	padding-bottom:15px;
	}
	
.box_50{
	overflow:auto;
	width:45%;
	padding:2%;
	display:inline-table;
	}
	
.box_30{
	display:inline-table;
	overflow:auto;
	width:30%;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	
	}	
	
.menu li{
	background-image:url(dot.png);
	background-repeat:no-repeat;
	background-position:top left;
	padding-left:35px;
	padding-bottom:2px;
	padding-top:2px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -30px;
}	

.menu ul{
	margin-top:-10px;
	padding-bottom:0px;
	
}	

.menu p{
	text-align:left;
	
}
	
.box_border{
	border: 1px dotted #CCC;
	border-bottom-right-radius:15px;
	border-top-left-radius:15px;
	}

.picture{
	width:100%;	
	}	
	
.picture img{
	width:45%;
	margin:2%;
	}

/*picture of index page*/
.index_pic{
	width:17%;
	margin:5px;
	overflow:auto;
	display:inline-table;}

.index_pic img{	
	width:90%;	
	border-radius:360px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
	-webkit-filter: brightness(100%);
	border:solid 5px #fff;
}

.index_pic a:hover img{	   
   	box-shadow: 0px 0px 5px #FF3300;	
	-webkit-filter: brightness(130%);	
}


.form_element{
	width: 92%;
	border: 1px solid #CCC;
	margin: 1px;
	padding: 3px;
}

.table_style{
	border: 1px solid #88c8e5;	
	}	

.table_style td{
	padding:1%;
	border: 1px solid #88c8e5;
	}	
	
.product_gallery{
	display:inline-table;
	overflow:auto;
	width:10.5%;
	margin:8px;
	}	
	
.product_gallery img{	
	width:96%;
	border:solid 4px #FFFFFF;
	box-shadow:0px 0px 3px #999999;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
	-webkit-filter: brightness(100%);
	border-top-left-radius:10px;
	border-bottom-right-radius:10px;
	}
	
.product_gallery img:hover{	
	width:96%;
	outline: solid	#F90 4px;
	outline-offset: -8px;
	-webkit-filter: brightness(110%);	
	}
		
.product_gallery p{
	text-align:center;
	font-size:12px;
	padding-top:0px;
	padding-bottom:2px;	
	margin:0px;
	line-height:15px;
	}		
	

@media screen and (max-width: 800px) {
body {	
	background-image:url(bg1.jpg),url(footer.png);
	background-repeat:repeat-x,repeat-x;
	background-position:top,bottom;
	
}

#wrapper{
	margin:1%;
	width:auto;	
}


/*thumbnail evolve for mobile mode */
.box_50{
	clear:both;	
	width:96%;	}
	
.box_30{
	width:45%;	
	}	
	
		
	
.box_floater_left{	
	margin-right:0%;
	margin-bottom:12px;		
}

.box_floater_right{	
	float:left;
	
}


	
.picture img{
	width:100%;
	margin:0%;
	}
	
.product_gallery{
	width:22%;
	}	
	
.product_gallery img{	
	width:96%;
	border:solid 3px #FFFFFF;
	box-shadow:0px 0px 2px #999999;
	}
	
.product_gallery p{
	font-size:70%;	
	}				
			
}

@media screen and (max-width: 600px) {
.box_30{
	width:90%;	
	}
		
	}