 .screen-reader-text {
     position: absolute;
     left: -1000em;
}

a {
	text-decoration: none;
}

a img {
	border: none;
}

a:link {
	color: #933;
}

a:visited {
	color: #933;
}

a:hover {
	color: #F93;
}

a:active {
	color: #999;
}

em {
	font-size: 120%;
}

body {
	color: #000;
	font-family: "Trebuchet MS", Verdana, Geneva, sans-serif;
	padding: 0;
	margin: 0;
	text-align: center; /* IE5 compatibility */
}


.container {
        width: 950px;
        margin-left: auto;
        margin-right: auto;
		padding: 10px 0 0 0;
		text-align: left;
}

/*#content {
        width: 700px;
        float: left;
}
*/

/*#header {
	height: 80px; 
}
*/
#header a {
	color: #000;
	text-decoration: none;
}

/* Logo */
#logo1 {
	float: left;
	font-size: 26px;
	font-family: "Brooklyn BH", "Times New Roman", Times, serif;
	padding: 28px 0 28px 90px;
	background:url("../images/treasurelogo.jpg") no-repeat top left;
}

#logo2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	padding: 0 0 0 10px;
}

/* Login */
#login {
	float: right;
	text-align:center;
	font-size: 12px;
	padding: 4px;
	margin: 5px 0 0 0;
    font-family: Verdana, Geneva, sans-serif;
}

#login a { 
    color: #999;
}

#login a:hover {
        color: #F93;
}

#login p {
	margin: 8px 0 0 0;
}

#portal {
	padding: 4px 10px 4px 10px;
	background-color: #000;
}

a#portal {
	color: #fff;
}

a {
    color: #333;
}

/* Navigation */

#nav {
	font: normal 14px Arial, Helvetica, sans-serif;
	margin: 0;
    padding: 7px 6px 0;
    line-height: 100%;
	
    border: solid 1px #b4b4b4;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
	border-radius: 2em;
    
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
	box-shadow: 0 1px 3px rgba(0, 0, 0, .4);

    background: #8b8b8b; /* for non-css3 browsers */
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#a9a9a9', endColorstr='#7a7a7a'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#a9a9a9), to(#7a7a7a)); 
    background: -moz-linear-gradient(top,  #a9a9a9,  #7a7a7a); /* for firefox 3.6+ */
}
#nav li {
    margin: 0 5px;
    padding: 0 0 8px;
    float: left;
    position: relative;
    list-style: none;
}
/* main level link */
#nav a {
    font-weight: bold;
    color: #e7e5e5;
    text-decoration: none;
    display: block;
    padding:  8px 20px;
    margin: 0;
    -webkit-border-radius: 1.6em;
    -moz-border-radius: 1.6em;
	border-radius: 1.6em;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
}
/* main level link hover */
#nav .current a, #nav li:hover > a {
    background: #d1d1d1; /* for non-css3 browsers */
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebebeb', endColorstr='#a1a1a1'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#a1a1a1)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  #ebebeb,  #a1a1a1); /* for firefox 3.6+ */

    color: #444;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
    text-shadow: 0 1px 0 rgba(255, 255, 255, .8);
}
/* sub levels link hover */
#nav ul li:hover a, #nav li:hover li a {
    background: none;
    border: none;
    color: #666;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
	box-shadow: none;
}
#nav ul a:hover {
    background: #0399d4 !important; /* for non-css3 browsers */
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#04acec', endColorstr='#0186ba'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#04acec), to(#0186ba)) !important; /* for webkit browsers */
    background: -moz-linear-gradient(top,  #04acec,  #0186ba) !important; /* for firefox 3.6+ */

    color: #fff !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
	border-radius: 0;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .1);
}
/* level 2 list */
#nav ul {
    background: #ddd; /* for non-css3 browsers */
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#cfcfcf'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#cfcfcf)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  #fff,  #cfcfcf); /* for firefox 3.6+ */

    display: none;
    margin: 0;
    padding: 0;
    width: 185px;
    position: absolute;
    top: 35px;
    left: 0;
    border: solid 1px #b4b4b4;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
}
/* dropdown */
#nav li:hover > ul {
    display: block;
}
#nav ul li {
    float: none;
    margin: 0;
    padding: 0;
}
#nav ul a {
    font-weight: normal;
    text-shadow: 0 1px 1px rgba(255, 255, 255, .9);
}
/* level 3+ list */
#nav ul ul {
    left: 181px;
    top: -3px;
}
/* rounded corners for first and last child */
#nav ul li:first-child > a {
    -webkit-border-top-left-radius: 9px;
    -moz-border-radius-topleft: 9px;
    -webkit-border-top-right-radius: 9px;
    -moz-border-radius-topright: 9px;
	border-radius: 9px 9px 0 0;
}
#nav ul li:last-child > a {
    -webkit-border-bottom-left-radius: 9px;
    -moz-border-radius-bottomleft: 9px;
    -webkit-border-bottom-right-radius: 9px;
    -moz-border-radius-bottomright: 9px;
	border-radius: 0 0 9px 9px;
}
/* clearfix */
#nav:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
#nav {
    display: inline-block;
}
html[xmlns] #nav {
    display: block;
}
* html #nav {
    height: 1%;
}

/* End of Nav style */

/* Search */
#search {
	float: right;
	margin: 3px 20px 0 0;
	font-size: 12px;
	
}

/* Banner */

#banner {
	clear: both;
	height: 180px;
	margin: 15px 0 15px 0;
	border: #ccc 1px solid;
	font-size: 12px;
	text-align: left;
	line-height: 1.5em;
	color: #333;
    -moz-border-radius: 12px; /* FF1+ */
    -webkit-border-radius: 12px; /* Saf3+, Chrome */
    border-radius: 12px; /* Opera 10.5, IE 9 */
}

.hor-splitter {
	float: left;
	background: url(../images/hor-splitter.png) top left no-repeat;
	margin: 20px 0 15px 0;
	width: 3px;
	height: 120px;
}

#banner1 {
	float: left;
	width: 150px;
	margin: 20px;
	padding: 5px 0 10px 40px;
	background: url(../images/info.png) top left no-repeat;
}

#banner2 {
	float: left;
	width: 140px;
	margin: 20px;
	padding: 5px 0 10px 70px;
	background: url(../images/rokovnikweb.jpg) top left no-repeat;
}

#banner3 {
	float: left;
	width: 150px;
	margin: 20px;
	padding: 5px 0 10px 40px;
	background: url(../images/helpbook.png) top left no-repeat;
}

#banner4 {
	float: left;
	width: 145px;
	margin: 20px 20px 10px 20px;
	padding: 5px 0 10px 40px;
	background: url(../images/percentage.png) top left no-repeat;
}

/* End of Banner style */

/* Random photo */
#random-photo {
	clear: both;
	width: 100%;
	height: 258px;
	margin: 0 0 20px 0;
}

/* End of Random Photo style */

/* Title Bar */
#title-bar {
	width: 950px;
	height: 30px;
	background:url(../images/titlebar.png) no-repeat left top;
	margin: 0 0 10px 0;
	text-transform: uppercase;
}

	
#title-bar p {
	padding: 8px 0 8px 40px;
	margin: 0;
	font-size: 14px;
	font-weight: bold;
}

/* End of Title Bar */

/* One Column Content */
#one_col_content {
	clear: both;
	width: 907px;
	float: left;
	padding: 20px;
	text-align: left;
	border: 1px solid #ccc;
	margin-bottom: 20px;
	-moz-border-radius: 12px; /* FF1+ */
	-webkit-border-radius: 12px; /* Saf3+, Chrome */
	border-radius: 12px; /* Opera 10.5, IE 9 */
}

/* Two Column Content */
#two_col_content {
	clear: both;
	width: 680px;
	float: left;
	line-height: 1.5em;
	text-align: left;
	border: 1px solid #ccc;
	margin: 5px 0 20px 0;
	-moz-border-radius: 12px; /* FF1+ */
	-webkit-border-radius: 12px; /* Saf3+, Chrome */
	border-radius: 12px; /* Opera 10.5, IE 9 */
}

#two_col_content p {
	padding: 20px 20px 0 20px;
}


#two_col_content ul {
	padding: 0 20px 0 50px;
}

#two_col_content #mail {
	float: left;
	margin: 20px 20px 0 20px;
	padding: 10px 20px 10px 45px;
	background: url(../images/email.png) no-repeat top left;
}

#two_col_content #chat {
	width: 200px;
	float: right;
	margin: 20px 20px 0 20px;
	padding: 10px 20px 20px 45px;
	background: url(../images/chat.png) no-repeat top left;
}

#two_col_content #phone {
	float: left;
	margin: 20px 20px 0 20px;
	padding: 10px 20px 20px 45px;
	background: url(../images/contactphone.png) no-repeat top left;
}

#two_col_content #fax {
	width: 200px;
	float: right;
	margin: 20px 20px 0 20px;
	padding: 10px 20px 20px 45px;
	background: url(../images/fax.png) no-repeat top left;
}

#two_col_content #facebook {
	float: left;
	margin: 20px 20px 0 20px;
	padding: 10px 20px 20px 0;
}

.faq_question {
	padding: 20px 20px 0 20px;
	color: #06F;
}

.faq_answer {
	padding: 20px 20px 0 40px;
	color: #666;
	font-size: 0.9em;
}
	

/* Sidebar */
.sidebar {
	width: 250px;
	float: right;
	text-align: left;
	font-size: 14px;
	margin: 5px 0 10px 0;
	background-color: #F5F5F5;
	border: 1px solid #ccc;
	-moz-border-radius: 12px; /* FF1+ */
    -webkit-border-radius: 12px; /* Saf3+, Chrome */
    border-radius: 12px; /* Opera 10.5, IE 9 */

}

.sidebar p {
	padding: 10px 20px 10px 20px;
	font-size: 14px;
	line-height: 1.5em;
	color: #666;
}

.sidebar ul {
	padding: 0 20px 10px 20px;
	list-style-type: none;
}

.sidebar li {
	line-height: 1.5em;
	border-bottom: 1px dotted #CCC;
	padding: 10px 0 0 0;
}

.sidebar h4 {
	padding: 10px 20px 0 20px;
	color: #933;
}
	

/* Footer */
#footer {
	clear: both;
	width: 100%;
	background-color: #f4f4f4;
	border-top: solid #e4e4e4 2px;
	border-bottom: solid #ECECEC 2px; 
	text-align: center;
	height: 200px;
	margin: 0 0 10px 0;
	font-size: 12px;
	line-height: 1.5em;
	color: #666;
}

#footer h2 {
	color: #000;
}

#footer a:link {
	color: #666;
}

#footer a:visited {
	color: #666;
}

#footer a:hover {
	color: #f93;
}

#footer1 {
	float: left;
	width: 150px;
	padding: 5px 0 10px 0;
}

#footer2 {
	float: left;
	width: 150px;
	padding: 5px 0 10px 40px;
}

#footer3 {
	float: left;
	width: 150px;
	padding: 5px 0 10px 40px;
}

#footer4 {
	float: right;
	text-align: center;
}
	

#copyright {
	clear:both;
	min-width: 950px;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #999;
	margin: 10px 0 10px 0;
}

/* End of Footer */


/* Polaroid Photos */

ul.polaroids {
	list-style: none outside;
	margin: 30px 0 10px -20px;
}

ul.polaroids img {
	display: block;
	margin-bottom: 12px;
	width: 150px;
}

ul.polaroids a {
	font-family: 'Marker Felt', sans-serif;
	font-size: 18px;
	display: inline;
	float: left;
	margin: 0px 0px 27px 30px;
	padding: 10px 10px 15px;
	text-align: center;
	text-decoration: none;
	width: auto;
	background: #FFF;
}

ul.polaroids li a:after {
    content: attr(title);
}

/* By default, we tilt all our images -2 degrees */
ul.polaroids li a {
-webkit-transform: rotate(-2deg);
-moz-transform: rotate(-2deg);
}
 
/* Rotate all even images 2 degrees */
ul.polaroids li:nth-child(even) a {
-webkit-transform: rotate(2deg);
-moz-transform: rotate(2deg);
}
 
/* Don't rotate every third image, but offset its position */
ul.polaroids li:nth-child(3n) a {
-webkit-transform: none;
-moz-transform: none;
position: relative;
top: -5px;
}
 
/* Rotate every fifth image by 5 degrees and offset it */
ul.polaroids li:nth-child(5n) a {
-webkit-transform: rotate(5deg);
-moz-transform: rotate(5deg);
position: relative;
right: 5px;
}
 
/* Keep default rotate for every eighth, but offset it */
ul.polaroids li:nth-child(8n) a {
position: relative;
top: 8px;
right: 5px;
}
 
/* Keep default rotate for every eleventh, but offset it */
ul.polaroids li:nth-child(11n) a {
position: relative;
top: 3px;
left: -5px;
}

ul.polaroids li a:hover {
    -webkit-transform: scale(1.25);
    -moz-transform: scale(1.25);
    -webkit-transition: -webkit-transform .15s linear;
    position: relative;
    z-index: 5;
	-webkit-box-shadow: 0 3px 6px rgba(0,0,0,.5);
-moz-box-shadow: 0 3px 6px rgba(0,0,0,.5);
}

/* Add drop shadows and smooth out the transition (Safari only) */
ul.polaroids li a {
-webkit-transition: -webkit-transform .15s linear;
-webkit-box-shadow: 0 3px 6px rgba(0,0,0,.25);
-moz-box-shadow: 0 3px 6px rgba(0,0,0,.25);
}
 
/* End of Polariod Photos */

/* Prodajni program */
#prpro {
	margin: 20px;
	color: #666;
}

/* Class Box-shadow */
.box_shadow {
	 -moz-box-shadow: 5px 5px 7px #888; /* FF3.5+ */
     -webkit-box-shadow: 5px 5px 7px #888; /* Saf3.0+, Chrome */
     box-shadow: 5px 5px 7px #888; /* Opera 10.5, IE 9.0 */
}