*{margin: 0; padding: 0;}
/*Clear defaults - inspired from Tantek Celik
----------------*/
ul,ol,dl {list-style:none;} 
h1,h2,h3,h4,h5,h6,pre,code {font-size:1em; font-weight:normal;}
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,dl,dt,dd {margin:0; padding:0;} 
a img,:link img,:visited img {border:none;}
address {font-style:normal;}
strong {font-weight:bold;}
em {font-style:italic;}
i {display:none;}

/*Default Styles
----------------*/


body {
	margin-top: 20px;
	background: #2D1719;
	color:#4d4d4d;
	font: Arial, Helvetica, sans-serif;

}
a {

	color:#333;
	font-weight: bold;
	font-size: 11px;
	text-decoration:underline;
	font-family:'Lucida Grande', Verdana, Arial, Sans-Serif;
}
a:hover {
	color:#1a1a1a;
	text-decoration:none;
}
a:focus{ outline: none;}
h1, h2, h3, h4, h5, h6 {color:#7C112F;}
h1 {
	padding-top: 10px;
	font-size:18px;
	font-weight: bold;
	line-height:1em;
	padding-bottom:.5em;
	letter-spacing:-0.5px;
	font-family:  "Times New Roman", Times, serif;
}
h2 {
	font-size:1.9em;
	line-height:1.1em;
	padding-bottom:.7em;
}
h3 {
	font-size:1.1em;
	line-height:1.2em;
	font-weight:bold;
	text-transform:uppercase;
	font-family:Georgia, "Times New Roman", Times, serif;
}
h6 {
	position:absolute;
	left:14px;
	top:55px;
}
h6, h6 a {
	display:block;
	width:140px;
	height:110px;
}
p, ul, ol, dl, blockquote, span {
	font-size:12px;
	padding-bottom:1em;

}

em {
	font-style:italic;
}
li {padding-bottom:.2em;}
#main ul li {
	background:url(../assets/plus.png) no-repeat 0 4px;
	padding-left:20px;
}
ol li {
	list-style-type:decimal;
	padding-left:20px;
}
table {
	font-size:12px;
	margin-bottom:1em;
	width:100%;
}
td, th {
	text-align:left;
	padding:2px 5px;
	line-height:1.3em;
	color:#333;
}
th {
	background:#4caad9;
	color:#fff;
	font-weight:bold;
	border-top:2px solid #219bd9;
}
tr.even td {background:#e5e5e5;}
tr.odd td {background:#f2f2f2;}
dl {padding-bottom:0;}
dt {
	font-weight:bold;
	color:#333;
	font-size:1.1em;
	padding-left:20px;
	padding-bottom:.1em;
	background:url(../media/images/content/bullet.gif) no-repeat 0 4px;
}
dd {padding-bottom:1em;}
blockquote {font-family:'Lucida Grande', Verdana, Arial, Sans-Serif;}
blockquote span.author {
	font-family:Arial, Helvetica, sans-serif;
	font-style:italic;
}
input, textarea, select {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.1em;
	color:#333;
	padding:2px;
	border:1px #ddd solid;
	background:#f7fbfc;
}
select {padding-right:0;}
label {
	font-weight:bold;
	color:#607580;
	font-size:1.1em;
	line-height:1.2em;
	padding-top:4px;
	width:160px;
	display:block;
	float:left;
	clear:left;
	text-align:right;
}
label span {font-weight:normal;}

ul#menu { width: 995px; 
height: 40px; 
background: url("images/menu-bg.gif") top left repeat-x; 
font-size: 0.7em; font-family: "Lucida Grande", Verdana, sans-serif; 
font-weight: bold; 
list-style-type: none; 
margin: 0; 
padding: 0;

margin-bottom: 0px!important; 
margin-bottom: 0px;}
ul#menu li { display: block; float: left; margin: 0 0 0 20px; }
ul#menu li a { height: 32px; color: #777; text-decoration: none; display: block; float: left; line-height: 200%; padding: 8px 5px 0 0; }
ul#menu li a:hover { color: #333; }
ul#menu li a.current{ color: #FFF; background: #FFF url("images/current-bg.gif") top left repeat-x; padding: 5px 15px 0; }
ul#menu li ul { /* second-level lists */
	position: absolute;
	background: #eeeeee;
	width: 26em;
	font-size: 10px;
	padding-bottom:0px;
	padding-right:0px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	
}
ul#menu li ul li {width: 26em; margin:0px; padding: 0px; }
ul#menu li ul li a {color: #666; border-left: 5px solid #7C112F; padding:3px; height: 20px; letter-spacing: -1px;}
ul#menu li:hover ul, ul#menu li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	margin-top: 39px;
	margin-left: -40px!important;
	margin-left:-210px!important!; /* IE7*/
	margin-left:-190px; /* IE 6*/
	z-index: 2;
	
}

/*Layout
--------*/

#site {
	width: 995px;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
}

#header{
	width: 995px;
	height: 141px;
	margin: auto;
	background: url(../assets/header_bg2.png) no-repeat;
}
#meniu{
	width: 995px; 	
	margin: auto;
	background-color: #2D1719;
}

#header img {margin: 50px 0 0 20px;}


	.newsItem {border-bottom: 2px solid #cccccc; margin-bottom: 10px; font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;}
	.newsItem span {font-size: 12px; font-weight: bold; color: #333333; font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;} 
	.newsItem p {font-size: 12px; line-height: 140%;  padding-top: 5px; font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;}



#content{
	

	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
   }
	

	
#footer {clear: both; background: url(../assets/footer.jpg) no-repeat;
height: 42px; width: 995px; margin-bottom: 20px;
border-top: 1px solid #dddddd; margin: 0 auto;
font-family:'Lucida Grande', Verdana, Arial, Sans-Serif;
}
	#footer p {padding: 10px 20px; color: #666666; float: right;}
	#footer span {padding: 10px 20px; color: #666666; float: left; font-size: 14px}
	
div#container{width:995px;margin:0 auto; background-color: #fff;}
div#wrapper{float:left;width:100%}
div#content{margin-left:280px; padding-top: 20px; padding-left: 20px; padding-right: 10px; }
div#navigation{float:left;width:250px;margin-left:-995px; padding: 20px;}
div#footer{clear:left;width:100%}
#news{	border: 1px solid #dddddd; padding: 10px;}
