body {
	background-color: #686868;
	background-image: url(bkg_main.gif);
	font-family: Verdana, Helvetica, sans-serif;
	font-size:1em;
	margin:0px;
	}

/* Centering layer */
#wrapper {
	position:absolute;
	margin-top:20px;
	margin-left: 50%;
	width: 767px;
	left: -383px;
}  
/* Header & top navigation */
#header {
	width:765px;
	height:55px;
	border: 1px solid #000000;
	background-color: #ff6500;
	margin-bottom:9px;
	padding:0px;
	overflow:hidden;
	}
#header img {
	border:0px;
	}	
#akcija a {
	font-weight: bold;
	color: #ff6500;
	text-decoration: none;
	
	}
#topnav {
	position: absolute;
	top:10px;
	left:213px;
	padding-bottom:3px;
	margin:0px;
	border-bottom: 3px solid #FFFFFF;
	}
#topnav a {
	display:block;
	font-size:0.65em;
	font-weight: bold;
	color: #FFFFFF;
	float: left;
	padding-top:19px;
	padding-left:4px;
	padding-right:28px;
	text-decoration: none;
	}
#topnav a:hover {
	text-decoration: none;
	color: #ff6500;
	background-color: #FFFFFF;
	}	
	
	
	
/* Left navigate base  */
#navigate {
	top:0px;
	width:185px;
	background-color: #e8e8e8;
	margin-right:9px;
	border: 1px solid #000000;
	border-top:0px;
	z-index:300;
	float:left;
	overflow:visible;
	}	
#navigate h1 {
	width:176px;
	font-size:0.7em;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #ff6500;
	border-bottom: 1px solid #000000;
	border-top: 1px solid #000000;
	padding:4px 0px 4px 9px;
	margin:0px;
	}
#navigate h2 {
	width:276px;
	font-size:0.7em;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #777777;
	border-bottom: 1px solid #000000;
	border-top: 1px solid #000000;
	padding:4px 0px 4px 9px;
	margin:0px;
	}	
#navigate h2 A {
	font : 11px Verdana;
}
#logo {
	margin-top:150px;
	height:29px;
	background-color: #FFFFFF;
	border-top: 1px solid #000000;
	}
#logo img {
	border:0px;
	}	
	
/* Left navigate - UL/LI stuff */
  
ul {								/*1st level ul */
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align:left;
	}
ul li {
	position: relative;
	}
	
ul li a {						/* 1st level styles for menu items */
	display: block;
	text-decoration: none;
	color: #000000;
	font-size: 0.7em;
	font-weight: normal;
	margin: 0px;
	padding: 4px 9px 4px 19px;
	}
ul li a:hover {		/* 1st level hover styles */
	background-color: #FFFFFF; 
	background-image: url(bullet_a.gif);
	background-repeat: no-repeat;
	background-position: right center;
} 

li ul {						/* 2nd level ul */
	position: absolute; 
	left: 181px; 
	top:0px;
	width:285px;
	display: none;
	border: 1px solid #000000;
	border-bottom:2px solid #000000;
	border-right:2px solid #000000;
}
li ul li a {			/* 2nd level styles for menu items */
	font-size: 0.6em;
	background-color: #e8e8e8; 
	color: #000000;
	padding:4px 9px 4px 16px;
	margin-top: 0px;
	border-bottom:1px solid #000000;
	} 
li ul li a:hover {/* 2nd level hover styles  */
	background-color: #FFFFFF; 
	background-image: url(bullet_b.gif);
	background-repeat: no-repeat;
	background-position: left center;
	} 
li:hover ul, li.over ul { 
	display: block; 
	} 
																						/* Hide from IE on MAC	 */
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }



/* Content */
#content {
	font-size:1em;
	width:569px;
	background-color: #FFFFFF;
	overflow:visible;
	float:left;
	margin-bottom:5px;
	z-index:0;
	}
.clanek {
	width:569px;
	float:left;
	font-size:16px;
	background-color: #FFFFFF;
	}
.clanek a {
	display:block;
	border-left: 1px solid #ff6500;
	padding-left:5px;
	margin-top:5px;
	font-weight: bold;
	color: #ff6500;
	text-decoration: none;
	}
.clanek a:hover {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	}
	
	
#location {
	font-size:0.6em;
	font-weight: normal;
	color: #000000;
	padding: 3px 0px 4px 17px;
	background-color: #FFFFFF;
	background-image: url(bullet_b.gif);
	background-repeat: no-repeat;
	background-position: left center;
	border-bottom:1px solid #686868;
	border-top:1px solid #000000;
	margin:0px;
	}
#location a{
	font-weight: normal;
	color: #686868;
	text-decoration:none;
	border: 0px;
	padding:0px;
	margin:0px;
	}
#location a:hover{
	color: #686868;
	text-decoration:underline;
	}
#location .here {
	text-decoration:none;

	}
#content h1{
	font-size:1em;
	font-weight: bold;
	color: #ff6500;
	padding:0px;
	margin: 17px 17px 4px 17px;
	border-bottom:2px solid #ff6500;
	}		
#content h2{
	font-size:0.9em;
	font-weight: bold;
	color: #000000;
	padding:0px;
	margin: 17px 17px 5px 17px;
	}
#content h3{
	font-size:0.9em;
	font-weight: bold;
	color: #FFFFFF;
	margin:0px 0px 10px 0px;
	padding: 13px 0px 3px 17px;
	border-bottom:1px solid #686868;
	background-image: url(separator.gif);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #ff6500;
	}		
#content p{
	font-size:0.7em;
	font-weight: normal;
	color: #000000;
/*	text-align:left;*/
	padding: 5px 17px 17px 17px;
	margin:0px;
	}		
#content img{
	padding: 5px 0px 17px 10px;
	margin:0px;
	float:right;
	}
#imidzes img {
	padding : 1px;
}
#barles img {
	padding : 1px;
}

/* Product */
.product {
	margin: 0px 17px 20px 17px;
}
.product .desc {
	color:#000000;
	font-size: 0.7em;
	font-weight: bold;
	margin:0px;
	padding-bottom:12px;
}
.product table {
	font-size: 0.7em;
	width:100%;
}
table.noone {
	font-size: 0.7em;
	width:80%;
}
.product td {
	padding-left:10px;
	padding-top:2px;
	padding-bottom:2px;
}
.hard {
	font-weight: bold;
	}
.listing {
	background-color: #e0e0e0;
}
.product img{
	margin:9px;
}
.product ul {
	z-index:0;
	}
.product li {
	width:260px;
	list-style-type: disc;
	list-style-position: inside;
	font-size: 0.7em;
	margin:0px `0px 10px 5px;
	padding-bottom:5px;
	}
/* Foot */
#foot {
	width:551px;
	font-size: 0.55em;
	color: #000000;
	text-align:left;
	margin-top:15px;
	margin-bottom:20px;
	background-color: #e0e0e0;
	float:right;
	border:1px solid black;
	padding:9px;
	}
#foot img {
	border:0px;
	float:left;
	}
.strong {
		font-weight: bold;
	}
.foto {
	float : left;
	text-align : center;
	width : 50%;
}
#foto img {
	float : none;
	display : block;
	vertical-align : top;
}
