@charset "utf-8";
/* CSS Document */

*{
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	color:#1e5790;
}
.clearer{
	clear:both;
}
img{
	border:none;
}
a{
	text-decoration:none;
	outline:none;
}
ul{
	list-style:none;
}


/*.....................  LINKS HOVER AND NONHOVER STATE.................*/
.naslovna{
	background-image:url(../images/naslovna.png);
	width:139px;
	height:44px;
	display:block;
}
.naslovna:hover{
	background-image:url(../images/naslovna_hover.png)
}
.uslugi{
	background-image:url(../images/uslugi.png);
	width:139px;
	height:44px;
	display:block;
}
.uslugi:hover{
	background-image:url(../images/uslugi_hover.png)
}
.za_nas{
	background-image:url(../images/za_nas_hover.png);
	width:139px;
	height:44px;
	display:block;
}
.za_nas:hover{
	background-image:url(../images/za_nas.png)
}
.kontakt{
	background-image:url(../images/contact.png);
	width:139px;
	height:44px;
	display:block;
}
.kontakt:hover{
	background-image:url(../images/contact_hover.png)
}
/*.....................  LINKS HOVER AND NONHOVER STATE.................*/



/*  MAIN CSS*/

.header_bg{
	background-image:url(../images/header_bg.png);
	height:170px;
	background-repeat:repeat-x;
}
.content_bg{
	background-image:url(../images/content_bg.png);
	height:1250px;
	background-repeat:repeat-x;
}
.footer_bg{
	background-image:url(../images/footer_bg.png);
	height:47px;
	background-repeat:repeat-x;
}
.content_holder{
	width:990px;
	margin:auto;
}
.header_content{
	position:absolute;
	top:50px;
	width:990px;
}
.menu ul li{
	float:left;
	margin-right:3px;
}
.logo{
	float:left;
}
.menu_holder{
	float:right;
	margin-top:40px;
}
.gallery_content_holder{
	background-image:url(../images/galery_bg.png);
	width:984px;
	height:379px;
	position:absolute;
	top:180px;
}
.first_content{
	background-image:url(../images/content_two_bg.png);
	width:984px;
	height:677px;
	position:absolute;
	top:650px;
}
.footer_content{
	position:absolute;
	top:1430px;
	color:#FFFFFF;
}











