/* SiLabIT.com */

BODY {
float:left;
margin: 0px 0px 0px 0px;

}

.bg{
padding: 0px 0px 15px 154px;
color: #000000;
background-image: url(../img/index.gif); 
background-repeat: no-repeat;
font-family: times;
display:inline ;
float: left;
}

div {
display:block;
float: left;
text-align: left;
}

span {
float: left;
text-align: left;
}

.header {
width: 780px;
height: 190px;
background-image: url(../img/header.gif);
background-repeat: no-repeat;
}

a.linknavigation_on {
display: block;
float: left;
margin-left: 15px;
font-size: 20px;
color: #474747;
border-bottom: 1px solid #cecece;
text-decoration: none;
}

a.linknavigation_on:hover {
display: block;
float: left;
margin-left: 15px;
font-size: 20px;
color: #878686;
border-bottom: 1px solid #cecece;
text-decoration: none;
}

a.linknavigation {
display: block;
float: left;
margin-left: 15px;
font-size: 20px;
color: #474747;
text-decoration: none;
}

a.linknavigation:hover {
display: block;
float: left;
margin-left: 15px;
font-size: 20px;
border-bottom: 1px solid #cecece;
color: #878686;
text-decoration: none;
}

.navigation {
width: 700px;
height: 25px;
padding-top: 5px;
padding-left: 200px;
}

.nav_links {
border-bottom: 1px solid #0f8bae; 
width: 580px;
padding-left: 40px;
padding-bottom: 12px;
}

.main {
padding-top: 24px;
text-align: left;
width: 850px;
}

.cooming_soon1 {
padding-left: 256px;
text-align: left;
width: 100px;
color:Red; 
}

.cooming_soon2 {
margin-left: -20px;
text-align: left;
width: 100px;
color:Red; 
}

.cooming_soon3 {
margin-left: -19px;
text-align: left;
width: 100px;
color:Red; 
}


.firstline {
padding-left: 35px;
width: 815px;
}

.headline1 {
font-size: 27px;
font-weight: bold;
margin-left: 5px;
margin-right: 5px;
color: #000000;
}

.arrow_left1 {
background-image: url(../img/arrow_left.gif);
background-repeat: no-repeat;
width: 34px;
height: 30px;
}

.arrow_right1 {
background-image: url(../img/arrow_right.gif);
background-repeat: no-repeat;
width: 34px;
height: 30px;
}

.secondline {
display: block;
float: left;
padding-left: 60px;
width: 790px;
}

.text1 {
font-size: 27px;
font-weight: normal;
margin-top: 5px;
color: #535353;
}

.thirdline {
display: block;
float: left;
padding-left: 98px;
width: 752px;
}

.text2 {
font-size: 24px;
font-weight: normal;
color: #3a3a3a;
}

.forthline {
display: block;
float: left;
padding-left: 5px;
width: 845px;
}

.text3 {
font-size: 30px;
font-weight: normal;
color: #858484;
}

.fiftline {
padding-left: 188px;
width: 662px;
}

.sixthline {
padding-top: 40px;
padding-left: 242px;
width: 608px;
}

.seventhline {
padding-top: 2px;
padding-left: 292px;
width: 558px;
}

.eightline {
padding-left: 350px;
width: 500px;
}

.ninethline {
padding-left: 185px;
width: 665px;
}

.tenthline {
padding-top: 37px;
padding-left: 169px;
width: 681px;
}

.eleventhline {
padding-top: 2px;
padding-left: 140px;
width: 710px;
}

.twelvethline {
padding-left: 197px;
width: 653px;
}

.thirteenthline {
padding-left: 34px;
width: 816px;
}

.fourteenthline {
padding-top: 28px;
padding-left: 294px;
width: 556px;
}

.fifteenthline {
padding-top: 2px;
padding-left: 350px;
width: 500px;
}

.sixteenline {
padding-left: 408px;
width: 442px;
}

.seventeenline {
padding-left: 243px;
width: 607px;

}



.footer {
width: 780px;
margin-top: 68px;
padding-top: 12px;
font-size: 12px;
text-align: center;
border-top: 1px solid #0586ab;
}

a.linkfooter {
color: #474747;
text-decoration: underline;
}

a.linkfooter:hover {
color: #878686;
text-decoration: underline;
}



/* jqModal base Styling courtesy of;
	Brice Burgess <bhb@iceburg.net> */

/* The Window's CSS z-index value is respected (takes priority). If none is supplied,
	the Window's z-index value will be set to 3000 by default (in jqModal.js). You
	can change this value by either;
	  a) supplying one via CSS
	  b) passing the "zIndex" parameter. E.g.  (window).jqm({zIndex: 500}); */

.jqmWindow {
    display: none;
    position: fixed;
    top: 17%;
    left: 50%;
    margin-left: -100px;
    width: 600px; 
    border: 1px solid #e2e2e2;
    overflow-x: auto;
    overflow-y: hidden;
	font-size: 9pt;
	height: 400px;
}

.jqmWindow * {
	font-size: 9pt;
}

/* Background iframe styling for IE6. Prevents ActiveX bleed-through (<select> form elements, etc.) */
* iframe.jqm {position:absolute;top:0;left:0;z-index:-1;
	width: expression(this.parentNode.offsetWidth+'px');
	height: expression(this.parentNode.offsetHeight+'px');
}

/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html .jqmWindow {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.max(25, Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100)) + 'px');
}

.brclear { /* Use a break with this class to clear float containers */
  clear:both;
  height:0;
  margin:0;
  font-size: 1px;
  line-height: 0;
}

.help-invoker {
	display: inline;
}

/* mat pozadina */
.veil {
	position:absolute;
	width:100%;
	height:100%;
	background-color: #0f8bae;
	top:0;
	left: 0;
}


/**** generalna pravila dijaloga ***/
.modal_bg {
background-image: url(../img/bg_modal.gif);
background-repeat:  no-repeat;
width: 400px;
}

.tt {
	display:block;
	width: 400px;
	height: 24px;
}

.mod_info {
	display:block;
	width: 400px;
	height: 170px;
}


.titlebar {
	float: left;
	display: block;
	width: 30px;
	height: 20px;
	color: White;
	position: relative;
	cursor: move;
	font-size: 9pt;
	background-image: url(../img/move.gif);
	background-repeat: no-repeat;
}

.closebar {
	width: 30px;
	height: 20px;
	padding-top: 10px;
	float: right;
	display:block;
}

a.contact_close {
color: #000000;
text-decoration: none;
}



.contactContainer {
	width: 360px;
	height:180px;
	font-size: 13px;
	padding-left: 20px;
}

.infoContainer {
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	padding-right: 10px;
	padding-top: 5px;
	width: 390px;
	font-size: 9px;
	text-align: right;
}

.dialog-header { padding: 2px 0px 2px 5px; border-bottom: 1px solid #999999; text-aling: center; }

.dialog-leftpanel, .dialog-centralpanel, .dialog-rightpanel { float: left; }
* html .dialog-leftpanel, * html .dialog-centralpanel, * html .dialog-rightpanel {
	display: inline;
}

.dialog-leftpanel, .dialog-rightpanel {
    overflow-x: auto; overflow-y: auto;
	width: 100px;
}

.dialog-leftpanel { margin: 0 0px 0 4px;}

.dialog-centralpanel {
    overflow-x: auto; overflow-y: visible;
	height: 350px;
	width: 300px;
}

.dialog-rightpanel { margin: 0 0 0 4px; }

.dialog-footer {
	padding: 2px;
	border-top: 1px solid #999999;
	text-aling: center;
}

.dialog-footer * {
	font-size:8pt;
	color: #777777;
}

.dialog-footer .statusline{
	border: 1px solid #999999;
	padding: 0 5px;
	overflow: hidden;
	height:14px;
}

.dialog-footer .statusline-error {
	color: #FF0000;
}

.dialog-pagenav { padding: 2px 5px; text-align: right; }

.dialog-pagenav A {
	padding: 0 2px;
	text-decoration: none;
}

.dialog-pagenav A.current-page {
	color: Red;
	font-weight: bold;
}

input.flatsubmit {
	border: 1px solid #999999;
	padding: 0 2px;
}

#loading {
	position: fixed;
	top: 0;
	right: 0;
	background-color: #9ebcc4;
	color: #ffffff;
	font-style: bold;
	font-family: Arial, Helvetica, sans-serif;
	padding: 2px 5px;
	width: 50px;
	text-align: center;
	height: 15px;
	z-index: 3000;
	font-size:8pt;
	font-weight:bold;
}

* html #loading {
	position: absolute;
}