@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background-image: url(../images/page-bg.jpg);
	background-repeat: repeat-x;
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
img {
	border: none;
}
.clear {
	clear: both;
}
#wrapper {
	margin: 0 auto;
	width: 1013px;
	background-image: url(../images/wrapper-bg.jpg);
	background-repeat: repeat-y;
	margin-top: 30px;
	margin-bottom: 27px;
}
#header {
	background-image: url(../images/header-bg.jpg);
	background-repeat: no-repeat;
	padding-top: 28px;
}
#container {
	background-image: url(../images/container-bg.jpg);
	background-repeat: repeat-y;
}
#container, #header {
	padding-left: 22px;
	padding-right: 22px;
	clear: both;
}
#content, #sidebar {
	float: left;
}
#content {
	background-image: url(../images/cotent-bg.jpg);
	background-repeat: repeat-x;
	background-color: #EEEEEE;
	width: 700px;
	text-align: left;
}
#sidebar {
	width: 268px;
	text-align: left;
}
#footer {
	background-image: url(../images/footer-bg.jpg);
	background-repeat: no-repeat;
	height: 144px;
	clear: both;
	text-align:left;
}
#footercontent {
	border-top: 1px solid #FFFFFF;
	text-align: left;
	margin: 0 22px;
	padding-left: 115px;
}

h1.title {
	font-size: 14px;
	line-height: 130%;
	font-weight: bold;
	margin-left: 87px;
	margin-top: 28px;
	padding-left: 28px;
	width: 495px;
	background-image: url(../images/h1-pointer.jpg);
	background-position: 0 2px;
	background-repeat: no-repeat;
}
#sidebar h2 {
	color: #B9B9B9;
	font-size: 10px;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 26px;
	margin-left: 41px;
}
#sidebar ul {
	list-style-type: none;
	margin-left: 41px;
	padding: 0;
}
#sidebar ul li {
	margin: 0;
	padding: 0;
	margin-bottom: 18px;
}
#content h2 {
	width: 584px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 115px;
	font-size: 14px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	background-image: url(../images/h2-bg.jpg);
	background-repeat: no-repeat;
}
#content h2.first {
	background-image: url(../images/h2-first-bg.jpg);
	background-repeat: no-repeat;
}
#content ul {
	margin: 18px 103px;
	padding: 0;
	list-style-type: none;
	font-size: 11px;
	line-height: 150%;
}
#content ul li {
	background-image: url(../images/li-disc.jpg);
	background-position: 0 6px;
	background-repeat: no-repeat;
	padding-left: 12px;
	margin: 12px 0;
}
#content p {
	margin: 18px 115px;
	font-size: 11px;
	line-height: 150%;	
}
#footer p {
	margin: 0;
}
#footer a {
	color: #000000;
	text-decoration: none;
}
#adressblock, #contactblock {
	font-size: 11px;
	line-height: 120%;
	float: left;
	width: 260px;
}
#adressblock {
	margin-top: 20px;
}

#contactblock {
	margin-top: 35px;
}

