@charset "utf-8";

/* reset browser styles */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1.2;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 0.8em
} 
ol { 
	padding-left: 1.4em;
	list-style: decimal;
}
ul {
	padding-left: 1.4em;
	list-style: square;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
.clear:after {
  content: " ";
  display: table;
  clear: both;
}
.clear {
	zoom: 1;	
}
* {
-moz-box-sizing: border-box;
box-sizing: border-box;
font-size: 0.8em;
color: rgb(90,90,90);
}
/* end reset browser styles */

/* **** BODY **** */
html {
	color: rgb(90,90,90);
	background-color:rgb(90,90,90);
}
body {
	width:960px;
	margin: 2px auto;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;	
}
.wrapper {
	background-color:#fff;
}

.header   {
	padding: 5px;
	height: 62px;
	margin-bottom: 5px;
}


/* **** topR **** */
.topL   {
	float:left;
	padding: 5px;
	padding-right: 10px;
	height: 62px;
	border-right: 1px dotted rgb(90,90,90);
}
.nav {
	float:left;
	padding-top: 33px;
	text-transform:uppercase;
}
.topR {
	float:right;
	padding: 5px;
	padding-left: 10px;
	border-left: 1px dotted rgb(90,90,90);
	height: 62px;
}
.language {
	font-size:0.75em;
}

/* *** MAIN NAV: INTRO USLUGE REFERENCE RESENJA KONTAKT DOWNLOOAD *** */
.mainNav li a {
	color: rgb(90,90,90);
}
ul.mainNav {
	list-style:none;
	margin-left:0px;
	padding-left:0px;
}
.mainNav  li {
	display: inline;
	padding-left: 7px;
}
.mainNav a, .description .red .colT2 a {
	display:inline-block;
	padding: 10px 6px 10px 6px;
	text-decoration:none;
	color: #FFF;
	font-size:.9em;
}
.mainNav a:hover, .description .red .colT2 a:hover {
	color:rgb(204,0,0);
}
.description .red .colT2 a {
	color:rgb(90,90,90);
	font-size: 1.0em;
	font-weight:bolder;
	padding: 0;
}
.mainNav a.sel {
	color:rgb(204,0,0);
	font-weight:bold;
}

/* *** LANGUAGE: SRB | ENG | RUS | RF | IT *** */
.language a {
	text-decoration:none;
	color:rgb(90,90,90);
}
.language a:hover {
	color:rgb(204,0,0);
}
.language p .sel  {
	color:rgb(204,0,0);
	font-weight:bold;
}
.header .topR .language .3d {
	color:rgb(204,0,0);
	font-weight:bold;
}
.adress {
	float:right;
	color:rgb(204,0,0);
	font-weight:bold;
	font-size: 1.3em;
	padding-top: 23px;
}

/* **** SLIDE SHOW  **** */
.slide {
	margin: 5px;
}
.wrapper3 {
	padding-top: 5px;
	margin: 10px;
}
#slideshow {
	margin-bottom: 4px;
	position: relative;
	width: 940;
	height: 629px;
}
#slideshow > div {
	position: absolute;
}

/* ***********DESCRIPTION*********************************** */
.description {
	margin-bottom: 1px;
	padding: 3px 15px 5px 15px;
	font-size:1em;
}
.description h2 {
	padding: 7px 0 8px 0;
	font-weight: normal;
	font-size:1.0em;
}
.description p {
	line-height: 1.2em;
	padding-bottom: .6em;
	font-size:1.0em;
}
ul.enum li {
	padding:0 0 5px 10px;
	font-size:1.0em;
}
ul.enum a {
	text-decoration:none;
	rgb(204,0,0);
}
ul.enum a:hover {
	color: rgb(204,0,0);
}

/* ***** */
.description .naslov a {
	text-decoration:none;
	color: rgb(204,0,0);
	font-weight: bolder;
	}

#sel3, #sel4, #sel5, #sel6, #sel7, #sel8 {
	text-decoration:none;
}
#sel3:hover, #sel4:hover, #sel5:hover, #sel6:hover, #sel7:hover, #sel8:hover {
	color: rgb(204,0,0);
}
#clanak {
	color: rgb(204,0,0);
	padding: 0;
	font-weight:bold;
}

.description .naslov p {
	font-weight:bold;
	border-bottom: 1px dotted rgb(90,90,90);
	padding: 0 0 3px 0;
	margin: 0;
}
.description .naslov {
	margin-bottom: 10px;
}

/* ***********FOOTER ************************************** */

.footer {
	font-size: 0.9em;
	padding: 20px 15px 15px 15px;
	margin: 1px 0;
	float:left;
	width:960px;
	margin-bottom: 3px;
	position:relative;
	clear:both;
}
.right {
	position:absolute;
	right: 15px;
	bottom: 5px;
}

/* *********** NOTICE  */
.wrapperN {
	padding-top: 5px;
}
.notice {
	clear:both;
	background-color: #333;
	margin: 12px auto;
	padding: 20px 20px;
}
.gray {
	font-size: .75em;
	text-align:center;
	color:#999;
	padding-bottom:5px;
}
.noticeW {
	color: white;
}

.red {
	float: left;
	clear:both;
	font-size: 1.0em;
	width:940px;
	margin: 0;
	padding: 0;
}
.colT1 {
	float: left;
	width: 200px;
	font-weight:bolder;
}
.colT2 {
	float: left;
	margin-left: 10px;
	width: 700px;
}
.colRed {
	color: rgb(204,0,0);
	margin: 7px 0 -4px 0;
}

/* ***********Reference ************************************ */	

.reference {
	font-size: 0.9em;
	padding: 15px 35px 5px 35px;
	margin: 1px 0;
	float:left;
}
.refLeft {
	width:460px;
	float: left;
}
.refRight {
	width:440px;
	float: left;
}
.enumR {
	padding-left: 45px;
}
.enumR a {
	text-decoration:none;
	font-size:.9em;
	color:rgb(90,90,90);
}
.enumR a:hover {
	color: rgb(204,0,0);
	font-weight: bolder;
}
.enumR p {
	text-decoration:none;
	font-size:0.9em;
}
#pointer, .green {
	color: rgb(204,0,0);
	padding-left: 15px;
}
.refLeft h1, .refRight h1 {
	padding-bottom:1px;
}
.refLeft p, .refRight p {
	padding:0 0 0 0 ;
	margin: -5px 0 0 0 ;
}


