body {
	background: transparent;
	height: 100%;
}
body, td, th, div, span, p {
	font: normal normal 13px/162%  Arial, Tahoma, Verdana,  sans-serif;
	color: #00001e;
}
input, textarea, option, select {
	font: normal normal 11px/100%  Arial, Tahoma, Verdana,  sans-serif;
	color: #000000;
}

a, a:link, a:active, a:visited {
	text-decoration: underline;
	font: normal normal 13px/162% Arial, Tahoma,  Verdana,  sans-serif;
	color: #00001e;
}
a:hover {
	text-decoration: none;
}
.outer {
	position: relative;
	height:100%;
	scrollbar-3dlight-color : #ffcb2f;
	scrollbar-arrow-color : #ffffff;
	scrollbar-base-color : #ffffff;
	scrollbar-darkshadow-color : #ffffff;
	scrollbar-face-color : #ffcb2f;
	scrollbar-highlight-color : #ffcb2f;
	scrollbar-shadow-color : #ffcb2f;
	scrollbar-track-color : #ffffff;
}
.inner {
	height: 100%;
	width: 100%;
	overflow: auto;
	position: absolute;
}	


/*  form  */
.form .input input,
.form .select select,
.form .textarea textarea {
	width: 220px;
}
.form .radio input {
	vertical-align: middle;
}
.form .error .input input,
.form .error .select select,
.form .error .textarea textarea {
	border: 1px solid #ff0000;
}
.form .error label {
	color: #ff0000;
}
/*  form  */

.clr {
	height: 0;
	line-height: 0;
}
.clr img {
	width: 1px;
	height: 0;
}

/*  lang  */
.lang {
	width: 81px;
	padding: 14px 0 0 0;
	float: right;
}
.lang img {
	float: left;
	display: inline;
}
.lang .lang_sep {
	margin: 0 8px;
}
/*  lang  */


.logo {
	position: absolute;
	top: 0;
	left: 0;
	width: 171px;
	height: 96px;
}
.logo .logo_bg {
	width: 171px;
	height: 96px;
	background: url('../media/images/bg/logo_bg.png') 0 0 no-repeat;
}
.logo .logo_padd {
	padding: 7px 0 0 19px;
}

/*  main_menu  */
.main_menu {
	float: left;
	width: 644px;
	padding: 23px 0 0 0;
}
.main_menu td {
	padding: 0 2px 0 0;
}
.main_menu td a,
.main_menu td span.active {
	display: block;
	height: 37px;
	line-height: 37px !important;
	text-decoration: none !important;
	color: #FFFFFF !important;
	font-weight: bold !important;
}
.main_menu td a {
	background: #fd0031 url('../media/images/btn/btn_start.gif') 0 0 no-repeat;
}
.main_menu td a span {
	color: #FFFFFF !important;
	padding: 0 20px 0 35px;
}
.main_menu td a:hover,
.main_menu td span.active {
	background: #FFFFFF url('../media/images/btn/btn_start_ov.gif') 0 0 no-repeat;
	color: #5f6d6f !important;
}
.main_menu td a:hover span,
.main_menu td span.active span {
	color: #5f6d6f !important;
	background: url('../media/images/btn/btn_end_ov.gif') 100% 0 no-repeat;
	padding: 0 20px 0 35px;
}
.main_menu td a span {
	cursor: pointer;
	background: url('../media/images/btn/btn_end.gif') 100% 0 no-repeat;
}
.main_menu td a span,
.main_menu td span.active span {
	display: block;height: 37px;
	line-height: 37px !important;
	text-decoration: none !important;
	font-weight: bold !important;
}
/*  main_menu  */


/*  sub_menu  */
.sub_menu {	
}
.sub_menu a {	
}
.sub_menu span {	
}
/*  sub_menu  */


/*  search_results  */
.search_results {	
}
.search_results .search_item {	
}
.search_results .search_item a {	
}
/*  search_results  */


/*  news_list  */
.news_list {	
}
.news_list .news_list_item {	
}
.news_list .news_list_item .news_header,
.news_list .news_list_item .news_header a,
.news_list .news_list_item h2 a {
	font-weight: bold;
}
.news_list .news_list_item .date {	
}
/*  news_list  */


/*  news_item  */
.news_item {
}
.news_item .news_item_header,
.news_item h1 {
}
.news_item .date {
}
/*  news_item  */


/*  gallery_list  */
.gallery_list table {
	float: left;
}
.gallery_list td {
	vertical-align: middle;
	text-align: center;
}
.gallery_list td img {
	margin: 0 auto;
}
/*  gallery_list  */


/*  paging  */
.paging {
	padding: 0 0 18px 0;
	background: url('../media/images/dec/dash_black.gif') 0 100% repeat-x;	
}
.paging .first,	
.paging .previous,
.paging .next,
.paging .last {
	display: block;
	float: left;
	width: 29px;
	height: 29px;
	margin: 0 4px 0 0;
	cursor: pointer;
}
.paging .first img,
.paging .previous img,
.paging .next img,
.paging .last img {
	width: 29px;
	height: 29px;
	cursor: pointer;
}
.paging .first {
	background: url('../media/images/btn/first.png') 0 0 no-repeat;
}
.paging .previous {
	margin: 0 25px 0 0;
	background: url('../media/images/btn/previous.png') 0 0 no-repeat;
}
.paging .next {
	margin: 0 4px 0 21px;
	background: url('../media/images/btn/next.png') 0 0 no-repeat;
}
.paging .last {
	background: url('../media/images/btn/last.png') 0 0 no-repeat;
}
.paging .first:hover {
	background: url('../media/images/btn/first_ov.png') 0 0 no-repeat;
}
.paging .previous:hover {
	background: url('../media/images/btn/previous_ov.png') 0 0 no-repeat;
}
.paging .next:hover {
	background: url('../media/images/btn/next_ov.png') 0 0 no-repeat;
}
.paging .last:hover {
	background: url('../media/images/btn/last_ov.png') 0 0 no-repeat;
}
.paging .no_page,
.paging .pag_page,
.paging .page_curr {
	line-height: 29px !important;
	margin: 0 4px 0 0;
	padding: 0 8px;
	float: left;
}
.paging .no_page,
.paging .pag_page {
	color: #531808 !important;
}
.paging .page_curr {
	font-weight: bold;
	color: #00001e;
}
/*  paging  */


/*  polls  */
.polls .question {
	font-weight: bold;
}
.polls .answer input {
	vertical-align: middle;
	margin: 0 0 2px 0;
}
/*  polls  */

.footer .copyrights {
	text-align: center;
}


.main {
	background: #0075be url('../media/images/bg/main_bg.gif') 0 0 repeat-x;
}
.page {
	background: #0075be url('../media/images/bg/page_rp.gif') 0 0 repeat-x;
}
.left div {
	/*height: 218px;*/
	height: 684px;
	background: url('../media/images/bg/left.jpg') 100% 0 no-repeat;
}
.page .left {
	background: url('../media/images/bg/left_page.jpg') 100% 0 no-repeat;
}
.right {
	background: url('../media/images/bg/right_rp.gif') 0 0 repeat-x;
}
.right div {
	height: 595px;
	background: url('../media/images/bg/right.jpg') 0 0 no-repeat;
}
.page .right {
	background: url('../media/images/bg/right_page.jpg') 0 0 no-repeat;
}
.left img,
.right img {
	width: 1px;
	height: 0;
}
.middle {
	width: 990px;
	background: url('../media/images/bg/middle.jpg') 0 0 no-repeat;
}
.page .middle {
	background: #0075be url('../media/images/bg/middle_page.jpg') 0 0 no-repeat;
}
.middle .container {
	width: 990px;
	position: relative;
}
.page .middle .container.decor {
	background: url('../media/images/bg/dec_product.jpg') 0 60px no-repeat;
}
.page .middle .content {
	padding: 0 233px 0 170px;
}
.page .middle .content.decoration_text_about {
	background: url('../media/images/dec/dec_text.gif') 39px 0 no-repeat;
}
.page .middle .content.decoration_text_nominations {
	background: url('../media/images/dec/dec_nominations.gif') 39px 0 no-repeat;
}
.page .middle .content.decoration_text_map {
	background: url('../media/images/dec/dec_contacts.gif') 39px 0 no-repeat;
}
.page .middle .content.decoration_comments_list {
	background: url('../media/images/dec/dec_comments.gif') 58px 7px no-repeat;
}
.page .middle .content.decoration_news_list,
.page .middle .content.decoration_news_item {
	background: url('../media/images/dec/dec_news.gif') 39px 0 no-repeat;
}
.page .middle .content .content_height {
	height: 372px;
}
.page .middle .content .content_height .content_padd {
	padding: 21px 0 28px 0;
}
.page .middle .content h1 {
	padding: 0 0 16px 0;
	font-size: 31px;
	line-height: 35px;
	color: #00001e;
	font-weight: bold;
}
.page .middle .content h1 span {
	font-size: 24px;
	line-height: 28px;
	color: #00001e;
}

.to_main {
	position: absolute;
	top: 70px;
	right: 245px;
}
.preload {
	display: none !important;
}


.header {
	z-index: 10;
	padding: 0 30px 0 171px;
	height: 60px;
	zoom: 1;
}
.page .header {
	height: 96px;
}




/*  products_menu  */
.products_menu {
	width: 189px;
	height: 508px;
	position: absolute;
	top: 29px;
	right: -3px;
}
.products_menu .products_menu_bg {
	width: 189px;
	height: 508px;
}
.lang_lt .products_menu .products_menu_bg {
	background: url('../media/images/bg/products_menu_lt.png') 0 0 no-repeat;
}
.lang_en .products_menu .products_menu_bg {
	background: url('../media/images/bg/products_menu_en.png') 0 0 no-repeat;
}
.lang_ru .products_menu .products_menu_bg {
	background: url('../media/images/bg/products_menu_ru.png') 0 0 no-repeat;
}
.products_menu .products_menu_padd {
	padding: 74px 10px 0 6px;
	background: url('../media/images/bg/products_menu.png') 0 0 no-repeat;
}
.products_menu .products_menu_padd a {
	display: block;
	padding: 0 0 0 18px;
}
.products_menu .products_menu_padd a .prod_img_ov {
	display: none;
}
.products_menu .products_menu_padd a.ov .prod_img,
.products_menu .products_menu_padd a:hover .prod_img {
	display: none;
}
.products_menu .products_menu_padd a.ov .prod_img_ov,
.products_menu .products_menu_padd a:hover .prod_img_ov {
	display: block;
}
/*  products_menu  */


/*  copyrights  */
.copyrights {
	padding: 9px 14px 6px 0;
}
.copyrights,
.copyrights * {
	color: #010000;
	font-size: 10px !important;
	line-height: 100% !important;
	text-transform: uppercase;
}
.copyrights a {
	text-decoration: none !important;
	color: #010000 !important;
	background: url('../media/images/dec/dash_black.gif') 1px 12px repeat-x;
}
.copyrights a:hover {
	color: #d4effc !important;
	background: url('../media/images/dec/dash_lightblue.gif') 1px 12px repeat-x;
}
/*  copyrights  */

#title_animation {
	width: 990px;
	height: 585px;
}
.no_flash {
	height: 408px;
	background: url('../media/images/bg/middle_noflash.jpg') 0 0 no-repeat;
}
.no_flash .noflash_padd {
	padding: 214px 0 0 421px;
}
.no_flash .noflash_padd a {
	padding: 27px 0 0 0;
	width: 130px;
	display: block;
	text-align: center;
	color: #5d6b6d !important;
	font-size: 11px !important;
	line-height: 15px !important;
	text-decoration: none !important;
	background: url('../media/images/ico/flash.gif') 50% 0 no-repeat;
}
.no_flash .noflash_padd a span {
	text-decoration: underline !important;
	color: #fe0032 !important;
	font-size: 11px !important;
	line-height: 15px !important;
}
.no_flash .noflash_padd a:hover span {
	color: #531808 !important;
}


.footer_block {
	height: 177px;
	width: 957px;
	margin: 0 0 0 12px;
}
.page .footer_block {
	margin: 0 0 0 13px;
}
.lang_lt .footer_block {
	background: url('../media/images/bg/footer_lt.png') 0 0 no-repeat;
}
.lang_en .footer_block {
	background: url('../media/images/bg/footer_en.png') 0 0 no-repeat;
}
.lang_ru .footer_block {
	background: url('../media/images/bg/footer_ru.png') 0 0 no-repeat;
}


.facebook {
	position: absolute;
	bottom: 69px;
	left: 103px;
}


.text img {
	float: left;
	border: 1px solid #ffffff;
	margin: 15px 24px 8px 0;
}
.news_item img {
	border: 1px solid #ffffff;
	margin: 6px 24px 8px 0;
}
.news_item .clr img {
	width: 1px;
	height: 0;
	border: none !important;
}
.decoration_text_nominations .text img {
	border: none;
	margin: 33px 22px 8px -56px;
	position: relative;
}


/*  products_item  */
.products_item .description,
.products_item .description * {
	line-height: 21px;
}
.products_item .description_top {
	padding: 0 0 2px 0;
}
.products_item .product_img {
	margin: 4px 12px 0 -151px;
	position: relative;
}
.products_item .why_useful {
	margin: 2px 44px 0 45px;
	width: 169px;
	height: 172px;
	float: left;
	display: inline;
}
.products_item .why_useful_text {
	padding: 20px 0 0 0;
}
.products_item .why_useful img {
	width: 169px;
	height: 172px;
}
.lang_lt .products_item .why_useful {
	background: url('../media/images/bg/why_lt.png') 0 0 no-repeat;
}
.lang_en .products_item .why_useful {
	background: url('../media/images/bg/why_en.png') 0 0 no-repeat;
}
.lang_ru .products_item .why_useful {
	background: url('../media/images/bg/why_ru.png') 0 0 no-repeat;
}
.lang_lt .products_item .why_useful.cent,
.lang_en .products_item .why_useful.cent,
.lang_ru .products_item .why_useful.cent {
	margin: 0 0 0 177px;
	width: 220px;
}
.products_item .why_useful .why_useful_padd {
	padding: 24px 0 24px 170px;
}
.products_item .why_useful .why_useful_padd,
.products_item .why_useful .why_useful_padd * {
	color: #6f200a;
	font-weight: bold;
	line-height: 15px;
}
/*  products_item  */

strong * {
	font-weight: bold;
}
/*  news_list  */
.news_list .news_items {
	padding: 7px 0 0 0;
}
.news_list .news_list_item {
	padding: 0 0 24px 0;
	margin: 0 0 28px 0;
	background: url('../media/images/dec/dash_black.gif') 0 100% repeat-x;
}
.news_list .news_list_item .news_date {
	width: 70px;
	height: 20px;
	line-height: 18px;
	text-align: center;
	margin: auto 0;
	background: url('../media/images/bg/date.png') 0 0 no-repeat;
}
.news_list .news_list_item .news_date,
.news_list .news_list_item .news_date * {
	vertical-align: middle;
}
.news_list .news_list_item .news_date span {
	padding: 0 3px 0 3px;
	font-size: 11px;
	line-height: 20px;
	white-space: nowrap;
}
.news_list .news_list_item .link_padd {
	padding: 0 0 0 10px;
}
.news_list .news_list_item a {
	text-decoration: none !important;

}
.news_list .news_list_item a:hover span {
	text-decoration: underline !important;
}
.news_list .news_list_item .more {
	display: inline;
}
.news_list .news_list_item.last_news_item {
	margin: 0 0 17px 0;
}
/*  news_list  */

/*  comments   */

.comments {
	padding: 0 40px 0 0;
	font-family: Arial;
}
.comments_padd {
	padding: 0 15px 0 0;
}
.comments h1 {
	font-weight: bold !important;
	font-size: 30px !important;
}
.comments .comment_text div {
	color: #6f200a;
}
.comments .comment_text {
	background: url('../media/images/dec/dash_black.gif') 0 100% repeat-x;	
	color: #6f200a;
	margin-bottom: 28px;
	position: relative;
}
.comments .comment_btn {
	/*float: right;*/
	padding: 7px 5px 25px 10px;
	/*position: absolute;
	top: 0px;
	right: 0px;*/
}
.comments .date span {
	font-size:11px;
	line-height:20px;
	padding:0 3px;
	white-space:nowrap;
}
.comments .date {
	width: 70px;
	height: 20px;
	line-height: 18px;
	text-align: center;
	margin: auto 0;
	background: url('../media/images/bg/date.png') 0 0 no-repeat;
}
.comments .comments_form {
	padding: 28px 0 4px 0;
}
.comments .comment {
	padding: 6px 0 24px 0;
	background: url('../media/images/dec/dash_black.gif') 0 100% repeat-x;	
	margin-bottom: 28px;
}
.comments .comment_last .comment {
	margin-bottom: 17px;
}
.comments .comment,
.comments .comment * {
	line-height: 21px;
}
.comments .comment .name {
	padding: 5px 0 0 0;
}
.comments .comment_name, .comments .comment_email, .comments .comment_t {
	color: #000;
	font-weight: bold;
}
.comments .comment_t {
	padding-top: 15px;
}
.comments .comment_input textarea {
	background-color: #a6dcd7;
	color: #293d53;
	width: 569px;
	height: 68px;
	padding: 11px 11px;
	border-left: 1px solid #000;
	border-top: 1px solid #000;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	font-size: 12px;
	line-height: 15px;
}
.comments .comment_input input {
	background-color: #a6dcd7;
	color: #293d53;
	width: 250px;
	padding: 6px 11px;
	border-left: 1px solid #000;
	border-top: 1px solid #000;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	font-size: 12px;
}
.comments .comment_input .error {
	background-color: #f57b26;
}
.comments .mr50 {
	padding-right: 44px;
}
.comments .submit_btn {
	float: right;
	padding-top: 15px;
}
.comments .submit_btn .send_btn {
	height: 30px;
}
.comments .submit_btn .send_btn a {
	display: block;
	height: 30px;
	position: relative;
}
.comments .submit_btn .send_btn a img {
	height: 30px;
	width: 0px;
}
.comments .submit_btn.btn_lt .send_btn {
	width: 91px;
	background: url('../media/images/btn/comment_send_lt.png') 0 0 no-repeat;
}
.comments .submit_btn.btn_lt .send_btn.ov {
	background: url('../media/images/btn/comment_send_lt_ov.png') 0 0 no-repeat;
}
.comments .submit_btn.btn_en .send_btn {
	width: 91px;
	background: url('../media/images/btn/comment_send_en.png') 0 0 no-repeat;
}
.comments .submit_btn.btn_en .send_btn.ov {
	background: url('../media/images/btn/comment_send_en_ov.png') 0 0 no-repeat;
}
.comments .submit_btn.btn_ru .send_btn {
	width: 138px;
	background: url('../media/images/btn/comment_send_ru.png') 0 0 no-repeat;
}
.comments .submit_btn.btn_ru .send_btn.ov {
	background: url('../media/images/btn/comment_send_ru_ov.png') 0 0 no-repeat;
}
.comments .error_td {
	padding: 5px 0 0 0;
	color: #ffde00;
	line-height: 16px;
	font-weight: bold;
	text-align: right;
	vertical-align: bottom;
}
.comments .error {
	background-color: red;
}
.comments .hidden {
	position: absolute;
	left: -2000px;
	border: none;
	background: transparent;
}

/*  comments   */
/*  text_map  */
.text_map {
	padding: 0 1px 0 0;
}
.page .middle .content .text_map h1 {
	padding: 0 0 30px 0;
}
.text_map .contacts_text {
	padding: 4px 0 0 0;
}
.text_map .contacts_text,
.text_map .contacts_text * {
	line-height: 21px !important;
}
.text_map .contacts_text a:hover {
	color: #993a11 !important;
	text-decoration: underline !important;
}
.text_map .map_bg {
	width: 332px;
	height: 342px;
	float: right;
	margin: 0 0 6px 10px;
	background: url('../media/images/bg/map_bg.png') 0 0 no-repeat;
}
.text_map .map_bg .map_padd {
	padding: 13px 0 0 13px;
}
.text_map #google_maps {
	width: 306px;
	height: 316px;
}
.text_map #google_maps * {
	font-size: 11px;
}
/*  text_map  */

.products_item .default_table {
	
	border: 1px solid #637071;
}
.products_item .default_table .first td {
	background: #dbcc00;
	font-weight: bold;
	
}
.products_item .default_table td {
	background: #fdf2d8;
	padding: 2px 14px;
	border: 1px solid #637071;
}

