* {
	margin: 0;
	padding: 0;
	outline: 0;
}

html, body {
	font-family: Arial, Tahoma;
	font-size: 14px;
}

a {
	text-decoration: none;
}

.clear {
	clear: both;
}

#wrapper {
	width: 960px;
	margin: 0 auto;
	padding: 0 10px;
	background: #FFF url('../images/shadow.png') 50% 0 repeat-y;
}

#header {
	overflow: auto;
}

#header h1 {
	float: left;
	width: 330px;
	height: 45px;
	background: rgb(230,230,230) url('../images/logo.png') 0 0 no-repeat;
	font-size: 13px;
	color: #1072B9;
	text-align: center;
	padding-top: 305px;
}

#banners {
	float: left;
	width: 630px;
	height: 350px;
}

#navigation {
	background-color: rgb(51,51,51);
	border-top: 5px solid rgb(213,213,213);
	border-bottom: 5px solid rgb(213,213,213);
	padding: 10px 12px;
	color: #fff;
	overflow: auto;
}

#menu li {
	display: block;
	float: left;
	padding: 0 12px;
	border-right: 2px solid #fff;
}
#menu li.first {
	padding-left: 0;
}
#menu li.last {
	border-right: 0;
}
#menu li a {
	color: #fff;
	text-transform: uppercase;
}
#menu li a:hover , #menu li a.selected {
	color: rgb(16,114,185);
}

#language {
	float: right;
}
#language li {
	display: block;
	float: left;
	padding: 0 12px;
	border-right: 2px solid rgb(213,213,213);
}
#language li.last {
	padding-right: 0;
	border-right: 0;
}
#language li a {
	color: #fff;
	text-transform: uppercase;
}
#language li a:hover, #language li.selected a {
	color: rgb(16,114,185);
}

#sub-navigation {
	background-color: rgb(16,114,185);
	overflow: auto;
	font-size: 13px;
	height: 36px;
}
#sub-navigation li {
	display: block;
	float: left;
	border-right: 2px solid rgb(213,213,213);
	background-color: rgb(51,51,51);
}
#sub-navigation li a {
	display: block;
	padding: 10px 12px;
	color: #fff;
	text-transform: uppercase;
}
#sub-navigation li.last a {
	padding: 10px 7px;
}
#sub-navigation li.selected a {
	color: rgb(16,114,185);
	background-color: #fff;
}

#container {
	padding: 30px 12px;
}

#container p {
	margin-bottom: 20px;
}

#footer {
	border-top: 2px solid rgb(213,213,213);
	background-color: rgb(16,114,185);
	padding: 5px 0;
}
#footer p {
	text-align: center;
	font-size: 12px;
	color: #fff;
}

#container p {
	color: rgb(16,114,185);
}

#mold-images {
	height: 550px;
	background: #fff url('../images/mold1.jpg') 0 0 no-repeat;
}
#mold-text {
	width: 470px;
	margin-left: 470px;
}
.center {
	text-align: center;
}

#about {
	background: #fff url('../images/about.jpg') 0 100% no-repeat;
	min-height: 640px;
	height: 640px;
	margin-bottom: 20px;
}
#contacs {
	background: #fff url('../images/contacts.jpg') 100% 100% no-repeat;
}
#contacs p {
	width: 560px;
}
#map {
	width: 540px;
	height: 420px;
	padding: 10px;
	background-color: rgb(16,114,185);
}

#about p {
	margin-left: 300px;
}

p#mit-bg {
	margin: 40px 0 0 20px;
	font-style: italic;
}

p#mit-en {
	margin: 20px 20px 0 20px;
	font-style: italic;
}