@import "default.css";

body {
	background: #e3e2e2 url(bg-body.jpg) top center no-repeat;
}

p {
	margin: 3px 0;
}

h1, h2 {
	font-family: Arial;
	color: #6d6e70;
	font-size: 18px;
}

h1 {
	font-size: 24px;
}

div#top, div#bottom, div#container {
	width: 930px;
	margin: 0 auto;
}

div#top {
	position: relative;
	height: 110px;
}

div#top img.logo {
	position: absolute;
	top: 50px;
	left: 0px;
}

div#top div.menu2 {
	position: absolute;
	top: 5px;
	right: 5px;
}

div#top div.langs {
	position: absolute;
	top: 92px;
	right: 5px;
}

div#top div.menu2 a {
	text-transform: lowercase;
}

div#top img.mca {
	position: absolute;
	top: 144px;
	left: 200px;
}




div#container {
	min-height: 500px;
	background-color: #fff;
}

div#menu {
	height: 90px;
	margin-left: 270px;
	margin-right: 10px;
}

div#content {
	padding: 10px 10px 0 10px;
}

div#bottom_container {
	height: 55px;
	background-color: #807f7f;
}

div#bottom {
	position: relative;
	height: 40px;
	color: #fff;
	background-color: #807f7f;
}

div#bottom p {
	position: absolute;
	top: 9px;
}

div#bottom div.logos {
	position: absolute;
	top: 2px;
	left: 5px;
}

div#bottom p.copyright {
	left: 130px;
}

div#bottom p.developed {
	right: 10px;
}

div#bottom p.developed a {
	color: #fff;
}

.manerDescription
{
	width: 167px;
	font-family: Arial;
	font-size: 12px; 
	color: #2D2B2C;
	margin-top: 10px;
}


div#menu table.menu {
	width: 100%;
}

div#menu table.menu tr.a td {
	padding: 3px 5px;
}

div#menu table.menu tr.a td, div#menu table.menu tr.a td a {
	font-weight: bold;
	color: #2e2e2e;
}

div#menu table.menu tr.b td {
	padding: 3px 7px;
	border-top: 5px solid #ababab;
	background-color: #eaeaea;
	vertical-align: top;
}

table.bordertable {
	background-color: #333;
}

table.bordertable td {
	background-color: #fff;
	padding: 3px 5px;
}
