@charset "utf-8";
/* CSS Document */
html{height:100%;margin:0;padding:0;}
body{background:url(../images/en/bg.gif) repeat-y center #9faf95;height:100%;margin:0;padding:0;font-size:11px;font-family:Arial, Helvetica, sans-serif;color:#444f3d;}
td,th{font-size:11px;font-family:Arial, Helvetica, sans-serif;}
input{font-size:11px;font-family:Arial, Helvetica, sans-serif;}
img{border:none;}
.left{background:url(../images/en/leftbg.gif) no-repeat left top;}
.title{background:url(../images/en/titbg.gif) no-repeat left top;padding:15px 30px 0 20px;}
.content{background:url(../images/en/rightbg.gif) no-repeat left top;line-height:20px;padding:20px 30px 0 20px;}
.content td,.content th{line-height:20px;}
.copyright{background:url(../images/en/copyright.gif) no-repeat right top;padding:0 0 0 20px;line-height:15px;font-size:10px; text-transform:uppercase}
.location{background:#5f6a58;padding:2px;color:#fff;}
.page{margin:15px 0 0 0;}
.rightop{background:url(../images/en/leftopbg.gif) no-repeat left top;padding:0 20px 0 0 ;}
#map{padding:10px 0 0 0;}
#keyword{color:#444f3d;width:113px;height:17px;border:1px solid #899681;background:#d7ded1}
.key03{color:#444f3d;background:#d7ded1;border:1px solid #899681;}
.key02{color:#444f3d;background:#d7ded1;border:1px solid #899681;width:350 px;}
.location a{color:#fff;}
.location a:hover{color:#ff6600;}
.nav{background:url(../images/en/navbg.gif) no-repeat left top;padding:0 20px 0 40px}
.nav a{color:#fff;display:block;width:100%;height:100%;line-height:32px; text-transform:uppercase}
.nav a:hover{background:url(../images/en/arrow1.gif)  no-repeat #ff9900 center bottom;color:#fff;}
a{color:#444f3d;text-decoration:none;}
a:hover{color:#ff6600;}
.rightop a{color:#444f3d;text-decoration:none;}
.rightop a:hover{background:#ff6600;color:#fff;text-decoration:none;}
.left{padding:20px 30px 0 38px;}
.left a{background:url(../images/en/circle.gif) no-repeat 5px center #606b59;padding:0 0 0 15px;width:100%;display:block;margin:0 0 1px 0;line-height:20px;color:#e2edd8;text-decoration:none;}
.left a:hover{background:url(../images/en/circle1.gif) no-repeat 5px center #ff6600;color:#fff;}
.productit a{background:#444f3d;color:#e2edd8;text-decoration:none;display:block;width:100%;height:100%;line-height:25px;}
.productit a:hover{background:#ff6600;color:#fff;}
.product {background:#fff;border:1px solid #444f3d;}

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #D4D4D4;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 12px Verdana, Helvetica, sans-serif;
	background-color: #D4D4D4;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{	padding:0 10px; color: #161616; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */ 