/* ###################################################################################### */

* { padding: 0; margin: 0; }

body
{
    background: url('../images/bg.body.gif') repeat-x top left #D2D0D0;
    font-family: Verdana;
    color: #333333;
	font-size: 62.5%;
    line-height: 165%;  
}  

a 
{                            
    -moz-outline-style: none;
	outline: none;   
    color: #357D0D;
    cursor: pointer;
    font-family: Verdana;
    text-decoration: none;
}
a:active, a:focus 
{
      outline: none;
}
a:hover
{
    text-decoration: underline;
}                                                        
                                                         
a img
{
    position: relative;
    float: left;
    border: none;
}

select
{                            
    padding: 1px 0px 1px 0px;
}

fieldset
{
    position: relative;
    float: left;
    padding: 0px;
    margin: 0px;
    border: none;
}

/* ###################################################################################### */

#container
{
    position: relative; 
    width: 850px;  
    margin: 0 auto;             
    font-size: 1.2em;
    text-align: left;       
} 

/* ###################################################################################### */

#menu
{
    position: relative;
    float: left;
    width: 790px;
    padding: 8px 0px;
    height: 24px;
}

#menu ul
{
    position: relative;
    float: left;
    list-style-type: none;
}
#menu ul li
{
    position: relative;
    float: left;
    background: url('../images/bg.menu.l.gif') no-repeat top left #7EC754;
    margin-right: 10px;
}
#menu ul li a
{
    position: relative;
    float: left;
    color: #DDFEB1;
    font-size: 11px;
    line-height: 100%;
    background: url('../images/bg.menu.r.gif') no-repeat top right;
    padding: 7px 10px 7px 10px;
}
#menu ul li a:hover
{
    color: #FFFFFF; 
    text-decoration: none;
}
#menu ul li.sel
{
    background: url('../images/bg.menu_s.l.gif') no-repeat top left #509C25;
}
#menu ul li.sel a
{
    background: url('../images/bg.menu_s.r.gif') no-repeat top right;
    color: #FFFFFF;
}

/* ###################################################################################### */

#header
{
    position: relative;
    float: left;
    width: 850px; 
    height: 40px;
    padding: 25px 0px;
}
#header a img
{
    position: relative;
    float: left;
}
#header img
{
    position: relative;
    float: right;
}

#header ul
{
    position: relative;
    float: right;
    padding: 5px 0px 5px 0px;
    list-style-type: none;
}
#header ul li
{              
    position: relative;
    float: left;
    background: url('../images/bg.submenu.gif') no-repeat top left;
    padding-left: 1px;
}
#header ul li.sel a.s1, #header ul li.sel a.s2, #header ul li.sel a.s3
{
    background-position: 0px -60px;
}
#header ul li.sel a.s1:hover, #header ul li.sel a.s2:hover, #header ul li.sel a.s3:hover
{
    background-position: 0px -60px;
}
#header ul li a
{
    position: relative;
    float: left;
    height: 30px;                
}
#header ul li a.s1:hover, #header ul li a.s2:hover, #header ul li a.s3:hover
{
    background-position: 0px -30px;
}
#header ul li a.s1
{
    background: url('../images/submenu1.gif') no-repeat 0px 0px;
    width: 204px;
}
#header ul li a.s2
{
    background: url('../images/submenu2.gif') no-repeat top left;
    width: 172px;
}
#header ul li a.s3
{
    background: url('../images/submenu3.gif') no-repeat top left;
    width: 171px;
}               

/* ###################################################################################### */

#content
{
    position: relative;
    float: left;
    width: 790px;
    padding: 30px 30px 0px 30px;
    background: url('../images/bg.content.top.gif') no-repeat top left #FFFFFF;
}
#content img
{
    position: relative;
    float: right;
}

#content div.text
{
    position: relative;
    float: left;
    width: 490px;
    margin-right: 50px;
    line-height: 160%;
}
             
#content h1
{
    color: #000000;
    font-size: 1.3em;
    padding-bottom: 15px;
}
#content h2
{                         
    padding-bottom: 15px;
    font-size: 1.2em;
    color: #71BF44;
    line-height: 160%;
}
#content p
{                        
    padding-bottom: 15px;
    font-size: 1em;
	line-height: 160%;
}

#content ul
{
    padding-bottom: 10px;
    padding-left: 25px;
}
#content li 
{
	padding-bottom: 5px;
}


#content div.box2
{
    position: relative;
    float: left;
    width: 490px;
    background: url('../images/bg.box2.top.gif') no-repeat top left #DCFFC7;
    padding-top: 10px;               
}
#content div.bot
{
    position: relative;
    float: left;
    width: 490px;
    height: 12px;                                                    
    background: url('../images/bg.box2.bot.gif') no-repeat top left;
    line-height: 1px;
}
#content div.box2 p
{
    padding: 0px 15px 5px 15px; 
}
#content div.box2 ul
{
    color: #357D0D;
    padding-left: 35px;
    padding-bottom: 0px;
}
#content div.box2 a img
{
    float: left;
    margin: 0px 12px 0px 12px;
    border: 1px solid #7EC754;
}
#content div.box2 a:hover img
{
    border: 1px solid #509C25;
}

#content div.pranesimas
{
    position: relative;
    float: left;
    width: 490px;
}
#content div.pranesimas span
{
    font-weight: bold;
    font-size: 0.8em;
}
#content div.pranesimas h2
{
    line-height: 100%;
    padding-bottom: 10px;
}
#content div.pranesimas h2 a
{                  
    color: #71BF44;
}

#content a.menu
{
    position: relative;
    float: left;
    width: 165px;
    background: url('../images/btn.menu.jpg') repeat-y top left;
    color: #FFFFFF;
    font-size: 13px;
    line-height: 100%;
    font-weight: bold;
    padding: 23px 20px 23px 65px;
    margin-top: 20px;
}

/* ###################################################################################### */

#index
{
    position: relative;
    float: left;
    width: 820px;
    padding-left: 30px;
    font-size: 1.1em;
}
#index div.box
{
    position: relative;
    float: left;
    width: 240px;      
    margin-right: 35px;
    height: 315px;                                                   
}                     
#index div.box div.bg
{
    position: relative;
    float: left;
    width: 160px;
    padding: 0px 40px;
    background: url('../images/bg.box.png') no-repeat bottom left;
}

#index p
{                        
    padding-bottom: 15px;
    font-size: 12px;
	line-height: 160%;
}  
#index h2
{
	color: #71BF44;
    line-height: 130%;
	font-size: 14px;
	padding-bottom: 10px;
}     
#index h2 a
{
	color: #71BF44;
}

#index h2 a:hover
{
	text-decoration: underline;
}

#tel
{
    position: relative;
    float: left;
    width: 750px;
    height: 80px;
    background: url('../images/bg.tel.gif') no-repeat top left;
    margin: 30px 0px 0px 50px;
}

/* ###################################################################################### */

#footer
{
    position: relative;
    float: left;
    width: 790px;
    padding: 45px 30px 20px 30px;  
    background: url('../images/bg.content.bot.gif') no-repeat top left;
    text-align: right;
    color: #7A7A7A;
    line-height: 100%;
    font-size: 11px;
    line-height: 100%;
}
#footer a
{
    color: #71BF45;
}
#footer a:hover
{
    text-decoration: underline;
}     