/* RESET */
/* ----------------------------------------- */

/* Global reset */
/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0; outline: none; }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ol, ul, li { list-style:none }
caption, th { text-align:left }
h1, h2, h3, h4, h5, h6 { font-size:100%; font-weight:normal }
q:before, q:after { content:''}

/* Global reset-RESET */
/* The below restores some sensible defaults */
strong { font-weight: bold }
em { font-style: italic }
a img { border:none } /* Gets rid of IE's blue borders */

/* LAYOUT */
/* ----------------------------------------- */

br.clear { clear:both; display:block; height:1px; margin:-1px 0 0 0 }
.left {float: left;}
.right {float: right;}
.center {margin: 0 auto;}
a {color: #000;}

/* BODY */
/* ----------------------------------------- */

html {
	background: #fff url(../images/bg.jpg) repeat-x;
}


body {
	font-family: Arial, Tahoma, Verdana, sans-serif;
	background: url(../images/header.jpg) no-repeat 50% 0;
	text-align: center;
}

.wrapper {
	width: 1026px;
	margin: 0 auto;
	text-align: left;
}

/* HEADER */
/* ----------------------------------------- */

#header {
	overflow: hidden;
	position: relative;
}

#header .link {
	display: block;
	position: absolute;
	top: 6px;
	left: 366px;
	width: 280px;
	height: 131px;
}

#header #navigation {
	height: 60px;
	margin-top: 137px;
}

#navigation #main_nav {
	height: 60px;
}
#navigation #main_nav li {
	float: left;
	padding-top: 15px;
}

#navigation #main_nav li a {
	display: block;
	float: left;
	height: 34px;
	padding-left: 9px;
	font-size: 12px;
	color: #00c3ff;
	font-weight: bold;
	text-decoration: none;
}
#navigation #main_nav li a:hover, #navigation #main_nav li.active a {
	background: url(../images/nav_left.png) no-repeat top left;
	color: #fff;
}

#navigation #main_nav li a span {
	display: block;
	float: left;
	padding: 0 20px 0 11px;
	line-height: 34px;	height: 34px;
	cursor: pointer;	
}

#navigation #main_nav li a:hover span, #navigation #main_nav li.active a span {
	background: url(../images/nav_right.png) no-repeat top right;
}

/* SIDEBAR */
/* ----------------------------------------- */

#sidebar {
	width: 262px;
	float: left;
	overflow: hidden;
	margin: 12px 14px 0 34px;
	display: inline;
}

.side_item {
	width: 262px;
	margin-bottom: 10px;
	background: url(../images/side_bg.jpg) repeat-y;
}

.side_item .title {
	display: block;
	width: 262px;
	height: 47px;
	line-height: 47px;
	background: url(../images/side_title.jpg) no-repeat;
	text-align: center;
}

.side_item .title h1 {
	color: #515151;
	font-size: 16px;
	font-weight: bold;
}

.side_item .side_cont {
	padding-bottom: 5px;
}

.side_cont ul li {
	width: 262px;
	height: 33px;
	padding-bottom: 2px;
	line-height: 33px;
	background: url(../images/side_nav_bg.jpg) no-repeat;
}
.side_cont ul li a {
	padding: 0 24px;
	font-size: 11px;
	color: #000;
	text-decoration: none;
}
.side_cont ul li a:hover, .side_cont ul li.active a {
	text-decoration: underline;
}

.side_item .side_bott {
	display: block;
	width: 262px;
	height: 7px;
	background: url(../images/side_bott.jpg) no-repeat;
}

.side_cont p {
	width: 220px;
	margin: 5px auto;
	font-size: 11px;
	color: #000;
}

.side_cont form p {
	width: 240px;
	margin: 0 auto;
}

.side_cont form .textfield {
	border: none;
	width: 148px;
	height: 21px;
	background: url(../images/side_input.jpg) no-repeat;
	font-size: 11px;
	color: #000;
	padding: 10px 10px 0;
}

.side_cont form .submit {
	border: none;
	width: 65px;
	height: 31px;
	color: #fff;
	font-weight: bold;
	font-size: 11px;
	background:  url(../images/button.jpg) no-repeat;
}

.side_cont a.akcija {
	position: relative;
	width: 236px;
	height: 178px;
	display: block;
	text-decoration: none;
}

.side_cont a.akcija p {
	position: absolute;
	top: 10px;
	left: 30px;
	font-size: 29px;
	color: #00c3ff;
	line-height: 30px;
}

.side_cont a.akcija img {
	margin: 13px;
}

/* CONTENT */
/* ----------------------------------------- */

#content {
	float: left;
	width: 643px;
	margin-top: 12px;
}

.news {
	width: 643px;
	overflow: hidden;
	margin-bottom: 10px;
}

.news .title {
	display: block;
	height: 45px;
	width: 643px;
	background: url(../images/content_title.jpg) no-repeat;
	line-height: 45px;
}

.news .title h1 {
	font-size: 21px;
	height: 45px;
	padding-left: 20px;
	color: #fff;
}

.news .news_cont {
	background: url(../images/content_bg.jpg) repeat-y;
	padding: 12px 6px 4px;
	font-size: 11px;
	color: #000;
	line-height: 23px;
}

.news .news_cont img.left {
	margin: 0 5px 5px 0;
}
.news .news_cont img.right {
	margin: 0 5px 5px;
}

.news .news_cont h1 {
	font-size: 16px;
	font-weight: bold;
}
.news .news_cont h2 {
	font-size: 15px;
	font-weight: bold;
}
.news .news_cont h3 {
	font-size: 14px;
	font-weight: bold;
}
.news .news_cont h5 {
	font-size: 13px;
	font-weight: bold;
}
.news .news_cont ul li {
	margin-left: 20px;
	list-style: disc;
}
.news .news_cont ol li {
	margin-left: 20px;
	list-style: decimal;
}
.news .news_cont blockquote {
	margin: 10px;
	padding: 10px;
	border: 1px solid #3e3e3e;
}

.news .news_cont .akcija {
	border-top: 1px dashed #d6d6d6;
	border-bottom: 1px dashed #d6d6d6;
	padding: 5px 10px;
}
.news .news_cont .akcija img {
	float: left;
	margin: 10px 10px 0 0;
}
.news .news_cont .akcija p {
	padding: 10px 0 0 0;
	line-height: 15px;
	color: #787878;
}

.news .news_bott {
	display: block;
	width: 643px;
	height: 7px;
	background: url(../images/content_bott.jpg) no-repeat;
}

.news .news_cont .items_list {
	width: 624px;
	margin: 10px auto;
}
.news .news_cont .items_list li {
	list-style: none;
	margin: 0;
}
.items_list .list li .col1 {
	float: left;
	width: 305px;
}
.items_list .list li .col2 {
	float: left;
	width: 70px;
	text-align: center;
}
.items_list .list li .col3 {
	float: left;
	width: 186px;
	text-align: right;
}

.items_list .list li.first {
	height: 40px;
	background: #fff;
	border: 1px solid #d6d6d6;
	line-height: 40px;
	color: #02c3ff;
	font-size: 11px;
	font-weight: bold;
	padding: 0 38px 0 20px;
}
.items_list .list li.first div {
	border: none;
}
.items_list .list li {
	padding: 0 38px 0 20px;
	height: 35px;
	line-height: 35px;
}
.items_list .list li div {
	border-bottom: 1px dashed #000;
}

/* FOOTER */
/* ----------------------------------------- */

#footer {
	margin: 20px 0 0 0;
}

#footer #foot_nav {
	width: 866px;
	height: 43px;
	line-height: 43px;
	padding: 0 80px;
	background: url(../images/footer.jpg) no-repeat;
	margin-bottom: 5px;
}

#foot_nav ul li {
	display: inline;
}
#foot_nav ul li a {
	margin: 0 3px;
	text-decoration: none;
	font-size: 11px;
	color: #000;
}
#foot_nav ul li a:hover {
	text-decoration: underline;
}

#footer p {
	font-size: 11px;
	color: #d3be00;
	font-weight: bold;
	margin-bottom: 5px;
	display: inline;
}
#footer p.left {
	margin-left: 85px;
}

#footer p.right {
	margin-right: 72px;
	padding-right: 53px;
	position: relative;
}

#footer p.right img {
	position: absolute;
	top: 0;
	right: 0;
}