html {
	background:url(../images/bg-site.jpg) top left repeat;
}
body {
	background:url(../images/bg-slider.png) top left repeat-x;
    font-family: Verdana, Verdana, Geneva, sans-serif;         
    color:#000;
    font-size:12px;
    line-height:16px;
}

#container {
    width:980px;
    margin: 0 auto;
}
#header {
	background:url(../images/bg-header.jpg) top left no-repeat;
    height: 521px;
    overflow: auto;
}
#logo {
	background:url(../images/logo.jpg) top left no-repeat;
    width:164px;
    height:129px;
	margin:0 0 0 10px;
	position:absolute;
}
#tel {
	width:168px;
	height:19px;
	position:absolute;
	margin:87px 0 0 792px;
}
#slider {
	width:960px;
    height:379px;
	margin:141px 10px 0 10px;
	position:absolute;
}

#main-top {
	background:url(../images/main-top.png) top center no-repeat;
	height:20px;
}
#main {
	background:url(../images/bg-mainrepeat.png) top center repeat-y;
    overflow:auto;
    padding: 0 0 20px 0;
}

#sidebar {
	background:url(../images/bg-sidemenu.jpg) top right repeat-y;
    width:200px;
	margin:0 0 0 20px;
    float:left;
}
#sidebar a {
    display:block;
	width:191px;
    line-height:25px;
	height:25px;
	font-size:14px;
    color:#bbb;
	border-top:1px solid #fff;
	padding:0 0 0 10px;
}
#sidebar a:hover {
	color:#fff;
}
#sidebar li.active a {
	color:#fff;
    background:url(../images/menu-select.png) top right no-repeat;
}
#sidebar li.active ul {
	padding:0 0 10px 0;
}
#sidebar li.active ul li a {
	font-size:12px;
}
#sidebar li.active li a {
	background:none;
	padding:0 0 0 25px;
	border-top:none;
	line-height:16px;
	height:16px;
	color:#bbb;
}
#sidebar li.active li a:hover, #sidebar li.active li.active a {
	color:#fff;
}
#content {
    width:480px;
    padding: 0 30px;
    float:left;
}

.text p, .text ul, .text ol, .text h1, .text h2, .text h3, .text h4, .text h5, .text h6 {
    padding: 0 0 15px 0;
}
.text ul, .text ol{
    padding: 0 0 15px 25px;
    list-style:disc;
}
.text ol{
    list-style:decimal;
}
.text table {
	margin: 0 0 15px 0;
}
.text td {
    vertical-align:top;
}
.text a {
    color:#0e2f62;
    text-decoration:underline;
}
.text a:hover {
    text-decoration:none;
}
.text h1, .text h2, .text h3, .text h4, .text h5, .text h6 {
    font-size:14px;
	color:#0e2f62;
}
.text h1 {
    font-size:18px;
}
.text h2 {
    font-size:16px;
}
.text h3 {
    font-size:15px;
}
#rightbar {
	background:url(../images/bg-rightbar.png) top left no-repeat;
    float:right;
    width:198px;
	margin:0 20px 0 0;
	border:1px solid #e3e3e3;
}
#rightbar .title {
    font-size:14px;
    font-weight:bold;
    display:block;
    padding: 6px 0 5px 10px;
	color:#fff;
}
#rightbar p {
	margin: 15px;
	border-bottom:1px solid #e3e3e3;
}
#footer {
	background:url(../images/bg-footer.png) top left no-repeat;
    clear:both;
	height:158px;
    font-size:11px;
	color:#858585;
	padding:20px 0 0 0;
}
#footer-left {
	float:left;
	width:300px;
    clear:both;
    font-size:12px;
	margin:25px 0 0 30px;
}
#footer-right {
	float:right;
	width:500px;
	margin:20px 30px 0 0;
}
#footer-adres {
    font-size:12px;
	float:right;
	text-align:right;
	width:200px;
	margin:5px 15px 0 0;
}
#footer-map {
	float:right;
	width:170px;
	height:110px;
	margin:0;
}
#footer a {
    font-size:12px;
    color:#858585;
}
#footer a:hover {
    text-decoration:underline;
}
