/*
--------------------------------------------------------------------------------------------
1. DEFAULT ELEMENTI
--------------------------------------------------------------------------------------------
*/
html, body, div, span, form, textarea, input, img, label, table, tr, td, p, hr, h1, h2, h3, h4, h5, ul, li, dl, dt, dd{ 
  margin: 0;
  padding: 0;
  border: none;
}
body{
  color: #969595;
  background-color: #000;
  font-family: 'Lucida Grande', Helvetica, 'Lucida Sans Unicode' , Arial, sans-serif, 'Times New Roman', Times, Georgia, Arial, Verdana, 'Trebuchet MS';
  font-size: 14px;
  line-height: 1.6em;
}

h1{
  color: #fff;
  font-size: 1.4em;
  font-weight: normal;
  text-transform: uppercase;
  padding-bottom: 25px;
  line-height: 1.0em;
}
h2{
  color: #969595;
  font-size: 1.0em;
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 12px;
}
h3{
  color: #000;
  font-size: 1.3em;
  font-weight: bold;
  padding-bottom: 12px;
}

a{
  color: #fff;
  text-decoration: none;
}
a.active, a:hover, a:focus{
  color: #c20000;
  text-decoration: underline;
}

big{color:#fff;font-size:1.2em}
small{font-size:0.9em}

p{padding-bottom:18px;line-height:1.6em}
p.align_r{text-align:right}
p.align_c{text-align:center}
.float_l{float:left}
.float_r{float:right}
.padding_none{padding:0}
.padding_small{padding-bottom:8px}
.justify{text-align:justify}

.hr{
  height: 18px;
  background: url('../images/hr.png') no-repeat scroll center;
  margin-bottom: 8px;
}
.hr hr{display:none}

ul{list-style-image:none;list-style:none}
#content ul{list-style-type:circle;padding:0 0 18px 40px}

img.image, img.image_l, img.image_r{background-color:#0e0100;border:1px solid #4b4b4b;padding:3px;margin:0 5px 5px 0}
img.image_l{float:left;margin-right:10px}
img.image_r{float:right;margin-left:10px}
a:hover img.image, a:focus img.image, a:hover img.image_l, a:focus img.image_l, a:hover img.image_r, a:focus img.image_r{
  border-color: #000;
}

.clear{clear:both;width:100%;height:1px}



/*
-------------------------------------------------------------------------------------------
2. STRUKTURA STRANICE - WRAPPERI I CONTAINERI
-------------------------------------------------------------------------------------------
*/
#wrapper_all{
  width: 100%;
  min-width: 920px;
  background-repeat: no-repeat;
  background-position: center 0px;
}
#container_all{
  width: 920px;
  margin: 0 auto;
}




/*
-------------------------------------------------------------------------------------------
3. HEADER STRANICE
-------------------------------------------------------------------------------------------
*/
#navigation{
  height: 21px;
  color: #c20000;
  font-size: 0.9em;
  text-transform: uppercase;
  /*font-family: 'Times New Roman';*/
  text-align: center;
  word-spacing: 1.7em;
  padding: 12px 0px; /*12 30*/
  overflow: hidden;
}
#navigation p{padding:0;}
#navigation a.active, #navigation a:hover, #navigation a:focus{color:#c20000;text-decoration:none}



/*
-------------------------------------------------------------------------------------------
4. SREDINA STRANICE - MAIN, CONTENT
-------------------------------------------------------------------------------------------
*/
#main{
  padding: 340px 0 0 0;
}

.column_small, .column_small_r{
  float: left;
  width: 275px;
  padding: 0 50px 20px 0;
}
.column_small_r{width:270px;padding-right:0}
.column_big{
  float: left;
  width: 600px;
  padding: 0 50px 20px 0;
}
.column_big_r{
  float: left;
  width: 550px;
  padding-right:0; 
  padding-top:22px;
}


p.info{
  color:#fff;
  font-size: 1.2em;
  background-position: right top;
  background-repeat: no-repeat;
  padding-right: 60px;
}
p.info:first-letter{
  font-size: 2.0em;
}


ul.navigation{padding-bottom:15px}
ul.navigation li a{
  display: block;
  background: url('../images/ul_navigation.gif') left center no-repeat;
  padding: 3px 0 3px 18px;
}
ul.navigation li a.active{
  color: #929292;
  text-decoration: none;
}
ul.navigation li a:hover, ul.navigation li a:focus, ul.navigation li a.active:hover, ul.navigation li a.active:focus{
  color: #c20000;
  text-decoration: none;
}
ul.navigation li strong, ul.list li strong{font-weight:normal;text-transform:uppercase}


ul.list li{
  background: url('../images/ul_navigation.gif') left 10px no-repeat;
  padding: 3px 0 15px 18px;
}
ul.list li strong{color:#fff}


a.news_newer, a.news_older, a.mail, span.price{
  background: #181818 url('../images/arrows_left_right.gif') left center no-repeat;
  font-size: 0.8em;
  padding: 10px 12px 4px; /*15*/
  text-transform: uppercase;
}
a.news_newer{
  background-position: right center;
  padding-right: 25px;
}
a.news_older{
  padding-left: 25px;
}
a.mail{
  display: block;
  width: 140px;
  background-image: url('../images/mail.gif');
  background-position: 8px center;
  padding: 0 0 0 30px;
}
span.price{
  display: block;
  width: 140px;
  background-image: url('../images/price.gif');
  background-position: 10px center;
  padding: 0 0 0 30px;
  margin-bottom: 5px;
}
span.price big{text-transform:lowercase}
a.news_newer:hover, a.news_newer:focus, a.news_older:hover, a.news_older:focus, a.mail:hover, a.mail:focus{text-decoration:none}


.box_image{
  float: left;
  width: 104px;
  padding: 0 16px 20px 0;
  text-align: right;
}
.box_image p{padding:0;line-height:0.9em}
.box_image img.image{margin:0}

a.pdf{
  display: block;
  width: 162px;
  height: 76px;
  background: url('../images/download_pdf.jpg') no-repeat;
  text-transform: uppercase;
  padding: 30px 30px 0 83px;
}
a.pdf:hover, a.pdf:focus{text-decoration:none}




/*
-------------------------------------------------------------------------------------------
5. FOOTER
-------------------------------------------------------------------------------------------
*/
#footer{
  height: 40px;
  color: #fff;
  background: url('../images/footer.jpg') no-repeat;
  text-align: center;
  padding-top: 60px;
  font-size: 0.8em;
}
#footer p{padding:0; padding-top:8px;}
#footer a{color:#fff}






/*
-------------------------------------------------------------------------------------------
6.1. OSTALI ELEMENTI STRANICE - TEXT, BUTTON...
-------------------------------------------------------------------------------------------
*/
form label{
  display: block;
  float: left;
  width: 70px;
  padding-right: 10px;
  text-align: right;
  line-height: 1.7em;
}
fieldset{
  border: 1px solid #e0e0e0;
  padding: 10px 18px;
  margin-bottom: 18px;
}
fieldset legend{
  color: #006600;
  font: 1.2em 'Trebuchet MS';
  font-weight: bold;
  padding: 0 5px;
}
.text{
  color: #000;
  background-color: #fff;
  border: 1px solid #006600;
  font-size: 0.9em;
  padding: 5px;
}
.button{
  width: 78px;
  height: 25px;
  color: #fff;
  background: #026799 url('../images/button.gif') no-repeat;
  font-size: 0.9em;
  font-weight: bold;
  padding-bottom: 2px;
  cursor: pointer;
}



/*
-------------------------------------------------------------------------------------------
6.2. OSTALI ELEMENTI STRANICE - PORUKE
-------------------------------------------------------------------------------------------
*/
p.ok{
  color: #000;
  background: #e5fcd9 url('../images/icons/message_ok.gif') 10px center no-repeat;
  border: 1px solid #67C058;
  padding: 8px 10px 8px 42px;
  margin-bottom: 18px;
}
p.error{
  color: #000;
  background: #fceae3 url('../images/icons/message_error.gif') 10px center no-repeat;
  border: 1px solid #E3775B;
  padding: 8px 10px 8px 42px;
  margin-bottom: 18px;
}
p.help{
  color: #000;
  background: #e8f1fc url('../images/icons/message_help.gif') 10px center no-repeat;
  border: 1px solid #73A9E3;
  padding: 8px 10px 8px 42px;
  margin-bottom: 18px;
}


h1, h2, #navigation{
	font-family: 'Times New Roman', Times, Georgia, Arial, Verdana, 'Trebuchet MS';
}
