/* project: internet services template
   author: luka cvrk (www.solucija.com) */

   
/* default styles
   -------------- */
   
body { 
	padding: 0; 
	margin: 0; 
	font: 0.7em "Verdana", Arial;
	background: #fff; 
	color: #454545;
	text-align:justify;
}

a {	color: #E0691A;	background: inherit;}
a:hover { color: #6C757A; background: inherit; }

h1 { font: normal 2.1em "Verdana", Arial; letter-spacing: -1px; padding: 7px 0 0 8px; margin: 0; }
.dark  { color: #737373; background: inherit; font-weight: bold; }
h1 a, h2 a { text-decoration: none; }
h1 a:hover, h2 a:hover { color: #FF6600; background: inherit; }
h2 { margin: 0; padding: 0; font: bold 1.3em "Verdana", Arial; letter-spacing: -1px; }
h2 { font-size: 1.3em; margin-bottom: 5px; color: #000; background: inherit; }

p {
	margin: 0 0 5px 0;
	text-align: justify;
}

ul { margin: 0; padding : 0; list-style : none; }

form { 	margin: 0; }

input.search { 
	width: 292px; 
	border: 0;
	background: #FFF url(input.gif) no-repeat;
	padding: 4px; 
	color: #E0691A;
	font-weight: bold;
}

input.submit {
	background: #E0691A url(submit.gif) no-repeat;
	border: 0;
	padding: 4px 0;
	width: 65px;
	margin: 0 15px 1px 0;
	color: #FFF;
	font: bold 1em "Verdana", Arial;
}

input.login { 
	width: 150px;
	border: none; 
	
	padding: 4px; 
}

/* layout
   ------ */

.content { 
	margin: 0 auto;
	width: 780px;
	padding: 0px;
	background:#FFFFFF; 	
	text-align:left;
}

.header { 
	height: 80px;
	background: #fff;
	color: #808080;
	margin: 3px 0;
	padding: 3px;
	/*border-bottom: 1px solid #ccc;*/
}

.top_info {
	float: right;
	width: 555px;
	padding: 5px 0 4px 0;
	border-bottom: 1px solid #eee;
	background: #eee;
	color: #808080;
}

	.top_info_left {
		width: 200px;
		float: left;
	}

	.top_info_right {
		float: right;
		width: 210px;
		padding: 0 0 0 6px;
		border-left: 2px dotted #eee;
	}
	  .top_info_right a {
	    color: #6C757A;
		text-decoration: none;
	  }

.browse_category  {
	font-size: 0.9em;
	width: 190px;
	color: #FFF;
	background: inherit;
}

.bar { 
	/*clear: both;
	font-size: 1.1em;*/
	height: 25px; 
	/*color: #FFF;*/
	margin: -2px 0 0 0px; 
	/*background: #FF9148;*/
	background: url("../images/menu_bg.jpg") no-repeat center top; 
}

	.bar li { 
		margin: 0; 
		padding: 3px 8px 4px 8px;
		color: #FFEADC;
		background: #5A7189;
		float: left; 
	}
	
	.bar li.active { 
		/*background: #E0691A url("../images/bar.gif") no-repeat center top; 
		color: #fff;
		font-weight: bold; 
		padding: 4px 10px 3px 10px;*/
		font-weight: bold;
		color: #ccc; 
		background: inherit;
		text-decoration: none;
	}
	.bar li.visited { 
		/*background: #E0691A url("../images/bar.gif") no-repeat center top; 
		color: #fff;
		font-weight: bold; 
		padding: 4px 10px 3px 10px;*/
		font-weight: bold;
		color: #ccc; 
		background: inherit;
		text-decoration: none;
	}
	
	.bar li a { 
		font-weight: bold;
		color: #ccc; 
		background: inherit;
		text-decoration: none;
	} 
	
	.bar li a:hover { 
		background: #E0691A ;
		color: #fff;
		font-weight: bold; 
		padding: 3px 0px 4px 0px;
		margin: 0px;
		} 

.search_field { 
	background: #fff url(searchbg.gif) no-repeat right; 
	color: #808080;
	clear: both;
	font-weight: bold;
	padding: 7px 25px 10px 10px;
	margin: 5px 0;
}

.grey {
	color: #808080;
	background: inherit;
	font-weight: normal;
}

.search_form { float: right; }

.subheader {
	margin: 0px 0 10px 0;
	border-bottom: 1px solid #eee;
	padding: 5px 0 5px 0;
	background: #A4A4A4;
	color: #fff;
}

/* left side
   --------- */

.left {
	float: left;
	width: 65%;
	margin: 2px 0px 10px 0px;
	padding: 0px;
}

.left h3 {
	clear: both;
	background: #7A91A8 url("../images/corner.gif") no-repeat top right;
	color: #FFF;
	padding: 7px 0 7px 5px;
	font: bold 1.1em "Verdana", Arial;
	margin: 0 0 0px 0;
}
	.left_side {
		float: left;
		width: 240px;
		padding: 0 0 0 10px;
		margin: 10px 0;
	}
	.left_side p {
	text-align: left;
	}
		
	.left_side a, .right_side a { color: #414141; background: #FFF; }
		
	.right_side {
		float: right;
		width: 245px;
		background: #FFF url("../images/dotted.gif") repeat-y;
		color: #414141;
		padding: 0 0 0 10px;
		margin: 10px 0;
	}
	.right_side p {
	text-align: left;
	}
		
	.left_box { margin: 0 0 10px 0; color: #000; background: #D9E2EC; padding: 5px; }
	
		
/* right side
   ---------- */
		
.right {
	float: right;
	width: 34%;
	margin: 2px 0px 10px 0px;
	padding: 0px;
}

.right h3 {
	background: #6C757A  url("../images/corner.gif") no-repeat top right;
	color: #FFF;
	padding: 7px 0 7px 5px;
	font: bold 1em Tahoma, Arial, Sans-Serif;
	margin: 0 0 3px 0;
}

	.right_articles {
		background: #f5f5f5;
		color: #414141;
		padding: 8px;	
		margin: 0 0 3px 0;
	}
	.right_articles a {
		text-decoration: none;
		color: #666;
	}
	.right_articles2 {
		background: #fff;
		color: #414141;
		padding: 6px;	
		margin: 0 0 3px 0;
	}
	
.image {
	float: left;
	margin: 0 9px 3px 0;
}

/* footer
   ------ */

.footer { 
	clear: both;
	text-align: center;
	padding: 10px 0 10px 0;
	margin: 0;
	border-top: 1px solid #ccc;
	line-height: 1.8em;
}

.footer a {
	color: #808080;
	background: #fff;
	text-decoration: none;
}

/* form
--------*/

#form1 {
	background-image: url("../images/form.png");
	height: 400px;
	width: 400px;
	position: absolute;
	visibility:hidden;
	right: 70px;
	top: 65px;


}
#form2 {
	background-image: url("../images/form_eng.png");
	height: 400px;
	width: 400px;
	position: absolute;
	visibility:hidden;
	right: 70px;
	top: 65px;


}
.form1_content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	height: 300px;
	width: 300px;
	left: 20px;
	position: absolute;
	visibility: inherit;
}