@import url("header.css");
@import url("font.css");

@import url('https://fonts.googleapis.com/css?family=Anton');

body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #3a3a3a;	
	background-color:#fff;
	font-weight: normal;		
	-webkit-text-size-adjust: none;
	
}

#wrapper{
	margin:auto;
	width:auto;
	max-width:1000px;
}

/* hide/display menu */
#nav1{display:block;}
#nav2{display:none;}

/*main wrapper setting*/
section{
	overflow:auto;
	padding-top: 1%;
	padding-right:0%;
	padding-bottom: 1%;
	padding-left: 0%;
} 

#flash_banner img{
	width:100%;
	border: 1px solid #036;}
	
/*when boxes need float*/
.floatleft{
	float: left;
	}
.floatright{
	float: right;
	}
	
.box_50{
	width:43%;
	border: 1px dotted #CCC;
	margin-top: 2%;
	margin-bottom: 2%;
	border-radius:25px;
	text-align: left;
	padding: 3%;
	}
	
	
/*when boxes need full*/
.box_100{	
	width:96%;
	clear:both;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #CCC;
	padding-top: 2%;
	padding-right: 2%;
	padding-bottom: 2%;
	padding-left: 2%;
	
}

.box_empty{
	clear:both;
	overflow:auto;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #999;
}

#footer{
	color: #FFF;
	background-color: #0a297b;
	padding:2%;
	font-size: 10px;
	font-weight: normal;
	text-align: center;	
	z-index: 999;
	text-transform: uppercase;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #000;
}

/*Display Picture*/
.main_thumb{
display:inline-block;
width:30%;
padding:10px;
-webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
-ms-transition: all 0.2s ease;
transition: all 0.2s ease;
	}
	
.main_thumbs{
display:inline-table;
width:20%;
padding:10px;
-webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
-ms-transition: all 0.2s ease;
transition: all 0.2s ease;
	}	
	
	
.main_thumb img, .main_thumbs img{	
	width:100%;
	}
	
.main_thumb a p, .main_thumbs a p{
	font-family: 'Anton', sans-serif;
	color:#036;
	font-size:16px;
	font-weight:normal;
	text-transform: uppercase;
	text-decoration: none;
}	

.main_thumb:hover, .main_thumbs:hover{	
	text-decoration: none;
	opacity:0.9;
	box-shadow:0px 0px 5px #999999;
	-ms-transform: translate(-10px,-5px); /* IE 9 */
    -webkit-transform: translate(-10px,-5px); /* Safari */
    transform: translate(-10px,-5px); /* Standard syntax */
	
}


	
.product_gallery{
	font-size:12px;
	display:inline-table;
	overflow:auto;	
	text-align:left;
	padding:1%;
	margin-bottom:10px;
	}
	
.product_gallery img{
	width:auto;
	}	
	
.product_gallery p{
	padding-top:5px;
	margin:0px;
	}		

.product_gallery1{
	font-size:12px;
	display:inline-table;
	overflow:auto;	
	text-align:left;
	padding:1%;
	margin-bottom:10px;
	}
	
.product_gallery1 img{
	width:100%;
	}
	
.gallery{
	display:inline-table;
	width:210px;
	margin:10px;
	}
	
.gallery h1{
	font-size:14px;
	font-weight:bold;
	color:#003366;
	margin-bottom:3px;	
	}
	
.gallery .table{
	width:100%;
	font-size:11px;}
	
.gallery .table td{
	padding:5px;
	border:solid 1px #CCCCCC;
	text-align:left;}			
	
.gallery img{	
	width:100%;
	margin-bottom:10px;
	}
	
.gallery p{
	margin-top:0px;}		

gbrand{
	z-index:999;
	display:block;
	margin-bottom:-25px;
	margin-top:-30px;
	text-align:right;
	}		
	
gbrand img{
	width:90px !important;
}			

.table_border{
	border:solid 1px #CCC;
	border-radius:10px;
	padding: 5px;
	}	
	
.table_border td{
	padding:5px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCC;
	}
			
@media only screen and (max-width: 600px) {
	.gallery{
	display:block;
	width:80%;
	margin:0px;
	padding-bottom:10px;
	}
	
	body {
	background-image:none;
	
}

#title{	
	background-position:8px 3px;
	}
	
#flash_banner img{
	width:99%;
	border: 1px solid #036;}	

/*when boxes need padding*/
section{
	overflow:auto;
	padding-right:2%;
	padding-left:2%;
	margin: auto;
	box-sizing:border-box;
	
} 


/*thumbnail evolve for mobile mode */
.box_50{
	float: none;
	width: auto;
}

.padding_style{
	padding:20px;}
	
.main_thumb, .main_thumbs{
display:block;
width:95%;
padding:10px;
	}	


}

.uwu-01 {
	padding: 0px 16px 16px;
	text-align: justify ;
}