/*-----------------------------------------------------
   BASIC
----------------------------------------------------- */
*                                                     { margin: 0; padding: 0; list-style: none; }
body                                                  {
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #6f6f6f;
	background: #45525f url(../images/layout/body-bg.jpg) no-repeat center -86px;
	padding-bottom: 30px;
        }

a img                                                 { border: none; }
a, a img, a:link, a:visited, a:hover, a:active        { outline: none; }
br.clear                                              { line-height: 0; height: 0; font-size: 0; clear: both; }
#print-logo                                           { display: none; }
.hide { display: none; }
/*-----------------------------------------------------
   LAYOUT
----------------------------------------------------- */
#wrapper                                              {
	width: 906px;
	height: 760px;
	margin: 30px auto 0 auto;
	background: transparent url(../images/layout/wrapper-bg.jpg) no-repeat 0 0;
	position: relative;
	}


/*-----------------------------------------------------
   HEADER
----------------------------------------------------- */	
#header                                               {
	margin: 0 19px 18px 14px;
	padding: 18px;
	height: 197px;
	position: relative;
	}

#headerImage                                          {
	position: absolute;
	top: 18px;
	right: 0;
	width: 600px;
	height: 215px;
	}

#headerImage                                          { background: transparent url(../images/layout/header.jpg) no-repeat 0 0; }
#oprojektu #headerImage                               { background: transparent url(../images/layout/header-home.jpg) no-repeat 0 0; }
	
#logo                                                 {
	display: block;
	width: 256px;
	height: 217px;
	text-indent: -9999px;
	}	

/*-----------------------------------------------------
   print (link)
----------------------------------------------------- */
#print-link                                           {
	background: transparent url(../images/layout/print.gif) no-repeat 0 0;
	display: block;
	width: 11px;
	height: 8px;
	text-indent: -9999px;
	position: absolute;
	top: 239px;
	right: 20px;
	}
	
#print-linkTop                                        {
	background: transparent url(../images/layout/print.gif) no-repeat 0 0;
	display: block;
	width: 11px;
	height: 8px;
	text-indent: -9999px;
	position: absolute;
	top: 6px;
	right: 20px;
	}	

/*-----------------------------------------------------
   CONTAINER
----------------------------------------------------- */	
#nav                                                  {
	display: inline;
	float: left;
	width: 256px;
	height: 475px;
	margin: 0 17px 0 14px;
	position: relative;
	}		
	
#banners                                              {
	clear: both;
	text-align: right;
	position: absolute;
	bottom: 0;
	right: 0;
	}	
	
#banners img                                          { margin-right: 20px; vertical-align: top; }
	
#container                                            {
	display: inline;
	float: left;
	width: 600px;
	height: 490px;
	background: #f0f4fb;
	position: relative;
	}	
	
#mainContent                                          { width: 540px; height: 425px; padding: 20px 20px; }

/*#blink { padding: 10px 0 0 45px; }*/
#blink {
	display: none !important;
	width: 120px; height: 36px;
	margin: 10px 0 0 45px;
	background: transparent url(../images/uskrsnji-popust.gif) no-repeat 0 0;
	text-indent: -9999px;
	}
	
#homeblink {
	display: block;
	width: 165px; height: 43px;
	margin: -5px 0 0 45px;
	background: transparent url(../images/stanovi-u-prodaji.gif) no-repeat 0 0;
	text-indent: -9999px;
	}	

/*-----------------------------------------------------
   CONTAINER - LONG (height 100%)
----------------------------------------------------- */	
#long #container                                      {
	display: inline;
	float: left;
	width: 600px;
	height: 723px;
	background: #f0f4fb;
	position: relative;
	margin-top: -233px;
	}	
	
#long #mainContent                                    { width: 540px; height: 658px; padding: 20px 30px; }
	
#long #container.white                                { background: #fff; }
#homepage #long #mainContent                          { padding: 0; }
	
/*-----------------------------------------------------
   SCROLLER
----------------------------------------------------- */
div#scrollbar                                         { display:block; /* initially display:none; to hide from incapable */ } 
div#wn                                                {
	position:relative;
	width: 540px;
	height: 425px;
	overflow:hidden;
	margin: 0 -20px 0 0;
	padding: 0 30px 0 0;
        }

div#scrollbar                                         {
	position:absolute;
	width:7px;
	font-size:1px;  /* so no gap or misplacement due to image vertical alignment */
	top: 0px;
	right: 10px;
	background: none;
	height: 425px;
        }
div#track                                             {
	position:absolute;
	left:0px;
	top:7px;
	width:7px;
	height:410px;
	background: #d5d6d8;
        }
div#dragBar                                           {
	position:absolute;
	right:0;
	top:0px;
	width:6px;
	background: #31455d;
        }		
div#up                                                {
	position:absolute;
	left:1px;
	top:0;
        }
div#down                                              {
	position:absolute;
	left:1px;
	bottom:0;
        }

/* so no gap or misplacement due to image vertical alignment
font-size:1px in scrollbar has same effect (less likely to be removed, resulting in support issues) */
div#scrollbar img                                     { display:block; }	

/*-----------------------------------------------------
   SCROLLER // Boje
----------------------------------------------------- */
#oprojektu div#dragBar                                { background: #d9772d; }
#stanovi div#dragBar                                  { background: #cdbf2c; }
#novosti div#dragBar                                  { background: #f69c00; }
#galerija div#dragBar                                 { background: #2bb34b; }

/*-----------------------------------------------------
   FOOTER
----------------------------------------------------- */	
#footer                                               {
	clear: both;
	color: #f0f4fb;
	width: 906px;
	margin: 0 auto;
	text-align: center;
	font-size: 9px;
	padding: 10px 0 0 0;
	}
	
#footer a                                             { color: #f0f4fb; text-decoration: none; }
#footer a:hover                                       { color: #f0f4fb; text-decoration: underline; }

#development                                          {
	margin: 0 auto;
	width: 906px;
	text-align: center;
	padding: 10px 10px 0 0;
	font-size: 10px;
	}
	
#development a                                        { color: #6f7984; text-decoration: underline; }
#development a:hover                                  { color: #6f7984; text-decoration: none; }