/* -- GLOBAL -- */
body {
	margin: 0px;
}
body, table, td, div {

}
form {
	padding: 0px;
	margin: 0px;
}



/* -- MAIN PAGE -- */
.top-part {
	height: 150px;
	background-color: #004710;
}
.top-line {
	background: url(/files/images/main-top-line.gif) no-repeat left;
	width: 368px;
}
.slogan {
	font-style: italic;
	font-size: 28px;
	font-family: Candara;
}
.top-slogan {
	color: #FFFFFF;
}
.top-slogan .first {
	padding-left: 20px;
}
.top-slogan .second {
	padding-left: 60px;
}
.top-canister {
	vertical-align: bottom;
	width: 317px;
}
.top-canister img {
	margin-left: 32px;
}
.main-logo {
	width: 315px;
	height: 150px;
	background: url(/files/images/logo.gif) center no-repeat;
}
.bottom-part {
	background: url(/files/images/main-company-line.gif) repeat-x top left #303030;
	height: 185px;
}
.bottom-line {
	background: url(/files/images/main-bottom-line.gif) no-repeat right;
	width: 460px;
	height: 185px;
}
.bottom-slogan {
	color: #565656;
}
.bottom-slogan .first {
	padding-left: 55px;
}
.bottom-slogan .second {
	padding-left: 90px;
}
.bottom-company {
	width: 540px;
	color: #FFF;
	font-size: 12px;
	font-family: tahoma;
	vertical-align: top;
	text-align: right;
}
.bottom-company .text {
	padding-top: 75px;
	padding-right: 35px;
}
.middle-line {
	background-color: #e1e1e1;
	vertical-align: top;
}
.middle-top-left {
	vertical-align: top;
	background: url(/files/images/main-top-left.jpg) right top no-repeat;
	width: 500px;
	height: 187px;
}
.middle-top-right {
	background: url(/files/images/main-top-right.jpg) left top no-repeat;
	width: 500px;
}
.middle-bottom-left {
	background: url(/files/images/main-bottom-left.jpg) right top no-repeat;
	height: 250px;
	width: 289px;
}
.middle-bottom-right {
	background: url(/files/images/main-bottom-right.jpg) left top no-repeat;
	width: 266px;
}
.middle-middle {
	background: url(/files/images/main-middle.jpg) no-repeat top left;
	vertical-align: top;
	padding-top: 102px;
}
.middle-middle img {
	z-index: 30;
	position: relative;
}
.langs {
	color: #959595;
	font-size: 12px;
	font-family: tahoma;
}
.langs div {
	padding-left: 40px;
	padding-top: 30px;
}
.langs span {
	color: #000000;
}
.langs a {
	color: #a9a017;
}
.langs a:hover {
	color: #000000;
	text-decoration: none;
}
.menu-inner a {
	background: url(/files/images/main-menu-arrow.gif) no-repeat 4% 50% #e3dc76;
	width: 304px;
	display: block;
	line-height: 30px;
	text-align: left;
	border-bottom: 1px solid #d9d048;
	font-size: 12px;
	font-family: tahoma;
	text-transform: uppercase;
	color: #000000;
	text-decoration: none;
}
.menu-inner a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
.menu-inner b {
	padding-left: 30px;
	font-weight: normal;
}
.menu-bg {
	background-color: #d9d048;
}
.menu-side {
	font-size: 1px;
	width: 10px;
}
.menu-container {
	width: 100%;
	position: absolute;
	z-index: 1;
	top: 439px;
}

.dev-main {
	padding-top: 60px;
	font-size: 10px;
}
.dev-main a {
	color: #FFF;
	font-weight: bold;
}
.dev-main a:hover {
	text-decoration: none;
}
