html, body{ 
margin:0; 
padding:0; 
text-align:center; 
background-color: #f0f0f0; 
font-family:tahoma;
font-size:12px;
color:#fff;
} 


#pagewidth{ 
width:900px; 
text-align:left;  
margin-left:auto; 
margin-right:auto;  
} 

#header{
position:relative; 
height:148px; 
width:900px;
background-image:url(../images/header.jpg);
background-repeat:no-repeat;
} 
#logo{
width:263px;
margin-left:auto;
margin-right:auto;
}
#kopcinja{
width:720px;
height:51px;
margin-left:auto; 
margin-right:auto; 
padding-top:100px;
} 
.kopce{
	float:left;
	width:100px;
	height:20px;
	margin-top:15px;
	margin-left:20px;
	text-align:center;
	font-size:14px;
	color:#000;
}
.kopce a{
	text-decoration:none; color:#fff;
	}


.kopce a:hover
{
	color:#000;
}
#galerija{
margin-top:10px;
width:898px;
height:244px;
border-left:1px solid #000000;
border-right:1px solid #000000;
border-top:1px solid #000000;
float:left;
}
#welcome{
width:225px;
color:#000000;
height:244px;
float:left;
background-image:url(../images/left_bg.png);
}
#welcome_title{
height:20px;
width:220px;
float:left;
text-align:center;
font-size:14px;
margin-top:20px;
}
#welcome_text{
margin-top:10px;
float:left;
width:215px;
text-align:justify;
margin-left:5px;
}
#strelka{
width:225px;
height:200px;
float:left;
background-image:url(../images/strelka.png);
background-repeat:no-repeat;
background-color:#c0c0c1;
color:#000000;
}
#topcol{
width:673px;
height:192px;
float:left;
background-color:#c0c0c1;
margin-top:7px;
border-top:1px solid #000000;
border-right:1px solid #000000;
border-left:1px solid #000000;
}
#topcol1{
width:673px;
float:left;
background-color:#c0c0c1;
margin-left:4px;
border-left:1px solid #000000;
}
#uslugi_title{
width:220px;
margin-top:80px;
float:left;
text-align:center;
font-size:14px;
}
#uslugi{
float:left;
height:192px;
width:670px;
overflow-x:auto;
overflow-y:hidden;

}
.usluga{
width:120px;
height:180px;
float:left;
margin-left:5px;
}
.usluga_title{
width:120px;
height:15px;
float:left;
text-align:center;
font-size:12px;
}
.usluga_image{
margin-top:30px;

}
.usluga_opis{
width:120px;
float:left;
font-size:10px;
text-align:left;
margin-left:15px;
}
#klienti{
float:left;
height:100%;
width:670px;

}
#maincol{
background-color:#f0f0f0; 
width: 900px;

}
.proizvod{
width:898px;
float:left;
color:#000000;
border:1px solid #000000;
}
.proizvod_title{
width:900px;
float:left;
font-size:14px;
text-align:center;
margin-top:10px;
}
.proizvod_slika_big{
width:220px;
float:left;
margin-top:10px;

}
.proizvod_opis{
float:left;
font-size:12px;
text-align:justify;
margin-left:15px;
margin-top:10px;
}
.proizvod_sliki{
width:800px;
margin-left:25px;
float:left;
margin-top:10px;
margin-bottom:20px;
}
.sliki_title{
width:900px;
float:left;
text-align:center;
font-size:14px;
margin-top:20px;
}
.proizvod_slika_small{
width:158px;
float:left;
margin-left:42px;
margin-top:10px;
}
.proizvod_slika_small img{
padding: 3px;
border: 1px solid #aaa;
}
.slika_small_opis{
width:150px;
height:30px;
float:left;
text-align:center;
}
.proizvodii{
width:670px;
float:left;
color:#000000;
border:1px solid #000000;
}


#footer{
margin-top:10px;
height:40px; 
clear:both;
background-image:url(../images/footer.png);
background-repeat: no-repeat;
text-align:center;
} 












#slider {

	/* You MUST specify the width and height */
	width:673px;
	height:244px;
	position:relative;	
	overflow:hidden;
	float:left;
	border-bottom:1px solid #000000;
}

#mask-gallery {
	
	overflow:hidden;	
}

#gallery {
	
	/* Clear the list style */
	list-style:none;
	margin:0;
	padding:0;
	
	z-index:0;
	
	/* width = total items multiply with #mask gallery width */
	width:900px;
	overflow:hidden;
}

	#gallery li {

		
		/* float left, so that the items are arrangged horizontally */
		float:left;
	}


#mask-excerpt {
	
	/* Set the position */
	position:absolute;	
	top:0;
	left:0;
	z-index:500px;
	
	/* width should be lesser than #slider width */
	width:150px;
	overflow:hidden;	
	

}
	
#excerpt {
	/* Opacity setting for different browsers */
	filter:alpha(opacity=60);
	-moz-opacity:0.6;  
	-khtml-opacity: 0.6;
	opacity: 0.6;  
	
	/* Clear the list style */
	list-style:none;
	margin:0;
	padding:0;
	
	/* Set the position */
	z-index:10;
	position:absolute;
	top:0;
	left:0;
	
	/* Set the style */
	width:150px;
	background-color:#000;
	overflow:hidden;
	font-family:tahoma;
	font-size:12px;
	color:#fff;	
}

	#excerpt li {
		padding:5px;
	}


	/* the overlayed element */ 
.simple_overlay { 
     
    /* must be initially hidden */ 
    display:none; 
     
    /* place overlay on top of other elements */ 
    z-index:10000; 
     
    /* styling */ 
    background-color:#333; 
     
    width:675px;     
    min-height:200px; 
    border:1px solid #666; 
     
    /* CSS3 styling for latest browsers */ 
    -moz-box-shadow:0 0 90px 5px #000; 
    -webkit-box-shadow: 0 0 90px #000;     
} 
 
/* 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; 
}

/* styling for elements inside overlay */ 
.details { 
    position:absolute; 
    top:15px; 
    right:10px; 
    font-size:11px; 
    color:#fff; 
    width:400px; 
} 
 
.details h3 { 
    color:#aba; 
    font-size:15px; 
    margin:0 0 -10px 0; 
}


.clear {
	clear:both;	
}
.klient{
float:left;
margin-left:15px;
margin-top:5px; 
width:200px; 
text-align:justify;
}
.klienti_slika{
float:left; 
padding:2px; 
margin-left:10px; 
margin-top:5px; 
height:100px; 
border:1px solid #FFFFFF;
}