@charset "utf-8";
body {
	font-family:lucida grande, tahoma, verdana, arial, sans-serif;
	background-color: #EDEAEA;
	margin:0;
}

body p {
	font-size: 14px;
	line-height: 1.28;
}

#wrapper {
	width: 1080px;
	background-color: white;
	margin: 0 auto;
	padding: 10px;
	text-align: center;
	}
	
#header {
	height: 133px;
	text-align: center;
	border-bottom: 20px solid white;
	border-top: 20px solid white;
	box-shadow: 0px 0px 20px #999;
	
	}
	
#navigation {
	width: 100%; 
	height: 50px; 
	margin-top: 10px; 
	padding: 0px;
	z-index: 100; 
	position: relative; 
	background-color: #EFEBEB;
	box-shadow: 0px 0px 20px #999;
}

#nav {
	height: 50px;
    padding: 0;
	margin: 0;
	position: absolute; 
	}
	
#nav li {
	height: auto;
	width: 216px;  /* Each menu item is 216px wide */
	float: left;  
	text-align: center;  
	list-style: none;  
    font: normal bold 15px Arial, Verdana, Helvetica;  
	padding: 0;
	margin: 0;
	background-color: #EFEBEB;
}

#nav a {							
	padding: 18px 0;  
	border-right: 2px solid #090808; 
	text-decoration: none;  
	color: #000000; 
	display: block;
}

#nav li:hover, a:hover {
    background-color: #12AA23;
1}

#nav li ul 	{
	 display: none; 
     height: auto;									
	 margin: 0; 
	 padding: 0; 			
}

#nav li:hover ul {
     display: block; 
}
	
#nav li ul li {
     background-color: #d3d3d3;
}

#nav li ul li a 	{ 
	 border-bottom: 2px solid #090808; 
}
				
#nav li ul li a:hover {
     background-color: #0AC308; /* kpm*/
}

#slider {
	display: block;
    float: left;
    height: 500px;
    width: 1080px;
    overflow: hidden;
    position: relative;
	border-top: 30px solid #E1DFDF;
	box-shadow: 0px 0px 20px #999;
	clear:left;
	margin-bottom: 20px;
}

#content {
	margin-top: 10px;
	float: left;
	width: 1000px;
	height: 500px;
	margin: 20px 20px 20px 0px;
	padding: 10px;
	text-align:justify;
	clear:both;
 }
 
#content-main {
	margin-top: 10px;
	float: left;
	width: 1000px;
	margin: 20px 20px 20px 0px;
	padding: 10px;
	text-align:justify;
	clear:both;
 }
 
#sidebar {
	
	float: right;
	width: 200px;
	height: auto;
	margin: 10px 0px 20px;
	margin-top: 30px;
	padding: 10px;
}
label {
	font-weight:bold;
	display:block;

}
.textfields, textarea {
	width:500px;
}
textarea {
	height:200px;
}
td {
	vertical-align:top;
	padding:2px 5px;
}

#footer {
	clear: both;
	width: auto;
	height: 70px;
	border: 3px solid #e3e3e3;
	color: #000;
	}
	
#gallery {
	height: 600px;
	margin: 20px 0px 20px;
	padding: 10px 10px;
	border: 2px solid #E3E3E3;
	box-shadow: 0px 0px 20px #999;
	
 }

#holder {
	width: 225px;
	height: 250px;
	background-image:url(fotogalerija/images/polaroid.png);
	float:left;
}

.thumb {
	width: 140px;
	height: 120px;
	margin-top: 29px;
    margin-left: 43px;
	margin-right: 42px;
}

.koment {
width: 140px;
height: 40px;
margin-left:auto;
margin-right:auto;
margin-top: 15px;	
font-size: 12px;
}

clearFloat{
	clear: both;
}

