fieldset, label {
/*fieldset, label, form {*/
	border: 0 !important;
	margin: 0;
	padding: 0;
	height: 20px;
	bottom: 20px;
	clip: rect(auto,auto,20px,auto);
}
label {
cursor: pointer;
}
legend {
	display: none;
}
.wrapper
{
	font-family: "Lucida Grande", "Segoe UI", Arial, Helvetica, sans-serif;
	margin: 0px auto;
	text-align: left;
}


#search {
	position: static;
	padding-left: 20px;
	padding-bottom: 8px;
}
#search, #search fieldset {
display: inline;

}
#search label {
	display: none;
}
#search span {
	margin: 0;
	_height: 20px;
	background: url(../images/search-bg.gif) no-repeat left;
	padding-bottom: 7px;
}
#search input {
	color: #ccc;
	border: 0;
	background-color: transparent;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
#search-phrase-span {
	padding: 3px 3px 3px 10px;
}

#search-submit-span {
	margin: 0;
	background: url(../images/search-submit-bg.gif) no-repeat left !important;
	background-repeat: no-repeat;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: none;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0;
	padding-top: 5px;
}
#search-submit {
	cursor: pointer;
	width: 52px;
	font-weight: bold !important;
	padding-right: 16px;
}

#mainmenu ul li ul li:hover, #mainmenu ul li ul li.sfHover, #mainmenu ul li ul a:focus, #mainmenu ul li ul a:hover, #mainmenu ul li ul a:active {
	background-color:#CCCCCC;
}
#mainmenu ul li ul {
	
	background-color: #666666;
}
#mainmenu ul li ul a {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}

/* thumbs */
.thumb-img {
	/*	border-top:1px solid #CCC; border-left:1px solid #CCC; border-bottom:1px solid #AAA; border-right:1px solid #AAA;*/
	position:relative;
	width:200px;
	height:130px;
	margin:1px;

	background:#FFF;
	overflow: hidden;
}
.thumb-img1 {
	border-top:1px solid #CCC;
	border-left:1px solid #CCC;
	border-bottom:1px solid #AAA;
	border-right:1px solid #AAA;
	position:relative;
	width:170px;
	height:120px;
	margin:0px;
	padding:0px;
	background:#FFF;
}
.thumb-inner {
	position:relative; overflow:hidden; width:100%; height:100%; 
}
.thumb-img img {
	border:0;
}
.thumb-strip {
	position:absolute; width:150px; height:10px; bottom:6px; left:6px;
	background:#FFF;
	
	filter: alpha(opacity=60);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
	-moz-opacity: 0.60;
	opacity:0.60;
}
.thumb-zoom {
	background:url(images/search.png) no-repeat;
	position:absolute; width:22px; height:22px;
	right:10px; bottom:7px;
}

/* gotov thumbs*/

/* menuu */



#nav, #nav ul{
	margin:0;
	padding:0;
	list-style-type:none;
	list-style-position:outside;
	position:relative;
	line-height:30px;
	z-index: 10000;
}

#nav a{
	display:block;
	padding:0px 10px;
	color:#c5c5c5;
	text-decoration:none;
	background-color:#000;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #4A4A4A;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #363636;
}

#nav a:hover{
background-color:#333;
color:#c5c5c5;
}

#nav li{
float:left;
position:relative;
}

#nav ul {
position:absolute;
display:none;
width:12em;
top:30px;
}

#nav li ul a{
width:12em;
height:auto;
float:left;
}

#nav ul ul{
top:auto;
}	

#nav li ul ul {
left:12em;
margin:0px 0 0 10px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul{
display:none;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul{
display:block;
}
/* gotov menuu*/

