@CHARSET "UTF-8";

html {
	background-color: #000;
}

* {
	font-family: Arial;
	color: #678393;
}

#wrapper {
	width: 1000px;
	_height: 100%;
	min-height: 100%;
	margin: 0 auto;
	background: url('../images/bg-top.jpg') no-repeat;
	margin-bottom: 0px;
}

#bottom {
	position: relative;
	bottom: 0;
	width: 1000px;
	margin: 0 auto;
	height: 190px;
	background: url('../images/bg-bottom.jpg') no-repeat;
}

#bottom p {
	color: #d2d2d2;
	margin-top: 30px;
	margin-left: 40px;
	margin-right: 200px;
}

#contents {
	clear: both;
	padding: 0 40px;
	padding-bottom: 200px;
	font-size: 13px;
}

#contents h1 {
	margin-bottom: 20px;
	font-weight: normal;
	font-size: 16pt;
/*	text-align: center;*/
	text-indent: 30px;
	color: #d1cfe0;
}

#contents p {
	text-indent: 1em;
	margin-bottom: 5px;
}

#contents a.title {
	display: block;
	margin-bottom: 10px;
	font-size: 1.2em;
	text-indent: 25px;
}

#contents .page {
	margin-bottom: 30px;
}

#news {
	float: right;
	width: 180px;
	margin-top: 50px;
	padding-left: 10px;
	margin-left: 20px;
	border-left: solid 2px #2f3440;
    font-size: 12px;
}

#document {
	clear: both;
	padding: 0 20px;
	height: 300px;
}

#logo {
	padding-top: 30px;
}

#left-menu {
	width: 135px;
	text-align: center;
	float: left;
}

#left-menu ul {
	margin: 0;
	margin-top: 25px;
	padding: 0;
	list-style: none;
}

#left-menu ul li {
	width: 135px;
	height: 25px;
	margin-top: 12px;
	text-align: center;
}

#left-menu ul li a {
	display: block;
	color: #fff;
	height: 25px;
	font-size: 14px;
	line-height: 180%;
	background-position: 0 25px;
}

#left-menu ul li a.selected, #left-menu ul li a:hover {
	background-position: 0 0;
}

#left-menu ul li a.company {
	background-image: url('../images/btn-left-1.jpg');
}

#left-menu ul li a.partners {
	background-image: url('../images/btn-left-2.jpg');
}

#left-menu ul li a.representative {
	background-image: url('../images/btn-left-3.jpg');
}

#left-menu ul li a.contacts {
	background-image: url('../images/btn-left-4.jpg');
}

#right-menu {
	float: right;
	width: 565px;
}

#top-menu {
	margin-top: 30px;
	margin-left: 170px;
	height: 25px;
}

#right-menu ul {
	float: right;
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
}

#right-menu li {
	float: left;
	color: #d9e6ef;
	margin-left: 5px;
	height: 20px;
}

#right-menu li a {
	display: block;
	font-size: 11px;
	color: #d9e6ef;
}

ul#languages li a {
	color: #fff;
	margin-left: 5px;
}

#innovations {
	float: left;
	width: 150px;
	height: 55px;
}

#innovations ul {
	float: none;
	height: 55px;
}

#innovations a {
	display: block;
	width: 145px;
	height: 28px;
	background-image: url('../images/btn-innovations.jpg');
	background-position: 0 55px;
	font-size: 14px !important;
	padding-top: 27px;
	text-align: center;
}

#innovations a.selected, #innovations a:hover {
	background-position: 0 0;
}

#forum {
	float: right;
	width: 145px;
	height: 100px;
	padding-top: 15px;
	margin-right: 35px;
	margin-top: 20px;
	background-image: url('../images/btn-forum.jpg');
	background-position: 0 115px;
	line-height: 15px;
	text-align: center;
	font-size: 14px;
	color: #fff;
}

#forum:hover {
	background-position: 0 0;
}

#slogan {
	clear: right;
	text-align: center;
	margin-right: 135px;
}

#slogan * {
	font-weight: normal;
}

#bottom {
	padding-top: 130px;
	font-size: 10pt;
}

#bottom a {
	color: #8F8F8F;
}

#bottom ul {
	list-style: none;
	padding-bottom: 0;
}

#bottom ul li ul {
	width: 860px;
}

#bottom ul li {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
	white-space: nowrap;
}

#bottom ul li ul li {
	margin-bottom: 0;
}

#contents .contacts {
	width: 400px;
	height: 600px;
	margin: 0 auto;
	margin-left: 400px;
	text-align: center;
}

#contents .cdescription {
	float: left;
	width: 400px;
}

#contents .contacts .input input, textarea {
	width: 300px;
	margin: 5px;
	border: solid 2px #dedede;
}


