/* cleaning the css */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
br
{
	height:10px;
	line-height:10px;
	font-size:10px;
}
.cl
{
	clear:both;
}
input
{
	padding:0px;
	margin:0px;
	border:1px solid #a3a3a3;
}
textarea
{
	padding:0px;
	margin:0px;
	border:1px solid #a3a3a3;
}
/* /cleaning the css */

h1
{
	font-size:18px;
	line-height:18px;
	font-weight:bold;
	color:#3C96CA;
	padding:0 0 10px 0;
}
h2
{
	font-size:24px;
	line-height:24px;
	font-weight:bold;
	color:#3C96CA;
}
h3
{
	font-size:11px;
	color:#333;
	font-weight:normal;
}
h4
{
	font-size:12px;
	font-weight:bold;
	color:#3C96CA;
}
h5
{
	font-size:12px;
}
a
{
	text-decoration:none;
	color:#333;
}
body
{
	background:url(../images/body_bg.png) repeat-x;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	behavior: url("{$data.paths.js_folder}csshover3.htc");
	color:#333;
}
	.main_cnt
	{
		width:966px;
		margin:auto;
	}
		.header_cnt
		{
			width:946px;
			height:184px;
			padding:0 10px;
			background:url(../images/header_bg.jpg) repeat-x;
		}
			.logo_cnt
			{
				width:117px;
				height:152px;
				padding:32px 0 0 0;
				float:left;
				overflow:hidden;
			}
			.header
			{
				width:829px;
				height:126px;
				float:left;
				overflow:hidden;
			}
				.header table
				{
					width:819px;
					height:110px;
				}
					.flag_srb, .flag_eng, .flag_ru
					{
						width:28px;
						height:18px;
						display:block;
						margin:0 0 0 5px;
						float:right;
						overflow:hidden;
					}
					.flag_srb
					{
						background:url(../images/flag_srb_full.png) left no-repeat;
					}
						.flag_srb:hover
						{
						background:url(../images/flag_srb_full.png) right no-repeat;
						}
					.flag_eng
					{
						background:url(../images/flag_eng_full.png) left no-repeat;
					}
						.flag_eng:hover
						{
						background:url(../images/flag_eng_full.png) right no-repeat;
						}
					.flag_ru
					{
						background:url(../images/flag_ru_full.png) left no-repeat;
					}
						.flag_ru:hover
						{
							background:url(../images/flag_ru_full.png) right no-repeat;
						}
			.top_menu_cnt
			{
				float:left;
			}
				.1top_menu_cnt ul li
				{
					display:inline;
				}
				.1top_menu_cnt ul li.main a
				{
					height:40px;
					line-height:40px;
					padding:0 15px;
					background:url(../images/top_menu_separator.png) no-repeat right;
					font-weight:bold;
					color:#292929;
					display:block;
					float:left;
				}
				.1top_menu_cnt ul li.main ul.sub li a
				{
					height:14px;
					line-height:14px;
					padding:0 15px;
					background:url(../images/top_menu_separator.png) black no-repeat right;
					font-weight:bold;
					color:#292929;
					display:block;
					float:left;
				}
				.1top_menu_cnt ul li a:hover
				{
					color:white;
					background:url(../images/top_menu_hover.png) no-repeat right;
				}
				.1top_menu_cnt ul li a.top_menu_active
				{
					color:white;
					background:url(../images/top_menu_hover.png) no-repeat right;
				}
				.1top_menu_cnt ul li.top_menu_non_active a:hover
				{
					background:url(../images/top_menu_separator.png) no-repeat right;
				}
.header_standardi
{
	text-align:right; 
	vertical-align:bottom;
}	
	.header_standardi a
	{
		display:block;
		height:56px;
		float:right;
		margin:0 0 0 3px;
	}
	
	
	
	
	
