@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
img {
	border: none;
}
a:link {
	color: #1C689E;
	text-decoration: underline;
}
a:visited {
	color: #999;
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
	color: #000;
}
a:active {
	color: #999;
	text-decoration: underline;
}
p {
	padding-bottom: 10px;
}
body {
	background: #115e94 url(images/bg.gif) repeat-x top;
	color: #000;
	font: 12px/20px Arial, Helvetica, sans-serif;
}
ul, ol {
	margin: 0px 0px 10px 10px;
	padding: 0px;
}
h1 {
	font-size: 20px;
	line-height: 20px;
	font-weight: bold;
	color: #115e94;
	margin: 0px;
	padding: 5px 0px 15px;
}
h2 {
	font-size: 14px;
	line-height: 20px;
	color: #115e94;
	font-weight: normal;
}
#right h2 {
	font-size: 14px;
	line-height: 20px;
	padding: 8px 0px 8px 5px;
	color: #115e94;
	font-weight: normal;
	border-bottom: 1px solid #d2d2d2;
	background: #FFF;
	margin-top: 8px;
}
h3 {
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	padding-bottom: 10px;
	padding-top: 10px;
}
h4 {
	font-size: 11px;
	line-height: 18px;
	font-weight: bold;
	padding-bottom: 10px;
	padding-top: 10px;
}
table {
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
}
table td {
	border-bottom: 1px solid #CCC;
	border-right: 1px solid #CCC;
}
hr {
	border-bottom: 1px solid #BEBEBE;
	margin-bottom: 10px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
.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: 5px 5px 0px 0px;
}
.align-image-right {
	float: right;
	margin: 5px 0px 5px 5px;
}
.image-border {
	border: 1px solid #CACACA;
}
.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;
}

/* --------------- FORM ELEMENTI ------------------ */
form p {
}
form label {
	float: left;
	width: 150px;
	padding-top: 2px;
}
form input[type=text], form input[type=password], form textarea {
	padding: 2px;
	width: 250px;
	border: 1px solid #CCC;
}
form input[type=submit] {
	font-weight: bold;
	padding: 5px;
	border: 1px solid #CCC;
	background: #CCC;
}
form textarea {
	height: 140px;
}
form select {
	padding: 2px;
}
.visualConfOkvir {
	border: 1px solid #CCC;
}
.errorlist {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.errorlist li {
	margin: 0px 0px 0px 250px;
	padding: 0px;
	font-size: 11px;
	font-weight: bold;
	color: #900;
}
fieldset {
	padding: 10px;
	border: 1px solid #CCC;
}
legend {
	font-weight: bold;
}
#wrapper {
	margin: auto;
	width: 990px;
	background: url(images/wrapper.gif) repeat-y top;
}
#top {
	height: 113px;
	background: url(images/sprite.jpg) no-repeat left top;
}
#head {
	height: 207px;
	background: url(images/sprite.jpg) no-repeat left -113px;
	padding: 8px 0px 0px 51px;
}
#slideshow {
	position: absolute;
	z-index: 1;
}
#slideshow p {
	display:none;
	padding:0px;
	margin:0px;
}
#logo {
	display: block;
	height: 104px;
	width: 205px;
	position: absolute;
	margin: 0px 0px 0px 41px;
}
#container {
	background: url(images/container.jpg) no-repeat left top;
	padding: 0px 40px 10px;
	zoom: 1;
}
#container:after, #footer:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#left {
	float: left;
	width: 250px;
}
#right {
	float: right;
	width: 655px;
}
#right ul {
	padding-bottom: 10px;
}
#right ul li {
	background: url(images/bullet.gif) no-repeat left 7px;
	list-style: none;
	margin: 0px;
	padding: 0px 0px 0px 15px;
}
#right ol {
	margin: 0px;
	padding: 0px 0px 10px 30px;
}
#bc {
	padding: 12px 10px 17px 0px;
	font-size: 11px;
	line-height: 17px;
}
#bc a {
	background: url(images/arrow.gif) no-repeat right 5px;
	margin-right: 5px;
	padding-right: 12px;
	color: #3B85B9;
	text-decoration: none;
}
#bc a:hover {
	color:#000;
}
#footer {
	height: 56px;
	background: url(images/sprite.jpg) no-repeat left bottom;
	zoom: 1;
	padding: 20px 30px 0px 100px;
	font-size: 11px;
	line-height: 19px;
	color: #9bbdd5;
}
#footer a {
	color: #9bbdd5;
	text-decoration:none;
}
#footer a:hover {
	color: #fff;
	text-decoration:none;
}
#footer p {
	float:left;
	padding-top: 3px;
}
#bottom {
	background: url(images/bottom-sep.gif) no-repeat center top;
	margin: 0px 50px;
	padding: 15px 0px 0px;
	text-align: center;
}
#ontop {
	background: url(images/ontop.gif);
	height: 23px;
	width: 24px;
	display: block;
	float: right;
	margin-top: 8px;
}

/*--------------------------PRVA RAZINA--------------------------*/
#nav { /* all lists */
	list-style: none;
	margin: 57px 0px 0px 325px;
	padding: 0px;
	z-index:3;
	height: 42px;
	position: absolute;
	width:620px;
}
#nav li { /* all list items */
	float: right;
	margin-right: 5px;
}
#nav li a {
	display:block;
	color: #000;
	text-decoration: none;
}
#nav li a span {
	display: block;
	padding: 5px 10px 7px;
}
#nav li a:hover, #nav li a.active {
	color: #FFF;
	background: url(images/nav-left.gif) no-repeat left bottom;
}
#nav li a:hover span, #nav li a.active span {
	background: url(images/nav-right.gif) no-repeat right bottom;
}

/*----------------------------------------DRUGA RAZINA----------------------------------*/
#nav ul, #nav-left ul {
	width:185px;
	position: absolute;
	left: -999em;
	margin: -10px 0px 0px 15px;
	padding: 0px;
	list-style: none;
	border: 1px solid #e6e501;
	background: #FFF;
}
#nav ul li, #nav-left ul li {
	width: 185px;
	background: url(images/grad.gif) repeat-x bottom;
	margin: 0px 0px 0px 15px;
	padding: 0px;
}
#nav ul li a {
	color: #000;
	text-align: left;
	line-height: 17px;
	margin: 0px;
	display: block;
	width: 165px;
	background: url(images/arrow2.gif) no-repeat 7px 9px;
	padding: 0px 10px;
	border-bottom: 1px solid #D8D8D8;
}
#nav li ul li a:hover {
	color: #1F6BA0;
	background: #FFF url(images/arrow2.gif) no-repeat 7px 9px;
}
#nav ul li a:hover span {
	background:none;
}

#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 {
}
#nav a.sub:hover {
}
#nav li:hover, #nav-left li.hover {
    position: static;
}

#menu {
	background: url(images/nav-left-top.gif) no-repeat left top;
}
/*--------------------------PRVA RAZINA--------------------------*/
#nav-left { /* all lists */
	font-size: 12px;
	list-style: none;
	margin: 0px;
	padding: 17px 0px 5px 15px;
	z-index:3;
	background: url(images/nav-left-bottom.gif) no-repeat left bottom;
	display: block;
	width: 220px;
}
#nav-left li {
	margin: 0px 0px 2px;
	padding: 0px;
	width: 200px;
	background: url(images/sep.gif) no-repeat center bottom;
}
#nav-left li a {
	display:block;
	text-indent: 17px;
	width: 193px;
	color: #000;
	text-decoration: none;
	padding: 2px 0px 8px 10px;
	background: url(images/arrow2.gif) no-repeat 10px 7px;
	margin: 0px;
}
#nav-left li a:hover {
	color: #1C689E;
}


/*----------------------------------------DRUGA RAZINA----------------------------------*/
#nav-left ul {
	margin: -25px 0 0 170px;
	padding: 0px;
	z-index:10;
}
#nav-left ul li {
	margin: 0px;
	padding: 0px;
}
#nav-left ul li a {
	color: #000;
	text-align: left;
	line-height: 17px;
	margin: 0px;
	display: block;
	width: 165px;
	background: url(images/arrow2.gif) no-repeat 7px 9px;
	padding: 5px 15px 5px 5px;
	border-bottom: 1px solid #D8D8D8;
}
#nav-left li ul li a:hover {
	color: #1F6BA0;
	background: #FFF url(images/arrow2.gif) no-repeat 7px 9px;
}

#nav-left li ul ul { /* third-and-above-level lists */
	margin: -1em 0 0 10em;
}

#nav-left li:hover ul ul, #nav-left li:hover ul ul ul, #nav-left li.sfhover ul ul, #nav-left li.sfhover ul ul ul {
	left: -999em;
}

#nav-left li:hover ul, #nav-left li li:hover ul, #nav-left li li li:hover ul, #nav-left li.sfhover ul, #nav-left li li.sfhover ul, #nav-left li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
#nav-left a.sub {
}
#nav-left a.sub:hover {
}
#nav-left li:hover, #nav-left li.hover {
    position: static;
}
.contact {
	background: url(images/contact-top.gif) no-repeat left top;
	line-height: 18px;
	width: 209px;
	margin: 15px 0px 0px 12px;
}
.element {
	background: url(images/element-top.gif) no-repeat left top;
	margin: 15px 0px 0px 12px;
	width:209px;
}
.element-bottom {
	background: url(images/contact-bottom.gif) no-repeat left bottom;
	padding: 10px;
}
.contact h2 {
	padding: 13px 0px 18px 40px;
	font-size: 12px;
	font-weight: bold;
	color: #000;
}
.contact-bottom {
	background: url(images/contact-bottom.gif) no-repeat left bottom;
	padding: 0px 20px 10px;
}
#element {
	width:210px;
	padding: 10px 0px 0px 15px;
}

.box {
	background: url(images/box.gif) no-repeat left top;
	height: 89px;
	width: 198px;
	float: left;
	margin: 7px 2px 0px;
	padding: 5px 10px 5px 5px;
	line-height: 17px;
}
.box a, .box a:visited {
	color: #115e94;
	text-decoration: none;
	font-weight: bold;
}
.box img {
	background: #FFF;
	border: 1px solid #d4d3d3;
	padding: 4px;
	margin: 2px 10px 0px 2px;
	float: left;
}
.box a:hover {
	color:#000;
}
.box .more {
	width:68px;
	height:19px;
	float:left;
	display:block;
	background: url(images/more.gif) no-repeat;
	font-size: 10px;
	color: #115e94;
	font-weight: normal;
	padding: 0px 0px 0px 5px;
	margin-top: 7px;
}

/*------------ČLANCI---------------*/
.article, .product {
	width: 640px;
	margin-bottom: 12px;
	background: url(images/shadow.gif) no-repeat right bottom;
	padding-bottom: 20px;
}
.article img, .product img {
	float: left;
	padding: 1px;
	margin-top: 5px;
	border: 1px solid #115E94;
}
.article-right, .product-right {
	float: right;
	width: 470px;
}
.article .title, .product .title {
	margin: 0px;
	padding: 0px 0px 5px;
	font-weight: bold;
    text-transform: uppercase;
}
.article .title a, .product .title a {
}
.article .title a:hover {
}
.article .date {
	margin: 0px;
	padding: 5px 0px;
	font-size: 11px;
}
.article .text {
}
.short-description {
	background: #eeecec;
	padding: 5px 7px;
	margin: 10px 0px;
	border-top: 1px solid #e6dfdf;
	border-right: 1px solid #e6dfdf;
	border-bottom: 2px solid #e6dfdf;
	border-left: 1px solid #e6dfdf;
	text-shadow:#fff 1px 1px 0px;
}

.date {
	text-align: right;
	padding: 0px;
}


/*------------DETALJI PROIZVODA---------------*/
.product-info {
}
.product-info label {
	font-weight: bold;
}
.product-download {
	margin: 20px 0px 10px;
}
.product-download h2 {
	margin-bottom: 7px;
}
.product-download p {
	margin: 0px;
	padding: 3px 0px 0px 30px;
	background: url(images/document.png) no-repeat 5px 5px;
}
.product-images {
	margin-top: 20px;
	margin-bottom: 20px;
}
.product-images img {
}

/*------------KATEGORIJE---------------*/
.categories {
	margin: 0px 0px 15px;
}
.categories a {
	background: #CCC url(images/button-left.gif) no-repeat left top;
	text-decoration: none;
	float: left;
	display: block;
	color: #FFF;
	margin: 5px 5px 0px 0px;
}
.categories a span {
	background: url(images/button-right.gif) no-repeat right top;
	padding: 5px 10px 7px;
	text-decoration: none;
	display: block;
}
.categories a:hover {
	color: #F5F5F5;
}

/* -------------- PAGINATOR ---------------- */
#paginator {
	padding: 10px 0px;
	text-align: center;
}
#paginator a, #paginator span {
	padding: 3px 6px;
	margin: 1px;
	background: #FFF url(images/grad.gif) repeat-x bottom;
	border: 2px solid #FFF;
	text-decoration: none;
	color: #115E94;
}
#paginator a:hover {
	color: #000;
}
#paginator span {
	font-weight: bold;
	color: #000;
}

/* -------------------------------------- SORTIRANJE ------------------------------------- */
.sort {
	background: #FFF url(images/sort.png) no-repeat 13px 7px;
	padding: 6px 5px 6px 40px;
	margin-bottom: 10px;
	font-size: 11px;
	border-bottom: 1px solid #E2E2E2;
}
.sort a {
}
.sort a:hover {
}
