@charset "utf-8";
/* CSS Document */

*           {
             margin: 0px;
             padding: 0px;
            }
			
:-moz-any-link:focus 
            {
             outline: none;
            }
			
			

html, body  {
	         font-family: Verdana, Geneva, sans-serif;
	         font-size: 12px;
	         color: #fff;
			 background: url(../images/bkg.png) top left repeat-x;
	         background-color: #000;
	        }
			
#divContainer
            {
			 width: 890px;
			 margin-left: auto;
			 margin-right: auto;
			}
			
#header     {
	         width: 890px;
			 height: 130px;
			 position: relative;
			 background:url(../images/lineMenu.png) bottom left no-repeat;
            }
			
#logo       {
	         position: absolute;
			 left: 0px;
			 top: 25px;
            }
			
#langDiv    {
	         width: 60px;
			 height: 18px;
			 background: url(../images/langHolder.png) top left no-repeat;
			 text-align: left;
			 padding-top: 4px;
			 position: absolute;
			 right: 0px;
			 top: 25px;
			 padding-left: 6px;
			 font-size: 11px;
            }
			
#langDiv a  {
	         display: block;
			 width: 66px;
			 height: 25px;
			 color: #fff;
			 text-decoration: none;
            }
			
#langDiv img 
            {
			 position: relative;
			 left: 7px;
			 top: 0px;
			}
			
#hiddenLang {
	         background: url(../images/langBottom.png) -1px bottom no-repeat;
			 background-color:#8B4B4B;
			 height:20px;
			 position:absolute;
			 left:825px;
			 top:43px;
			 width:59px;
			 text-align: left;
			 padding-left: 5px;
			 font-size: 11px;
			 padding-top: 5px;
            }
			
#hiddenLang a
            {
			 color: #fff;
			 text-decoration: none;
			}
			
#hiddenLang a:hover
            {
			 text-decoration: underline;
			}
			
#menuVertical
            {
			 width: 890px;
			 height: 32px;
			 background:url(../images/lineMenu2.png) 0px bottom no-repeat;
			 text-align:center;
			 padding-top: 9px;
			}
			
#menuVertical ul
            {
			 list-style-type: none;
			}
			
#menuVertical ul li
            {
			 display: inline;
			 margin-right: 35px;
			}
			
#menuVertical ul li a
            {
			 font-size: 14px;
			 color: #fefbfb;
			 text-decoration: none;
			}
			
#menuVertical ul li a:hover
            {
			 color: #000;
			}
			
#mainDiv    {
             width: 806px;
			 height: 341px;
			 margin-top: 15px;
			 margin-left: auto;
			 margin-right: auto;
			 position: relative;
            }
			
#mainDiv ul {
	         list-style-type: none;
			 position: absolute;
			 top: 0px;
			 left: 0px;
            }
			
#mainDiv ul li {
	         width: 224px;
			 height: 48px;
			 position: relative;
			 border-bottom: 1px solid #000;
			 padding: 0px;
			 margin: 0px;
			 display: block;
			 overflow:hidden;
            }
			
.bigDivMenu {
	         width: 208px;
			 height: 48px;
			 position: absolute;
			 top: 0px;
			 left: 0px;
			 background-color: #3c3c3c;
			 filter:alpha(opacity=65); 
             -moz-opacity: 0.65; 
             opacity: 0.65;
			 z-index: 5;
            }
			
li.active .bigDivMenu
            {
			 background-color: #fffffd;
			 z-index: 5;
			}
			
.smallDivMenu
            {
			 width: 14px;
			 height: 48px;
			 position: absolute;
			 top: 0px;
			 right: 0px;
			 border-right: 1px solid #000;
			 border-left: 1px solid #000;
			}
			
li.active .smallDivMenu
            {
			 background-color: #650e0f;
			}
			
a.menuLink  {
	         position: absolute;
			 top: 0px;
			 right: 16px;
			 color: #fdfbfb;
			 text-decoration: none;
			 display: block;
			 padding-left: 10px;
			 padding-top: 17px;
			 width: 198px;
			 height: 32px;
			 z-index: 10;
            }
			
li.active a.menuLink
            {
			 color: #000;
			 z-index: 10;
			}
			
#boxes      {
	         width: 806px;
			 height: 146px;
			 margin-top: 25px;
			 margin-left: auto;
			 margin-right: auto;
            }
			
.box        {
	         width: 254px;
			 height: 146px;
			 float: left;
			 margin-right: 22px;
			 position: relative;
            }
			
.box a      {
	         display: block;
			 width: 254px;
			 height: 146px;
			 cursor: pointer;
			 text-decoration: none;
            }
			
.box img    {
	         position: absolute;
			 top: 0px;
			 left: 0px;
            }
			
.tracka     {
	         width: 254px;
			 height: 30px;
			 position: absolute;
			 top: 0px;
			 left: 0px;
			 background-color: #3c3c3c;
			 filter:alpha(opacity=65); 
             -moz-opacity: 0.65; 
             opacity: 0.65;
            }
			
.box span   {
	         font-size: 12px;
			 color: #fff;
			 position: absolute;
			 top: 7px;
			 left: 20px;
            }
			
.hiddenText {
	         position: absolute;
			 top: 49px;
			 left: 23px;
			 width: 202px;
			 height: 67px;
			 background-color: #3c3c3c;
			 filter:alpha(opacity=65); 
             -moz-opacity: 0.65; 
             opacity: 0.65;
			 color: #FFF;
			 font-size: 11px;
			 padding-left: 3px;
			 padding-right: 3px;
			 padding-top: 9px;
			 text-align: left;
			 line-height: 15px;
            }
			
#footer     {
	         width: 890px;
			 height: 30px;
			 border-top: 1px solid #fff;
			 margin-top: 45px;
            }
			
#footer ul  {
	         list-style-type: none;
			 float: left;
			 margin-left: 2px;
			 margin-top: 8px;
            }
			
#footer ul li
            {
			 float: left;
			 font-size: 9px;
			 color: #fff;
			 margin-right: 10px;
			}
			
#footer ul li a
            {
			 color: #fff;
			 text-decoration: none;
			}	
			
#footer ul li a:hover
            {
			 text-decoration: underline;
			}		
			
#copyright  {
	         float: right;
			 font-size: 9px;
			 margin-right: 2px;
			 margin-top: 8px;
            }
			
#copyright a 
            {
			 color: #FFF;
			 text-decoration: underline;
			}
			
#copyright a:hover
            {
			 text-decoration: none;
			}
			
#mainDivRest
            {
			 width: 806px;
			 margin-top: 15px;
			 margin-left: auto;
			 margin-right: auto;
			 position: relative;
            }
			
#mainDivTransparent
            {
			 background-color: #a71414;
			 filter:alpha(opacity=11); 
             -moz-opacity: 0.11; 
             opacity: 0.11;
			 position: absolute;
			 top: 0px;
			 left: 0px;
			 width: 806px;
			 z-index: 20;
			}
			
#mainDivNotTransparent
            {
			 width: 766px;
			 position: relative;
			 z-index: 30;
			 padding: 20px;
			}
			
#mainDivNotTransparent h4
            {
			 font-family: Verdana, Geneva, sans-serif;
			 font-size: 24px;
			 text-decoration: underline;
			 color: #fefbfb;
			 font-weight: normal;
			 margin-bottom: 40px;
			}
			
#mainDivNotTransparent p 
            {
			 font-family: Verdana, Geneva, sans-serif;
			 font-size: 11px;
			 color: #fefbfb;
			 line-height: 18px;
			}
			
			
#horMenu    {
	         float: left;
			 width: 200px;
			 height: 300px;
            }
			
#content    {
	         float: right;
			 width: 566px;
            }
			
ul#referenceList
            {
		     list-style-type: circle;
			 padding-left: 20px;
			}
			
ul#referenceList li
            {
			 color: #FFF;
			 margin-bottom: 8px;
			}
			
ul#referenceList li a
            {
			 color: #FFF;
			 text-decoration: none;
			}
			
ul#referenceList li a:hover
            {
			 text-decoration: underline;
			}
			
.imageAll   {
             width: 145px;
			 height: 98px;
			 float: left;
			 margin-right: 61px;
			 margin-bottom: 40px;
			 cursor: pointer;
			 text-align: center;
			 position: relative;
			 z-index: 5;
            }
			
.imageAll img
            {
			 border: 1px solid #fff;
			}
			
.lastImage  {
	         margin-right: 0px;
            }
			
.imageAll a {
	         display: block;
			 position: relative;
			 z-index: 6;
            }
			
	
.accordian  {
             width: 806px;
			 height: 21px;
			 background: url(../images/accordian_bkg.png) top left repeat-x;
			 position: relative;
			 right: 20px;
			 cursor: pointer;
            }
			
.accordian_content
            {
			 width: 766px;
			 height: 400px;
			 position: relative;
			}
			
.accordian img
            {
			 position: absolute;
			 top: 6px;
			 left: 18px;
			}
			
.accordian p 
            {
			 position: absolute;
			 font-family: Verdana, Geneva, sans-serif;
			 font-size: 12px;
			 color: #333 !important;
			 left: 40px;
			 font-weight: bold;
			}
			
			
.formField  {
	         width: 250px;
			 border: 1px solid #CCC;
			 font-family: Verdana, Geneva, sans-serif;
			 font-size: 11px;
			 padding: 2px;
            }
			
#tbContact  {
	         margin-top: 20px;
			 margin-left: 20px;
            }
			
.alert      {
	         color: #F00;
            }
			
#prodLarge  {
	         margin-left: 28px;
			 width: 710px;
			 height: 373px;
            }
			
#prodSmall  {
	         width: 766px;
			 height: 112px;
			 margin-left: 0px;
			 margin-top: 20px;
            }
			
.boxProd    {
	         width: 175px;
			 height: 112px;
			 background-color: #FFF;
			 float: left;
			 margin-right: 19px;
			 border:1px solid #fff;
            }
			
.prodLast   {
	         margin-right: 0px;
            }
			
#captcha    {
	         width: 90px;
			 float: right;
			 margin-right: 12px;
			 margin-top: 30px;
            }
			
#submitForm {
	         font-family: Verdana, Geneva, sans-serif;
			 font-size: 12px;
			 color: #414141;
			 background-color: #CCC;
			 border: 1px solid #333;
			 padding-left: 5px;
			 padding-right: 5px;
			 margin-right: 12px;
			 cursor: pointer;
            }
			
.alertDiv   {
			 background-color: #FFC;
			 color: #F00;
			 border: 1px solid #F00;
			 padding: 3px;
            }
			
#alertName  {
	         position: absolute;
			 top: 29px;
			 left: 420px;
            }
			
#alertEmail {
	         position: absolute;
			 left: 420px;
			 top: 58px;
            }
			
#alertComment
            {
			 position: absolute;
			 left: 420px;
			 top: 87px;
			}
			
#alertCod   {
	         position: absolute;
			 left: 420px;
			 top: 256px;
            }
			
.contactdata
            {
			 width: 350px;
			 height: 145px;
			 background-color: #FFF;
			 border: 1px solid #dbdbdb;
			 padding: 10px;
			 color: #000 !important;
			 margin-top: 20px;
			}
			
.contactdata p
            {
		     color: #000 !important;
			}
			
#sediste    {
             float: left;
            }
			
#salon      {
	         float: right;
            }
			
p.contactTitle
            {
			 font-size: 14px !important;
			 text-decoration: underline;
			 margin-bottom: 20px;
			}
			
#inostranstvo
            {
			 margin-left: auto;
			 margin-right: auto;
			 clear: both;
			 position: relative;
			 top: 20px;
			}
			
.contactdata a
            {
			 color: #06F;
			 text-decoration: underline;
			}
			
.contactdata a:hover
            {
			 text-decoration: none;
			}
			
a.detaljnije
            {
			 color: #FFF;
			 text-decoration: underline;
			 position: relative;
			 top: 10px;
			}
			
a.detaljnije:hover
            {
			 text-decoration: none;
			}
			
#komadniPic {
	         width: 340px;
			 height: 400px;
			 float: right;
			 margin-right: 20px;
			 border-left: 1px solid #896566;
			 position: relative;
			 bottom: 50px;
            }
			
#contentDel {
	         width: 381px;
			 height: 3px;
			 background: url(../images/komadni_line.png) top left no-repeat;
			 position: absolute;
			 right: 30px;
			 top: 60px;
			 overflow:hidden;
            }
			
#contentDel2
            {
			 width: 410px;
			 height: 3px;
			 overflow: hidden;
			 background: url(../images/komad_line.png) top left no-repeat;
			 position: absolute;
			 left: 20px;
			 top: 70px;
			}
			
#komadniPic2 
            {
			 bottom:70px;
			 float:left;
			 height:420px;
			 margin-right:20px;
			 position:relative;
			 width:370px;
            }	
			
#komadniPic2 img
            {
			 cursor: pointer;
			}
			
#komadContent
            {
			 width: 200px;
			 min-height: 385px;
			 position: absolute;
			 right: 20px;
			 top: 40px;
			 border-left:1px solid #896566;
			 padding-top: 75px;
			 padding-left: 100px;
			 padding-right: 100px;
			 font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
			 font-size: 12px;
			 overflow: hidden;
			}
			
a#backLink  {
	         color: #FFF;
			 text-decoration: none;
			 position: absolute;
			 right: 15px;
			 top: 10px;
            }
			
a#backLink:hover
            {
			 text-decoration: underline;
			}
			
#slideshow  {
	         width: 766px;
			 height: 160px;
			 overflow: hidden;
			 margin-top: 20px;
            }
			
.btn        {
	         width: 20px;
			 height: 20px;
			 cursor: pointer;
			 margin-top: 65px;
            }
			
#centralpart
            {
			 width: 696px;
			 height: 146px;
			 margin-top: 2px;
			 overflow: hidden;
			 padding-left: 10px;
			 padding-right: 10px;
			 position: relative;
			 z-index: 100;
			}
			
.slideelem  {
	         float: left;
            }
			
#leftBtn    {
	         margin-right: 5px;
			 background: url(../images/slideleft.png) 0px 0px no-repeat;
            }
			
#rightBtn   {
	         margin-left: 5px;
			 background: url(../images/slideright.png) 0px 0px no-repeat;
            }	
			
.hoveredBtn {
	         background-position: 0px -20px !important;
            }
			
.inactiveBtn{
	         background-position: 0px -40px !important;
            }
			 
			 
#centralpart ul
            {
			 width: 20000px;
			 height: 146px;
			 list-style-type: none;
			 margin-top: 0px;
			 position: relative;
			 z-index: 50;
			}
			
#centralpart ul li
            {
			 float: left;
			 width: 220px;
			 height: 146px;
			 margin-right: 18px;
			 text-align: center;
			}
			
#centralpart ul li img.hovered
            {
			 border: 1px solid red;
			}
			
#centralpart ul li img
            {
			 border: 1px solid #FFF;
			}
			
.map        {
	         position: absolute;
			 top: 15px;
			 left: 0px;
			 z-index: 50;
            }
			
#plus       {
	         width: 20px;
			 height 10px;
			 text-align: center;
	         padding: 3px;
			 font-size: 12px;
			 font-weight: bold;
			 color: #fff;
			 background-color: #333;
			 position: absolute;
			 top: 20px;
			 right: 40px;
			 z-index: 100;
			 cursor: pointer;
            }
			
#minus      {
	         width: 20px;
			 height 10px;
			 text-align: center;
	         padding: 3px;
			 font-size: 12px;
			 font-weight: bold;
			 color: #fff;
			 background-color: #333;
			 position: absolute;
			 top: 20px;
			 right: 8px;
			 z-index: 100;
			 cursor: pointer;
            }
			
#navigation {
	         width: 766px;
			 height: 20px;
			 position: absolute;
			 bottom: 20px;
			 left: 20px;
            }
			
.galeryNav  {
	         width: 20px;
			 height: 20px;
			 position: absolute;
			 top: 0px;
			 left: 0px;
			 cursor: pointer;
            }
			
#leftBtng   {
	         background: url(../images/slideleft.png) 0px 0px no-repeat;
			 left: 355px;
            }
			
#rightBtng  {
	         background: url(../images/slideright.png) 0px 0px no-repeat;
			 left: 390px;
            }	
			
.inactiveBtng
            {
	         background-position: 0px -40px !important;
            }
			
.imageSet   {
	         position: relative;
			 clear: both;
			 width: 766px;
			 height: 530px;
            }
			

		  





			
.display_none
            {
			 display: none;
			}
			 
			 			
/* *** Float containers fix: 
  http://www.csscreator.com/attributes/containedfloat.php *** */  
.clearfix:after { 
	content: ".";  
	display: block;  
	height: 0;  
	clear: both;  
	visibility: hidden; 
	} 
   
.clearfix { 
	display: inline-block; 
	} 
  
/* Hides from IE-mac \*/ 
* html .clearfix { 
	height: 1%; 
	} 
.clearfix { 
	display: block; 
	} 
/* End hide from IE-mac */
