* {
	margin: 0px;
	padding: 0px;
	border-style: none;
}
a {
	color: #FFF;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
p {
	padding-bottom: 10px;
}
body {
	background: #FFF url(none) no-repeat center top;
	color: #000;
	font: 12px/18px Tahoma, Geneva, sans-serif;
}
ul, ol {
	margin: 0px 0px 10px 10px;
	padding: 0px;
}
.feat li {
	margin-left: 15px;
}
.feat h2 {
	color: #A3AA05;
	font-size: 15px;
	font-weight: bold;
}
h1 {
	font-size: 25px;
	line-height: 20px;
	font-weight: bold;
	padding: 20px 10px 20px 20px;
	color: #000;
}
h2 {
	font-size: 18px;
	line-height: 20px;
	font-weight: normal;
	padding: 10px 0px;
}
h3 {
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	padding-bottom: 10px;
	padding-top: 10px;
}
fieldset {
	margin: 7px 0px;
	padding: 10px;
	border: 1px solid #CCC;
}
legend {
	font-weight: bold;
	margin: 0px;
	padding: 0px 10px;
}
.text10 {
	font-size: 10px;
	line-height: 16px;		
}
.text11 {
	font-size: 11px;
	line-height: 17px;		
}
.text12 {
	font-size: 12px;
	line-height: 18px;		
}
.text13 {
	font-size: 13px;
	line-height: 17px;		
}
.text14 {
	font-size: 14px;
	line-height: 18px;		
}
.text15 {
	font-size: 15px;
	line-height: 18px;		
}
.text16 {
	font-size: 16px;
	line-height: 19px;		
}
.text17 {
	font-size: 17px;
	line-height: 20px;		
}
.text18 {
	font-size: 18px;
	line-height: 20px;		
}
.float-left {
	float: left;
}
.float-right {
	float: right;
}
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.clear {
	clear: both;
}
.align-image-left {
	float: left;
	margin: 3px 5px 0px 0px;
}
.align-image-right {
	float: right;
	margin: 0px 0px 5px 5px;
}
.image-border {
	border: 1px solid #999;
}
.align-left {
	text-align:left;
}
.align-right {
	text-align:right;
}
.center {
	text-align:center;
}
.underline {
	text-decoration:underline;
}
.nounderline {
	text-decoration:none;
}	
.red {
	color:#de251c;
}
.black {
	color: #000;
}
.white {
	color: #fff;
}
.padding0 {
	padding:0px;
}
.margin5 {
	margin-bottom: 5px;
}
.margin10 {
	margin-bottom: 10px;
}
.margin0 {
	margin:0px;
}

/* -------------------------------------- NOVOSTI ------------------------------------- */
.news {
	margin-bottom: 10px;
	background: #F2F2F2;
}
.news-left {
	float: left;
	width: 170px;
}
.news-right {
	float: right;
	width: 300px;
}
.news-title {
	font-weight: bold;
}
.news-title a {
	text-decoration: underline;
}
.news-title a:hover {
	text-decoration: none;
}
.news-date {
	font-size: 10px;
	margin: 0px;
	padding: 0px 0px 5px;
	color: #CCC;
}
.news-text {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 560px;
}


/* -------------------------------------- PAGINATOR ------------------------------------- */
#paginator {
	padding: 10px 0px;
	text-align: center;
	display:none;
}
#paginator a {
	padding: 4px 6px;
	margin: 1px;
	background: #1F1A17;
	color: #FFF;
	text-decoration: none;
	border: 1px solid #13110F;
}
#paginator a:hover {
	background: #2E2621;
}
#paginator span {
	padding: 4px 6px;
	background: #2E2621;
	border: 1px solid #13110F;
	margin:1px;
	font-weight: bold;
}


/* -------------------------------------- OBRAZAC ------------------------------------- */
form p {
}
form label {
	float: left;
	width: 260px;
	padding-top: 3px;
}
form input[type=text], form textarea {
	padding: 5px;
	width: 240px;
	border: 1px solid #52463F;
	background: #3C342F;
	font: 11px/17px Tahoma, Geneva, sans-serif;
	color: #FFF;
}
form input[type=submit] {
	font-weight: bold;
	padding: 5px;
	border: 1px solid #52463F;
	background: #3C342F;
	font-size: 12px;
	color: #FFF;
}
form textarea {
	height: 140px;
}
form select {
	width: 160px;
	padding: 5px;
	background: #3C342F;
	border: 1px solid #52463F;
	font: 11px Tahoma, Geneva, sans-serif;
	color: #FFF;
}
.errorlist {
	font-size: 10px;
	font-weight: bold;
	color: #999;
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.errorlist li {
	margin: 0px 0px 20px 263px;
	padding: 0px;
}
.error {
	font-size: 10px;
	font-weight: bold;
	color: #900;
}
.visualConfOkvir {
	border: 1px solid #CCC;
}


/* -------------------------------------- CATALOG ------------------------------------- */
.product {
	padding-bottom: 30px;
	width: 360px;
	float: left;
	margin-right: 10px;
}
.product-right {
	float: right;
	width: 190px;
}
.product img {
	float: left;
	margin: 2px 10px 2px 2px;
	padding: 1px;
	border: 1px solid #373330;
	position: absolute;
}
.feat img {
	border: 1px solid #373330;
}
.product .title {
	font-weight: bold;
}
.product .title a {
	text-decoration: none;
}
.product .more {
	text-decoration: underline;
	background: url(../images/opsirnije-trans.png) no-repeat left top;
	height: 66px;
	width: 86px;
	position: absolute;
	margin: 0px;
	padding: 0px;
	display: block;
	z-index: 10;
	cursor:pointer;
}
.product-info {
	float: left;
	width: 300px;
	margin-left: 10px;
}
.images {
	float: left;
	width: 235px;
	padding-left: 30px;
}
.images img {
	float: left;
	margin: 0px 5px 5px 0px;
}
.sort {
	color: #CCC;
	padding: 5px;
}



.wrapper {
	width:750px;
	margin:auto;
}
#top {
	height:72px;
	display:none;
}
#logo {
	display: block;
	background: url(../images/logo.jpg) no-repeat;
	height: 108px;
	width: 118px;
	position: absolute;
	margin: 0px 0px 0px 10px;
}


/*--------------------------IZBORNIK PRVA RAZINA--------------------------*/
#nav { /* all lists */
	background: url(../images/nav-bg.gif) repeat-x top;
	list-style: none;
	margin: 43px 0px 0px 395px;
	padding: 0px;
	z-index:3;
	height: 30px;
	width: 500px;
	position: absolute;
}
#nav li { /* all list items */
	float: left;
	margin-right: 2px;
}
#nav li a {
	display:block;
	color: #FFF;
	text-decoration: none;
	padding: 3px 8px 7px;
	margin-top: 1px;
	width: 55px;
	float: left;
	background: url(../images/nav-trans.png) no-repeat left top;
	cursor:pointer;
}
#nav li a:hover {
	background: url(../images/nav-hover-trans.png) no-repeat left top;
}


/*----------------------------------------IZBORNIK PODRAZINE----------------------------------*/
#nav ul {
	width:185px;
	background: #c80000;
	position: absolute;
	left: -999em;
	margin: -10px 0px 0px 15px;
	padding: 0px;
	list-style: none;
	border: 1px solid #FFF;
}
#nav ul li {
	width: 185px;
}
#nav ul li a {
	color: #FFF;
	text-align: left;
	line-height: 17px;
	margin: 0px;
	padding: 5px 10px;
	display: block;
	width: 165px;
	background: url(../images/nav-bottom.gif) no-repeat center bottom;
}
#nav li ul li a:hover {
	color: #CCC;
}
#nav li ul ul { /* third-and-above-level lists */
	margin: -1em 0 0 10em;
}
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
#nav a.sub {
	background: url(../images/arrow2.gif) no-repeat right 12px;
}
#nav a.sub:hover {
	background: #E0BB8D url(../images/menu-sub.gif) no-repeat left 12px;
}
#search {
	height: 55px;
	width: 210px;
	position: absolute;
	margin-left: 905px;
	margin-top: 10px;
}
.search-input {
	width: 165px;
	background: transparent;
	font: 11px Tahoma, Geneva, sans-serif;
	color: #FFF;
	padding: 0px;
	position: absolute;
	margin-top: 12px;
}
.search-button {
	background: url(../images/search-button.gif) no-repeat;
	border-style: none;
	height: 25px;
	width: 25px;
	position: absolute;
	margin: 8px 0px 0px 175px;
}
#search a {
	font-size: 10px;
	color: #FFF;
	position: absolute;
	margin-top: 33px;
	text-decoration: none;
}
#footer {
	height: 100px;
	background: #FFF url(../images/footer.gif) repeat-x bottom;
	color: #000;
	padding-top: 25px;
	display:none;
}
#footer p {
	margin: 0px;
	padding: 0px 0px 5px;
}
#footer a {
	text-decoration:none;
	color: #000;
}
#dev {
	background: url(../images/usus.jpg) no-repeat center bottom;
	padding-bottom: 20px;
	height: 45px;
}
#container {
	background: url(none) repeat-y left top;
	width: 1110px;
	color: #000;
}
#left {
	float: left;
	width: 336px;
	display:none;
}
#right {
	float: none;
	width: 800px;
}
#left .title {
	margin: 0px;
	padding: 40px 0px 20px;
	color: #a3aa05;
	font-size: 18px;
	font-weight: normal;
}
#head {
	background: url(../images/head.jpg) no-repeat;
	height: 294px;
	width: 770px;
	display:none;
}
.feat {
	background: #FFF;
	padding: 20px;
	width:800px;
}
#distribution {
	background: url(../images/zastupnici.jpg) no-repeat;
	height: 68px;
	width: 150px;
	display: block;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	padding: 12px 0px 0px 80px;
	margin: 20px 0px 10px;
}
#nav-left {
	list-style: none;
	margin: 0px 0px 10px;
	padding: 0px;
	width: 325px;
}
#nav-left li {
}
#nav-left li a {
	color: #FFF;
	text-decoration: none;
	padding: 5px 5px 5px 15px;
	display: block;
	width: 300px;
}
#ontop {
	background: url(../images/ontop.gif) no-repeat;
	height: 23px;
	width: 76px;
	display: block;
	position: absolute;
	margin-top: 70px;
	margin-left: 1030px;
}
.feat-title {
	padding: 15px 0px 15px 20px;
}
.content {
	background: #FFF;
	border: none;
	padding: 8px 10px;
	margin-bottom: 20px;
}