body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #666666;
	background-color: #F1F1F1;
	background-image: url(../grafika/site_bg.jpg);
	background-repeat: repeat-x;
}
h1 {
	font-size: 16px;
	font-weight: bold;
}
#header {
	height: 200px;
	width: 900px;
	border: 1px solid #CCCCCC;
}
#wrapper {
	height: auto;
	width: 902px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}
#logo {
	float: left;
	height: 200px;
	width: 210px;
}
#slider {
	float: right;
	height: 200px;
	width: 690px;
}
#navigation {
	height: 33px;
	width: 900px;
	border: 1px solid #CCCCCC;
	margin-top: 6px;
	margin-bottom: 6px;
}
.clearit {
	margin: 0;
	padding: 0;
	height: 0;
	clear: both;
}

/* BUBBLE PLASTIC HORIZONTAL MENU */

.bubplastic.horizontal {
	width: 100%;
	height: 33px;
	margin: 0;
	padding: 0;
	background-color: #000000;
	background-image: url(../grafika/bg-bubplastic.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.bubplastic.horizontal ul {
	list-style: none;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 35px;
}
.bubplastic.horizontal ul li {
	float: left;
	margin: 0;
	padding: 0;
	background-color: transparent;
	background-image: url(../grafika/bg-bubplastic-button.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.bubplastic.horizontal ul li a {
	display: block;
	height: 33px;
	padding-left: 35px;
	float: left;
	color: #FFFFFF;
	text-decoration: none;
	font-weight:bold;
}

.bubplastic.horizontal ul li a span.menu_ar {
	display: block;
	float: left;
	height: 25px;
	padding-top: 8px;
	padding-right: 35px;
	cursor: pointer;
	background-color: transparent;
	background-image: url(../grafika/bg-bubplastic-button.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
/* END BUBBLE PLASTIC HORIZONTAL MENU */



/* AQUA HOVER */
.bubplastic.aqua ul li a:hover,
.bubplastic.aqua ul li.highlight a {
	background-color: transparent;
	background-image: url(../grafika/bg-bubplastic-h-aqua.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	color:#0033d4;
}
.bubplastic.aqua ul li a:hover span.menu_ar,
.bubplastic.aqua ul li.highlight a span.menu_ar {
	background-color: transparent;
	background-image: url(../grafika/bg-bubplastic-h-aqua.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	color:#0033d4;
}


#test li {
	display: block;
	border: solid 1px red;
}
#content {
	width: 900px;
	border: 1px solid #CCCCCC;
	background-color: #FFF;

}
#text_index{
	width: 430px;
	padding-left:20px;
	height: auto;
	float:left;
	text-align:justify;
}

#slika_index{
	width: 420px;
	padding-right:10px;
	padding-left:20px;
	padding-top:15px;
	height: auto;
	float:left;
	
}

#footer {
	width: 902px;
	margin-top: 10px;
	font-weight: bold;
	font-size: 11px;
	margin-bottom: 10px;
}
#footer-left {
	float: left;
	width: 250px;
	margin-bottom: 10px;
}
#footer-center {
	float: left;
	width: 402px;
	margin-bottom: 10px;
}
#footer-right {
	float: right;
	width: 250px;
	margin-bottom: 10px;
}

/* SLIDER CSS */

/*--Main Container--*/
.main_view {
	float: left;
	position: relative;
}
/*--Window/Masking Styles--*/
.window {
	height:200px;	width: 690px;
	overflow: hidden; /*--Hides anything outside of the set width/height--*/
	position: relative;
}
.image_reel {
	position: absolute;
	top: 0; left: 0;
	height:5px;
}
.image_reel img {float: left;}

/*--Paging Styles--*/
.paging {
	position: absolute;
	bottom: 20px; right: -7px;
	width: 178px; height:20px;
	z-index: 100; /*--Assures the paging stays on the top layer--*/
	text-align: center;
	line-height: 20px;
	display: none; /*--Hidden by default, will be later shown with jQuery--*/
}
.paging a {
	padding: 5px;
	font-size:10px;
	text-decoration: none;
	color: #fff;
}
.paging a.active {
	font-weight: bold;
	font-size:10px;
	background: #920000;
	border: 1px solid #610000;
	-moz-border-radius: 1px;
	-khtml-border-radius: 1px;
	-webkit-border-radius: 1px;
}
.paging a:hover {font-weight: bold;}

/* KRAJ SLIDER CSS */
.pocetna-slike-dole a img {
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 20px;
}


	#gallery {
		padding: 10px;
		width: 860px;
		margin-left:auto;
		margin-right:auto;
	}
	#gallery ul { list-style: none; }
	#gallery ul li { display: inline; }
	#gallery ul img {
		border: 2px solid #CCCCCC;
	}
	#gallery ul a:hover img {
		border: 2px solid #666666;
		color: #fff;
	}
	#gallery ul a:hover { color: #fff; }
.galerija_kategorije {
	height: 150px;
	width: 800px;
	border: 1px solid #CCC;
	background-color: #FFF;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}
