/* Start of CMSMS style sheet 'main_css' */
* {
margin:0;
padding:0;
}

img {
border:none;
}

.clearfix {
clear:both;
}

.formbuilderform textarea {
width:200px;
height:150px;
}

a {
	text-decoration: none;
color:black;
}

h1 {
font-size:1.25em;
text-align:center;
padding:10px 0 15px 0;
}
/*** TITLE ***/

#title_content {
width:800px;
height:500px;
background-color:#000;
margin:40px auto;
text-align:center;
}

#title_content img{
width:254px;
height:256px;
margin:100px 0 0 0;
}

#lang {
margin-top:30px;

}

#lang a{
margin:10px;
text-decoration:none;
font-family:Arial;
font-size:0.825em;
color:#fff;
font-weight:bold;
}

#lang a:hover{
text-decoration:underline;
}

/*** MAIN ***/

#container {
font-family:Arial;
width:920px;
margin:20px auto;
background-color:#000;
font-size:0.75em;
}

#left_block {
float:left;
width:180px;
padding:55px 20px;
}

#logo {
width:151px;
margin:0 auto;
}

#menu {
margin-top:50px;
}

#menu ul li{
list-style:none;
}

#menu ul li a{
display:block;
color:#fff;
font-weight:bold;
text-decoration:none;
background-image:url('images/bullet.jpg');
background-repeat:no-repeat;
background-position:0 10px;
padding:5px 0 5px 12px;
border-bottom:1px solid #fff;
}

#menu ul li ul li a{
background:none;
font-weight:normal;
padding-left:20px;
}

#menu ul li a:hover,#menu ul li a.currentpage {
text-decoration:underline;
}

#content {
float:left;
background-color:#fff;
width:440px;
padding:20px;
margin-top:20px;
min-height:550px;
}

#right_block {
float:left;
padding:55px 20px 0 30px;
}

#footer {
color:#fff;
text-align:center;
padding:10px 0 10px 0;
font-size:0.833em;
}

#group1 img,
#group2 img,
#group3 img{
    z-index:8;
    opacity:0.0;
    filter: alpha(opacity=0);
   display:none;
width:163px;
margin-bottom:20px;
}


#group1 img.active,
#group2 img.active,
#group3 img.active {
    z-index:10;
    opacity:1.0;
filter: alpha(opacity=100);
display:block;
}

#group1 img.last-active,
#group2 img.last-active,
#group3 img.last-active {
   display:none;
}

#group1 img.last-active,
#group2 img.last-active,
#group3 img.last-active {
    z-index:9;
}


#nestandartiniai {
width:920px;
margin:0 auto;
text-align:right;
font-size:0.625em;
font-family:Arial;
}
/* End of 'main_css' */

