@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,700);
@import url(https://fonts.googleapis.com/css?family=Droid+Serif:400,700);
@import url(https://fonts.googleapis.com/css?family=Quicksand:400,300,700);
@charset "utf-8";
/* CSS Document */
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: Arial, "微軟正黑體";
}
html {
}
body{
	background:#00468C;
	margin: 0 auto;
	position: relative;
}
#wrapper{
	position: relative;
}
#logo {
	text-align: center;
	z-index: 2;
	padding:0 10px;
	position: relative;
	position: absolute;
	left:0px;
	top:0px;
	z-index:5;
}
#logo img:hover {
	opacity: 0.8;
}
#logo img{
	max-width: 100%;
	vertical-align: middle;
}
.web-description{
	position: absolute;
	top: 80px;
	left: 250px;
	color: #797979;
	font-size: 14px;
}
/**************************************************************/
/**************************************************************/
#top_box {
	background: rgba(255,255,255,0.8);
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	z-index: 5;
}
#top_box_bg{
	height: 106px;
	padding: 0px 0px 0px 0;
	margin: 0 auto;
	position: relative;
	z-index:1;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffb300+0,ffff00+100 */
	background: rgb(255,179,0); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,179,0,1) 0%, rgba(255,255,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,179,0,1)), color-stop(100%,rgba(255,255,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,179,0,1) 0%,rgba(255,255,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,179,0,1) 0%,rgba(255,255,0,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,179,0,1) 0%,rgba(255,255,0,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,179,0,1) 0%,rgba(255,255,0,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb300', endColorstr='#ffff00',GradientType=0 ); /* IE6-9 */

}
#top_box_info {
	max-width:1100px;
	margin:0 auto;
	position: relative;
	z-index:2;
}
#top_menu {
	width:100%;
	height:78px;
	vertical-align:bottom;
	position: relative;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,d9d9d9+100 */
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(217,217,217,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(217,217,217,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(217,217,217,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(217,217,217,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(217,217,217,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(217,217,217,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d9d9d9',GradientType=0 ); /* IE6-9 */
}
#menu_box{
	max-width:1100px;
	margin:0 auto;
	z-index:10;
	text-align:right;
	position: relative;
	z-index:4
}
/**************************************************************/
#top_nav {
	position: absolute;
	right: 10px;
	top: 70px;
	font-size: 13px;
	font-family:Arial, "微軟正黑體";
}
#top_nav:before {
	content:'Language :';
	position: relative;
	display:inline-block;
}
#top_nav li a, #top_nav li a:visited {
	color:#333333;
	line-height: 1;
	text-decoration: none;
}
#top_nav li a:hover{
	font-weight: bold;
}
#top_nav li {
	list-style: none;
	display: inline-block;
	vertical-align: top;
	position: relative;
	margin-left:5px;
}
/**************************************************************/
#top_u {
	width: 85px;
	height: 99px;
	margin: 0 auto;
	color:#FFF;
	line-height:30px;
	cursor:pointer;
	text-indent:-9999px;
}
#top_u{
	background:url(../images/rightnav/top_u.png) no-repeat;
}
#top_u:hover {
	background:url(../images/rightnav/top_u_.png) no-repeat;
}
/**************************************************************/
#search {
	height: 32px;
	border:#D2D2D2 1px solid;
	padding:7px;
	margin:0 auto;
}
#search input{
	width:100%;
	color:#333A43;
	font-size: 13px;
	background:none;
	border:none;
}
#search .btn{
	width:32px;
	height:32px;
	position:absolute;
	right:-1px;
	top:0px;
	border:0px;
	cursor:pointer;
	text-indent:-9999px;
	background: url(../images/search_btn.png) no-repeat;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
#search .btn:hover{
	background: url(../images/search_btn_.png) no-repeat;
}
/**************************************************************/

#rightnav {
	width: 85px;
	position: fixed;
	right:0px;
	top:200px;
	z-index: 50;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
#rightnav li {
	list-style: none;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
#rightnav #btn{
	width:25px;
	font-family:Shonar Bangla;
	padding:5px 0 5px;
	line-height:25px;
	text-align:center;
	color:#FFF;
	position: absolute;
	left:-25px;
	top:0px;
	display:none;
	cursor:pointer;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	background:#017141;
	-webkit-writing-mode: vertical-lr;
}
#rightnav .btn {
	width: 85px;
	height: 26px;
	line-height:26px;
	margin: 0 auto;
	text-align:center;
	margin-bottom: 5px;
	z-index: 20;
	background:#017141;
}
#rightnav .btn a{
	color:#F0EFEF;
	font-size: 15px;
	font-weight: bold;
	text-decoration:none;
}
#rightnav .btn:hover {
	background:#B7844A;
}
#rightnav .inquiry a, #rightnav .notice a, #rightnav .order_btn a, #rightnav .paid_inform a {
	width: 100%;
	height: 100%;
	display: block;
}
#rightnav .cart_bg {
	width: 85px;
	height: 127px;
	margin: 0 auto;
	position: relative;
	margin-bottom:5px;
	background: url(../images/rightnav/cart.jpg) no-repeat;
}
#rightnav .cart_box:hover .cart_bg {
	background: url(../images/rightnav/cart_.jpg) no-repeat;
}
#rightnav .quantity {
	color: #FFF;
	font-size: 32px;
	font-weight: bold;
	font-family: "Shonar Bangla";
	text-align: center;
	padding: 35px 10px 0 10px;
	margin-bottom:17px;
}
#rightnav .price {
	width: 100%;
	height: 25px;
	line-height: 1;
	text-align: center;
	font-weight: bold;
	font-family: "Shonar Bangla";
	color: #333333;
	font-size: 24px;
	text-decoration: none;
}
/**************************************************************/
@media (max-width: 1000px) {
#top_nav {
	top:35px;
}
#top_box_bg {
	height:65px;
}
#top_menu{
	min-height:40px;
	height:auto;
}
#logo img{
	max-width:120px;
}
}
@media (max-width: 450px) {
#top_nav span{
	display:none;
}
#top_nav:before {
	position: absolute;
	left:-65px;
}
}