@charset "utf-8";

html, body, ol, ul, li, img, p, h1, h2, h3, a 
    {
	padding: 0;
	margin: 0;
	border: 0;
    }
    
body 
    {
	background: #eee url(images/bg.jpg) top left repeat-x;
	font: normal 12px Tahoma, Arial, Helvetica, sans-serif;
	color: #666
    }

h1  {
	color: #1d455f;
	font: normal 22px Tahoma, Arial, Helvetica, sans-serif
    }

h2  {
    color: #fff;
    padding: 9px 19px;
	font: normal 16px Arial, Helvetica, sans-serif;
    background: url(images/h2-bg.jpg) repeat-x;
    Background-size: 10px 70px;
	height: 42px;
	margin: 0 0 20px 0
    }

h3  {
	padding: 0 19px 19px 19px;
	color: #1d455f;
	font: bold 18px Tahoma, Arial, Helvetica, sans-serif
    }
    
a   {
	font-weight: bold;
	color: #666;
	outline: none;
    }
    
#wrapper 
    {
	width: 930px;
	margin: 0 auto;
	background: #fff url(images/content-wrapper.jpg) repeat-y;
    }
    
#header 
    {
	background: #fff;
	height: 142px;
    }
    
#header .logo 
    {
	margin: 36px 0 0 36px;
	float: left
    }
    
p.info 
    {
	margin: 36px 0 0 20px;
	font: normal 36px Tahoma, Arial, Helvetica, sans-serif;
	color: #666;
	float: left
    }
    
.detail 
    {
	color: #224d6a;
	font: normal 18px Tahoma, Arial, Helvetica, sans-serif
    }
    
.menu-cont 
    {
	background: url(images/top-menu-bg.jpg) no-repeat;
	width: 100%;
	height: 48px;
    }
    
.language 
    {
	float: right;
	position: relative;
	right: 10px;
    }
    
ul#topmenu 
    {
	float: left;
	height: 48px;
	list-style: none
    }
    
ul#topmenu li 
    {
	float: left;
	padding: 0 11px 0 12px;
    }
    
ul#topmenu li a 
    {
	float: left;
	display: block;
	height: 32px;
	padding: 16px 0 0 0;
	color: #fff;
	font: normal 14px Tahoma, Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-transform: uppercase
    }
    
ul#topmenu li a:hover, ul#topmenu li a#active 
    {
	background: url(images/top-menu-hover.gif) top center no-repeat
    }

#tagline-swf 
    {
	background: url(images/tagline-swf-bg.jpg) no-repeat bottom;
	height: 168.55px;
	padding: 0 0 0 14px;
	clear: both
    }
    
ul#left-menu 
    {
	list-style: none;
	padding: 0 0 19px 19px
    }
    
ul#left-menu li 
    {
	margin: 0 0 10px 0
    }

ul#left-menu li a 
    {
	background: url(images/left-menu-a.png) left top no-repeat;
	padding: 0 0 0 25px;
	color: #224d6a;
	text-decoration: none;
	width: 180px;
	display: block
    }
    
ul#left-menu li a:hover 
    {
	background: url(images/left-menu-a-hover.png) left top no-repeat;
    }

#content-wrapper 
    {
	overflow: auto;
	clear: both
    }
    
#content 
    {
	float: left;
	width: 570px;
	padding: 35px 39px;
    }
    
#content ol 
    {
	padding: 0 39px 12px 39px;
	color: #666
    }
    
#content ul 
    {
	padding: 0 39px 12px 39px;
	color: #666
    }
    
#content img.right 
    {
	float: right;
	margin: 0 0 10px 10px;
	border: 4px solid #ccc
    }
    
#content img.left 
    {
	float: left;
	margin: 0 10px 10px 0;
	border: 4px solid #ccc
    }
    
#content img.cent 
    {
	margin: 0 0 10px 0;
	border: 4px solid #ccc
    }
    
#content img.right-noborder 
    {
	float: right;
	margin: 0 0 10px 10px;
	border: 0
    }
    
#content img.left-noborder 
    {
	float: left;
	margin: 0 10px 10px 0;
	border: 0
    }
    
p.centrirano 
    {
	text-align: center;
	margin: 0 auto
    }
    
p.page-info 
    {
	color: #c8c8c8;
	height: 30px;
	font-size: 14px;
    }
    
#content p 
    {
	color: #224d6a;
	padding: 0 0 12px 0;
	text-align: justify
    }
    
#info 
    {
	float: left;
	width: 249px;
	margin: 0 0 0 17px;
    }
    
#info p 
    {
	color: #666;
	padding: 0 20px 12px 20px;
	text-align: justify
    }
    
#info img.novosti 
    {
	border: 4px solid #fff
    }
    
#footer-wrapper 
    {
	background: url(images/footer-wrapper.jpg) repeat-x;
	height: 271px;
	clear: both
    }
    
#footer 
    {
	background: url(images/footer.jpg) top left no-repeat;
	height: 236px;
	width: 930px; ;
	margin: 0 auto
    }
    
#footer p.contact-info 
    {
	position: relative;
	top: 69px;
	left: 37px;
	color: #9e9797;
	font-size: 10px;
    }
    
#footer p.contact-info a 
    {
	color: #9e9797;
	font-weight: normal;
	text-decoration: none
    }
