@charset "utf-8";
/* CSS Document */

*{padding: 0; margin: 0;}
html, body{
	padding: 0;
	margin: 0;
	background: url(../img/bg.gif);
/*	background-color: #CCCCCC; */
	background-repeat: repeat
}

/* * * * * POLJA * * * * */
#container{
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	padding-bottom: 15px
}

#head{
	width: 1200px;
	height: 200px;
	padding: 0px 0px;
	background-image:url(../img/head_bg.jpg)
}

#holder{
	width: 1200px;
	position: relative;
	float: left;
	padding: 10px 0px;
	background: #f7f8f9
}

#holder-left{
	width: 778px;
	min-height: 200px;
	position: relative;
	float: left;
	padding-right: 10px;
	border-right: 2px solid #0CF;
	background: #efefef
}

#holder-right{
	width: 378px;
	position: relative;
	float: right;
	padding-left: 10px;
/*	border-left: 2px solid #0CF; */
}

#footer{
	width: 1200px;
	height: 64px;
	position: relative;
	float: left;
	background-image:url(../img/footer_top.gif);
	background-repeat: repeat-x
}

p, a, label, input, textarea, h1, h2, h3, li, caption, td, div {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#4d4d4d;
	font-weight: normal;
	line-height: 20px;

/*	list-style-image:url(../img/menu_row.png);*/
	list-style-position:inside;
}

li {
	line-height: normal;
	list-style-type: square;
}

p, a, label, input, textarea, caption, h1, h2, h3, li, td {
	padding-top: 2px;
	padding-bottom: 2px
}

h1 {
	font-size:24px;
	color:#e09288;
	padding-left:20px;
}

h2 {
	font-size:22px;
	color:#c28083;
	background: transparent url(../img/ine-h1.png) repeat-x left 15px;
	padding-left:20px;
	padding-bottom: 10px;
}

h2 span {
	background-color: #f7f8f9;
	padding: 0px 10px;
}

h3 {
	color: #333333;
	font-size:18px;
	font-style:italic;
	padding-top:10px;
}

p a, li a {
	color:#09f;
	text-decoration:none
}

p a:hover, li a:hover {
	color:#4d4d4d
}

.footer-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	padding-top: 10px
}

.footer-text a {
	font-size: 12px;
	color: #09F;
	text-decoration:none
}

.footer-text a:hover {
	color: #4d4d4d
}


/* * * SLIDER * * */
#slider							{ background: #f7f8f9; width:380px; float:right; overflow: hidden;
								  position: relative; margin: 0; }
								  
                                /* DEFAULT is for three panels in width, adjust as needed
                                   This only matters if JS is OFF, otherwise JS sets this. */								  
#mover							{ width: 740px; position: relative; }

#slider							{ background: #f7f8f9 /*white url(../img/slider-bg4.jpg)*/; overflow: hidden;
								  position: relative; margin: 0; }
								  
                                /* DEFAULT is for three panels in width, adjust as needed
                                   This only matters if JS is OFF, otherwise JS sets this. */								  
#mover							{ width: 740px; position: relative; }

.slide							{ padding: 260px 10px 10px 10px; width: 360px; float: left; position: relative; }
.slide h1						{ font-family: Arial, Helvetica, sans-serif; font-size: 24px; color: #c28083; line-height: 24px;
								  padding-bottom: 15px }
.slide p						{ color: #666; font-size: 14px;	line-height: 15px; padding-top:15px; width: 360px; }
.slide li						{ color: #666; font-size: 14px;	line-height: 20px; width: 360px; }
.slide img						{ position: absolute; top: 0px; left: 10px; }
#slider-stopper					{ position: absolute; top: 1px; right: 30px; background: #ac0000; color: white;
								  padding: 3px 8px; font-size: 10px; text-transform: uppercase; z-index: 1000; }


/* * * IMAGE SLIDER * * */
#slideshow {
/*  margin: 0px auto; */
  position: relative;
/*  width: 240px; */
/*  height: 240px; */
  padding: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
}

#slideshow > div {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}

/* * * MENU * * */
hr {
	border:none;
	border-top:1px solid #CCCCCC;
	height:1px;
	margin-bottom:25px;
	}

#nav {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	background: #f7f8f9;
/*	border-top: 1px solid #999; */
	border-bottom: 1px solid  #999;
	}

#nav li { 
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
	}

#nav a {
	float: left;
	display: block;
	padding: 6px 30px 6px 5px;
	text-decoration: none;
	font-weight: bold;
	font-size: 90%;
	color: #666;
	background: #f7f8f9 url(../img/slant.gif) no-repeat top right;
	}

#nav #nav-1 a {
	padding-left: 20px;
	}

#nav a:hover {
	color: #000;
	}

/* * * FORM BUTTON * * */
.button-form{
	color: #000000;
	height: 23px;
	width: 100px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 10px;
	cursor: pointer;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-right: 25px;
	background-image: url(../img/button-form-silver.png);
	background-position:top;
	background-repeat: no-repeat;
	margin-left: 25px;
}
.button-form:hover {
	background-position:bottom;
}