	
	/*
	                                                 
	-> Project: Vertiko                           
	-> Author: Igor Gotal - Luksa/Dobbin				 
	-> Copyright (c) 2008 - 2010: Dobbin / www.dobbin.hr
	                   							                         
	*/
	
	
	/* CLEARING METHODS
	----------------------------------------------------------------------------*/
	
		.clearfix:after { 
			content: ".";
			display: block;
			clear: both;
			visibility: hidden;
			line-height: 0; 
			height: 0; 
			}
		
		.clearfix {
			display: inline-block; 
			}
		
		html[xmlns] .clearfix {
			display: block; 
			}
		
		* html .clearfix {
			height: 1%; 
			}
		
		.clear {
			clear: both; 
			}
			
	/* BASE
	----------------------------------------------------------------------------*/
	
	body {
		margin: 0px;
		padding: 20px 0 20px 0;
		text-align: center;
		background: #bbc2c7 url("../../images/site_background.gif") repeat-x top left;
		font: normal 0.75em/145% Verdana, Arial, sans-serif;
		}
	
	html {
		color: #b0b9bd;
		text-decoration: none;
		}
	
	p {
		margin: 0 0 10px 0;
		line-height: 145%;
		}
	
	.show {
		display: block;
		}
	
	.hide {
		display: none;
		}
	
	a {
		outline: none;
		color: #b0b9bd;
		text-decoration: underline;
		}
	
	a:hover {
		text-decoration: none;
		}
	
	
	/* LAYOUT
	----------------------------------------------------------------------------*/
	
	#header-block {
		width: 940px;
		margin: 0px auto;
		background: url("../../images/header_background.gif") no-repeat top left;
		margin-bottom: 5px;
		height: 269px;
		}
	
	#header-block-inner {
		width: 900px;
		position: relative;
		top: 20px;
		left: 20px;
		}

	#page-wrapper {
		width: 940px;
		margin: 0px auto;
		background: #3b4246 url("../../images/right_column_bg.gif") repeat-y top right;
		}
	
	#page-wrapper .inner {
		text-align: left;
		padding: 20px 0 0 20px;
		margin-bottom: 5px;
		}
	
	#header-images {	
		height: 180px;
		float: right;
		width: 688px;
		}
	
	#content-container {
		padding: 0 0 20px 2px;
		border-bottom-radius: 3px;
		border-bottom-radius: 3px;
		-moz-border-radius-bottom: 3px;  
		-moz-border-radius-bottom: 3px;
		-webkit-border-bottom-radius: 3px;
		-webkit-border-bottom-radius: 3px;
		}
	
	#content-pictures {
		width: 180px;
		float: left;
		margin: 0 29px 0 0;
		}
	
	#content-text {
		font: normal 1.0em Arial, Verdana, sans-serif;
		width: 415px;
		float: left;
		margin: 0 28px 0 0;
		}
		
	#content-forms {
		font: normal 1.0em Arial, Verdana, sans-serif;
		width: 630px;
		float: left;
		margin: 0 28px 0 0;
		}
		
	#content-forms p span {
		color: #fff;
		}
	
	#content-text-info {
		font: normal 1.0em Arial, Verdana, sans-serif;
		width: 350px;
		float: right;
		margin: 0 28px 0 0;
		}
	
	#content-container-wide {
		padding: 0px 30px 0px 0;
		}
	
	#content-text.wide {
		width: 624px;
		}
	
	#content-nav {
		width: 248px;
		float: left;
		}
		
				
	/* HEADER
	----------------------------------------------------------------------------*/

	#header-block h1.logo_1 {
		text-indent: -9999px;
		display: block;
		width: 212px;
		height: 180px;
		float: left;
		background: url("../../images/logo_2010_hr.gif") no-repeat top left; 
		margin: 0px !important;
		padding: 0px !important;
		}
		
	#header-block h1.logo_2 {
		text-indent: -9999px;
		display: block;
		width: 212px;
		height: 180px;
		float: left;
		background: url("../../images/logo_2010_en.gif") no-repeat top left;
		margin: 0px !important;
		padding: 0px !important;
		}
	
	/* HEADER IMAGES OLD
	----------------------------------------------------------------------------*/
	
	.rad_na_visini-hr 	{ background: url("../../images/headers/rad_na_visini.jpg") no-repeat 0% 0%; }
	.oprema-hr 					{ background: url("../../images/headers/oprema.jpg") no-repeat 0% 0%; }
	.obuka-hr 					{ background: url("../../images/headers/obuka.jpg") no-repeat 0% 0%; }
	.reference-hr 			{ background: url("../../images/headers/reference.jpg") no-repeat 0% 0%; }
	.o_nama-hr 					{ background: url("../../images/headers/o_nama.jpg") no-repeat 0% 0%; }
	.usluge-hr 					{ background: url("../../images/headers/usluge.jpg") no-repeat 0% 0%; }
	.kontakt-hr 				{ background: url("../../images/headers/kontakt.jpg") no-repeat 0% 0%; }
	.izvodjenje-hr			{ background: url("../../images/headers/usluge.jpg") no-repeat 0% 0%; }
	.agencija-hr			{ background: url("../../images/headers/agencija.jpg") no-repeat 0% 0%; }
	
	.rad_na_visini-en 	{ background: url("../../images/headers/rad_na_visini_en.jpg") no-repeat 0% 0%; }
	.oprema-en 					{ background: url("../../images/headers/oprema_en.jpg") no-repeat 0% 0%; }
	.obuka-en 					{ background: url("../../images/headers/obuka_en.jpg") no-repeat 0% 0%; }
	.reference-en				{ background: url("../../images/headers/reference_en.jpg") no-repeat 0% 0%; }
	.o_nama-en 					{ background: url("../../images/headers/o_nama_en.jpg") no-repeat 0% 0%; }
	.usluge-en 					{ background: url("../../images/headers/usluge_en.jpg") no-repeat 0% 0%; }
	.kontakt-en 				{ background: url("../../images/headers/kontakt_en.jpg") no-repeat 0% 0%; }
	.izvodjenje-en			{ background: url("../../images/headers/usluge_en.jpg") no-repeat 0% 0%; }
	.agencija-en		{ background: url("../../images/headers/agencija_en.jpg") no-repeat 0% 0%; }
		
	/* MAIN NAVIGATION
	----------------------------------------------------------------------------*/
	
	#main-navigation {
		display: block;
		background-color: #4c5156;
		border-top: 1px solid #686c71;
		height: 44px;
		width: 900px;
		padding: 0px;
		}
		
	#main-navigation ul {
		list-style: none;
		margin: 0px;
		padding: 0px;
		}
		
	#main-navigation ul li {
		font: bold 1em/1.7 Arial, Verdana, sans-serif;
		float: left;
		width: auto;
		border-right: 1px solid #62666a;
		}
		
	#main-navigation ul li a {
		text-transform: uppercase;
		text-decoration: none;
		color: #fff;
		padding: 12px 15px 12px 15px;
		display: block;
		}
		
	#main-navigation ul li a:hover {
		text-shadow: 0px 1px 0px #ffefa7;
		display: block;
		background: #fdcd02 url("../../images/main_navigation_gradient.gif") repeat-x top left;
		color: #4c5156;
		}
		
	#main-navigation ul li.current a {
		text-shadow: 0px 1px 0px #ffefa7;
		display: block;
		background: #fdcd02 url("../../images/main_navigation_gradient.gif") repeat-x top left;
		color: #4c5156;
		}
		
	#language-selection {
		float: right;
		}

	#language-selection li {
		font: normal 1em/1.7 Arial, Verdana, sans-serif !important;
		border: none !important;
		}
		
	#language-selection li a {
		text-transform: uppercase !important;
		text-decoration: none !important;
		color: #fdcc00 !important;
		padding: 12px 15px 12px 15px !important;
		background: url("../../images/language_bullet.gif") no-repeat 0px 18px;
		}
		
	#language-selection li a:hover {
		color: #fff !important;
		background: none !important;
		text-shadow: none !important;
		background: url("../../images/language_bullet.gif") no-repeat 0px 18px !important;
		}
	
	/* CONTENT PICTURES
	----------------------------------------------------------------------------*/
	
	#content-pictures img {
		display: block;
		border: 4px solid #535c61;
		margin: 0 0 33px 0px;
		}
	
	.imgContent {
		display: block;
		border: 1px solid #404F67;
		margin-right: 20px;
		float: left;
		}
		
	.image-lower {
		position: relative;
		top: 65px;
		}
	
	
	/* CONTENT PICTURES
	----------------------------------------------------------------------------*/
	
	#content-text h1, #content-text-info h1, #content-container-wide h1, #content-forms h1 {
		font: bold 1.7em Arial, Verdana, sans-serif;
		color: #fff;
		margin: 0 0 20 0;
		padding: 0 0 12px 0;
		border-bottom: 1px solid #525c63;
		text-transform: uppercase;
		}
		
	#content-forms h1.dijakritik {
		font: bold 1.7em Arial, Verdana, sans-serif;
		color: #fff;
		margin: 0 0 20 0;
		padding: 0 0 20px 0;
		border-bottom: 1px solid #525c63;
		text-transform: uppercase;
		}
		
	#content-forms h4 {
		font: bold 1em Arial, Verdana, sans-serif;
		margin: 0;
		padding: 0;
		}

	#content-text h2, #content-text-info h2, #content-forms h2 {
		font: bold 1.2em Arial, Verdana, sans-serif;
		color: #ffcc01;
		margin: 0 0 10px 0;
		text-transform: uppercase;
		}
		
	#content-text h2 span.lowercase {
		text-transform: lowercase !important;
		}
	
	#content-text h3, #content-text-info h3 {
		font: bold 1em Arial, Verdana, sans-serif;
		color: #ffcc01;
		margin: 20px 0 5px 0;
		text-transform: uppercase;
		}
	
	#content-text h1 em, #content-text h2 em, #content-text h3 em, #content-container-wide h1 em, #content-container-wide h2 em {
		font-style: normal;
		text-transform: none;
		}
	
	#content-text p span, #content-text a, #content-text-info p span, #content-text-info a {
		color: #fff;
		}
	
	#content-text ul {
		margin: 0 0 10px 0;
		padding: 0px;
		list-style: none;
		}
	
	#content-text ul.sublist {
		margin: 10px 0 10 20px;
		padding: 0px;
		list-style: none;
		}
	
	#content-text ul li {
		background: url("../../images/bullet_1.gif") no-repeat 0px 6px;
		margin: 0 0 3px 0;
		padding: 0 0 0 12px;
		line-height: 140%;
		}
	
	#content-text ol li {
		margin: 5px 0 5px 0;
		line-height: 120%;
		}
	
	#content-text .item {
		width: 415px;
		float: right;
		}

	#content-text .item h4 {
		color: #fff;
		margin-bottom: 4px !important;
		}
		
 .seminar-box {
		border: 1px solid #5a666b;
		padding: 0 10px 5px 10px;
		background-color: #485155;
		margin-bottom: 10px;
		}
		
	.seminar-box h4 {
		margin-bottom: 3px !important;
		}
		
	.white {
		color: #fff;
		}
		
	.subheading-white {
		color: #fff;
		margin-bottom: 3px !important;
		}
		
	#content-text .item span a {
		font: normal 0.9em Arial, Verdana, sans-serif;
		color: #ffcc01;
		}
				
	#content-text .item .main-sublist {
		position: relative;
		left: 20px;
		}

	#content-text.wide img {
		float: left;
		display: block;
		border: 4px solid #535c61;
		margin: 23px 0 33px 0;
		}
	
	#content-text.wide img.noMarginTop {
		margin-top: 3px;
		}
	
	
	/* CONTENT NAVIGATION
	----------------------------------------------------------------------------*/
	
	#content-nav .item {
		margin: 0px 0px 10px 0px;
		}
		
	#content-nav .item .inner {
		padding: 0 0 0 21px;
		}
		
	#content-nav .inner-form-nav .item {
		padding: 0 0 0 15px;
		}

	#content-nav .item h1 {
		background: url("../../images/site_menu_tab_off.gif") no-repeat 0% 100%;
		font: bold 1em Arial, Verdana, sans-serif;
		color: #2f3538;
		margin: 0px;
		text-transform: uppercase;
		height: 1%;
		}
	
	#content-nav .item h1.second {
		margin: 15px 0 0 0;
		}
	
	#content-nav .item h1 span, #content-nav .item h1 a {
		display: block;
		padding: 8px 10px 8px 10px;
		color: #fff;
		text-decoration: none;
		}
		
	#content-nav .item h1 span:hover, #content-nav .item h1 a:hover {
		background: url("../../images/site_menu_tab.gif") no-repeat 0% 100%;
		display: block;
		padding: 8px 10px 8px 10px;
		color: #4c5156;
		text-decoration: none;
		text-shadow: 0px 1px 0px #ffefa7;
		}
		
	#content-nav .item h1 span.active {
		background: url("../../images/site_menu_tab.gif") no-repeat 0% 100%;
		color: #4c5156;
		text-decoration: none;
		text-shadow: 0px 1px 0px #ffefa7;
		}
	
	#content-nav .item ul {
		margin: 15px 0 0 0;
		padding: 0px;
		list-style: none;
		}
	
	#content-nav .item ul li {
		border-bottom: 1px solid #3d4448;
		width: 224px;
		}
	
	#content-nav .item ul li a {
		display: block;
		background: url("../../images/bullet_nav.gif") no-repeat 9px 10px;
		font: normal 0.8em Arial, Verdana, sans-serif;
		padding: 5px 0 6px 19px;
		margin: 0px;
		text-decoration: none;
		text-transform: uppercase;
		height: 1%;
		}
	
	#content-nav .item ul li a:hover {
		background: #525b63 url("../../images/bullet_nav.gif") no-repeat 9px 10px;
		color: #fff;
		}
		
	#content-nav .banner {
		margin-left: 20px;
		}
	
	#content-nav .banner img {
		display: block;
		}
	
	#content-nav .banner a.foot {
		display: block;
		background: url("../../images/bullet_2.gif") no-repeat 230px 14px;
		font: bold 1.2em Arial, Verdana, sans-serif;
		color: #fff;
		text-decoration: none;
		text-transform: uppercase;
		padding: 10px 0 10px 20px;
		}
	
	
	/* CONTENT TABLES
	----------------------------------------------------------------------------*/
	
	#table_tecajevi {
		border-collapse: collapse;
		width: 100%;
		margin: 10px 0px 20px 0px;
		padding: 7px;
		}
	
	#table_tecajevi td {
		font: normal 1em Arial, Verdana, sans-serif;
		color: #fff;
		padding: 7px;
		text-align: left;
		background-color: #242F40;	
		border: 1px solid #404F67;
		}
	
	#table_tecajevi td.duration {
		width: 50px;
		}
	
	#table_tecajevi td.title {
		width: 130px;
		}
	
	#table_tecajevi td a {
		font: bold 0.9em Arial, Verdana, sans-serif;
		color: #fff;
		text-decoration: underline;
		}
	
	#table_tecajevi td a:hover {
		text-decoration: none;
		}
	
		
	/* FOOTER NAVIGATION
	----------------------------------------------------------------------------*/
	
	#foot-nav {
		width: 415px;
		margin: 10px 0 0 209px;
		font: normal 1em Arial, Verdana, sans-serif;
		color: #818f96;
		border-top: 1px solid #525c63;
		padding-top: 5px;
		}
	
	#foot-nav a {
		font: normal 0.9em Arial, Verdana, sans-serif;
		text-transform: uppercase;
		color: #818f96;
		text-decoration: none;
		}
	
	#foot-nav a:hover {
		color: #fff;
		}
	
	
	/* FOOTER
	----------------------------------------------------------------------------*/
	
	#footer {
		width: 940px;
		margin: 0px auto;
		text-align: left;
		}
	
	#contact-info {
		background: #3b4246 url("../../images/logo_old.gif") no-repeat 825px 60px;
		padding: 0 0 30px 0;
		border-bottom-right-radius: 3px;
		border-bottom-left-radius: 3px;
		-moz-border-radius-bottomright: 3px;  
		-moz-border-radius-bottomleft: 3px;
		-webkit-border-bottom-right-radius: 3px;
		-webkit-border-bottom-left-radius: 3px;
		}
	
	#contact-info h1 {
		height: 1%;
		background: #2f3538 url("../../images/footer_title_bg.gif") no-repeat top left;
		font: bold 1.1em Arial, Verdana, sans-serif;
		color: #fff;
		margin: 0px;
		padding: 12px 0 13px 25px;
		text-transform: uppercase;
		}
	
	#contact-info h2 {
		font: bold 0.9em Arial, Verdana, sans-serif;
		color: #ffcc01;
		margin: 0 0 10px 0;
		}
	
	#contact-info p {
		font: normal 0.9em/160% Arial, Verdana, sans-serif;
		}
	
	#contact-info a {
		color: #fff;
		}
	
	#contact-info ul {
		margin: 15px 0 15px 0;
		padding: 0 20px 0 25px;
		list-style: none;
		}
	
	#contact-info ul li {
		float: left;
		width: 250px;
		margin: 0 35px 0 0;
		border-right: 1px solid #4b4e50;
		}
	
	#contact-info ul li.welcome {
		width: 250px;
		}
	
	#contact-info ul li.contact {
		border: none;
		}
	
	#copyright {
		margin: 10px 0 0 0;
		padding: 0px;
		list-style: none;
		color: #3b4246;
		}
	
	#copyright li {
		float: left;
		font: normal 0.9em Arial, Verdana, sans-serif;
		}
	
	#copyright li.owner {
		float: right;
		}
	
	#copyright li a, #copyright li strong {
		font: bold 1.0em Arial, Verdana, sans-serif;
		color: #3b4246;
		}
	
	
	/* FORMS
	----------------------------------------------------------------------------*/
	
	fieldset  {
		font: normal 0.90em Arial, Verdana, sans-serif;
		border: 1px solid #545a5e;
		margin-bottom: 10px;
		padding: 15px;
		}
		
	fieldset#test {
		border: 1px solid #545a5e;
		margin-bottom: 10px;
		padding: 15px;
		}
		
	fieldset#test p {
		font: bold 1.1em Arial, Verdana, sans-serif;
		margin: 8px 0 8px 0;
		}
		
	fieldset#test .question-block {
		padding: 10px;
		border-bottom: 1px solid #545a5e;
		}
	
	fieldset#test label {
		width: 400px;
		float: left;
		margin: 3px 0 0 0;
		}
	
	fieldset#test input {	
		margin: 6px 0 4px 0;
		}
	
	fieldset#test label.custom1 {
		width: 200px;
		margin: 0 0 15px 0;
		}
	
	fieldset#test label.custom2 {
		margin: 0 0 5px 0;
		}
	
	fieldset#test select {
		width: 150px;
		font: normal 1.1em Arial, Verdana, sans-serif;
		float: right;
		}
	
	fieldset#test ol {
		color: #fff;
		font: normal 1em Arial, Verdana, sans-serif;
		padding: 8px 0 8px 30px;
		margin: 0px;
		}
		
	fieldset#test span {
		color: #fff;
		margin: 0 5px 0 5px;;
		}
		
	form {
		margin: 0px;
		padding: 0px;
		}
	
	label {
		font: bold 1em Arial, Verdana, sans-serif;
		color: #fff;
		}
		
	legend {
		font: normal 1em Arial, Verdana, sans-serif;
		color: #b0b9bd;
		margin: 0px;
		}
		
	.inputField {
		font: normal 1.1em Arial, Verdana, sans-serif;
		color: #fff;
		margin: 5px 0 8px 0;
		border: 1px solid #545a5e;
		background-color: #50595f;
		width: 580px;
		padding: 3px;
		}
		
	textarea {
		font: normal 1.1em Arial, Verdana, sans-serif;
		color: #fff;
		border: 1px solid #545a5e;
		background: #50595f;
		width: 585px;
		margin: 12px 0 12px 0;
		}
		
	.submitButton {
		display: block;
		font: bold 1.2em Arial, Verdana, sans-serif;
		text-transform: uppercase;
		padding: 3px 10px 3px 10px;
		color: #2f3538;
		text-shadow: 0px 1px 0px #ffefa7;
		background-color: #ffcc01;
		border: none;
		}
		
	.submitButton:hover {
		background-color: #ffefa7;
		}
		
	/* DOCUMENTS SECTION
	----------------------------------------------------------------------------*/
	
	.documents {
		font: bold 1.1em/240% Arial, Verdana, sans-serif;
		text-transform: uppercase;
		padding-left: 10px;
		display: block;
		background: url("../../images/documents_header.gif") no-repeat top left;
		width: 224px;
		height: 31px;
		margin: 20px 0 0 21px;
		color: #2f3538;
		text-shadow: 0px 1px 0px #ffefa7;
		}
		
	.documents-top {
		font: bold 1.1em/240% Arial, Verdana, sans-serif;
		text-transform: uppercase;
		padding-left: 10px;
		display: block;
		background: url("../../images/documents_header.gif") no-repeat top left;
		width: 224px;
		height: 31px;
		margin: 0 0 0 21px;
		color: #2f3538;
		text-shadow: 0px 1px 0px #ffefa7;
		}
		
	.documents-download {
		list-style: none;
		font: normal 1.1em Arial, Verdana, sans-serif;
		width: 224px;
		margin-left: -18px;
		}
		
	.documents-download li {
		font: normal 0.9em/140% Arial, Verdana, sans-serif;
		background: url("../../images/pdf_badge.gif") no-repeat 10px 14px;
		padding: 13px 0 13px 38px;
		border-bottom: 1px solid #3d4448;
		}
				
	.documents-download li a {
		text-decoration: none;
		}
						
	.documents-download li a:hover {
		text-decoration: underline;
		}
				
	.documents-download li a span{
		color: #fff;
		}
		
	
	/* TITLES
	----------------------------------------------------------------------------*/
	
		#rad-visina-title {
			text-indent: -9999px;
			background: url("../../images/titles/rad_na_visini_hr.gif") no-repeat top left;
			}
			
		#regulativa-title {
			text-indent: -9999px;
			background: url("../../images/titles/regulativa_hr.gif") no-repeat top left;
			}
				
		#o-nama-title {
			text-indent: -9999px;
			background: url("../../images/titles/o_nama_hr.gif") no-repeat top left;
			}
			
		#o-nama-title-en {
			text-indent: -9999px;
			background: url("../../images/titles/o_nama_en.gif") no-repeat top left;
			}
				
		#obuka-title {
			text-indent: -9999px;
			background: url("../../images/titles/obuka_hr.gif") no-repeat top left;
			}
					
		#obuka-title-en {
			text-indent: -9999px;
			background: url("../../images/titles/obuka_en.gif") no-repeat top left;
			}
							
		#programi-title {
			text-indent: -9999px;
			background: url("../../images/titles/programi_obuke_hr.gif") no-repeat top left;
			}
										
		#instruktori-title {
			text-indent: -9999px;
			background: url("../../images/titles/instruktori_hr.gif") no-repeat top left;
			}
													
		#oprema-title {
			text-indent: -9999px;
			background: url("../../images/titles/oprema_hr.gif") no-repeat top left;
			}
			
		#oprema-title-en {
			text-indent: -9999px;
			background: url("../../images/titles/oprema_en.gif") no-repeat top left;
			}
																
		#usluge-title {
			text-indent: -9999px;
			background: url("../../images/titles/usluge_hr.gif") no-repeat top left;
			}
																			
		#usluge-title-en {
			text-indent: -9999px;
			background: url("../../images/titles/usluge_en.gif") no-repeat top left;
			}
																			
		#agencija-title {
			text-indent: -9999px;
			background: url("../../images/titles/agencija_hr.gif") no-repeat top left;
			}
																			
		#posao-title {
			text-indent: -9999px;
			background: url("../../images/titles/posao_hr.gif") no-repeat top left;
			}
																						
		#reference-title {
			text-indent: -9999px;
			background: url("../../images/titles/reference_hr.gif") no-repeat top left;
			}
																									
		#reference-title-en {
			text-indent: -9999px;
			background: url("../../images/titles/reference_en.gif") no-repeat top left;
			}
																									
		#izvodjenje-title {
			text-indent: -9999px;
			background: url("../../images/titles/izvodjenje_radova_hr.gif") no-repeat top left;
			}
																									
		#kontakti-title {
			text-indent: -9999px;
			background: url("../../images/titles/kontakti_hr.gif") no-repeat top left;
			}
																												
		#kontakti-title-en {
			text-indent: -9999px;
			background: url("../../images/titles/kontakti_en.gif") no-repeat top left;
			}
																										
		#predbiljezbe-title {
			text-indent: -9999px;
			background: url("../../images/titles/predbiljezba_hr.gif") no-repeat top left;
			height: 50px;
			}
																													
		#zatrazite-opis-title {
			text-indent: -9999px;
			background: url("../../images/titles/zatrazite_opis_hr.gif") no-repeat top left;
			height: 50px;
			}
																																
		#test-znanja-title {
			text-indent: -9999px;
			background: url("../../images/titles/test_znanja_hr.gif") no-repeat top left;
			width: 635px;
			}
																																	
		#seminar-title {
			text-indent: -9999px;
			background: url("../../images/titles/seminar_hr.gif") no-repeat top left;
			}
			
		#nasizbor-title {
			text-indent: -9999px;
			background: url("../../images/titles/nas_izbor_hr.gif") no-repeat top left;
			}
			
		#izboropreme-title {
			text-indent: -9999px;
			background: url("../../images/titles/oprema_izbor.gif") no-repeat top left;
			}
			
		#izborusluge-title {
			text-indent: -9999px;
			background: url("../../images/titles/izbor_usluge.gif") no-repeat top left;
			}
			
				
	/* CONTACTS - SIDEBAR
	----------------------------------------------------------------------------*/
			
		.contact-data-sidebar {
			font: normal 1em/140% Arial, Verdana, sans-serif;
			margin-top: 20px;
			}
						
		.contact-data-sidebar h2 {
			font: bold 1.2em/140% Arial, Verdana, sans-serif;
			text-transform: uppercase;
			color: #ffcc01;
			margin-bottom: 5px !important;
			}
			
		.contact-data-sidebar h2 span {
			text-transform: lowercase !important;
			}
						
		.contact-data-sidebar a {
			color: #fff;
			}
									
		.contact-data-sidebar a:hover {
			text-decoration: none;
			}

							
	/* TEST IMAGES
	----------------------------------------------------------------------------*/
	
	.test-image {
		position: relative;
		left: -350px;
		top: 15px;
		}
		
	.test-image-second {
		position: relative;
		left: -400px;
		top: 15px;
		}
		
	.subnav-position-relative {
		position: relative !important;
		top: -65px !important;
		}
		
		
	/* NAS IZBOR
	----------------------------------------------------------------------------*/
	
	.izbor-list {
		list-style: none;
		margin: 0;
		padding: 0;
		}
		
	.izbor-list li {
		margin: 20px 0;
		}
		
	.izbor-list li#snickers {
		background: url("../../images/logos/snickers.gif") no-repeat top left;
		padding: 30px 0 30px 170px;
		}
		
	.izbor-list li#haix {
		background: url("../../images/logos/haix.gif") no-repeat top left;
		padding: 30px 0 30px 170px;
		}
	.izbor-list li#dobbin {
		background: url("../../images/logos/dobbin.gif") no-repeat top left;
		padding: 30px 0 30px 170px;
		}
		
	.izbor-list li#lab2000 {
		background: url("../../images/logos/lab2000.gif") no-repeat top left;
		padding: 30px 0 30px 170px;
		}
		
	.izbor-list li#proming {
		background: url("../../images/logos/proming.gif") no-repeat top left;
		padding: 30px 0 30px 170px;
		}
		
	.izbor-list li#mgm {
		background: url("../../images/logos/mgm.gif") no-repeat top left;
		padding: 30px 0 30px 170px;
		}
	.izbor-list li#libricon {
		background: url("../../images/logos/libricon.gif") no-repeat top left;
		padding: 30px 0 30px 170px;
		}
		
	.izbor-list li a, #content-forms p a {
		color: #fff;
		}


	/* IMAGE TOOLTIP PREVIEW
	----------------------------------------------------------------------------*/

	#preview {
		position:absolute;
		border:1px solid #ccc;
		background:#333;
		padding:5px;
		display:none;
		color:#fff;
		}
		
	.spacing_eq {
		margin: 0 5px 5px 0;
		}
		
	.menu-anchor {
		display: block;
		margin-top: 10px;
		}
