/*  
*   Basic Styles
*   Author    -> MayVas <info@mayvas.com>
*   File type -> CSS2
*   License   -> GPL

----------------------  
  Document Structure
----------------------
  #1 - Wrapper Block
  #2 - Header Block
  #3 - Custom Block
  #4 - Content Container Block
    #4.1 - Left
    #4.2 - Main
    #4.3 - Right       
  #5 - Footer Block
  #6 - Navigation (Main Menu Module)

*/



/* #1 -- Wrapper Block -- */
#wrapper{
	background:#ffffff;
}

/* #2 -- Header Block -- */
#header{
	overflow:hidden;
}
#header .inside{

}
.logoBlock{
	width:300px;
	height:180px;
	text-align:center;
}
.logoBlock a{
	display:block;
	padding-top:15px;
}
.mainContactContainer{
	position:relative;
	top:-180px;
	left:300px;	
	width:700px;
	height:90px;
	overflow:hidden;	
}
.mainContactContainer dl{
	float:left;	
	width:220px;
	margin:0px;
	padding:15px 0px 0px 0px;
}
.mainContactContainer dl dt{
	padding-bottom:5px;
	margin:0px;
}
.mainContactContainer dl dd{
	margin:0px;
	padding:0px 0px 0px 15px;
}
.mainContactContainer a{
	display:block;
	padding-top:10px;
}



/* #3 -- Custom Block -- */
#custom{

}



/* #4 -- Content Container Block -- */
#container{

}

/* #4.1 - Left - */
    #left{}
    #left .inside{}
        /* Left content elements */
        
        
/* #4.2 - Main - */
    #main{}
    #main .inside{
	}
    #main .inside .mod_article{
    	margin:0px 20px;
    }	
	 #pageArticle .ce_image img{
    	border: 1px solid #bbbbbb;
		padding:2px;
    }	
        /* Main content elements */
        
            
/* 4.3 - Right - */
    #right{}
    #right .inside{
    	margin-right:10px;
    }
        /* Right content elements */    
	    #right .inside #pageArticle{

	    }



/* #5 -- Footer Block -- */
#footer{
	border-top:2px solid #dddddd;	
	margin-top:20px;
	padding:5px 0px;  
}
#footer .inside{
	margin:15px 10px 0px 10px;
}
#footer .inside div{
	float:left;
}
#footer .inside div.navLinks{
	width: 285px;
}
#footer .inside div.navLinks a{
	padding:5px 15px 5px 0px;
}
#footer .inside div.navLinks a img{
	margin-right:10px;
	padding-top:3px;
}
#footer .inside div.copyright{
	width:399px;
	text-align:center;
}
#footer .inside div.developers{
	width: 285px;
	text-align:right;
}



/* #6 -- Navigation (Main Menu Module) -- */
.mod_navigationMain {
	position:relative;
	top:-180px;
	left:300px;	
	width:700px;
}
.mod_navigationMain ul.level_1{
  margin:0px;
  padding:0px;
 list-style-type:none;
}
.mod_navigationMain ul.level_1 li{
	margin:0px;
	padding:0px 15px;
	float:left;
	height:55px;  
	line-height:55px;	
}
.mod_navigationMain ul.level_1 li a{
  font-weight:bold;
}
.mod_navigationMain ul.level_1 li a:hover{

}
.mod_navigationMain ul.level_1 li.active{
  
}
.mod_navigationMain ul.level_1 li.active p.active{
  margin:0px;
  padding:0px;
  background: url(../images/bArrBgr.gif) no-repeat bottom center;
}

/* -- Submenu module -- */
.mod_navigationSub{
	background:#dddddd;
	position:relative;
	top:-180px;
	left:300px;	
	width:700px;	
}
.mod_navigationSub ul{
	margin:0px;
	padding:0px;
	list-style-type:none;
}
.mod_navigationSub ul li{
	margin:0px 15px;
	padding:0px 5px 0px 15px; 	
	height:35px;
	line-height:35px;
	float:left;
	background:url(../images/greenArrBgr.gif) no-repeat 0px 13px;	
}

.mod_navigationSub ul li a{

}
.mod_navigationSub ul li a:hover{

}
.mod_navigationSub ul li.active{}
.mod_navigationSub ul li.active p{
	margin:0px;
	padding:0px;	
}

.mod_login{
	background:url(../images/loginBgr.jpg) no-repeat 0px 1px;
	height:192px;
	margin:0px;
}
.mod_login .formbody{
	margin:80px 0px 0px 90px;
}
.mod_login .formbody input.text{
	margin:1px 0px;
	width:140px;
}
.mod_login .formbody input.submit{
	background:url(../images/lockImg.gif) top right no-repeat;
	border:none;
	width:20px;
	height:20px;
}
.mod_login .formbody table{
	width:170px;
}
.lostPassLink{
	color:#ffffff !important;
	background:url(../images/whiteArrBgr.gif) no-repeat left center;
	padding:2px 0px 2px 10px;
	margin-left:5px;
}


/* -- Image rotator -- */
#bannerBlock{
		
}
#myGallery{
	overflow:hidden;
	width:680px;
	height:235px;
	float:left;
	border-bottom:20px solid #ffffff;
	border-right:1px solid #ffffff;
	border-top:2px solid #ffffff;
}

/* -- Vacancy block -- */
.vacancyBlock{
	background: url(../images/vacanciesBgr.jpg);
	height:120px;
	font-size:11px;
	line-height:120%;
	font-family:verdana;
	border: 1px solid #dddddd;
	padding:7px 5px 5px 5px;
	margin:10px 0px 10px 0px;
}
.vacancyBlock strong,
.vacancyBlock p{
	padding-left:10px;
}

/* -- Partner block -- */
.partnerBlock{
	background: url(../images/securityFace.png) no-repeat bottom right;
	height:120px;
	font-size:11px;
	line-height:120%;
	font-family:verdana;
	border: 1px solid #dddddd;
	padding:7px 5px 5px 5px;
	margin:10px 0px 10px 0px;
}
.partnerBlock strong,
.partnerBlock p{
	padding-left:10px;
}


/* -- News Block -- */

 .mod_newslist{
	margin: 0px 10px 0px 15px;
	padding-bottom:10px;

}
 .mod_newslist strong{
	margin:5px 0px 10px 35px;
	display:block;
}
 .mod_newslist .layout_latest{
	background:url(../images/newsDateBgr.jpg) no-repeat 0px 10px; 
	padding-bottom:10px;
	padding-top:10px;
}
 .mod_newslist .layout_latest h2{
	display:none;
}
 .mod_newslist .layout_latest p{
	margin:0px;
	padding:0px;
}
  .mod_newslist .layout_latest p.info{
	padding:5px 0px 5px 10px;
	color:#444444;
}
  .mod_newslist .layout_latest p.teaser{ 
	padding:0px 0px 0px 35px;
}
  .mod_newslist .layout_latest p.more{
	padding:5px 0px 0px 35px;
}

.mod_newslist .layout_simple{
				background: url(../images/rArrBgr.gif) no-repeat 2px 8px;
			padding: 2px 0px 0px 16px;
}
.rssLinkBlock{
	margin-bottom:20px;
	text-align:right;
}

/* -- History ivents list -- */
.historyIventsList{}
.historyIventsList dl{
	margin:0px;
	padding:0px 0px 20px 0px;
}
.historyIventsList dl dt{
	font-weight:bold;
	padding:5px 0px;
}
.historyIventsList dl dd{
	margin:0px;
	padding:0px 0px 0px 10px;
}

/* -- Projects Order Tbl -- */
#projectOrderTbl{}
#projectOrderTbl tr td{}
span.mandatory{
	color:#c30000;
	font-weight:bold;
	font-family:verdana;
	font-size:10pt;
}
#projectOrderTbl tr td input.text{
	border:1px solid #bbbbbb;
	width:300px;
}

#projectOrderTbl tr td .textarea{
	width:500px;
	height:200px;
}
#projectOrderTbl tr td .multiselect{
	width:500px;
	height:100px;	
}
#projectOrderTbl tr td.explanation p{
	padding:0px;
	margin:30px 0px 10px 0px;
}
.submit_container{
	margin-top:20px;
}
.submit_container input{ 
	padding:3px 10px;
}

	/* -- Notice blocks -- */
		.noticeBlock{
			background:#feffc9;
			border:1px solid #cacb67;
			font-size:8pt;
			padding:10px;
			margin-bottom:15px;
		}
		#weatherBlock{
			background:url(../images/weatherBgr.jpg) no-repeat #feffc9 5px 5px;
			padding:15px 15px 15px 80px !important;
		}

		
/* -- Link List -- */
.zakonLink{
	padding:5px 0px 5px 15px;
	margin: 0px 0px 5px 15px;
	background: url(../images/rArrBgr.gif) no-repeat left center;	
}

/* # -- Quick pols  -- */
.mod_quickpoll{
	margin-top:10px;
  padding: 15px 0px 0px 0px;
  width: 265px; 
			background:#feffc9;
			border:1px solid #cacb67;
			padding:10px;
			margin-bottom:15px;   

}
.insidePoll{
	margin:5px 10px;
}
.mod_quickpoll h1{
	margin-bottom:10px;
	background: url(../images/chart.png) no-repeat left center;
	padding-left:25px;
}
.mod_quickpoll .formbody{

}
.mod_quickpoll .totaltext{
  
}
.mod_quickpoll .stoptext{
  
  font-weight: bold;

}
.mod_quickpoll .graph{

}
.mod_quickpoll .graph .label{
  padding:5px 0px;
}

.mod_quickpoll .graph .results .color1 { color:#FFFFFF; background-color:#333333; text-align:center;}
.mod_quickpoll .graph .results .color2 { color:#000000; background-color:#99CC33; text-align:center;}
.mod_quickpoll .graph .results .color3 { color:#000000; background-color:#99CCFF; text-align:center;}
.mod_quickpoll .graph .results .color4 { color:#000000; background-color:#FFFFCC; text-align:center;}
.mod_quickpoll .graph .results .color5 { color:#000000; background-color:#FFCCCC; text-align:center;}
.mod_quickpoll .graph .results .color6 { color:#000000; background-color:#CCCCFF; text-align:center;}

.mod_quickpoll .title{
  font-weight: bold;
}
.mod_quickpoll .description{
  padding: 10px 0px 10px 0px;
  font-weight: bold;
  font-size: 9pt;
  line-height: 140%;
}
.widget .radio_container input{
  float: left;
  margin-right: 5px;
}
.widget span{
  display: block;
  border-bottom: 1px solid #bbbbbb;
  padding: 5px 0px;
}
.mod_quickpoll .formbody .radio_container span label{
  display: table;
  
  _display: block;
  _height: 30px;
}
.mod_quickpoll .submit_container{
  clear: both;
  margin-top: 10px;
}


/* -- Feedback form -- */
#feedBackForm{}
#feedBackForm table{}
#feedBackForm table tr{}
#feedBackForm table tr td{}
#feedBackForm table tr td input.text{
	width:180px !important;
	border:1px solid #bbbbbb;
}
#feedBackForm table tr td textarea{
	width:260px;
}

/* -- Vacancy Block -- */

#f4 table tr td input.text{
	width:264px;
	border:1px solid #bbbbbb;
}
#f4 table tr td textarea{
	width:260px;
}
/* -- Gg buttons table -- */
.gbButtonsBlock{
	background:#0d2525;
	height:62px;
}
.gbButtonsBlock a{
	display:block;
	float:left;
	padding:14px 0px 14px 70px;
	color:#ffffff;
	font: bold 11px/130% verdana;
}
a.orderProjLink{
	background: url(../images/orderIco.jpg) no-repeat 5px 2px;
}
a.realProjLink{
	background: url(../images/projectsIco.jpg) no-repeat  5px 2px;	
}


/* -- Accordion List -- */
.acordionContainer{
	background:#eeeeee;
	border:1px solid #bbbbbb;	
	margin-right:10px;	
}
#accordion{
	border:1px solid #bbbbbb;	
	background:#ffffff;
	margin:5px;
}
#accordion h3{
	margin:0px;
	padding: 4px 0px;
	border-bottom:1px solid #dddddd;
}
#accordion div.element{
	margin:2px 0px 2px 10px;
	padding-left:10px;	
}
#accordion .toggler {
	margin:2px 10px 2px 10px;
	background: url(../images/greenArrBgr.gif) center left no-repeat;
	padding-left:10px;
}

#clients{
	margin:10px 0px;
}

#clients .infoClientsBlock{
	
}
#clients .infoClientsBlock .headInfoBlock{
	height:30px;
}
#clients .infoClientsBlock .logoClients{
	float:left;
	padding-right:20px;
}
#clients .infoClientsBlock .nameClientsBlock{
	text-align:left;
	padding-left:10px;
}
#clients .infoClientsBlock .otherInfoBlock{
	text-align:left;
}



/* -- Clients table -- */


#nashi-klijenti h1{
	margin-top:20px;
}
.clientsTable{
	border-collapse:collapse;
	margin-top:10px;
	width:99%;
	margin-bottom:2px;
	margin-left:2px;
}
.clientsTable td{
	padding-top:10px;
	padding-bottom:10px;	
	border-bottom:1px solid #dddddd;
}
.column1{
	height:30px;
	width:200px;
	font-size:10pt;
	background:#bbbbbb;
	color:#333333;
	text-align:left;
}
.column2{
	height:30px;
	width:150px;
	font-size:10pt;
	background:#cecece;
	color:#333333;
	text-align:center;
	border-left:2px solid #ffffff;
	border-right:2px solid #ffffff;	
}
.column3{
	height:30px;
	font-size:10pt;
	background:#cecece;
	color:#333333;
	text-align:center;
}

.tAc{
	text-align:center	
}
