/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 101;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}

a {
  color: #676767;
  text-decoration: none;
}
a:hover {
  color: #b1ca00;
}
body {
  font-family: 'Trebuchet MS', Verdana, sans-serif;
  font-size: 10pt; }
  body .main-image {
    background: #bebebe;
    z-index: 1; }
    body .main-image .submenu-image-holder {
      margin: 0px 10px;
      background-image: url('../images/vertical/naslovna.jpg');
      background-repeat: no-repeat;
      background-color: #294911; }
  body .menu {
    margin-right: -30px;
    float: right;
    margin-top: 60px;
    z-index: 100;
    position: relative; }
    body .menu ul {
      list-style-type: none;
      margin: 0px;
      padding: 0px; }
      body .menu ul li {
        margin: 0px;
        padding: 2px 0px;
        float: right;
        clear: right; }
        body .menu ul li a {
          display: inline-block;
          padding-right: 30px;
          padding-left: 17px;
          height: 17px;
          line-height: 17px;
          text-decoration: none;
          font-size: 13px;
          color: #9fa09b; }
          body .menu ul li a:hover {
            color: #53554f; }
          body .menu ul li a.active, body .menu ul li a:hover {
            background-image: url(../images/menu/main_active.gif);
            background-position: top right;
            background-repeat: no-repeat;
            background-color: #626262;
            color: white;
            border-left: 4px solid #b1ca00; }
  body .submenu {
    position: relative;
    display: none;
    margin: 0px;
    padding: 0px; }
    body .submenu img {
      display: block; }
    body .submenu ul, body .submenu ul ul {
      margin: 0px;
      padding: 0px;
      list-style-type: none;
      background: #bebebe; }
      body .submenu ul ul {
        display: none;
      }
      body .submenu ul li, body .submenu ul li li {
        padding: 0px;
        margin: 0px;
        position: relative;
        height: auto !important;
        height: 23px;
        min-height: 23px; }
        body .submenu ul li li a {
          color: #898888;
          padding-left: 20px;
          width: 180px;
        }
        body .submenu ul li a {
          display: inline-block;
          line-height: 25px;
          padding: 0px 10px;
          color: white;
          text-decoration: none;
          font-size: 12px;
          margin: 0px;
          width: 190px;
          position: relative !important;
          position: absolute;
          font-weight: bold; }
          body .submenu ul li a:hover {
            color: #626262; }
          body .submenu ul li a.active {
            color: #626262;
            background-image: url(../images/menu/submenu_active.gif);
            background-repeat: no-repeat;
            background-position: center right; }
        

.content {
  margin-bottom: 30px;
}
  .content .punchline {
    margin-top: 40px;
    margin-bottom: 55px; }

.frontpage-news-holder {
  margin-bottom: 30px; }

    .frontpage-news-holder .image-holder img {
      border-bottom: 5px solid #575757; }
  .frontpage-news-holder h2 {
    font-size: 21px;
    font-weight: normal;
    line-height: 24px;
    margin-bottom: 15px; 
    color: #676767;
  }
  .frontpage-news-holder p {
    font-size: 14px;
    line-height: 18px;
    color: #787877; }

.product {
  margin-top: 130px; }
  
.image-holder {
  background: #f0f0f0;
  text-transform: uppercase;
  text-align: center;
  font-size: 9px;
  padding-bottom: 5px; 
}

h2 {
  color: #474747;
  font-size: 28px;
  font-weight: normal;
  line-height: 32px;
  margin-bottom: 20px;
}
.date-holder {
  color: #b1ca00;
  font-size: 10px;
  margin-bottom: 10px;
}
.news-holder {
  margin-top: 130px;
  margin-bottom: 30px;
  color: #676767;
}
.content-holder {
  color: #787877;
  font-size: 14px;
  line-height: 20px;
}
.content-holder p.lead {
  font-weight: bold;
}
.news-list-holder {
  margin-top: 130px;
  margin-bottom: 30px;
}
.news-list {
  list-style: none;
  margin: 0px;
  padding: 0px;
  background: url(../images/dotted_border.gif);
  background-repeat: repeat-x;
}
.news-list li {
  margin: 0px;
  padding: 0px;
  padding: 5px 0px;
  background: url(../images/dotted_border.gif);
  background-repeat: repeat-x;
  background-position: bottom;
}
.news-list a {
  font-size: 20px;
  background: url(../images/arrow_grey.gif);
  background-position: right;
  background-repeat: no-repeat;
  display: block;
  padding-right: 30px;
  height: 60px;
}
.news-list a:hover {
  background-image: url(../images/arrow_green.gif);
}
.news-calendar {
  color: #b1ca00;
  font-size: 10px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 5px;
  margin-top: -3px;
}
.news-calendar b {
  font-size: 30px;
  font-weight: normal;
  display: block;
  margin-bottom: -5px;
}
h3.read-more {
  color: #474747;
  font-size: 14px;
  margin-top: 30px;
  margin-bottom: 0px;
  padding-bottom: 10px;
  background: url(../images/dotted_border.gif);
  background-repeat: repeat-x;
  background-position: bottom;
}
div.read-more-link {
  background: url(../images/dotted_border.gif);
  background-repeat: repeat-x;
  background-position: bottom;
  line-height: 20px;
  padding: 7px 0px;
}
div.read-more-link a {
  background: url(../images/arrow_grey.gif);
  background-position: left;
  background-repeat: no-repeat;
  padding-left: 30px;
  display: block;
}
div.read-more-link a:hover {
  background-image: url(../images/arrow_green.gif);
}
div.read-more-link a .extension
{
  float: right;
  margin-top: -24px;
  margin-right: 20px;
  font-size: 10px;
  padding: 3px;
  background: #e2e2e3;
  height: 15px;
  line-height: 15px;
}
div.read-more-link a:hover .extension
{
  color: #000;
  background: #b1ca00;
}
div.distribution-link {
  background: url(../images/dotted_border.gif);
  padding: 1px 0px;
  margin-bottom: 20px;
}
div.distribution-link a {
  height: 72px;
  display: block;
  background-color: white;
}
div.distribution-link a:hover {
  background-position: 0px -72px;
}
div.distribution-link a span {
  display: none;
}

div.brands a {
  height: 77px;
}
div.brands a:hover {
  background-position: 0px -77px;
}

.gallery-link {
  background: url(../images/dotted_border.gif);
  padding: 1px 0px;
}
.gallery-link img {
  float: left;
  display: block;
  margin: 0px;
  padding: 0px;
  border-top: 3px solid white;
  border-bottom: 3px solid white;
}
.gallery-link a {
  display: block;
  background: white;
  border-top: 3px solid white;
  border-bottom: 3px solid white;
  line-height: 60px;
  float: left;
  width: 330px;
  padding-left: 30px;
  background-image: url(../images/arrow_grey.gif);
  background-position: right;
  background-repeat: no-repeat;
}
.gallery-link a:hover {
  background-image: url(../images/arrow_green.gif);
}
div.priopcenja a {
  padding-right: 30px;
  line-height: 25px;
  padding-top: 5px;
  padding-bottom: 5px;
}
div.priopcenja a span.extension {
  margin-right: -30px;
  display: block;
}
.gallery-holder {
  display: none;
}
.launch-gallery {
  cursor: pointer;
}
.job-board-list {
  padding-left: 50px;
}
.odabir-odjela {
  padding-left: 150px;
}
.odabir-odjela label {
  display: block;
}
.osobni-podaci {
  text-transform: uppercase;
  font-size: 10px;
  display: block;
}
input.text, textarea {
  width: 220px;
  background: #ededed;
  border: 1px solid #ededed;
  padding: 2px;
  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-size: 10px;
}
input.error, textarea.error {
  background-color: #FFAFAF;
}
input.activeinput, textarea.activeinput {
  border-color: #b1ca00;
  background: #ededed;
}
.errorstate {
  margin: 20px 0px;
  padding: 10px;
  display: none;
  background: #b1ca00;
}
textarea {
  height: 50px;
}
.job p {
  margin: 0px;
  font-size: 11px;
}
.job td.left-cell {
  padding-right: 20px;
  padding-top: 20px;
  vertical-align: auto;
}
.job td.right-cell
{
  padding-left: 20px;
  padding-top: 20px;
  vertical-align: top;
}
.map-holder {
  width: 520px;
  height: 270px;
  margin-bottom: 20px;
  border-bottom: 5px solid
  border-top: 5px solid #bebebe;
}
.map {
  width: 520px;
  height: 270px;
}
.back-link {
  background: url(../images/dotted_border.gif);
  padding: 1px 0px;
}
.back-link a {
  background-color: white;
  display: block;
  line-height: 30px;
  padding-left: 45px;
  background-image: url(../images/arrow_back_grey.gif);
  background-repeat: no-repeat;
  background-position: left;
}
.back-link a:hover {
  background-image: url(../images/arrow_back_green.gif);
}
.footer {
  background: url(../images/dotted_border.gif);
  background-repeat: repeat-x;
  background-position: top;
  padding-top: 10px;
  color: #bebebe;
  font-size: 10px;
  margin-top: 50px;
}
.footer a {
  color: #bebebe;
}
.footer a:hover {
  color: #b1ca00;
}
.pagination {
  text-align: center;
  margin-top: 10px;
}
.pagination a, .pagination span {
  border: 1px solid #ededed;
  padding: 0px 5px;
  font-size: 11px;
}
.pagination a:hover {
  border-color: #bebebe;
}
.pagination .active {
  font-weight: bold;
  color: black;
}
.pagination span {
  color: #bebebe;
}
.partneri {
  color: #bebebe;
  text-align: right;
  font-size: 11px;
  margin-top: 100px;
}
.partneri-header {
  background: url(../images/dotted_border.gif);
  background-repeat: repeat-x;
  background-position: bottom;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
.partneri a {
  width: 111px;
  height: 24px;
  display: block;
  float: right;
  margin-top: 10px;
}
.partneri a span {
  visibility: hidden;
}
.partneri a.biozrno {
  background-image: url(../images/partneri/biozrno.gif);
}
.partneri a.makronova {
  background-image: url(../images/partneri/makronova.gif);
}
.partneri a.planetopija {
  background-image: url(../images/partneri/planetopija.gif);
}
.partneri a:hover {
  background-position: 0px 24px;
}
.job-snippet-holder {
  background: url(../images/dotted_border.gif);
  background-repeat: repeat-x;
  margin-bottom: 10px;
  padding-bottom: 10px;
  background-position: bottom;
}
.job-snippet-holder p {
  margin-bottom: 0px;
}
