html, body, h1, h2, h3, h4, ul, li {
	margin: 0;
	padding: 0;
}
h1 img {
	display: block;
}
img {
	border: 0;
}
a {
	color: #0066CC;
	text-decoration: none;
}
a:hover {
	color: #0099CC;
	text-decoration: underline;
}
.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}
.accessibility, hr {
	/* position set so the rest can be set out side of visual browser viewport */
	position: absolute;
	/* takes it out top side */
	top: -999em;
	/* takes it out left side */
	left: -999em;
}
body {
       	text-align: center;
	font: 11px verdana, arial, sans-serif;
       	padding: 0;
        margin: 0;
	background: #f5f7e3 url(/images/style/body_background.png) repeat-x;
}
#container_loader {
	width: 910px;
	display: block;
        overflow: hidden;
}
#container {
	width: 910px;
	display: block;
	overflow: auto;
}
#header {
	margin: 0;
        padding: 0;
	width: 910px;
        height: 140px;
        overflow: auto;
}
#middle {
	width: 910px;
        overflow: auto;
}
#footer {
	width: 910px;
        height: 40px;
        overflow: auto;
}
#logo {
	width: 350px;
        height: 140px;
        float: left;
        padding: 0;
        margin: 0;
        border: none;
        background: url(images/style/logo.png);
        display: inline;
}
#menu {
	margin: 0;
	padding: 0;
        border: none;
	width: 420px;
        height: 140px;
	text-align: center;
        overflow: hidden;
        float: left;
        background: url(images/style/menu.png);
}
#language {
	margin: 0;
	padding: 0;
        border: none;
	width: 140px;
        height: 140px;
        float: left;
        overflow: none;
        background: url(images/style/language.png);
}
#bottom {
	height: 40px;
	width: 250px;
}
#catalog_menu {
        padding: 0;
        margin: 0;
        border: none;
	width: 260px;
        float: left;
        /* background: url(images/style/catalog_menu.png); */
}

#content h2 {
	padding: 39px 15px 60px 45px;
	width: 590px;
	float: left;
	font: Arial, Helvetica, sans-serif;
	font-size: 15px;
        font-weight: bold;
        letter-spacing: 1px;
	color: #053118;
	text-align: left;
        text-transform: uppercase;
	display: block;
}
#content {
	width: 650px;
	margin: 0;
	padding: 0;
        float: right;
	font: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #042612;
	text-align: left;
        background: url(images/style/content_background.png) no-repeat;
        overflow: hidden;
}
#content_text {
	width: 600px;
	padding: 0 15px 10px 35px;
        margin: 0;
	display: block;
}
#footer {
	height: 30px;
	width: 100%;
	padding: 10px 0 10px 0;
	line-height: 10px;
	font-size: 10px;
	color: #CCCCCC;
	font:Arial, Helvetica, sans-serif;
	text-align: center;
}
#menu ul {
    width: 420px;
    height: 140px;
    display: block;
    overflow: hidden;
	padding: 0;
	margin: 0;
}
#menu li {
	list-style: none;
	font-size: 12px;
    width: 140px;
    height: 140px;
    display: block;
    float: left;
}
#menu a {
	color: #cac929;
	text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    width: 140px;
    height: 40px;
	display: block;
    padding-top: 100px;
}
#menu a.active, #menu a.active:hover {
	text-decoration: none;
	background: url(images/style/menu_background_active.png) no-repeat;
}
#menu a:hover {
	text-decoration: underline;
/*	background: url(images/style/menu_background_hover.png) no-repeat;     */
}
#catalog_menu ul {
    	width: 240px;
        padding: 60px 10px 10px 0;
        display: block;
        overflow: hidden;
        text-align: left;
}
#catalog_menu li {
	padding: 7px 0 7px 0;
	list-style: none;
	font-size: 12px;
    	width: 240px;
        display: block;
        float: left;
}
#catalog_menu a {
	color: #0a5700;
    text-size: 12px;
	text-decoration: none;
    text-transform: lowercase;
    text-align: right;
    letter-spacing: 1px;
    width: 236px;
	display: block;
    padding: 0 4px 4px 0;
    background: url(images/style/catalog_menu_background.png) right bottom no-repeat;
}
#catalog_menu a.active {
	text-decoration: none;
}
#catalog_menu a:hover {
	text-decoration: underline;
}
#language ul {
	padding: 0;
	margin: 0;
}
#language li {
	list-style-type: none;
	margin: 0;
	margin: 10px 10px 0 10px;
	width: 20px;
	height: 10px;
}
#language a {
	padding: 0;
	margin: 0;
	width: 20px;
	height: 10px;
	display: block;
}
#language li.lang_LT {
    list-style-type: none;
    background: url(images/style/flag_lt.png) no-repeat;
}
#language li.lang_EN {
    list-style-type: none;
	background: url(images/style/flag_uk.png) no-repeat;
}
#language li.lang_RU {
    list-style-type: none;
	background: url(images/style/flag_ru.png) no-repeat;
}
#language li.lang_LT_active {
    list-style-type: none;
    background: url(images/style/flag_lt_active.png) no-repeat;
}
#language li.lang_EN_active {
    list-style-type: none;
	background: url(images/style/flag_uk_active.png) no-repeat;
}
#language li.lang_RU_active {
    list-style-type: none;
	background: url(images/style/flag_ru_active.png) no-repeat;
}

#NewsContent {
	margin: 10px 0 0 0;
}
#NewsDate {
	font-size: 12px;
}
#NewsReturnLink a {
	font-size: 11px;
	text-decoration: none;
	margin: 5px 0 5px 0;
	display: block;
}
#NewsReturnLink a:hover {
	text-decoration: underline;
}
