/*------------------------------------------------------*/
/* =HTML ELEMENTS					*/
/*-----------------------------------------------------*/
body { 
	background: #fff url(../images/background.jpg) repeat-x;
	color: #000;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	text-shadow: #000000 0 0 0px; /*removing safari's text "bolding". Doesn't validate as css 2.1 because of this*/
	behavior:url("csshover.htc");
}

a  {
	color: #000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	color: #fff;
	font-size: 22px;
}

#submenu form {
	margin-left: 2px;
}

#submenu input {
	background: #0092c8 url(../images/search_input.jpg) no-repeat;
	border: none;
	color: #f1f1f1;
	height: 18px;
	padding: 3px 0 0 10px;
	width: 150px;
}

#submenu input.button {
	background: #0092c8 url(../images/search_button.jpg) no-repeat;
	height: 21px;
	margin-left: -1px;
	padding: 0;
	width: 23px;
}

#submenu input:focus, #submenu textarea:focus{ 
	outline: none; /*resetting safari's highlight of the current text field*/
}

/*------------------------------------------------------*/
/* =FLOAT CLASSES					*/
/*-----------------------------------------------------*/
.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
	line-height: 0;
}

/*------------------------------------------------------*/
/* =LAYOUT						*/
/*-----------------------------------------------------*/
#wrapper {
	background: none;
	margin: 0 auto;
	text-align: left;
	width: 986px;
}

/*------------------------------------------------------*/
/* =HEADER						*/
#header {
	margin-bottom: 5px;
	padding-top: 5px;
}

#logo {
	background: url(../images/logo.jpg) no-repeat;
}

#logo a {
	display: block;
	height: 78px;
	width: 178px;
}

/*------------------------------------------------------*/
/* =MENU							*/
#menu {
	font-size: 13px;
	height: 56px;
	position: relative;
	margin: 35px 0px 0px 0px;
	width: 790px;
	z-index: 2;
}

#menu span{
	color: black;
}

#menu span:hover {
	color:white;
}
/*------------------------------------------------------*/
/* =SUBMENU						*/
#submenu {
	margin-top: 10px;
}

#location {
	background: url(../images/location.jpg) no-repeat;
	font-size: 11px;
	height: 21px;
	padding: 4px 0 0 15px;
	width: 642px;
}

#location a  {
	text-decoration: underline;
}

#location a:hover {
	text-decoration: none;
}

#languages {
	margin-left: 4px;
	padding: 4px 0;
}

#languages  a {
	color: #f1f1f1;
	padding: 4px 13px;
	text-decoration: none;
}

#languages  a:hover {
	background: url(../images/button_orange.jpg) no-repeat;
}

#english{
	background: url(../images/button_blue.jpg) no-repeat;
}

#serbian {
	background: url(../images/button_gray.jpg) no-repeat;
}

/*------------------------------------------------------*/
/* =CONTENT						*/
#content {
	background: url(../images/content.jpg) repeat-x bottom;
	overflow: hidden; /*clearing the floats (except for ie6)*/
	padding-bottom: 20px;
	width: 100%; /*for IE so it would clear the floats*/	
}

/*------------------------------------------------------*/
/* =INFO							*/
#info {
	background: url(../images/info.jpg) no-repeat;
	color: #efefef;
	height: 315px;
	margin-bottom: 6px;
	position: relative;
	z-index: 1;
}

#info a {
	color: #fff;
	text-decoration: none;
}

#info a:hover {
	text-decoration: underline;
}

#title {
	position: absolute;
	font-family: Arial,Helvetica,sans-serif;
	font-weight: bold;
	left: -10px;
	text-align: right;
	top: 22px;
	width: 655px;
}

#title  h1{
	font-size: 29px;
	font-weight: bold;
}

#about {
	left: 28px;
	position: absolute;
	top: 75px;
	width: 284px;
}

#about h2 {
	font-size: 23px;
	padding: 0 0 10px 10px;
}

#about p{
	color: #efefef;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
	line-height: 130%;
	padding: 10px 12px;
}
#news {
	font-family: Arial,Helvetica,sans-serif;
	left: 664px;
	padding: 0 15px 0 7px;
	position: absolute;
	top: 16px;
	width: 280px;
}

#news #banner_1{
width: 280px;
margin-top: 2px;
height: 120px;
}

#news #banner_2{
width: 280px;
height: 120px;
margin-top: 11px;
background: #FFF;
}

#news h2 {
	font-size: 20px;
	font-weight: bold;
	padding: 2px 0px 0px 28px;
}

.new {
	padding: 5px 0 10px 0;
	border-top: 1px dotted #3d4244;
}

.new h3 {
	font-weight: bold;
	font-size: 13px;
	padding: 3px 0 0 0;
}

.new h3 span{
	font-size: 14px;

}

.new p{
	color: #efefef;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
	line-height: 120%;
	padding: 5px 0 4px 0;
}

/*------------------------------------------------------*/
/* =BOXES							*/
.box {
	font-family: Arial,Helvetica,sans-serif;
	width: 327px;
}

.box h1 {
	height: 48px;
	padding: 10px 0 0 25px;
}

.box h1 span {
	height: 21px;
	margin: 8px 20px 0 0;
	width: 24px;
}

.box ul {
	/*margin: 162px 0 0 20px;*/
	margin: 0px 0 0 20px;
}

.box li {
	border-bottom: 1px dotted #9f9f9f;
	color: #000;
	font-size: 16px;
	padding: 4px 4px 4px 0px;
	width: 280px;
	position: relative;
}

.box a {
	display: block;
	height: 100%; /* for IE*/
	padding-left: 4px;
	width: 100%; /* for IE*/
}

.box a:hover {
	text-decoration: none;
}

 /*SUB MENU STYLE*/
.box li ul{
position: absolute;
color: #000;
font-size: 16px;
width: 280px;
margin: 0px 0px 0px -25px;
background-color: #FFF;
left: 0;
top: 0;
display: none;
}

.box li ul li{
float: left;
}

.box li ul a{
width: 280px; /*WIDTH OF SUB MENU ITEMS - 10px padding-left for A elements */
}

/* Holly Hack for IE \*/
* html .box li { float: left; height: 1%; }
* html .box li a { height: 1%; }
/* End */

/*------------------------------------------------------*/
/* =KOMPONENTE					*/
#komponente {
	/*background: url(../images/komponente.jpg) no-repeat  0px 53px;*/
	margin-right: 2px;
}

#komponente h1{
	background: url(../images/komponente_h1.jpg) no-repeat;
}

#komponente h1 span {
	background: url(../images/komponente_span.jpg) no-repeat;
}

#komponente li{
	background: url(../images/komponente_li.png) no-repeat 257px 5px;
}

#komponente li:hover {
	background: #adadad url(../images/komponente_li_active.jpg) no-repeat 257px 5px;
}

#komponente h1 a {
color: #FFF;
display: inline;
}

#komponente h1 a:hover {
color: #000;
}

/*------------------------------------------------------*/
/* =INZINJERING					*/
#inzinjering {
	/*background: url(../images/inzinjering.jpg) no-repeat 0px 53px;*/
	margin-right: 3px;
}

#inzinjering h1{
	background: url(../images/inzinjering_h1.jpg) no-repeat;
}

#inzinjering h1 span {
	background: url(../images/inzinjering_span.jpg) no-repeat;
}

#inzinjering  li{
	background: url(../images/inzinjering_li.png) no-repeat 257px 5px;
}

#inzinjering li:hover  {
	background: #adadad url(../images/inzinjering_li_active.jpg) no-repeat 257px 5px;
}

#inzinjering h1 a {
color: #FFF;
display: inline;
}

#inzinjering h1 a:hover {
color: #000;
}

#inzinjering_header{
height: 163px;
width: 323px;
}

/*------------------------------------------------------*/
/* =APLIKACIJE						*/
#aplikacije {
	/*background: url(../images/aplikacije.jpg) no-repeat  0px 53px;*/
}

#aplikacije h1{
	background: url(../images/aplikacije_h1.jpg) no-repeat;
}

#aplikacije h1 span {
	background: url(../images/aplikacije_span.jpg) no-repeat;
}

#aplikacije li{
	background: url(../images/aplikacije_li.png) no-repeat 257px 5px;
}

#aplikacije li:hover  {
	background: #adadad url(../images/aplikacije_li_active.jpg) no-repeat 257px 5px;
}

#aplikacije h1 a {
color: #FFF;
display: inline;
}

#aplikacije h1 a:hover {
color: #000;
}

/*------------------------------------------------------*/
/* =SIDEBAR						*/
#sidebar {
	font-family: Arial,Helvetica,sans-serif;
	text-align: justify;
	width: 334px;
}

#testimonials {
	background: #1f1f1f url(../images/testimonials.jpg) no-repeat;
	color: #fff;
	/*height: 370px;*/
	margin: 20px 0px 0px 5px;
	padding: 10px 15px 0 15px;
	width: 280px;
}

#testimonials-bottom {
	background: #1f1f1f url(../images/testimonials.jpg) no-repeat bottom;
	color: #fff;
	/*height: 370px;*/
	margin: 0px 0px 0px 5px;
	padding: 5px 15px 0 15px;
	width: 280px;
}


#testimonials h2 {
	font-size: 20px;
	font-weight: bold;
	padding: 2px 0 10px 25px;
}

.testimony {
	padding: 11px 0;
	border-top: 1px dotted #3d4244;
}

.testimony h3 {
	font-size: 13px;
	padding: 3px 0 0 0;
}

.testimony p{
	color: #efefef;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
	line-height: 120%;
	padding: 2px 0 4px 0;
}

/*------------------------------------------------------*/
/* =MAIN 							*/
#main {
	/*background: url(../images/main.jpg) no-repeat 0px 53px;*/
	color: #545555;
	font-family: Arial,Helvetica,sans-serif;
	text-align: justify;
	width: 649px;
}

#main h1 {
	background: url(../images/main_h1.jpg) no-repeat;
	border: none;
	color: #fff;
	font-weight: normal;
	height: 50px;
	padding: 8px 0 0 25px;	
}

#services {
	padding: 0 15px;
	_padding: 0 5px;
}

#services_header{
width: 649px;
height: 161px;
margin-bottom: 14px;
margin-left: -15px;
_margin-left: -7px;
/*margin-top: -5px;*/
}

#services h1 {
	background: none;
	border-bottom: 1px dotted #9f9f9f;
	color: #737474;
	font-size: 30px;
	font-weight: bold;
	height: auto;
	padding: 10px 0;
}

#services h3 {
	background: none;
	border-bottom: 1px dotted #9f9f9f;
	color: #737474;
	font-size: 10px;
	height: auto;
	padding: 10px 0;
}

#services span{
font-size: 18px;
}

#services p {
	line-height: 120%;
	padding: 7px 4px;
}

/*------------------------------------------------------*/
/* =FOOTER						*/
#footer {
	background: #c6c6c6 url(../images/footer.jpg) no-repeat bottom;
	height: 92px;
	margin-bottom: 20px;
	text-align: center;
}

#footer a {
	color: #515151;
}

#footer_menu {
	border-bottom: 1px dotted #9f9f9f;
	font-size: 13px;
	margin: 0 auto;
	padding: 32px 0 10px 0;
	width: 865px;	
}

#footer li {
	border-right: 1px solid #515151;
	display: inline;
	padding: 0 10px;
}

#footer p {
	color: #979797;
	font-size: 10px;
	padding-top: 7px;
}
