/* Color options: You can use these options to modify the colors from the website */
/* Text options: You can use these options to modify the text from your website */
/* Other Styles: You can use these options to modify some custom styles from your website */
/* Color options | Website Background Color | Sets the website background color */
.Change_siteBackground{
	background-repeat: no-repeat;
	background-image: url('img/background.jpg');

}
/* Color options | Header Background Color | Sets the header background color */
.Change_headerBackground{
	
	
}
/* Text options | Default Text | Sets the default text options for your website */
.Change_text{
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
/* Color options | Menu Level 1 - Colors | Sets the text and background colors for menu (level 1) */
.Change_menuLevel1Colors{
	color:#FFFFFF;
}
/* Text options | Menu Level 1 - Font Size | Sets the font size for menu (level 1) */
.Change_menuLevel1Font{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	background-image:  url('img/leftmenuinactive.jpg');
}
.Change_menuLevel1Font_selected{
	font-weight: bold;
	background-image: url('img/leftmenu active.jpg');
}
/* Color options | Menu Level 2 | Sets the text and background colors for menu (level 2) */
.Change_menuLevel2{ 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	background-image:  url('img/leftmenuinactive.jpg');
	color:#FFFFFF;
}
/* Color options | Menu Level 3 | Sets the text and background colors for menu (level 3) */
.Change_menuLevel3{ 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	background-image:  url('img/leftmenuinactive.jpg');
	color:#FFFFFF;
}
/* Text options | Breadcrumb | Sets the style for breadcrumb text */
.Change_breadcrumb{
	color: #977200;
	font-size: 10px;
}
/* Color options | Newsletter Top Background | Sets the background color for newsletter title box */
.Change_newsletterTopBackground{ 
}
/* Text options | Heading1 | Sets the style for the h1 */
h1, .Change_h1{
	color: #333333;
	font-size: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0px 0px 25px 0px;
	margin: 0px;
}
/* Text options | Heading2 | Sets the style for the h2 */
h2, .Change_h2{
	color: #333333;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 20px 0px 15px 0px;
	margin: 0px;
}
/* Text options | Paragraph | Sets the paragraph style */
p, .Change_p{
	color: #333333;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 5px 0 5px 0;
	margin: 0px;
	text-align: justify;
}
/* Color options | Title Box | Sets the color for the search/newsletter box title */
.Change_titleBox{ 
	color: #FFFFFF;
}
/* Color options | Buttons and Newsletter text | Sets the color for the search and newsletter buttons adn also for the text from newsletter box */
.Change_customText{ 
	color: #666666;
}
/* Text options | Header Text | Sets the style for the text shown in the page header if no logo is uploaded */
.Change_headerText{
	color: #333333;
	position: relative;
	top: 5px;
	font-size: 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
/* Text options | Search Results - content | Sets the font size for the search result content */
.Change_searchTextFontSize{ 
	font-size: 13px;
}
/* Color options | Search Results - link | Sets the text color for the search result link */
.Change_searchLink{ 
	color: #A67910;
}
/* Text options | Search Results - address | Sets the style for the search result address */
.Change_searchAddress{ 
	color: #F4D261;
	font-size: 13px;
}
/* Color options | Newsletter Box Borders | Sets the style for newsletter box borders */
.Change_newsletterBoxBorders{ 
	border: 1px solid #FFD34C;
}
/* Other Styles | Form Input Border | Sets the style for the text input border */
.Change_input{ 
	border: 1px solid #809DB9;
}
/* Other Styles | Footer Top Border | Sets the style for the top border from footer zone */
.Change_footerTopBorder{
	border-top-style: none;
	border-top-color: #990000;
	border-width: 1px;
}
.Change_recordTitle {
	font-size: 18px;
	color: #003399;
	font-family: Arial;
}
.Change_recordReadMore {
	font-size: 12px;
	color: #003399;
	font-family: Arial;
}
.Change_recordAuthor {
	font-size: 11px;
	color: #666666;
	font-family: Arial;
	padding: 3px 0px;
}
.Change_recordContent {
	font-size: 12px;
	color: #333333;
	font-family: Arial;
}
.Change_rss {
	font-size: 14px;
	color: #003399;
	font-family: Arial;
}
.Change_pageLink {
	font-size: 12px;
	color: #003399;
	font-family: Arial;
}
.Change_pageSelected {
	font-size: 14px;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.Change_author {
	font-size: 11px;
	color: #666666;
	font-family: Arial;
	text-align: left;
	position: relative; 
	top: -20px;
}
body {
	width: 100%;
	margin: 0px;
	padding: 0px;
}
img {
	border: 0px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
form{
	padding: 0px;
	margin: 0px;
}
.top{
	width: 100%;
}
#logo{
	margin-top: 0px;
	height: 110px;
}
.setWidth{
	width: 100%;
}
.floatLeft{
	float: left;
}
.floatRight{
	float: right;
}
.clear{
	clear: both;
}
.noBorder{
	border: 0px;
}
#searchBlock{
	float: right;
	padding-top: 25px;
}
.searchName{
	float: left;
	font-weight: bold;
}
.searchButton{
	float: left;
	background: url('img/ButtonCenter.gif') repeat-x;
	height: 24px;
	padding: 0px 10px 0px 10px;;
	margin: 0px;
	border: 0px;
	font-weight: bold;
	cursor: pointer;
}
.marginLeft{
	margin-left: 5px;
}
#searchForm {
	margin: 0px;
	padding: 0px;
}
.searchInput{
	margin-left: 7px;
}
.headerBottom{
	clear: both;
	float: left;
	width: 100%;
	height: 7px;
}
.menuBottom{
	clear: both;
	width: 183px;
	height: 20px;
}
.middle{
	/*float: left;*/
	padding-left: 0px;
}
.menu{
	margin-left: 0px;
	padding-left: 0px;
	width: 198px;
	padding-top: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	text-align: right;
}
.newsletterTop{
	clear: both;
	float: left;
	width: 183px;
}
#newsletterButtonBox{
	float: left;
	padding-top: 10px;
	height: 34px;
}
.newsletterButton{
	float: left;
	background: url('img/ButtonCenter.gif') repeat-x;
	height: 24px;
	padding: 0px 10px 0px 10px;;
	margin: 0px;
	border: 0px;
	font-weight: bold;
	cursor: pointer;
}
.newsletterTitle{
	clear: both;
	float: left;
	width: 163px;
	font-weight: bold;
	padding-left: 20px;
	padding-bottom: 8px;
	padding-top: 10px;
}
.newsletterContent{
	clear: both;
	float: left;
	width: 151px;
	padding-top: 8px;
	padding-left: 15px;
	padding-right: 15px;
	border-top: 0px;
	padding-bottom: 10px;
}
.newsletterText{
	float: left;
	text-align: left;
}
#newsletterBottom{
	clear: both;
	float: left;
	width: 183px;
	height: 9px;
}
.setBottomBorder{
	border-bottom: 0px;
	border-left: 0px;
	border-right: 0px;
	height: 0px;
	width: 163px;
	margin-left: 10px;
	margin-top: 8px;
}
.setFieldName{
	float: left;
	font-weight: bold;
	padding-top: 15px;
	padding-bottom: 9px;
}
* html .setFieldName{
	padding-top: 7px;
}
.newsletterInput{
	float: left;
	padding: 1px 3px 1px 3px;
	width: 140px;
}
.footer{
	clear: both;
	float: left;
	width: 100%;
	border-bottom: 0px;
	border-right: 0px;
	border-left: 0px;
	padding-top: 10px;
}
* html .footer{
	padding-top: 5px;
	margin-left: 5px;
}
#content{
	margin-left: 0px;
	width:560px;
	z-index: 2;
	padding-left: 20px;
	padding-right: 0px;
	margin-top: 70px;
}
#contentHome{
	margin-left: 0px;
	width:560px;
	z-index: 2;
	padding-left: 20px;
	padding-right: 0px;
	margin-top: 70px;}
.tekstoPlotis{
	
}
.logotable{
	vertical-align:middle;
}
.logotable tr{
	height:130px;
}
.knauf:hover{
	height:87px;
	width:130px;
}
.kaunosilas:hover{
	height:96px;
	width:130px;
}
.maxit:hover{
	height:53px;
	width:130px;
}
.rukki:hover{
	height:42px;
	width:130px;
}
.baumit:hover{
	height:118px;
	width:126px;
}
.caparol:hover{
	height:115px;
	width:130px;
}
.porotherm2:hover{
	height: 35px;
	width: 160px;
}
.monier:hover {
	height: 75px;
	width: 156px;
}
.velux:hover{
	height: 50px;
	width: 140px;
}
.porotherm2:hover{
	height: 35 px;
	width: 140 px;
}
.koelner:hover{
	height: 35 px;
	width: 140 px;
}
* html #content{
	margin-left: 15px;
}
.breadcrumb{
	padding-top: 20px;
	text-align: left;
}
.breadcrumbLink{
	text-align: left;
	margin-left: 5px;
	margin-right: 5px;
	text-decoration: underline;
}
.level1{
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 0px;
	padding-right: 20px;
}
.level2{
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 0px;
	padding-right: 30px;
}
.decoration{
	text-decoration: none;
}
.decoration:hover{
	text-decoration: underline;
}
.level3{
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 0px;
	padding-right: 40px;
}
.hasChildren{
	padding-left: 15px;
}
.searchLink{
	clear: both;
	float: left;
	text-decoration: underline;
}
.searchTextPosition{
	clear: both;
	float: left;
	text-align: left;
	width: 500px;
	padding: 5px 0px 5px 0px;
}
.searchAddress{
	clear: both;
	float: left;
	text-align: left;
	padding-bottom: 15px;
}
.test{
	display: none;
	color: #333333;
}
.languages{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#977200;
	padding: 0px 20px 10px 20px;
	text-align:right;
	
}
#border1{
	border-bottom-color:#990000;
	border-bottom-style:solid;
	border-width:1px;
}
#kontaktai{
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	padding: 0px 10px 0px 30px;
	vertical-align: bottom;
	margin: 10px;
}
input {
	background-color: #FFFFFF;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	border: 1px solid;
	border-color:#990000;
}
textarea {
	background-color: #ffffff;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	border: 1px solid #990000;
}
.pagrindinis p{
	text-align:center;
}
.leftmenutopimage {
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.rodykle {
	padding: 60px 20px 15px 20px;
	text-align:left;
}
.leftmenutopspace {
margin:0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}
.rodykle_table1{
	width:70%;
}

.rodykle_table2{
	width:30%;
}
.menutopimg{
	vertical-align:bottom;
}
.bottomline{
	background-image:url('img/pagebottomline.jpg');
	height:10px;
	position:fixed;
	bottom:0px;
	padding:0 0 0 0;
}
