@charset "UTF-8";
/* CSS Document */

		body { margin: 0px; padding: 0px; background-color: #fff; /* #ffd9b3; */ /* #c580ff; */ }
		#_body { position: relative; width: 900px; margin: 0 auto; border: none; }
		#container { width: 100%; padding: 0px; margin: 0px; text-align: center }
		#_header { position: relative; width: 900px; height: 200px; border: none; 
			background-image: url(images/layout/header.png); background-repeat: no-repeat; background-position: top; border: none; }
		#_footer { position: relative; width: 900px; height: 150px; border: none; 
			background-image: url(images/layout/footer.png); background-repeat: no-repeat; background-position: top; border: none; clear: both; }
		#_menu { position: absolute; width: 410px; height: 30px; top: 150px; left: 255px; }
		#_menu a { font-family: Arial; font-size: 16px; color: purple; text-decoration: none; margin-right: 15px; }
		#_menu a:hover { text-decoration: none; }
		#_menu img { float: left; border: none; }
		#_content { position: relative; width: 900px; }
		#_content p { text-align: justify; width: 675px; margin: 0 auto;
			font-size: 16px; font-family: Helvetica, Arial, sans-serif; line-height: 22px; margin-bottom: 2px; margin-top: 6px; }
		div._Batch { width: 665px; height: 180px; margin: 0 auto; padding: 0px; }
		div._Batch img { border: 1px solid #CACACA; margin-top: 2px; margin-right: 2px; float: left; }

	#_footer span { 
	font-family: Arial;
	font-size: 12px;
	color: #000;
	text-align: center;
	}

#imap { width:900px; height:523px; background: url(logo.jpg) no-repeat top left; position:relative; margin:0 auto 2em auto; overflow: hidden;}

		
		
#contactForm label,input,textarea,select {
	display: block;
	float: left;
	margin-bottom: 10px;
	font-family: Helvetica, Arial, sans-serif;
	font-size:12px;
	color: #000;
}
#contactForm label {
	text-align: left;
	width: 115px;
	padding-right: 10px;
	color: #333333;
}
#contactForm input, select {
width: 240px;
padding: 2px;
color: #333;
background: #fff;
border: 1px solid black;
outline: none;
}
#contactForm select { width: 245px; }
#contactForm textarea {
padding: 2px;
margin-top: 5px;
width: 240px;
padding: 2px;
color: #333;
background: #fff;
border: 1px solid black;
outline: none;
}

#contactForm input:focus, select:focus, textarea:focus { background-color: #fff; color: #000; }

#contactForm br {
	clear: left;
}

#contactForm textarea { background-color: #fff; color: #333 }
#contactForm textarea:focus { background-color: #fff; color: #000; }
