@charset "utf-8";
/* CSS Document */

* { margin:0; padding:0}
body { background:url(images/bg-body_01.jpg) #000 no-repeat center top; font-family:Tahoma, Arial; font-size:11px}

#header { background:#000000; height:80px; width:100%; 
		  top:0; left:0; 
		  position:absolute; 
		  z-index:2;
		  opacity:.6;
		  filter:alpha(opacity=60);}
		  
	#headerWrap{ width:900px;  height:80px; top:0; 
				 left:auto; position:relative; z-index:200; margin:0 auto;
				}
		#logo { width: 280px; margin-top:10px; height:50px; float:left}
		#menu { width: 550px; height:50px; padding-top:30px; float:right}
			#menu ul { padding:0px; list-style:none}
			#menu li { margin-left:30px; float:left}
			#menu li a { font-family:Georgia, "Times New Roman", Times, serif; font-size:14px; font-weight:lighter;
					  color:#FFFFFF; text-decoration:none;}
			#menu li a:hover { color:#FF9900}
	.not{background:url(images/content-bg.jpg) #000000 no-repeat;}
	#banner { width:900px; margin:0 auto; clear:both}	
	#zerp { width:900px; height:200px; margin:20px auto;  clear:both}
		#quote {margin-top:80px;}
		#forn { width:900px; height:390px; margin:60px auto;}
	#contentwrap { width:900px; margin:0 auto; margin-bottom:50px; color:#CCCCCC; line-height:16px; clear:both}
		.left { width:630px; float:left; }
			.title { margin-bottom:10px}
			.left p{ margin-bottom:20px}
		.right { width:250px; float:right}
			.itemright { margin-bottom:20px; clear:both}
				.download {height:50px;}
				.download a img { border:none; border-bottom:1px dashed #000; margin-top:10px;}
				.download a:hover img {border-bottom:1px dashed #FFCC00; padding-bottom:5px}
				.list  { padding:0; list-style:none; margin-top:10px;}
				.list li { background:url(images/daon_06.png) no-repeat; padding-left:30px}
				.list li h1 { color:#8ad606; font-size:11px; }
				.list li h1 a { color:#8ad606; text-decoration:none}
				.list li h1 a:hover { color:#FFFFFF}
				.list span { color:#e5ff09}
				.list p{ color:#CCCCCC; margin-top:10px; margin-bottom:10px}
				.list a { color: #99CC00; text-decoration:none}
				.list a:hover {text-decoration:underline}
			.award { list-style:none; margin-top:10px; margin-left:30px}
			.award li { margin-bottom:10px}
			.award li a img { border:none}
			
				.itemright input { background:#e6ffc1; margin-bottom:5px; font-family:Tahoma, Arial; font-size:11px;
							      color: #333333; clear:both; border:none; padding:8px}
				.itemright form { margin-top:10px; margin-left:5px;}
	
	#footer { width:100%; clear:both; background: #333333; margin-top:20px;}
		#footerisi { width:900px; padding:10px; margin:0 auto; color:#CCCCCC}
			#leftfooter { width:300px; float:left}
			#rightfooter { width:400px; float:right}
			.valid { color:#CCCC00; padding-left:20px}
			
.drawercontent {
	background:url(images/sample1.jpg); width:600px; height:250px; position:relative;
}
.webtext { 
	background:url(images/webtrans.png) no-repeat; position:absolute; top:15px; right:15px; width:180px; height:195px; padding: 18px 15px 10px 35px; color:#6e5634;
}
	.webtext h3 {
		font-size:17px; color:#fff; margin-bottom:15px; font-family:Georgia, "Times New Roman", Times, serif;
		}
	.webtext a{
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	display:block;
	background:#90bb2d;
	padding:5px;
	text-align:center;
	}
	.webtext a:hover{
	background:#2698b3;
	}

.over-left {
	float:left;
	width:400px;
	padding-top:5px;
}
	.over-left h2 {
		font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
		font-weight:lighter;
	}
	

.over-right {
	float:right;
	text-align:right;
	width:400px;
	padding-top:5px;
}
	.over-right h2 {
		font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
		font-weight:lighter;
	}

		
/* accordion */
.drawers, .drawers ul {
	list-style:none;
	}
	
.drawer .drawer-handle {
	padding:8px;
	cursor:pointer;
	display:block;
	width:584px;
	background: url(images/bg-gallery-1.jpg) repeat-x;
	font-family:"Trebuchet MS"Tahoma,Verdana, Arial, Helvetica, sans-serif;
	font-size:110%;
	font-weight:normal;
	color:#fff;
	text-shadow:#666 1px 1px;
	}
.drawer .drawer-handle:hover {
	color:#fff;
	text-shadow:#666 1px 1px;
	background: url(images/bg-gallery-3.jpg) repeat-x;
}

.drawer .drawer-handle.open {
	color:#fff;
	text-shadow:#666 1px 1px;
	background: url(images/bg-gallery-3.jpg) repeat-x;
}

/* accordion */


/* Easy Slider */

	#slider{}	
#slider ul, #slider li{
	margin:0;
	padding:0;
	list-style:none;
	}
#slider li{ 
	width:600px;
	height:241px;
	overflow:hidden; 
	}	
#prevBtn, #nextBtn{ 
	display:block;
	width:30px;
	height:77px;
	position:absolute;
	left:-30px;
	top:71px;
	}	
#nextBtn{ 
	left:600px;
	}														
#prevBtn a, #nextBtn a{  
	display:block;
	width:30px;
	height:77px;
	background:url(images/btn_prev.gif) no-repeat 0 0;	
	}	
#nextBtn a{ 
	background:url(images/btn_next.gif) no-repeat 0 0;	
	}								
img{border:none;}
/* // Easy Slider */

/* image replacement */
        .graphic, #prevBtn, #nextBtn{
            margin:0;
            padding:0;
            display:block;
            overflow:hidden;
            text-indent:-8000px;
            }
    /* // image replacement */

#contact-area input, #contact-area textarea {
	float:left;
	padding: 5px;
	width: 450px;
	height:20px;
	font-family: Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px 10px 10px 10px;
	border: 2px solid #ccc;
}

#contact-area label {
	float: left;
	text-align: right;
	margin: 0px 10px 10px 0px;
	width: 60px;
	height:20px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 11px;
	border: 2px solid #000;
	
}


#contact-area select {
	float:left;
	font-family: Helvetica, sans-serif;
	font-size: 11px;
	width:80px;
}

#contact-area textarea {
	height: 90px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 2px solid #c9dc69;
}

#contact-area input.submit-button {
	line-height:20px;
	width: 100px;
	float: left;
	margin-right:20px;
}
