/* Master styles */

html, body {
	margin: 0;
	padding: 0;
	text-indent: 0;
	color: #000;
	border:0;
}
html, body * {
	margin: 0;
	padding: 0;
	text-indent: 0;
}
img { border: 0 }
.left { float: left }
.right { float: right }

/* Website styles */
body.intro {
	background: #c1c1c1 url('bg-intro.gif') top center repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	color: #727272;
}

/* Intro styles */
div.intro-container {
	width: 600px;
	margin: 0 auto;
}
img.logo-intro {
	margin: 50px 0 20px 0;
}
h1.slogan-intro {
	width: 600px;
	font-size: 24px;
	text-align: center;
	font-weight: normal;
	margin: 0 0 60px 0;
	background: #838281;
	color: #000;
}
p.lang-intro {
	float: left;
	width: 200px;
	text-align: center;
}
.lang-intro a {	
	font-size: 18px;
	color: #838281;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: normal;
}
.lang-intro a:hover {
	color: #fff!important;
}
.lang-intro img {
	margin: 0 0 5px 0;
}
p.intro-footer {
	clear: both;
	padding: 50px 0 0 0;
	text-align: right;
	font-size: 12px;
}
.intro-footer img {
	position: relative;
	top: 9px;
}

/* Pages styles */
body {
	background: #bfbfbf url('bg.gif') top center repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	color: #727272;
}
div#container {
	width: 760px;
	margin: 0 auto;
}
div#nav {
	width: 760px;
	height: 40px;
	line-height: 40px;
}
#nav ul {
	float: left;
}
#nav ul li {
	list-style: none;
	float: left;
}
#nav ul li a {
	font-size: 16px;
	color: #000;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	padding: 0 30px 0 0;
}
#nav ul li a.active {
	color: #d4d4d4;
}
#nav ul li a:hover {
	color: #fff;
}
#nav p {
	float: right;
	width: 150px;
	text-align: right;
}
#nav p a {
	font-size: 12px;
	color: #727272;
	text-decoration: none;
	text-transform: uppercase;
	padding: 0 0 0 10px;
}
#nav p a img {
	margin: 0 2px 0 0;
	position: relative;
	top: 1px;
}
#nav p a:hover {
	color: #fff;
}
h1.page {
	width: 760px;
	height: 45px;
	line-height: 40px;
	font-size: 36px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	text-align: center;
	letter-spacing: 0.9px;
	margin: 10px 0 0 0;
	background: #838281 url('big-line.gif') bottom left no-repeat;
}
h1.en1 {
	font-size: 36px;
	letter-spacing: 2px;
}
h1.ru1 {
	font-size: 36px;
	letter-spacing: 0px;
}
div#sidebar {
	float: left;
	width: 200px;
	padding: 10px 0 0 0;
}
#sidebar ul li {
	list-style: none;
}
#sidebar ul li a {
	font-size: 18px;
	color: #000;
	text-decoration: none;
}
#sidebar ul li a.active {
	color: #d4d4d4;
}
#sidebar ul li a:hover {
	color: #fff;
}
#sidebar p {
	font-size: 14px;
	line-height: 22px;
	color: #000;
	text-align: justify;
}
#sidebar p a {
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
div#content {
	float: right;
	width: 540px;
	padding: 8px 0 0 0;
	background-image: url(content-bg.gif);
	background-repeat: no-repeat;
	background-position: right 45px;
}
#content h2 {
	width: 540px;
	height: 30px;
	line-height: 25px;
	font-size: 14px;
	color: #838281;
	text-align: right;
	background: url('small-line.gif') bottom right no-repeat;
}
#content p {
	width: 370px;
	margin: 10px 0;
	font-size: 16px;
	line-height: 22px;
	color: #000;
	text-align: justify;
	text-indent: 20px;
}
#content table {
	color: #000;
}
#content p a {
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
#content p a:hover {
	color: #fff;
}
#content .news {
	margin: 10px 0;
	border-bottom: 1px solid #ccc;
}
div#footer {
	clear: both;
	width: 760px;
	height: 32px;
	padding: 20px 0;
	font-size: 14px;
	color: #000;
}
#footer span.left {
	position: relative;
	top: 18px;
}
#footer span.right img {
	position: relative;
	top: 8px;
	margin: 0 0 0 15px;
}
.admin {
	background: none;
}
