/* styles for all not defined objects */
*       {
        font-family: Arial, sans-serif;
        font-size: 12px;
	      color: #524B41;
}
/* styles for main objects */
body {
        height:100%;
        margin:0;
        padding:0;
        color:#524B41;
        font-size:12px;
        font-family: Arial, sans-serif;
        background: #F7F4EA;
}
h1 {font-size: 30px;} 
h2 {font-size: 24px;} 
h3 {font-size: 18px;} 
h4 {font-size: 14px;} 
h5 {font-size: 12px;} 
h6 {font-size: 10px;} 
address {font-size: 12px; font-style: italic;} 
pre {font-size: 14px;} 
big {font-size: 1.4em;} 
a, a href, a:link, a:visited, a:active {
	      color: #0A99DD;
        font-family: Arial, sans-serif;
        font-size: 12px;
        text-decoration: underline;
}
a:hover {
        color: #366794;
        font-family: Arial, sans-serif;
        font-size: 12px;
        text-decoration: underline;
}
a:link.link1, a:visited.link1, a:active.link1 {
	      color: #999999;
        font-family: Arial, sans-serif;
        font-size: 12px;
        font-weight: bold;
        text-decoration: none;
}
a:hover.link1 {
        color: #0A99DD;
        font-family: Arial, sans-serif;
        font-size: 11px;
        font-weight: bold;
        text-decoration: underline;
}
a:link.bottom_link, a:visited.bottom_link, a:active.bottom_link {
	      color: #555555;
        font-family: Arial, sans-serif;
        font-size: 12px;
        font-weight: normal;
        text-decoration: none;
}
a:hover.bottom_link {
        color: #144D82;
        font-family: Arial, sans-serif;
        font-size: 12px;
        font-weight: normal;
        text-decoration: none;
}
a:link.links, a:visited.links, a:active.links {
	      color: #999999;
        font-family: Arial, sans-serif;
        font-weight: bold;
        font-size: 14px;
        text-decoration: none;
}
a:hover.links {
        color: #0085EC;
        font-family:  Arial, sans-serif;
        font-weight: bold;
        font-size: 14px;
        text-decoration: none;
}
a:link.small_links, a:visited.small_links, a:active.small_links {
	      color: #BBBBBB;
        font-family: Arial, sans-serif;
        font-weight: normal;
        font-size: 12px;
        text-decoration: none;
}
a:hover.small_links {
        color: #0085EC;
        font-family:  Arial, sans-serif;
        font-weight: normal;
        font-size: 12px;
        text-decoration: underline;
}
br {
        font-size: 12px;
}
ul, li, b, i, u, strong {
        font-family: Arial, sans-serif;
}
textarea, .textarea {
        color: #524B41;
        font-size: 11px;
        font-family:  Arial, sans-serif;
        border-top: solid 1px #999999;
        border-left: solid 1px #999999;
        border-right: solid 1px #999999;
        border-bottom: solid 1px #999999;
        background: #FFFFFF;
        margin: 0 0 0 0; 
        padding: 0 2px 0 2px;
}
textarea:hover, .textarea_over {
        color: #555555;
        border-top: solid 1px #555555;
        border-left: solid 1px #555555;
        border-right: solid 1px #555555;
        border-bottom: solid 1px #555555;
        background: #FFFFFF;
}
input, .input {
        color: #524B41;
        font-size: 11px;
        font-family:  Arial, sans-serif;
        height: 18px;
        border-top: solid 1px #CCCCCC;
        border-left: solid 1px #CCCCCC;
        border-right: solid 1px #CCCCCC;
        border-bottom: solid 1px #CCCCCC;
        background: #FFFFFF;
        margin: 0 0 0 0; 
        padding: 2px 2px 0 2px;
}
.input_onfocus, .input:hover {
        color: #555555;
        border-top: solid 1px #555555;
        border-left: solid 1px #555555;
        border-right: solid 1px #555555;
        border-bottom: solid 1px #555555;
        background: #FFFFFF;
}
.input_readonly {
        color: #524B41;
        font-size: 11px;
        font-family:  Arial, sans-serif;
        height: 18px;
        border-top: solid 1px #CCCCCC;
        border-left: solid 1px #CCCCCC;
        border-right: solid 1px #CCCCCC;
        border-bottom: solid 1px #CCCCCC;
        background: #EEEEEE;
        margin: 0 0 0 0; 
        padding: 2px 2px 0 2px;
}
select {
        color: #524B41;
        font-size: 11px;
        font-family:  Verdana, Arial, sans-serif;
        height: 22px;
        border-top: solid 1px #CCCCCC;
        border-left: solid 1px #CCCCCC;
        border-right: solid 1px #CCCCCC;
        border-bottom: solid 1px #CCCCCC;
        background: #FFFFFF;
        margin: 0 0 0 0; 
        padding: 1px 2px 1px 2px;
        vertical-align:bottom;
}
optgroup {
        color: #524B41;
        font-size: 11px;
        font-family:  Verdana, Arial, sans-serif;
        border: 0;
        background: #FFFFFF;
        margin: 0 0 0 0; 
        padding: 2px 2px 2px 2px;
}
option {
        color: #524B41;
        font-size: 11px;
        font-family:  Verdana, Arial, sans-serif;
        height: 14px;
        border: 0;
        background: #FFFFFF;
        margin: 0 0 0 0; 
        padding: 0 2px 0 10px;
}
.calendarDateInput{
        font-size: 11px;
        font-family:  Arial, sans-serif;
        height: 16px;
}
.calendarDateInputSelect{
        height: 20px;
        font-size: 11px;
        font-family:  Arial, sans-serif;
}
.button, .button_onfocus {
        color: #524B41;
        background: url('../_img/button.jpg') #FFFFFF;
        font-size: 11px;
        font-family: Arial, sans-serif;
        height: 22px;
        border-top: solid 1px #555555;
        border-left: solid 1px #555555;
        border-right: solid 1px #555555;
        border-bottom: solid 1px #555555;
        cursor: pointer;
        margin: 0 0 0 0; 
        padding: 0 5px 0 5px;
}
.button:hover{
        color: #FFFFFF;
        background: url('../_img/button_red.jpg') #0085EC;
        font-size: 11px;
        font-family: Arial, sans-serif;
        height: 22px;
        border-top: solid 1px #0060AC;
        border-left: solid 1px #0060AC;
        border-right: solid 1px #0060AC;
        border-bottom: solid 1px #0060AC;
        cursor: pointer;
        margin: 0 0 0 0; 
        padding: 0 5px 0 5px;
}
.button_ok {
        background: url('../_img/ok.jpg');
        height: 22px;
        width: 22px;
        cursor: pointer;
        border: 0;
        margin: 0 0 0 0; 
        padding: 0 0 0 0;
}
.button_ok:hover {
        background: url('../_img/ok_over.jpg');
}
.button_cancel {
        background: url('../_img/cancel.jpg');
        height: 22px;
        width: 22px;
        cursor: pointer;
        border: 0;
        margin: 0 0 0 0; 
        padding: 0 0 0 0;
}
.button_cancel:hover {
        background: url('../_img/cancel_over.jpg');
}
.button_user {
        background: url('../_img/user.jpg');
        height: 22px;
        width: 22px;
        cursor: pointer;
        border: 0;
        margin: 0 0 0 0; 
        padding: 0 0 0 0;
}
.button_user:hover {
        background: url('../_img/user_over.jpg');
}
.button_users {
        background: url('../_img/users.jpg');
        height: 22px;
        width: 22px;
        cursor: pointer;
        border: 0;
        margin: 0 0 0 0; 
        padding: 0 0 0 0;
}
.button_users:hover {
        background: url('../_img/users_over.jpg');
}
.button_new {
        background: url('../_img/new.jpg');
        height: 22px;
        width: 22px;
        cursor: pointer;
        border: 0;
        margin: 0 0 0 0; 
        padding: 0 0 0 0;
}
.button_new:hover {
        background: url('../_img/new_over.jpg');
}
.button_search {
        background: url('../_img/search.jpg');
        height: 22px;
        width: 22px;
        cursor: pointer;
        border: 0;
        margin: 0 0 0 0; 
        padding: 0 0 0 0;
}
.button_search:hover {
        background: url('../_img/search_over.jpg');
}
.username {
        color: #FFFFFF;
        background: transparent;
        font-size: 14px;
        font-family:  Arial, sans-serif;
        vertical-align: top;
        margin: 0 0 0 0; 
        padding: 0 0 0 0;
}
.checkbox, .radio {
        color: #524B41;
        font-size: 12px;
        font-family:  Arial, sans-serif;
        height: 15px;
        border: 0;
        background: transparent;
        margin: 0 0 0 0; 
}
.tdform{
        font-size: 12px;
        font-family: Arial, sans-serif;
        font-weight: normal;
        background: transparent; 
        border: solid 1px #AAAAAA;
        padding: 3px; 
        margin: 0px;
}
form {
        padding: 0px;
        margin: 0px;
}
.user_form {
        padding: 0;
        margin: 0;
}
fieldset {
        background: transparent; 
        border: solid 1px #AAAAAA;
        padding: 5px;
        margin: 0px;
}
legend {
        background: #FFFFFF;
        border: solid 1px #999999;
        color: #F26122;
        padding: 3px;
        font-size: 12px;
        font-weight: bold;
        font-family: Arial, sans-serif;
}
p {
        font-size: 12px;
        font-family: Arial, sans-serif;
}
p + p {
        text-indent: 0;
        margin-top : 5px
}

.hr {
        background: url('../_img/hr.gif') #FFFFFF;
        background-repeat: repeat-x;
        height: 3px;
}
.hr1 {
        background: url('../_img/hr.gif') #EEEEEE;
        background-repeat: repeat-x;
        height: 3px;
}
.hr_mod {
        background: url('../_img/hr.gif') #FFFFFF;
        background-repeat: repeat-x;
        height: 3px;
}
.photo1
        {
        border-width: 1px;
        border-color: #999999; 
        border-style: solid;
}
.photo2
        {
        border-width: 1px;
        border-color: #E89900; 
        border-style: dotted;
        background: #FFFFCC;
}
.picture
        {
        border-width: 1px;
        border-color: #FFFFFF; 
        border-style: solid;
}
.frameimg
        {
        border: 0;
        background: #FFFFFF;
        margin: 0px;
        padding: 0px;
}
.frameimg_left
        {
        float: left;
        background: none;
        border: 1px #999999 solid;
        margin-left: 0px;
        margin-right: 5px;
        margin-top: 2px;
        margin-bottom: 5px;
        padding: 3px;
}
.frameimg_left:hover
        {
        float: left;
        background: none;
        border: 1px #DA862E solid;
        margin-left: 0px;
        margin-right: 5px;
        margin-top: 2px;
        margin-bottom: 5px;
        padding: 3px;
}
.frameimg_right
        {
        float: right;
        background: none;
        border: 1px #999999 solid;
        margin-left: 10px;
        margin-right: 0px;
        margin-top: 2px;
        margin-bottom: 5px;
        padding: 3px;
}
.frameimg_center
        {
        float: center;
        text-align: center; 
        background: #FFFFFF;
        border: thin #999999 solid;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 10px;
        margin-bottom: 5px;
        padding-top: 10px;
        padding-left: 0px;
        padding-right: 0px;
}
.frameyotube_center
{
        float: center;
        text-align: center; 
        background: #FFFFFF;
        border: 0;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 10px;
        margin-bottom: 10px;
        padding: 0;
}
.framebox_right
        {
        float: right;
        background: #FFFFFF;
        border: 1px;
        margin-left: 5px;
        margin-right: 0px;
        margin-top: 5px;
        margin-bottom: 5px;
        padding: 0px;
}
.frame_prod
        {
        float: right;
        background: #FFFFFF;
        border: thin #EEEEEE solid;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 5px;
        padding: 3px;
        }
.frameimg_prod
        {
        float: right;
        /* min-width: 20px; */
        width: 140px; 
        border: none;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 5px;
        padding: 0px;
        }
.table1_header {
        font-family: Arial, sans-serif;
        font-size: 12px;
        font-weight: bold;
      	border-width: 1px;
      	padding: 2px 2px 2px 2px;
      	border-style: solid none solid solid;
      	border-color: #AAAAAA;
      	background-color: #DDDDDD;
}
.table1_header_right {
        font-family: Arial, sans-serif;
        font-size: 12px;
        font-weight: bold;
      	border-width: 1px;
      	padding: 2px 2px 2px 2px;
      	border-style: solid solid solid solid;
      	border-color: #AAAAAA;
      	background-color: #DDDDDD;
}
.table1 {
        font-family: Arial, sans-serif;
        font-size: 12px;
      	border-width: 1px;
      	padding: 3px 3px 3px 3px;
      	border-style: none none dotted dotted;
      	border-color: #AAAAAA;
      	background-color: #EEEEEE;
}
.table1_right {
        font-family: Arial, sans-serif;
        font-size: 12px;
      	border-width: 1px;
      	padding: 3px 3px 3px 3px;
      	border-style: none dotted dotted dotted;
      	border-color: #AAAAAA;
      	background-color: #EEEEEE;
}
.header0 {
	      color: #9C968A;
        font-family: Arial, sans-serif;
        font-size: 14px;
        font-weight: bold;
        font-style: normal;
        text-decoration: none;
}
.header0_back {
	      color: #524B41;
        height: 35px;
        font-family: Arial, sans-serif;
        font-size: 16px;
        font-weight: bold;
        text-decoration: none;
        padding-left: 10px;
}
.header1 {
	      color: #524B41;
        font-family: Arial, sans-serif;
        font-size: 14px;
        font-style: normal;
        font-weight: bold;
        text-decoration: none;
        text-decoration: none;
}
.text1 {
        color: #524B41;
        font-family: Arial, sans-serif;
        font-weight: normal;
        font-size: 12px;
        text-decoration: none;
}
.text1_back {
        color: #524B41;
        background-color: #FFFFFF;
        font-family: Arial, sans-serif;
        font-weight: normal;
        font-size: 12px;
        text-decoration: none;
}
.header2 {
	      color: #524B41;
        font-family: Arial, sans-serif;
        font-size: 14px;
        font-weight: bold;
        font-style: italic;
        text-decoration: none;
}
.text2 {
        color: #524B41;
        font-family: Arial, sans-serif;
        font-weight: normal;
        font-size: 9px;
        text-decoration: none;
}
.text2_back {
        color: #524B41;
        background-color: #EBEBEB;
        font-family: Arial, sans-serif;
        font-weight: normal;
        font-size: 9px;
        text-decoration: none;
}
.header3 {
	      color: #524B41;
        font-family: Arial, sans-serif;
        font-size: 20px;
        font-weight: bold;
        font-style: normal;
        text-decoration: none;
}
.text3 {
        color: #524B41;
        font-family: Arial, sans-serif;
        font-weight: bold;
        font-size: 10px;
        text-decoration: none;
}
.text3_back {
        color: #524B41;
        background: #FFFFCC;
        border-top: dotted 1px #E89900;
        border-left: dotted 1px #E89900;
        border-right: dotted 1px #E89900;
        border-bottom: dotted 1px #E89900;
        font-family: Arial, sans-serif;
        font-weight: bold;
        font-size: 10px;
        text-decoration: none;
}
.intd1 {
        color: #524B41;
        font-family: Arial, sans-serif;
        font-size: 12px;
        padding-left: 10px;
        padding-right: 10px;
}
.intd1_back {
        color: #524B41;
        background: #EEEEEE;
        border: solid 1px #CCCCCC;
        font-family: Arial, sans-serif;
        font-size: 12px;
        padding-left: 12px;
        padding-right: 10px;
}
.intd2 {
	      color: #524B41;
        font-family: Arial, sans-serif;
        font-size: 18px;
        font-style: normal;
        text-decoration: none;
        padding-left: 60px;
}
.intd3 {
	      color: #FFFFFF;
        font-family: Arial, sans-serif;
        font-size: 14px;
        font-style: normal;
        text-decoration: none;
        padding-left: 50px;
}
.back1 {
	      color: #000000;
        background: #FFFFFF;
}
.back2 {
	      color: #000000;
        background: #FFFFFF;
}
.main {
	      color: #000000;
        background: #F7F4EB;
}
.logo {
        background: url('../_img/logo.jpg') no-repeat;
        width: 208px;
        height: 167px;
        margin: 0
}
.site_name{
        background: url('../_img/site_name.jpg') #FFFFFF left top no-repeat;
        width: 274px;
        height: 36px;
        margin: 0
}
.under_logo {
	      color: #524B41;
        background: url('../_img/under_logo.jpg') repeat;
        width: 208px;
        height: 112px;
        margin: 0
}
.actions_header{
	      color: #8C867A;
        font-family: Arial, sans-serif;
        font-size: 22px;
        font-weight: normal;
        padding: 5px 20px 0 20px;
        margin: 0;
}
.actions_text{
	      color: #8C867A;
        font-family: Arial, sans-serif;
        font-size: 14px;
        font-weight: bold;
        line-height: 1.5em;
        padding: 0 20px 5px 20px;
        margin: 0;
}
.counter_logo1 {
        background: url('../_img/counter_logo1.jpg') #FFFFFF left top repeat;
	      color: #8C867A;
        font-family: Arial, sans-serif;
        font-size: 14px;
        font-weight: bold;
        line-height: 1.5em;
        width: 208px;
        height: 105px;
        padding: 0;
        margin: 0
}
.counter_logo_text {
	      color: #8C867A;
        font-family: Arial, sans-serif;
        font-size: 12px;
        font-weight: normal;
        line-height: 1.5em;
        padding: 25px 25px 0 25px;
}
.counter_logo2 {
        background: url('../_img/counter_logo2.jpg') #FFFFFF left top no-repeat;
        width: 208px;
        height: 125px;
        margin: 0;
        cursor: pointer;
}
.counter_logo3 {
        background: url('../_img/counter_logo3.jpg') #FFFFFF left top no-repeat;
        width: 208px;
        height: 53px;
        margin: 0
}
.menu_left{
        background: url('../_img/menu_left.jpg') #FFFFFF left top no-repeat;
        width: 5px;
        height: 36px;
        padding: 0;
        margin: 0;
}
.menu_right{
        background: url('../_img/menu_right.jpg') #FFFFFF left top no-repeat;
        width: 5px;
        height: 36px;
        padding: 0;
        margin: 0;
}
.first_pic{
        background: url('../_img/first_pic.jpg') #FFFFFF left top no-repeat;
        width: 207px;
        height: 326px;
        padding: 0;
        margin: 0;
}
.second_pic{
        background: url('../_img/second_pic.jpg') #FFFFFF left top no-repeat;
        width: 207px;
        height: 326px;
        padding: 0;
        margin: 0;
}
.first_desc {
	      color: #FFFFFF;
        background: url('../_img/first_desc.jpg') #FFFFFF left top no-repeat;
        width: 207px;
        height: 121px;
        padding: 0;
        margin: 3px 0 0 0;
}
.second_desc {
	      color: #FFFFFF;
        background: url('../_img/second_desc.jpg') #FFFFFF left top no-repeat;
        width: 207px;
        height: 121px;
        padding: 0;
        margin: 3px 0 0 0;
}
.slideshow_desc {
	      color: #FFFFFF;
        background: url('../_img/slideshow_desc.jpg') #FFFFFF left top no-repeat;
        width: 207px;
        height: 121px;
        padding: 0;
        margin: 3px 0 0 0;
}
.slideshow_header{
	      color: #E5E5E5;
        font-family: Arial, sans-serif;
        font-size: 16px;
        font-weight: normal;
        text-align: right;
        float: right;
        padding: 20px 20px 0 0;
        margin: 0;
}
.slideshow_text{
	      color: #E5E5E5;
        font-family: Arial, sans-serif;
        font-size: 11px;
        font-weight: normal;
        text-align: right;
        line-height: 1.8em;
        float: right;
        padding: 5px 20px 0 0;
        margin: 0;
}
.slideshow_li{
	      color: #E5E5E5;
        font-family: Arial, sans-serif;
        font-size: 11px;
        font-weight: normal;
        text-align: right;
        list-style: none;
        padding: 0;
        margin: 0;
}
.slideshow_li a{
	      color: #E5E5E5;
        font-family: Arial, sans-serif;
        font-size: 11px;
        font-weight: normal;
        text-align: right;
        text-decoration: none;
        padding: 0;
        margin: 0;
}
.input_subscription {
        color: #BDB3A7;
        font-size: 12px;
        font-family:  Arial, sans-serif;
        height: 16px;
        width: 163px;
        border: 0;
        background: url('../_img/input_subscription.jpg') #FFFFFF repeat;
        margin: 0; 
        padding: 5px 10px 4px 10px;
}
.input_subscription:hover, .input_subscription_over {
        color: #F26122;
        font-size: 12px;
        font-family:  Arial, sans-serif;
        height: 16px;
        width: 163px;
        border: 0;
        background: url('../_img/input_subscription.jpg') #FFFFFF repeat;
        margin: 0; 
        padding: 5px 10px 4px 10px;
}
.button_subscription {
        height: 25px;
        width: 25px;
        border: 0;
        background: url('../_img/button_subscription.jpg') #FFFFFF repeat;
        margin: 0; 
        padding: 0;
        cursor:pointer;
}
.button_subscription:hover {
        height: 25px;
        width: 25px;
        border: 0;
        background: url('../_img/button_subscription_over.jpg') #FFFFFF repeat;
        margin: 0; 
        padding: 0;
        cursor:pointer;
}
.button_space{
        cursor: pointer;
        height: 25px;
        width: 1px;
        border: 0;
        background: url('../_img/button_space.jpg') transparent center top repeat;
        margin: 0; 
        padding: 0;
}
.button_lt{
        cursor: pointer;
        height: 25px;
        width: 28px;
        border: 0;
        background: url('../_img/button_lt.jpg') transparent center top repeat;
        margin: 0; 
        padding: 0;
}
.button_lt_over{
        cursor: pointer;
        height: 25px;
        width: 28px;
        border: 0;
        background: url('../_img/button_lt_over.jpg') transparent center top repeat;
        margin: 0; 
        padding: 0;
}
.button_en{
        cursor: pointer;
        height: 25px;
        width: 28px;
        border: 0;
        background: url('../_img/button_en.jpg') transparent center top repeat;
        margin: 0; 
        padding: 0;
}
.button_en_over{
        cursor: pointer;
        height: 25px;
        width: 28px;
        border: 0;
        background: url('../_img/button_en_over.jpg') transparent center top repeat;
        margin: 0; 
        padding: 0;
}
.button_home{
        cursor: pointer;
        height: 25px;
        width: 28px;
        border: 0;
        background: url('../_img/button_home.jpg') transparent center top repeat;
        margin: 0; 
        padding: 0;
}
.button_home_over{
        cursor: pointer;
        height: 25px;
        width: 28px;
        border: 0;
        background: url('../_img/button_home_over.jpg') transparent center top repeat;
        margin: 0; 
        padding: 0;
}
.button_mail{
        cursor: pointer;
        height: 25px;
        width: 28px;
        border: 0;
        background: url('../_img/button_mail.jpg') transparent left top repeat;
        margin: 0; 
        padding: 0;
}
.button_mail_over{
        cursor: pointer;
        height: 25px;
        width: 28px;
        border: 0;
        background: url('../_img/button_mail_over.jpg') transparent left top repeat;
        margin: 0; 
        padding: 0;
}
.button_tree{
        cursor: pointer;
        height: 25px;
        width: 28px;
        border: 0;
        background: url('../_img/button_tree.jpg') transparent right top no-repeat;
        margin: 0; 
        padding: 0;
}
.button_tree_over{
        cursor: pointer;
        height: 25px;
        width: 28px;
        border: 0;
        background: url('../_img/button_tree_over.jpg') transparent right top no-repeat;
        margin: 0; 
        padding: 0;
}
.header_profesionalams{
        width: 100%;
        height:53px;
        border: 0;
        background: url('../_img/header_profesionalams.jpg') #DA862E left no-repeat;
        margin: 0; 
        padding: 0;
        text-align:right;
}
.header_text_profesionalams{
        color: #FFFFFF;
        font-size: 18px;
        font-family:  Arial, sans-serif;
        border: 0;
        margin: 0; 
        padding: 17px;
        text-align:right;
}
.header_namu_ukiui{
        width: 100%;
        height:53px;
        border: 0;
        background: url('../_img/header_namu_ukiui.jpg') #041036 left no-repeat;
        margin: 0; 
        padding: 0;
        text-align:right;
}
.header_text_namu_ukiui, .header_text_pagalba_vartotojui{
        color: #FFFFFF;
        font-size: 18px;
        font-family:  Arial, sans-serif;
        border: 0;
        margin: 0; 
        padding: 17px;
        text-align:right;
}
.header_pagalba_vartotojui{
        width: 100%;
        height:53px;
        border: 0;
        background: url('../_img/header_pagalba_vartotojui.jpg') #6DA161 left no-repeat;
        margin: 0; 
        padding: 0;
        text-align:right;
}
.header_produktai{
        width: 100%;
        height:53px;
        border: 0;
        background: url('../_img/header_produktai.jpg') #9E8f64 left no-repeat;
        margin: 0; 
        padding: 0;
        text-align:right;
}
.header_text_produktai{
        color: #DDDDDD;
        font-size: 18px;
        font-family:  Arial, sans-serif;
        border: 0;
        margin: 0; 
        padding: 17px;
        text-align:right;
}
.header_sel_page{
        width: 100%;
        height:53px;
        border: 0;
        background: url('../_img/header_sel_page.jpg') #DA862E left no-repeat;
        margin: 0; 
        padding: 0;
        text-align:right;
}
.header_text_sel_page{
        color: #FFFFFF;
        font-size: 18px;
        font-family:  Arial, sans-serif;
        border: 0;
        margin: 0; 
        padding: 17px;
        text-align:right;
}
.subheader_text{
        color: #52576D;
        font-size: 18px;
        font-family:  Arial, sans-serif;
        border: 0;
        margin: 0; 
        padding: 17px;
        text-align:right;
}


