html, body, h1, h2, h3, form, img, ul, p {
	margin: 0; padding: 0; border: 0;
}
body {
	font-family: Arial, Verdana, Tahoma, Arial, sans-serif;
	font-size: 100%;
	color: #3b3b3b;
	text-align: center;
	background: #f1ffde url(../images/bg.jpg) 50% 0 no-repeat;
}
table {
	font-size: 100%;
}
input, textarea, select {
	font-family: Arial, Verdana, Tahoma, Arial, sans-serif;
	font-size: 12px;
}
input.text {
	border: #fff solid 1px;
}
input.button {
	color: #fff;
	background: #ff730a;
	border: #fff solid 1px;
}
a {
	color: #ff730a;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.hidden {
	display: none;
}
.clear {
	clear: both; overflow: hidden; height: 1px;
}
a.link {
	display: block; float: left;
	padding: 0 10px 0 0;
	background: url(../images/arrow.gif) 100% 50% no-repeat;
}


.page {
	width: 810px;
	margin: 0 auto;
	text-align: left;
}


.header {
	padding: 0 0 72px 0;
}
.header .lang {
	margin: 13px 0 29px 0;
}
.header .lang ul {
	list-style-type: none;
	font-size: .63em;
	line-height: 1em;
}
.header .lang ul li {
	float: left;
}
.header .lang ul li a {
	float: left; display: block;
	padding: 3px 6px;
	color: #ff730a;
	background: #fff;
}
.header .lang ul li a.alt {
	color: #fff;
	background: #ff730a;
}
.header .logo {
	float: left;
	width: 341px;
}
.header .search {
	float: right;
	padding: 26px 0 0 0;
}
.header .search input.text {
	width: 140px;
}



.left {
	float: left;
	width: 190px;
}
.left .menu {
	width: 190px;
	font-size: .875em;
}
.left .menu ul {
	list-style-type: none;
}
.left .menu li {
	width: 190px;
}
.left .menu li a {
	display: block;
	width: 190px;
	color: #3b3b3b;
	background: url(../images/arrow.gif) 6px .5em no-repeat;
}
.left .menu li a span {
	display: block;
	padding: 4px 0 4px 16px;
}
.left .menu ul li a:hover {
	color: #fff;
	background: url(../images/active.gif) 0 50% no-repeat;
	text-decoration: none;
}

.left .menu ul ul {
	width: 190px;
	font-size: .85em;
}
.left .menu ul ul li a {
	background: none;
}


div.center {
	float: left; display: inline;
	width: 380px;
	margin: 0 0 0 24px;
}
.center h1 {
	padding: 0 0 8px 0;
	font-size: 1.875em;
	line-height: 1em;
	font-weight: normal;
	font-family: "Trebuchet MS", Verdana, Tahoma, Arial, sans-serif;
}
.center .content {
	font-size: .75em;
}
.center .content input.text {
	border: #999 solid 1px;
}


.right {
	float: right;
	width: 190px;
}
.right h2 {
	padding: 7px 0 8px 0;
	font-size: 1.313em;
	line-height: 1em;
	font-weight: normal;
	font-family: "Trebuchet MS", Verdana, Tahoma, Arial, sans-serif;
}
.right .news {
	margin: 0 0 10px 0; padding: 0 0 10px 0;
	background: url(../images/line.gif) 0 100% repeat-x;
}
.right .news h3 {
	font-size: .875em;
}
.right .news p {
	font-size: .75em;
}
.right .news p span {
	font-size: .85em;
	color: #9a8479;
}


.footer {
	margin: 24px 0 0 0; padding: 8px 0;
	font-size: .75em;
	background: url(../images/line.gif) 0 0 repeat-x;
}