@charset "utf-8";
/* CSS Document */

body {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;}

#layout {
	width:100%;
	height:auto;
	background:url(images/layout-bg.jpg) repeat-y left;}
	
#menu {
	width:165px;
	height:380px;
	padding-top:180px;
	float:left;
	background:url(images/logo.jpg) no-repeat top;
	font-size:14px;
	font-weight:bold;}
	
#menu li a:link, #menu li a:visited {
	color:#383838;
	display:block;
	padding:4px 0 4px 60px;}

#menu li a:hover {
	color:#fff;
	background:url(images/menu-hover-en.jpg) no-repeat right;
	text-decoration:none;
	margin-top:1px;}
	
#content {
	background:#000 url(images/menu-bg.jpg) no-repeat left bottom;
	width:630px;
	height:417px;
	margin-left:150px;
	padding:40px 25px 43px 70px;}
	
#chang-lang {
	height:15px;
	padding:200px 0 0 50px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	color:#404040;
	line-height:17px;}

#chang-lang a {color:#404040; text-decoration:none;}
#chang-lang a:hover {color:#ccc; text-decoration:underline;}
	
#index {
	background:#000 url(images/home.jpg) no-repeat;
	width:750px;
	height:500px;
	margin-left:200px;}

.fieldEN {
	width:250px;
	padding:2px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	background:#eee;
	border:1px solid #ccc;
	color:#666;}
	
.textareaEN {
	width:250px;
	padding:2px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	background:#eee;
	border:1px solid #ccc;
	color:#666;}
	
.submitEN {
	width:70px;
	background:url(images/button.gif);
	border:1px solid #b5c4de;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#666;}
