body{
    margin: 0;
    padding: 0;
    background-color: #fffdfd;
    font-family: tahoma;
    font-size: 12px;
    line-height: 20px;
}

h1, h2, h3, h4, h5{
    color: #990000;
}

h1{
    font-size: 20px;
}

h2{
    font-size: 18px;
}

h3{
    font-size: 16px;
}

h4{
    font-size: 14px;
}

h5{
    font-size: 12px;
}

p{
    color: #000000;
}

a{
    color: #750000;
}

a:hover{
    color: #ff6f6f;
}

#container {
    width: 990px;
    margin: 0px auto;
}

#header{
    /*border: 1px solid green;*/
    height:170px;
}

#logo{
    float:left;
    height:107px;
    padding:20px 0 0 30px;
    width:107px;
}

#logo img{
    border: none;
}

#top_pics{
    float:right;
    height:130px;
    padding:10px 30px 5px 0;
    position:relative;
    text-align:right;
    width:700px;
}

#kalba{
    float: left;
    padding: 2px 0;
    position: absolute;
    text-align: right;
    width: 140px;
}

#kalba a.current{
    text-decoration: underline;
}

#kalba a{
    color:black;
    font-size:12px;
    padding:0 3px;
    text-decoration:none;
}

#kalba a:hover{
    text-decoration: underline;
}

#menucontainer{
    display:block;
    float:left;
    height:24px;
    padding-top:0;
    width:990px;
    text-align: right;
}

#menu{
    background-image: url(images/menu_bg.jpg);
    line-height: 24px;
    height: 24px;
    display: block;
    padding-left:10px;
}

#menu ul{
    height:24px;
    list-style-type:none;
    margin:0 auto;
    padding:0 15px;
    width:650px;
}

#menu li{
    display: block;
    height: 24px;
    margin: 0px;
    padding: 0px;
    float: left;
}

#menu a{
    display: block;
    float: left;
    height: 24px;
    padding: 0 15px 0 15px;
    font-size: 16px;
    text-decoration: none;
    margin: 0px;
    font-family: arial;
    font-weight: bold;
    color: #000000;
}

#menu a:hover{
    color: #757575; /*#3e0000;*/
    background-image: url(images/menu_bg_hover.jpg);
    background-color: #ffffff;
    height: 24px;
}

#menu a.current{
    color: #FF5151;
    background-image: url(images/menu_bg.jpg);
    background-color: #ffffff;
    height: 24px;
}

/*submeniu klase*/
#left_menu li.simple{
    border-left: none;
}

#left_menu li:hover.simple{
    border-left: none;
    background-color: #ffffff;
}

#content_frame{
    /*border: 1px solid green;*/
}

#left_menu{
    display:block;
    float:left;
    margin-top:5px;
    padding-left:15px;
    width:200px;
}

#left_menu ul{
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    display: block;
}

#left_menu li{
    border-bottom:1px solid #CC3333;
    border-left:2px solid #CC3333;
    display:block;
    margin-bottom:2px;
    margin-left:5px;
    padding:5px;
}

#left_menu a{
    color:#000000;
    display:block;
    font-family:arial;
    font-size:15px;
    font-weight:bold;
    text-decoration:none;
}

#left_menu a:hover{
    color: #757575;
}

#left_menu li:hover{
    background-color: #f7f7f7;
    border-left: 2px solid #eeeeee;
}

#left_menu a.current{
    color: #ff5151;
}

#left_menu ol{
    margin:0px;
    padding: 0px;
    display: block;
    width: 190px;
}

#left_menu ol:hover{
    background-color: #ffffff;
}

#left_menu ol li{
    border-left: 0px;
    padding-left: 10px;
}

#left_menu ol li:hover{
    border-left: 0px;
}

#left_menu ol li a{
    font-size: 12px;
}

#left_menu ol li a:hover{
    border-left: 0px;
}



#content{
    background-color:#F8F3F3;
    float:right;
    margin:10px 30px 10px 5px;
    min-height:500px;
    _height:500px;
    padding:10px;
    position:relative;
    text-align:justify;
    width:650px;
}

#adds{
    display:block;
    float:left;
    padding-left:20px;
    padding-top:100px;
    position:relative;
    text-align:center;
    vertical-align:bottom;
    width:180px;    
}

#adds img{
    border: none;
}

#footer{
    float: left;
    width: 990px;
    position: relative;
    background-image: url(images/footer_bg.jpg);
    height: 24px;
    color: #fff;
    text-align: center;
}

#footer p{
    color: #ffffff;
    margin: 0px;
    padding: 0px;
    line-height: 24px;
}

#footer a{
    color: #ffffff;
}

#footer a:hover{
    color: #ff9797;
}

/* uzklausimo forma */
form{
    border: 1px solid #DA251C;    
    margin: 0px auto;
    width:600px;
}

table.query{
    font-family: tahoma;
}

.query_field{
    font-weight: bold;
    text-align: right;
}
/* style for product boxes */
.product_box{
    border: 1px solid #CE3031;
    border-left: none;
    float: left;
    padding: 0 5px;
    text-align: center;
    width: 310px;
}
.product_box h3{
    margin: 0;
    padding: 5px;
    text-align: left;
}
.product_box p{
    text-align: justify;
    text-indent: 0;
}
.clear{
    clear: both;
    height: 0;
}

.product_box ul{
    list-style: square inside none;
    margin: 0;
    padding: 0;
    text-align: left;
}
