/* Globalno resetovanje */


/* Preuzeto sa http://meyerweb.com/eric/tools/css/reset/index.html */


/* v2.0 | 20110126 */


/* Izbaciti iz pravila sve tagove koji se ne koriste na stranici */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}


/* HTML5 pravila za starije browsere */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}


/* Globalno resetovanje - Kraj */

html,
body {
  height: 100%;
  padding-bottom: 1px;
}


/*uvek pokazuje skroll bar*/


/* Layout */

body {
  background: url(../images/pozadina.png) repeat-x scroll 0 0 #FCFAE6;
  font: 76% Georgia, Helvetica, Arial, sans-serif;
  /*IE hack ... moraju da se definisu i sve velicine h1-h6 i ostalo*/
  text-align: center;
}

#pagewrapper {
  width: 960px;
  text-align: left;
  margin: 0 auto;
  min-width: 760px;
  /* doraditi */
}

#header {
  height: 200px;
}

#logo {
  width: 180px;
  float: left;
  margin: 8px 0 0 25px;
}

#contentwrapper {
  padding: 10px 0 0 0;
}

#content {
  width: 700px;
  float: right;
}

#left {
  width: 220px;
  float: left;
}

#footer {
  background: url(../images/pozadina-footer.png) 50% 50% no-repeat;
  clear: both;
  height: 72px;
  line-height: 72px;
  text-align: center;
}


/* Kraj layout-a */


/* Menu */

#navigation {
  margin: 0 0 0 340px;
}

#navigation li {
  float: left;
  text-align: center;
}

#navigation li a.separator-yes {
  display: block;
  width: 105px;
  color: #2E4E00;
  font-size: 1.5em;
  text-decoration: none;
  height: 130px;
  line-height: 130px;
  background: url(../images/meni-stranica.png) 100% 50% no-repeat;
}

#navigation li a.separator-no {
  display: block;
  width: 105px;
  color: #2E4E00;
  font-size: 1.5em;
  text-decoration: none;
  height: 130px;
  line-height: 130px;
}

#navigation li a:hover,
#navigation li a.current {
  background: url(../images/meni-hover.png) no-repeat;
}

#questions {
  padding: 0 0 35px 0;
}

#questions li {
  border: #006D2C 2px solid;
  margin: 0 0 15px 0;
}

#questions li a {
  font-size: 1.1em;
  font-weight: bold;
  text-transform: uppercase;
  display: block;
  min-height: 40px;
  line-height: 40px;
  padding: 0 0 0 50px;
  background: #FFFFFF url(../images/znak-pitanja.png) 10px 50% no-repeat;
}

#questions li a:hover {
  background: #FFFFFF url(../images/znak-pitanja-hover.png) 10px 50% no-repeat;
}

#usluge li {
  border: #006D2C 2px solid;
  margin: 0 0 15px 0;
}

#usluge li a {
  font-size: 1.1em;
  font-weight: bold;
  text-transform: uppercase;
  display: block;
  min-height: 40px;
  line-height: 24px;
  padding: 0 0 0 50px;
  background: #FFFFFF url(../images/znak-pitanja.png) 10px 50% no-repeat;
}

#usluge li a:hover {
  background: #FFFFFF url(../images/znak-pitanja-hover.png) 10px 50% no-repeat;
}

#galerija {
  padding: 0 0 35px 0;
}

#galerija li {
  border: #006D2C 2px solid;
  margin: 0 0 15px 0;
  background: #FFFFFF url(../images/znak-galerije.png) 10px 50% no-repeat;
}

#galerija li a {
  font-size: 1.1em;
  font-weight: bold;
  text-transform: uppercase;
  display: block;
  height: 40px;
  line-height: 40px;
  padding: 0 0 0 50px;
}


/* End of menu */


/* Typography */

a {
  text-decoration: none;
  color: red;
}

a.link {
  padding: 0 20px 0 0;
  background-image: url(../images/strelica.png);
}

p {
  font-size: 1.4em;
  padding: 0 0 1em 0;
}

h1 {
  font-size: 2em;
  padding: 0 0 1em 0;
  text-shadow: 2px 2px 1px #CCCCCC;
  font-weight: bold;
  text-align: center;
  color: #006D2C;
}

h2 {
  font-size: 1.8em;
  padding: 0 0 1em 0;
  text-shadow: 2px 1px 1px #CCCCCC;
  font-weight: bold;
  text-align: center;
  color: #006D2C;
}

h3 {
  font-size: 1.8em;
  padding: 0 0 1em 0;
  text-align: center;
  color: #006D2C;
}

.red {
  color: #FF0000;
  font-style: italic;
}

.green {
  color: #006D2C;
  font-weight: bold;
}

.black {
  color: #000000;
}

.odbij {
  padding: 30px 0 10px 0;
  clear: both;
}

.nulled {
  padding: 0;
  margin: 0;
}

#left h3 {
  text-align: center;
  font-weight: bold;
}


/* End of typography */


/* Index stranica */

.naslovna-fotka {
  float: right !important;
}

.header {
  width: 450px;
}

.subheader {
  width: 450px;
  margin: -1em 0 0 0;
}


/* Kraj index stranice */


/* Proizvodi */

.okvir-proizvoda-1 {
  width: 204px;
  float: left;
  margin: 0 14px
}

.okvir-proizvoda-1 p {
  text-align: center;
}

.okvir-proizvoda-2 {
  width: 319px;
  float: left;
  margin: 0 14px
}

.okvir-proizvoda-2 a {
  display: block;
  text-align: center;
}

h2.razmak {
  padding: 1.6em 0 1em 0;
}


/* kraj proizvoda */


/* Galerije */

.galerijice {
  padding: 0 0 0 20px;
}


/* Kraj galerije */


/* Kontakt stranica */

#contactform {
  margin: 0 auto;
  width: 520px;
  padding: 30px 0;
  font-size: 1.4em;
}

#contactform ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

#contactform li {
  margin: 0 0 5px 0;
  padding: 10px;
}

#contactform li.buttons {
  margin: 0;
  overflow: hidden;
  padding: 0 28px 0 0;
}

#contactform label {
  margin: 0;
  width: 190px;
  display: block;
  float: left;
  padding: 5px 10px 2px 0;
}

#contactform input.text {
  width: 275px;
  border: 1px solid #D4D4D4;
  padding: 2px;
  margin: 0;
}

#contactform textarea {
  width: 275px;
  border: 1px solid #D4D4D4;
  padding: 2px;
  height: 80px;
  background: #FDFDF7;
}

#contactform li.buttons input {
  padding: 4px;
  float: right;
  margin: 0 0 0 5px;
  width: auto;
}

.response {
  background: #FBFAEC;
  border: 5px solid #f00;
  display: none;
  padding: 5px;
  width: 490px;
  text-align: center;
  margin: 0 auto 10px auto;
}

.loader {
  float: left;
}

label#messagelabel {
  width: 190px;
}

textarea#message {
  width: 275;
}

span#messagespan {
  float: left;
  margin-top: 7px;
}

#podaci {
  text-align: center;
  margin: 32px 0 0 0;
}


/* Kraj kontakt stranice */


/* Lightbox */

#lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 100;
  text-align: center;
  line-height: 0;
}

#lightbox img {
  width: auto;
  height: auto;
}

#lightbox a img {
  border: none;
}

#outerImageContainer {
  position: relative;
  background-color: #fff;
  width: 250px;
  height: 250px;
  margin: 0 auto;
}

#imageContainer {
  padding: 10px;
}

#loading {
  position: absolute;
  top: 40%;
  left: 0%;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

#hoverNav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

#imageContainer>#hoverNav {
  left: 0;
}

#hoverNav a {
  outline: none;
}

#prevLink,
#nextLink {
  width: 49%;
  height: 100%;
  background-image: url(data:image/gif;base64,AAAA);
  display: block;
}

#prevLink {
  left: 0;
  float: left;
}

#nextLink {
  right: 0;
  float: right;
}

#prevLink:hover,
#prevLink:visited:hover {
  background: url(../images/prevlabel.gif) left 15% no-repeat;
}

#nextLink:hover,
#nextLink:visited:hover {
  background: url(../images/nextlabel.gif) right 15% no-repeat;
}

#imageDataContainer {
  font: 10px Verdana, Helvetica, sans-serif;
  background-color: #fff;
  margin: 0 auto;
  line-height: 1.4em;
  overflow: auto;
  width: 100%;
}

#imageData {
  padding: 0 10px;
  color: #666;
}

#imageData #imageDetails {
  width: 70%;
  float: left;
  text-align: left;
}

#imageData #caption {
  font-weight: bold;
}

#imageData #numberDisplay {
  display: block;
  clear: left;
  padding-bottom: 1.0em;
}

#imageData #bottomNavClose {
  width: 66px;
  float: right;
  padding-bottom: 0.7em;
  outline: none;
}

#overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 90;
  width: 100%;
  height: 500px;
  background-color: #000;
}


/* Kraj Lightboxa */


/* Ostalo */

#facebook-like {
  width: 216px;
  float: right;
}

#facebook-like p {
  width: 155px;
  float: left;
  padding: 9px 0 0 0;
  font-size: 1.1em;
  margin: 20px 0 0 0;
  font-style: italic;
}

.clear {
  clear: both;
}


/* Okviri za fotke */

div.okvir {
  background: url(../images/okvir-lvl-1.jpg) 0 0 no-repeat;
  padding: 0;
}

div.okvir div {
  background: url(../images/okvir-lvl-2.jpg) 0 100% no-repeat;
  margin: 0;
  border: 0;
}

div.okvir div div {
  background: url(../images/okvir-lvl-3.jpg) 100% 0 no-repeat;
}

div.okvir div div div {
  background: url(../images/okvir-lvl-4.jpg) 100% 100% no-repeat;
}

div.okvir div div div img {
  margin: 21px 21px 24px 21px;
  border: 1px solid gray;
}

div.okvir div div div div {
  background: none;
}


/*razno*/

.fotka {
  width: 285px;
  padding: 0 0 15px 0;
}

.centrisano {
  margin: 0 auto;
}


/*lista*/

#content-list {
  padding: 0 0 0 30px;
}

#content-list li {
  font-size: 1.3em;
  line-height: 1.5em;
  list-style-type: circle;
}


/*misc*/

.disabled {
  opacity: 0.25;
}

