/* Start of CMSMS style sheet 'Pagrindinis stilius' */
* { padding: 0; margin: 0; }
body {
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
background:url(uploads/images/background.jpg);
background-color:#4A4A4A;
background-repeat: repeat-y;
background-position:right top;}

html, body {
  height: 100%; /* Required */
}

#title{
  position:absolute;
  top:20px;
  left:140px;
  width:550px;
}

#title h2{
  font-size:30px;
  text-transform:uppercase;
  word-wrap: break-word;
  line-height:45px;
}

#choose{
color:#FFF;
width:50px;
display:inline;
float:left;
padding: 5px 10px; 
}
#lang{
position:absolute;
margin-left:721px;
}
#lang a { 
   display: block; 
   padding: 8px 10px; 
   text-decoration: none; 
   color: #fff;
   float:left;
}

#lang a:hover{
   background-color: #666; 
}

#wrapper { 
margin: 0 auto;
width: 949px;
min-height: 100%; /* For Modern Browsers */
height: auto !important; /* For Modern Browsers */
height: 100%; /* For IE */
position: relative;
}
.breadcrumbs{
color:#999;
margin-bottom:10px;
}
.breadcrumbs a{
color:#666;
}
#logo{
float:right;
width:285px;
height:119px;
background:url(uploads/images/logo.png);

}

h2{
 color:#f3f3f3;
}
#menu{
margin-top:93px;
height:25px;
float:left;
width:664px;
}
#header {
width: inherit;
color: #333;
height: 119px;
margin: 10px 0px 0px 0px;
}
.header_1{
background:url(uploads/images/header_1.jpg);
width: inherit;
height: 119px;
}

.header_2{
background:url(uploads/images/header_2.jpg);
width: inherit;
height: 119px;
}

.header_3{
background:url(uploads/images/header_3.jpg);
width: inherit;
height: 119px;
}

.header_4{
background:url(uploads/images/header_4.jpg);
width: inherit;
height: 119px;
}

.header_5{
background:url(uploads/images/header_5.jpg);
width: inherit;
height: 119px;
}
.header_6{
background:url(uploads/images/header_6.jpg);
width: inherit;
height: 119px;
}
.header_7{
background:url(uploads/images/header_7.jpg);
width: inherit;
height: 119px;
}

#content { 
color: #FFF;
margin: 0px 0px 0px 0px;
padding: 20px 20px 140px 20px;
text-align:justify;
font-size:13px;/*16px;*/

}

#content:after {
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
}

#content li{
margin-left:30px;
}
a{
color:#fff;
}
#footer { 
width:949px;
height:119px;
color: #333;
margin: 0px 0px 0px 0px;
bottom: 5 !important;
position: absolute;
bottom: 4px; /* For Certain IE widths */
}
.footer_1{
background:url(uploads/images/footer_1.jpg);
}
.footer_2{
background:url(uploads/images/footer_2.jpg);
}
.footer_3{
background:url(uploads/images/footer_3.jpg);
}
.footer_4{
background:url(uploads/images/footer_4.jpg);
}
.footer_7{
background:url(uploads/images/footer_7.jpg);
}
#copyright{
 width:665px;
 height:119px;
 float:left;
display:none;
}

#contacts{
 width:95%;
 height:100px;
 text-align:right;
 color: #f3f3f3;
 margin:10px;
}


/* clearing */
/* 
clearfix is a hack for divs that hold floated elements. it will force the holding div to span all the way down to last floated item.
We strongly recommend against using this as it is a hack and might not render correctly but it is included here for convenience.
Do not edit if you dont know what you are doing
*/
	.clearfix:after {
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
	}
	* html>body .clearfix {
		display: inline-block; 
		width: 100%;
	}
	
	* html .clearfix {
		/* Hides from IE-mac \*/
		height: 1%;
		/* End hide from IE-mac */
	}

/* end clearing */
/* End of 'Pagrindinis stilius' */

