/*
Theme Name: Arhibet
Theme URI:
Description: 
Version: 1
Author: Dusan Stojanovic
Author URI: http://csselementary.com/
Tags: 

	Arhibet v1
	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/*begin normal CSS for Tier 1 browser: Firefox
----------------------------------------------------*/
body {
	background: #fff url(images/bg-body.gif) repeat-x;
	color: #666;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	}
	body#home {
		background: #fff url(images/bg-body-home.gif) repeat-x;
		}


/*page elements
----------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	}
a, a:link, a:visited {
	color: #00A2F0;
	}
a:hover {
	color: #000;
	}
caption {
	display: none;
	}
sup {
	font-size: 70%;
	vertical-align: super;
	}
thead {
	color: #000;
	}
hr {	
	display: block;
	visibility: visible;
	background: #e1e1e1;
	border: 0;
	margin: 15px 0;
	height: 1px;
	overflow: hidden;
	clear:both;
	}
* html hr {	
	display: block;
	visibility: visible;
	background: #e1e1e1;
	border: 1px solid #e1e1e1;
	margin: 15px 0;
	height: 1px;
	overflow: hidden;
	clear:both;
	}
*:first-child+html hr {	
	display: block;
	visibility: visible;
	background: #e1e1e1;
	border: 1px solid #e1e1e1;
	margin: 15px 0;
	height: 1px;
	overflow: hidden;
	clear:both;
	}

/*classes
----------------------------------------------------*/
.content-block {
	float: left;
	width: 280px;
	margin-right: 20px;
	margin-left: 20px;
	display: inline;
	}
.trecina,
.trecina-right {
	float: left;
	width: 320px;
	}
#content .trecina-right p,
#content .trecina-right h2,
#content .trecina-right h3 {
	margin: 15px 0 15px 15px;
	}
#content .trecina-right h2 {
	margin: 5px 0 15px;
	padding-left: 15px;
	padding-bottom: 5px;
	border-bottom: 1px solid #e1e1e1;
	}
p.pdf a {
	border: 1px solid #8CC621;
	padding: 12px 10px;
	padding-left: 50px;
	display: block;
	width: 243px;
	font-weight: bold;
	color: #fff;
	background: #8CC621 url(images/icon-pdf.gif) no-repeat 5px 50%;
	margin: 0;
	margin-bottom: 10px;
	}
p.pdf a:hover {
	color: #666;
	border: 1px solid #e1e1e1;
	background: url(images/icon-pdf.gif) no-repeat 5px 50%;
	}
.polovina {
	float: left;
	width: 479px;
	border-right: 1px solid #e1e1e1;
	margin: 0;
	}
.polovina2 {
	float: left;
	width: 480px;
	margin: 0;
	}
#content .polovina2 h2 {	
	margin: 0;
	}
#content .polovina h2,
#content .polovina p {
	margin-left: 15px;
	}
.dve-trecine {
	width: 639px;
	margin: 0;
	padding: 0;
	float: left;
	border-right: 1px solid #e1e1e1;
}







#wrap {
	margin: 0 auto;
	width: 960px;
	text-align: left;
	}
#wrap h1 {}

/*header
----------------------------------------------------*/
#header-holder {
	width: 100%;
	height: 100px;
	background: #8cc621 url(images/bg-header-holder.gif) no-repeat 50% 0;
	}
#header {
	width: 960px;
	height: 100px;
	margin: 0 auto;
	position: relative;
	background: #8cc621 url(images/bg-header-holder.gif) no-repeat 50% 0;
	}
a#logo {
	background: url(images/logo.gif);
	float: left;
	width: 165px;
	height: 80px;
	margin-top: 20px;
	}
a#logo img {
	display: block;
	width: 0;
	}
#header ul {
	position: absolute;
	bottom: 0;
	right: 0;
	height: 46px;
	}
#header li {
	display: inline;
	float: left;
	margin-top: 10px;
	}
#header li a {
	display: block;
	padding: 0 7px;
	float: left;
	font: bold 1.4em/36px "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #fff;
	}
#header li a:hover,
#header li.current_page_item a,
#header li.current_page_parent a {
	color:#013852;
	background:#00A2F0 url(images/bg-li-a-header-h.gif) no-repeat 50% 100%;
	}
#header li.current_page_item,
#header li.current_page_parent {
	margin-top:  0;
	}
#header li.current_page_item a,
#header li.current_page_parent a {
	line-height: 46px;
	margin-top:  0;
	}
#header li a:hover {
	background-image: none;
	}
#header li.current_page_item a:hover,
#header li.current_page_parent a:hover {
	background: #00A2F0 url(images/bg-li-a-header-h.gif) no-repeat 50% 100%;	
	}

/*intro
----------------------------------------------------*/
#intro {
	background: url(images/bg-intro.jpg) no-repeat 100% 0;
	padding: 1px 0;
	min-height: 306px;
	margin: 0;
	position: relative;
	}
	* html #intro {
		height: 306px;
		}
#intro h1 {
	color: #ccc;
	margin: 25px 0 10px;
	font-size: 2.4em;
	line-height: 1em;
	}
#intro h2 {
	color: #565656;
	margin: 20px 0 8px;
	font-size: 1.8em;
	line-height: 1em;
	}
#intro p {
	color: #fff;
	font: bold 1.5em/1.5em "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-right: 350px;
	min-height: 100px;
	}
	* html #intro p {
		height: 100px;
		}
/*lista proizvoda
----------------------------------------------------*/
#intro ul {
	margin: 0;
	}
#intro li {
	margin: 0;
	display: inline;
	}
#intro li a {
	display: block;
	float: left;
	margin-left: 9px;
	text-indent: -99999px;
	width: 106px;
	height: 83px;
	background: url(images/bg-proizvodi.jpg) no-repeat 0 0;
	outline: none;
	}
#intro li a:hover {
	background: url(images/bg-proizvodi.jpg) no-repeat 0 -83px;
	}
	#intro li.decor a {
		width: 80px;
		background: url(images/bg-proizvodi.jpg) no-repeat -106px 0;
		}
	#intro li.decor a:hover {
		background: url(images/bg-proizvodi.jpg) no-repeat -106px -83px;
		}
	#intro li.holand a {
		width: 109px;
		background: url(images/bg-proizvodi.jpg) no-repeat -186px 0;
		}
	#intro li.holand a:hover {
		background: url(images/bg-proizvodi.jpg) no-repeat -186px -83px;
		}
	#intro li.holand2 a {
		width: 61px;
		background: url(images/bg-proizvodi.jpg) no-repeat -295px 0;
		}
	#intro li.holand2 a:hover {
		background: url(images/bg-proizvodi.jpg) no-repeat -295px -83px;
		}
	#intro li.royal a {
		width: 117px;
		background: url(images/bg-proizvodi.jpg) no-repeat -356px 0;
		}
	#intro li.royal a:hover {
		background: url(images/bg-proizvodi.jpg) no-repeat -356px -83px;
		}
	#intro li.raster a {
		width: 90px;
		background: url(images/bg-proizvodi.jpg) no-repeat 100% 0;
		}
	#intro li.raster a:hover {
		background: url(images/bg-proizvodi.jpg) no-repeat 100% -83px;
		}
#intro-pics {
	width: 285px;
	height: 230px;
	position: absolute;
	top: 37px;
	right: 27px;
	overflow:  hidden;
	}




/*content
----------------------------------------------------*/
#content {
	margin: 10px 0 0;
	padding: 1px 0;
	}
#home #content {
	background: url(images/bg-content.gif) repeat-y 50% 0;
	margin: 10px 0 0;
	}
#content h1 {
	color: #d6d6d6;
	margin: 15px 0 30px;
	font-size: 2.4em;
	line-height: 1em;
	}
#content h2 {
	color:#0899DF;
font-size:2em;
line-height:1em;
margin:6px 0 10px;
padding:1px 0;
	}
#content h3 {
	font-size: 1.8em;
	color: #999;
	line-height: 1em;
	margin: 7px 0 10px;
	padding: 1px 0;
	}
#content p {
	font-size: 1.2em;
	line-height: 1.5em;
	margin-top: 10px;
	margin-bottom: 10px;
	}
#content ul {
	margin: 15px 0;
	}
#content li {
	font-size: 1.2em;
	line-height: 1.2em;
	}
#content li ul {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	}
#content li li {
	font-size: 1em;
	line-height: 1em;
	margin-left: 1em;
	}
#content table {
	margin: 15px;
	font-size: 1.2em;
	line-height: 1.2em;
	border-collapse: collapse;
	width: auto;
	background: #ddd;
	}
#content td,
#content th {
	border: 1px solid #fff;
	padding: 5px 8px;
	text-align: center;
	}
#content th {
	font-size: 1.1em;
	font-weight: bold;
	background: #8cc621;
	vertical-align: bottom;
	}
#content ul.karakteristike li {
	margin-bottom: 10px;
	display: block;
	width: 170px;
	height: 40px;
	padding-left: 87px;
	padding-right: 20px;
	padding-top: 11px;
	background: url(images/bg-li-karakteristike.gif) no-repeat;
	}
	#content ul.karakteristike li.klizanje, #content ul.karakteristike li.mraz, #content ul.karakteristike li.cvrstoca {
		padding-top: 17px;
		height:34px;
		}
	#content ul.karakteristike li.klizanje {
		background: url(images/bg-li-karakteristike.gif) no-repeat 0 -62px;
		}
	#content ul.karakteristike li.mraz {
		background: url(images/bg-li-karakteristike.gif) no-repeat 0 -124px;
		}
	#content ul.karakteristike li.cvrstoca {
		background: url(images/bg-li-karakteristike.gif) no-repeat 0 -185px;
		}



/*proizvodi - shablon
----------------------------------------------------*/
.proizvodi {
	background: url(images/bg-content.gif) repeat-y 319px 0;
	padding: 1px 0;
	}
#content .proizvodi table {
	width: 290px;
	}
#content .proizvodi h2,
#content .polovina2 h2 {
	margin: 0;
	padding: 5px 15px;
	border-bottom: 1px solid #e1e1e1;
	}
#large {
	width: 320px;
	height: 210px;
	margin: 10px auto 0;
	text-align: center;
	background: url(images/loader.gif) no-repeat 50% 40%;
	}
#large img {
	margin: 0 auto;
	}
#content .proizvodi p {
	margin: 1em 15px;
	}
#content .proizvodi p.sifra {
	font-size: 1.4em;
	margin: 10px 45px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #8CC621;
	font-weight: bold;
	text-align: right;
	}
#content .proizvodi p.sifra strong {
	font-size: 2em;
	color: #797979;
	font-weight: normal;
	}
#content .proizvodi p img {
	display: block;
	margin: 0 auto;
	text-align: center;
	}
#content .proizvodi p.primer img {
	padding: 7px;
	border:  1px solid #e1e1e1;
	display: block;
	}
/*

#content .proizvodi p.primer a {
	padding: 7px;
	border:  1px solid #e1e1e1;
	display: block;
	}
#content .proizvodi p.primer a:hover {
	padding: 7px;
	border:  1px solid #000;
	display: block;
	}
*/
#content .proizvodi h2.asortiman {
	padding-left: 0;
	margin-left: 20px;
	/*border: 0;*/
	}
#content ul.proizvodi-linkovi {
	margin: 0;
	float: left;
	margin-top: 30px;
	padding-bottom: 15px;
	}
#content ul.proizvodi-linkovi li {
	font: 1.8em/1em "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
	}
#content ul.proizvodi-linkovi li a {
	display: block;
	width: 240px;
	padding-left: 80px;
	line-height: 62px;
	height: 62px;
	color: #999;
	outline: none;
	}
#content ul.proizvodi-linkovi li a:hover {
	color: #000;
	}
#content ul.proizvodi-linkovi li.current_page_item a {
	color: #0899DF;
	background-position: 0 0;
	}
	li.page-item-10 a {
			background: url(images/bg-li-behaton.gif) no-repeat -320px 0;
		}
	li.page-item-10 a:hover {
			background: url(images/bg-li-behaton.gif) no-repeat 0 0;
		}
	li.page-item-11 a {
			background: url(images/bg-li-decor.gif) no-repeat -320px 0;
		}
	li.page-item-11 a:hover {
			background: url(images/bg-li-decor.gif) no-repeat 0 0;
		}
	li.page-item-12 a {
			background: url(images/bg-li-holandv.gif) no-repeat -320px 0;
		}
	li.page-item-12 a:hover {
			background: url(images/bg-li-holandv.gif) no-repeat 0 0;
		}
	li.page-item-13 a {
			background: url(images/bg-li-holandm.gif) no-repeat -320px 0;
		}
	li.page-item-13 a:hover {
			background: url(images/bg-li-holandm.gif) no-repeat 0 0;
		}
	li.page-item-14 a {
			background: url(images/bg-li-royal.gif) no-repeat -320px 0;
		}
	li.page-item-14 a:hover {
			background: url(images/bg-li-royal.gif) no-repeat 0 0;
		}
	li.page-item-15 a {
			background: url(images/bg-li-raster.gif) no-repeat -320px 0;
		}
	li.page-item-15 a:hover {
			background: url(images/bg-li-raster.gif) no-repeat 0 0;
		}



/*paleta boja
----------------------------------------------------*/
#paleta-holder {
	width: 100%;
	clear: both;
	background: #000;
	text-align: center;
	margin-top: 10px;
	margin-bottom:  -10px;
	}
#paleta {
	width: 960px;
	margin: 0 auto;
	padding: 1px 0 10px;
	}
#paleta h2 {
	font-size: 2em;
	color: #ccc;
	line-height: 1em;
	margin: 10px 0 8px;
	}
#paleta p {
	font: 1.1em/1.5em Arial, Helvetica, sans-serif;
	color: #999999;
	margin: 10px 5px 0px;
	}
#paleta ul {
	margin: 0;
	padding-left: 12px;
	}
#paleta ul li {
	display: inline;
	}
#paleta ul li a {
	float: left;
	display: block;
	margin-right: 12px;
	padding: 3px;
	border: 1px solid #515151;
	}
#paleta ul li a:hover {
	padding: 0;
	border: 4px solid #fff;
	}


/*tabela za cenovnik
----------------------------------------------------*/
#content table.cenovnik {
	margin: 5px 0 15px;
	font-size: 1.2em;
	line-height: 1.2em;
	border-collapse: collapse;
	width: 625px;
	background: #ddd;
	}
#content table.cenovnik th, 
#content table.cenovnik td {
	vertical-align: middle;
	width: 25%;
	}
#content table.cenovnik th.naslov {
	vertical-align: middle;
	color: #fff;
	background: #000;
	text-align: left;
	font: 1.4em/1.5em "Trebuchet MS", Arial, Helvetica, sans-serif;
	}
#content table.cenovnik tbody th {
	background: #ccc;
	text-align: right;
	text-transform: uppercase;
	}


/*stilovi za poplocavanje
----------------------------------------------------*/
.entry {
	float: left;
	width: 480px;
	padding-top: 5px;
	border-bottom: 1px solid #e1e1e1;
	border-right: 1px solid #e1e1e1;
	min-height: 235px;
	}
	* html .entry {
		height: 235px;
		}
.entry.r {
	float: left;
	width: 479px;
	border-right: none;
	}
#content .entry p.sifra {
	float: left;
	font-size: 2.4em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #8CC621;
	font-weight: bold;
	margin-left: 15px;
	width: 80px;
	display: inline;
	}
#content .entry img {
	float: left;
	margin-left: 15px;
	}
#content .entry table {
	margin: 0;
	margin-top: 5px;
	margin-right: 20px;
	float: right;
	display: inline;
	}
#content .entry table .white{
	background: #fff;
	}
	



/*downloads linkovi
----------------------------------------------------*/
#content .downloads a {
	border: 1px solid #8CC621;
	padding: 12px 10px;
	padding-left: 50px;
	display: block;
	float: left;
	margin-right: 15px;
	width: 243px;
	font-weight: bold;
	color: #fff;
	background: #8CC621 url(images/icon-pdf.gif) no-repeat 5px 50%;
	margin-bottom: 10px;
	}
#content .downloads a:hover {
	color: #666;
	border: 1px solid #e1e1e1;
	background: url(images/icon-pdf.gif) no-repeat 5px 50%;
	}









/*forma na kontakt strani
----------------------------------------------------*/
#content form {
	margin: 5px 15px 0 0;
	}
#content form em {
	color: #f00;
	}
#content label {
	display: block;
	font: 1.2em/1.5em Arial, Helvetica, sans-serif;
	clear: both;
	float: left;
	margin-bottom: 10px;
	}
#content input,
#content textarea {
	border: 1px solid #ccc;
	background: #f3f3f3;
	padding: 2px;
	width: 450px;
	clear: both;
	float: left;
	}
#content textarea {
	height: 150px;
	}
#content .captcha {
	position: relative;
	}
#content .captcha input {
	width: 100px;
	}
#content .captcha img {
	position: absolute;
	left: 120px;
	margin-top: 15px;
	}
#content .button input {
	border: 0;
	background: #8CC621;
	padding: 3px 6px;
	width: auto;
	font-weight: bold;
	color: #fff;
	overflow: visible;
	}
.wpcf7-not-valid-tip-no-ajax {
	display: block;
	color: #FF0000;
	clear: both;
	float: left;
	}
.wpcf7-response-output {
	display: block;
	clear: both;
	float: left;
	font: 1.2em/1.5em Arial, Helvetica, sans-serif;
	}
#content .polovina2 p.primer a {
	background: url(images/bg-map.gif) no-repeat 0 0;
	padding: 10px 0 20px 47px;
	display: block;
	font-weight: bold;
	float: left;
	}
#content .polovina2 p,
#content .polovina2 h3 {
	margin: 15px;
	}



/*footer holder
----------------------------------------------------*/
#footer-holder {
	float: left;
	width: 100%;
	clear: both;
	padding:  10px 0;
	background: #f1f1f1;
	border-top: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	font-size: 1.1em;
	line-height: 2em;
	color: #848484;
	margin-top: 10px;
	/*
	background: #8CC621;
	border-top: 5px solid #B7DB75;
	border-bottom: 5px solid #B7DB75;
	color: #fff;
	*/
	}
#footer {
	width: 960px;
	margin: 0 auto;
	background: url(images/bg-footer.gif) repeat-y 50% 0;
	}
#footer p {
	margin-top: 0;
	margin-bottom: 0;
	line-height: 1.4em;
	}
#footer h2 {
	font-size: 1.4em;
	font-weight: bold;
}
#footer li {
	display: inline;
	}
#footer li a {
	text-decoration: underline;
	padding: 0 5px 0 0;
	}
#footer a:hover {
	text-decoration: none;
	}
















/*fancybox css
-------------------------------------*/
div#fancy_overlay {
	position:absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	background-color: #333;
	}
div#fancy_loading {
	position: absolute;
	height: 40px;
	width: 40px;
	cursor: pointer;
	display: none;
	overflow: hidden;
	background: transparent;
	z-index: 100;
	}
div#fancy_loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background: transparent url(fancybox/fancy_progress.png) no-repeat;
	}
div#fancy_close {
	position: absolute;
	top: -12px;
	right: -12px;
	height: 30px;
	width: 30px;
	background: transparent url(fancybox/fancy_closebox.png) ;
	cursor: pointer;
	z-index: 100;
	display: none;
	}
div#fancy_content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 0; 
	margin: 0;
	z-index: 96;
	}
#fancy_frame {
	position: relative;
	width: 100%;
	height: 100%;
	display: none;
	}
img#fancy_img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border:0; 
	padding: 0; 
	margin: 0;
	z-index: 92;
	}
div#fancy_title {
	position: absolute;
	bottom: -35px;
	left: 0;
	width: 100%;
	z-index: 100;
	display: none;
	}
div#fancy_title table {
	margin: 0 auto;
	}
div#fancy_title div {
	color: #FFF;
	font: bold 12px Arial;
	padding-bottom: 2px;
	}
td#fancy_title_left {
	height: 32px;
	width: 15px;
	background: transparent url(fancybox/fancy_title_left.png) repeat-x;
	}
td#fancy_title_main {
	height: 32px;
	background: transparent url(fancybox/fancy_title_main.png) repeat-x;
	}
td#fancy_title_right {
	height: 32px;
	width: 15px;
	background: transparent url(fancybox/fancy_title_right.png) repeat-x;
	}
div#fancy_outer {
	position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    padding: 18px 18px 58px 18px;
    margin: 0;
    overflow: hidden;
    background: transparent;
    display: none;
	}
div#fancy_inner {
	position: relative;
	width:100%;
	height:100%;
	border: 3px solid #8CC621;
	background: #FFF;
	}
a#fancy_left, a#fancy_right {
	position: absolute; 
	bottom: 10px; 
	height: 100%; 
	width: 35%; 
	cursor: pointer;
	background-image: url(data:image/gif;base64,AAAA);
	z-index: 100; 
	}
a#fancy_left {
	left: 0px; 
	}
a#fancy_right {
	right: 0px; 
	}
a#fancy_left:hover {
	background: transparent url(fancybox/fancy_left.gif) no-repeat 0% 100%;
	}
a#fancy_right:hover {
	background: transparent url(fancybox/fancy_right.gif) no-repeat 100% 100%;
	}
#fancy_bigIframe, #fancy_freeIframe {
	position:absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	}
div#fancy_bg {
	display: none;
	}
div.fancy_bg {
	position: absolute;
	display: block;
	z-index: 70;
	}
div.fancy_bg_n {
	top: -18px;
	width: 100%;
	height: 18px;
	background: transparent url(fancybox/fancy_shadow_n.png) repeat-x;
	}
div.fancy_bg_ne {
	top: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url(fancybox/fancy_shadow_ne.png) no-repeat;
	}
div.fancy_bg_e {
	right: -13px;
	height: 100%;
	width: 13px;
	background: transparent url(fancybox/fancy_shadow_e.png) repeat-y;
	}
div.fancy_bg_se {
	bottom: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url(fancybox/fancy_shadow_se.png) no-repeat;
	}
div.fancy_bg_s {
	bottom: -18px;
	width: 100%;
	height: 18px;
	background: transparent url(fancybox/fancy_shadow_s.png) repeat-x;
	}
div.fancy_bg_sw {
	bottom: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url(fancybox/fancy_shadow_sw.png) no-repeat;
	}
div.fancy_bg_w {
	left: -13px;
	height: 100%;
	width: 13px;
	background: transparent url(fancybox/fancy_shadow_w.png) repeat-y;
	}
div.fancy_bg_nw {
	top: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url(fancybox/fancy_shadow_nw.png) no-repeat;
	}
