* {
	margin:0;
	padding:0;
}
html, body {
	height:100%;
	background-color: #080808;
}
html {
	min-width:900px;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	line-height:1.0625em;
	color:#333333;
	background-position: center;
}

img {
	border:0; 
	vertical-align:top; 
	text-align:left;
}
object { 
	vertical-align:top; 
	outline:none;
}
ul, ol {
	list-style:none;
}

.fleft { 
	float:left;
}
.fright { 
	float:right;
}
.clear { 
	clear:both;
}

.col-1, .col-2, .col-3 {
	float:left;
	width: 430px;
}

.alignright { 
	text-align:right;
}
.aligncenter { 
	text-align:center;
}

.wrapper { 
	width:100%;
	overflow:hidden;
}
.container { 
	width:900px; 
	margin:0 auto;
}




/*==== GLOBAL =====*/
#header {
	font-size:0.75em;
}
#content {
	font-size:.75em;
	background:#fff;
}
#footer {
	font-size:.69em;
	background:#0d0d0d;
	padding:20px 0 20px 0;
}


/*----- forms parameters -----*/

input, select, textarea { 
	font-family:Arial, Helvetica, sans-serif; font-size:1em;
	vertical-align:middle;
	font-weight:normal;
}


/*----- other -----*/
.img-indent { 
	margin:0 20px 0 0; 
	float:left;
}
.img-box { 
	width:100%; 
	overflow:hidden; 
	padding-bottom:28px;
}
	.img-box img {
	float:left;
	margin:0 20px 0 0;
	}

.extra-wrap { 
	overflow:hidden;
}


p {
	margin-bottom:17px;
}
.p1 { 
	margin-bottom:8px;
}
.p2 { 
	margin-bottom:16px;
}
.p3 { 
	margin-bottom:24px;
}

/*----- txt, links, lines, titles -----*/
a {
	color:#426ba3; 
	outline:none;
}
a:hover{
	text-decoration:none;
}

h1 {
	font-size:27px;
	line-height:1.2em;
	color:#484848;
	margin-bottom:20px;
}
h2 {
	font-size:23px;
	color:#868686;
	line-height:1.2em;
	margin-bottom:10px;
}
	h2 strong {
		position:relative;
		display:block;
		margin-top:-11px;
	}
	h2.alt {
		padding-top:0 !important;
		padding-bottom:0 !important;
		margin-bottom:6px;
	}
	h2.icon1 {
	/*	background-image: url(images/kucni.gif);
*/	background-repeat: no-repeat;
	background-position: left 2px;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0px;
	}
	h2.icon2 {
	padding-right: 0;
	padding-left: 0px;
	/*	background-image: url(images/oprema.gif);
*/	background-repeat: no-repeat;
	background-position: left 2px;
	padding-top: 4px;
	padding-bottom: 0px;
	}
	h2.icon3 {
	/*	background-image: url(images/posta.gif);
*/	background-repeat: no-repeat;
	background-position: left 2px;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0px;
	}
	h2.icon4 {
	padding:4px 0 0px 0px;
	/*	background-image: url(images/podrska.gif);*/
	background-repeat: no-repeat;
	background-position: left 2px;
	}
h3 {
	font-size:19px;
	line-height:1.2em;
	color:#fff;
/*	border-bottom:1px solid #515151;*/
	padding-bottom:8px;
	margin-bottom:10px;
}
h4 {
	font-size:1em;
	color:#0d0d0d;
	margin-bottom:8px;
}
h5 {
	font-size:1em;
	color:#0d0d0d;
}
h6 {
	font-size:.85em;
	text-transform:uppercase;
}


.txt1 {
	color:#0d0d0d;
}
.txt2 {
}

.link1 {
	display:block;
	float:right !important;
	background:#e5e5e5;
	color:#333333 !important;
	text-decoration:none;
	padding:0 !important
}
.link1:hover {
	color:#FFFFFF !important;
}
	.link1 em {
		display:block;
		background:url(images/link1-left.gif) no-repeat left top;
	}
	.link1 b { 
		display:block;
		background:url(images/link1-right.gif) no-repeat right top; 
		padding:2px 11px 2px 11px; 
		font-weight:normal; font-style:normal;
	}

.link2 {
	color:#484848;
}

.line-ver { 
	background-image:url(images/line-ver.gif); 
	background-repeat:repeat-y;
	width:100%;
}


/*===== header =====*/
#header .row-0 {
	height:34px;
	background-color: #FFFFFF;
}
	#header .row-0 .logo {
	position:relative;
	margin-left:-20px;
	padding:14px 0 0 0;
	float:left;
	}
	#header .nav-0 {
	float:right;
	padding:10px 0 0 0;
	background-image: url(images/pozadina.gif);
	height: 24px;
	width: 280px;
	text-align: center;
	background-repeat: no-repeat;
	background-position: bottom;
	vertical-align: bottom;
	}
		#header .nav-0 li {
			display:inline;
			color:#272727;
		}
			#header .nav-0 li a {
	color:#FFFFFF;
	text-decoration:none;
	padding:0 12px 0 9px;
			}
			#header .nav-0 li a:hover, #header .nav-0 li a.current {
	color:#FFCC00;
			}



#header .row-1 {
	height:137px;
}
	#header .row-1 .logo {
	position:relative;
	margin-left:-25px;
	padding:14px 0 0 0;
	float:left;
	}
	#header .nav {
	float:right;
	padding:95px 0 0 0;
	text-align: right;
	}
		#header .nav li {
	display:inline;
	color:#666666;
		}
			#header .nav li a {
	color:#FFFFFF;
	text-decoration:none;
	padding:0 12px 0 9px;
			}
			#header .nav li a:hover, #header .nav li a.current {
	color:#FFCC00;
			}
	
#header .row-2 {
	height:334px;
	background-color: #FFFFFF;

}
	#header .row-2 .bg {
	height:334px;
	/*	background:#E2E6EF*/
	}
	#header .row-2 .indent {
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
	}
		#header .row-2 .indent .indent {
			padding:4px 405px 0 55px;
			font-size:1.1em;
			color:#618bc9;
		}
			#header .row-2 .indent p {
				margin-bottom:45px;
			}
			#header .row-2 .indent p a {
				color:#fff;
			}
			
			




/*===== content =====*/
#content {
	padding:50px 0 0 0;
	background:#fff;
}
#content .row-1 {
	padding:0 0 30px 0;
}
#content .row-2 {
	background:#252525;
	color:#CCCCCC;
	padding:30px 0 35px 0;
}

#content.extra-bg {

}

.banners {
	width:100%;
	overflow:hidden;
	border-top:1px solid #cfcfcf;
	border-bottom:1px solid #cfcfcf;
	padding:20px 0 35px 0;
	margin-bottom:28px;
}
	.banners.alt {
		border-top:none;
		padding-top:10px;
	}
	.banners li {
	float:left;
	padding:0;
	width:285px;
	margin-right:15px;
	}
		.banners li.last {
			margin-right:0;
		}
			.banners li li {
				background:url(images/arrow1.gif) no-repeat left 6px;
				padding:0 0 5px 15px;
				width:auto;
				margin:0;
				float:none;
			}
			.banners.alt li  li {
				background:none;
				padding-left:0;
			}
				.banners.alt li li strong {
					color:#426ba3;
				}
			.banners li h4 {
				padding-left:4px;
			}
			.banners li ul {
	padding:0 0 11px 4px;
			}
				.banners li ul li a {
					color:#777;
					text-decoration:none;
				}
				.banners li ul li a:hover {
	color:#FFCC00;
	text-decoration:none;
				}
			.banners li .wrapper a {
				font-weight:bold;
				color:#426ba3;
				float:left;
				padding-top:3px;
			}

.top-proposals {
	width:100%;
	overflow:hidden;
}
	.top-proposals li {
		float:left;
		margin-right:19px;
	}
	.top-proposals li.last {
		margin-right:0;
	}

.list1 li {
	background:url(images/arrow3.gif) no-repeat left 6px;
	padding:0 0 6px 17px;
}
	.list1 li a {
		color:#777;
	}

.list2 li {
	width:100%;
	overflow:hidden;
	padding-bottom:5px;
}
	.list2 li a {
		float:left;
		width:266px;
		color:#929292;
		text-decoration:none;
	}
		.list2 li a:hover {
			color:#fff;
		}
	.list2 li span {
		font-weight:bold;
		float:left;
		width:95px;
		font-size:1.1em;
	}
	.list2 li strong {
		color:#fff;
		float:right;
		font-size:1.1em;
	}

/*===== footer =====*/
#footer {
	color:#fff;
	background-color: #4B4B4B;
	/* text-transform:uppercase; */
}
	#footer a {
	color:#FFFFFF;
	text-decoration:none;
	text-transform:none;
	}
	#footer a:hover {
	color:#FFCC00;	/*	text-decoration:underline;*/
	}
	
/*==========================================*/


/*============================*/
/*=== Custom Slider Styles ===*/
/*============================*/
#slider-wrapper {
	width:850px;
	height:300px;
	padding-left: 25px;
}

#slider {
	position:relative;
	width:845px;
	height:285px;
	margin-left:0px;
	background-image: url(images/loading.gif);
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
	display:block;
}

.nivo-controlNav {
	position:absolute;
	left:260px;
	bottom:-42px;
}
.nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url(images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:0 -22px;
}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}

.nivo-caption {
    text-shadow:none;
    font-family: Helvetica, Arial, sans-serif;
}
.nivo-caption a { 
    color:#efe9d1;
    text-decoration:underline;
}

/*====================*/
/*=== Other Styles ===*/
/*====================*/
.clear {
	clear:both;
}


/* OVERLAY EFEKT STIL
/* the overlayed element */
.simple_overlay {
	/* must be initially hidden */
	display:none;
	/* place overlay on top of other elements */
	z-index:10000;
	/* styling */
	background-color:#FFFFFF;
/*	background-image:url(images/gornji.jpg);
	background-repeat: no-repeat;*/
	width:656px;
	min-height:280px;
/*	border:1px solid #666;*/
	/* CSS3 styling for latest browsers */
	-moz-box-shadow:0 0 90px 5px #000;
	-webkit-box-shadow: 0 0 90px #000;
	position: fixed;
	top: 500px
	
}

/* close button positioned on upper right corner */
.simple_overlay .close {
	background-image:url(images/close.png);
	position:absolute;
	right:-15px;
	top:-15px;
	cursor:pointer;
	height:35px;
	width:35px;
}

	/* some styling for triggers */
	#triggers {
		text-align:center;
	}
	
	#triggers img {
	cursor:pointer;
	margin:0 5px;
	background-color:#fff;
	border:1px solid #ccc;
	padding:2px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	}
	
	
	
	/* styling for elements inside overlay */
	.details {
	position:absolute;
	top:15px;
	right:15px;
	font-size:12px;
	color:#333333;
	width:450px;
	}
	
	.details h3 {
		color:#868686;
		font-size:15px;
		margin:0 0 -10px 0;
	}
	
	
.style1 {
	color: #FFFFFF;
	font-weight: bold;
}
.koraci {
	float: left;
	width: 80px;
}
