body, p, h1, h2, h3, h4, h5, h6, dl, dt, dd, form {
	padding: 0px;
	margin: 0px;
}

img {
	border: 0px;
}

textarea {
	overflow: auto;
}

html {
	/*+*/
}

body, td, th, input, textarea, select {
	font-family: arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000;
}

body {
	background: #c9e8f9 url(../images/waves.gif) no-repeat center bottom;
	text-align: center; /* IE5.5 centravimas */
	padding: 0px;
}

/* === Links === */

a {
	color: #7495a7;
	text-decoration: none;
}

a:hover {
	color: #7495a7;
	text-decoration: underline;
}

/* === Main === */
#subscribe{
	margin-top: 10px;
}
#subscribe .f-text {
	border-top: 1px solid #737373;
	border-left: 1px solid #737373;
	border-bottom: 1px solid #DADADA;
	border-right: 1px solid #DADADA;
			padding: 2px;
}

#subscribe .f-submit {
			border: 1px solid #8fccf1;
			background: #8fccf1;
			color: #ffffff;
			padding: 2px;
			font-weight: bold;
			font-size: 100%;
			width: 85px;
}

#textbanner {
	width: 226px;
	background: url(../images/ambersaile-pozicija3.gif);
	height: 128px;
}
#textbanner div.textbanncontainer {
	font-family: tahoma;
	font-size: 10px;
	text-align: right;
	padding: 8px 10px;
	color: #0E397A;
}

#textbanner div.textbanncontainer a {
	text-decoration: none;
	color: #0E397A;
}


/* Menu */

#nav ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

	#nav li {
		float: left;
	}
	
	#nav li span {
		display: block;
		width: 180px;
		height: 57px;
	}
	
	#nav li span.selected {
		background: transparent url(../images/nav-bullet-o.gif) no-repeat;
	}
	
	#nav li.first span.selected {
		background: transparent url(../images/nav-bullet-o-first.gif) no-repeat;
	}
	
	#nav li.last span.selected {
		background: transparent url(../images/nav-bullet-o-last.gif) no-repeat;
	}
	
		#nav li a {
			display: block;
			font-size: 14px;
			color: #7495a7;
			text-align: right;
			text-decoration: none;
			padding: 27px 14px 0px 0px;
		}
		
			#nav li.first a {
				/*+*/
			}
			
			#nav li.last a {
				padding-right: 17px;
			}
		
		#nav li a:hover {
			color: #7495a7;
			text-decoration: underline;
		}
		
		#nav span.selected a {
			font-weight: bold;
			color: #7495a7;
			text-decoration: none;
		}
		
		#nav span.selected a:hover {
			color: #7495a7;
			text-decoration: underline;
		}
		
		.dynamic {
			position: absolute;
			z-index: 10;
			display: none;
			left: 0px;
			top: 0px;
		}
		
/* Sub menu */

#sub-nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

	#sub-nav li {
		/*+*/
	}
	
	#sub-nav li span {
		/*+*/
	}
	
		#sub-nav li a {
			display: block;
			font-size: 12px;
			color: #7495a7;
			text-align: right;
			text-decoration: none;
			padding: 0px 20px 5px 20px;
		}
		
			#sub-nav li.first a {
				padding-top: 7px;
			}
			
			#sub-nav li.last a {
				padding-bottom: 36px;
			}
		
		#sub-nav li a:hover {
			color: #7495a7;
			text-decoration: underline;
		}
		
		#sub-nav li.selected a {
			text-decoration: underline;
		}
		
		#sub-nav li.selected a:hover {
			text-decoration: underline;
		}

/* icons */



/* --- */

#layout {
	background: transparent url(../images/gradient-top.gif) repeat-x;
}

#container {
	text-align: left;
	width: 900px;
	height: 1060px;
	margin-right: auto;
	margin-left: auto;
}

* > #container {
		min-height: 1060px;
		height: auto;
	}

	#header {
		padding-top: 20px;
	}
	
		h1.logo {
			float: left;
			padding: 0px 0px 18px 45px;
		}
			
			h1.logo a,
			h1.logo b {
				display: block;
				background: transparent url(../images/logo2.gif) no-repeat;
				width: 106px;
				height: 162px;
			}
			
				h1.logo a span,
				h1.logo b span {
					display: none;
				}
		
		#promo {
			float: right;
		}
		
		#nav {
			background: transparent url(../images/nav-bg.gif) no-repeat;
			height: 57px;
		}
		
		#sub-nav {
			background: transparent url(../images/sub-nav-bg.gif) no-repeat left bottom;
			width: 180px;
			height: 200px;
		}
		
		* > #sub-nav {
				min-height: 200px;
				height: auto;
			}
	
	#cols {
		background: transparent url(../images/cols-bg.gif) repeat-y;
	}
	
		#left-col {
			float: left;
			background: transparent url(../images/left-col-top.gif) no-repeat;
			width: 638px;
		}
		
			#content-wrapper {
				padding: 20px 14px 16px 14px;
			}
			
				#title-wrapper {
					border-bottom: 1px solid #7495a7;
					margin-bottom: 11px;
				}
				
					#print-wrapper {
						float: right;
						padding: 5px 10px 0px 0px;
					}
					
						#print-wrapper a {
							display: block;
							background: transparent url(../images/icon-print.gif) no-repeat right top;
							text-align: right;
							white-space: nowrap; /* IE7 */
						}
				
				#content {
					background-color: #fff;
					line-height: 15px;
					width: 610px;
					height: 300px;
				}
				
				*> #content {
						min-height: 300px;
						height: auto;
				}				
				
				#news-wrapper {
					background: transparent url(../images/news-wrapper-lines.gif) repeat-y;
					margin-top: 18px;
				}
				
					#news {
						background: transparent url(../images/news-wrapper-top.gif) no-repeat;
						padding-top: 12px;
					}
					
						#news h2 {
							font-size: 12px;
							font-weight: normal;
							color: #7495a7;
							text-align: right;
						}
						
						#news .text {
							line-height: 15px;
						}
						
							#news .text p.more {
								text-align: right;
								padding: 2px 10px 0 0;
							}
						
						#news .col1 {
							float: left;
							width: 200px;
						}
						
							#news .col1 h2 {
								padding: 0 14px 2px 2px;
							}
							
							#news .col1 .text {
								padding: 0 12px 14px 2px;
							}
						
						#news .col2 {
							float: left;
							width: 210px;
						}
						
							#news .col2 h2 {
								padding: 0 14px 3px 12px;
							}
							
							#news .col2 .text {
								padding: 0 12px 14px 12px;
							}
						
						#news .col3 {
							float: right;
							width: 190px;
						}
						
							#news .col3 h2 {
								padding: 0 4px 3px 2px;
							}
							
							#news .col3 .text {
								padding: 0 2px 14px 2px;
							}
		
		#right-col {
			float: right;
			width: 247px;
			padding-top: 11px;
		}
		
			#right-col .info-block {
				background-color: #fff;
			}
			
				#right-col .info-block .t-wrapper {
					margin: 0 2px 2px 7px;
				}
				
				#right-col .info-block .t-wrapper-line {
					background: transparent url(../images/blue-pix.gif) repeat-x;
					margin: 0 2px 2px 7px;
				}
				
				#right-col .info-block .info {
					padding: 0 10px 10px 10px;
				}
			
			#right-col .v-sep {
				font-size: 0;
				height: 10px;
			}
	
	#footer {
		height: 100px;
	}
	
		#created {
			padding: 5px 0px;
			border-top: 1px solid #7495a7;
			margin-top: 10px;
		}
		
			#created p.left {
				float: left;
				width: 288px;
			}
			
			#created p.right {
				float: right;
				text-align: left;			
				
			}
			
			.c-text {
				float: left;
				font-size: 11px;
				font-weight: bold;
				color: #7495a7;
				margin-top: 19px;
			}
			
			.c-images {
				float: left;
			}
			
	
	span.hide {
		display: none;
	}
	
/* Content images */

.img-container {
	/*+*/
}

	.img-container table tr.image td {
		background-color: #eee;
		padding: 0px;
		border: 1px solid #000;
	}

	.img-container table tr.title {
		/*+*/
	}

		.img-container table tr.title td {
			text-align: center;
		}

/*---------------------------------calendar-----------------------------*/

#calendar-block {
	margin-left: 30px;
}

	#calendar-block .block {
		padding: 12px 10px;
	}

	#calendar-block h2 {
		text-align: center;
		color: #0094ff;
		font-size: 11px;
		font-weight: bold;
		margin: 0px 0px 6px 0px;
		padding: 0px;
	}
	
	#calendar-block caption {
		text-align: center;
		color: #0094ff;
		font-weight: bold;
		padding: 4px 0px;
		font-size: 12px;
	}

		#calendar-block caption .r {
			float: right;
			width: 15px;
			text-align: center;
			line-height: 11px;
			color: #0094ff;
		}

		#calendar-block caption .l {
			float: left;
			width: 15px;
			text-align: center;
			line-height: 12px;
			color: #0094ff;
		}

	#calendar-block th {
		height: 18px;
		width: 20px;
		text-align: center;
		color: #3E3E3E;
		font-weight: normal;
		font-size: 11px;
		border: 1px solid #000000;
	}

	#calendar-block td {
		font-size: 11px;
		height: 18px;
		width: 20px;
		text-align: center;
		color: #000000;
		border: 1px solid #000000;
		background: #d9d9d9;
	}

	#calendar-block th.weekend,
	#calendar-block td.weekend {
		color: #000000;
		font-weight: normal;
	}

	#calendar-block td.active {
		font-weight: bold;
	}
	
		#calendar-block td.active a {
				color: #0094ff;
		}

		#calendar-block td.no {
			border: none;
			background: #fff;
		}
/*---------------------------------lang---------------------------------*/

#lang  {
	float: right;
}

	#lang ul {
		list-style: none;
		padding: 0px;
		margin: 0px;
	}
		
		#lang ul li {
			float: left;
		}
		
			#lang ul li a {
				padding: 0px 15px 0px 0px;
				color: #7495a7;
			}
			
			#lang ul li.selected a {
				font-weight: bold;
			}

#clock1 {
	font-size: 14px;
	font-weight: normal;
	color: #0094ff;
	padding: 21px 0px 0px 0px;
}

	#clock1 span.h {
		display: none;
		padding: 0px 0px 0px 16px;
	}
	
	#clock1 span.m {
		display: none;
		padding: 0px 0px 0px 26px;
	}
	
	#clock1 span.s {
		display: none;
		padding: 0px 0px 0px 30px;
	}
			
/*---------------------------------news---------------------------------*/

.news {
	text-align: justify;
}

.news .title {
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}

.product-spacer {
	height: 1px;
	font-size: 0px;
	background: #7495a7;
	margin: 10px 0px;
}

.button-poll {
	border: none;
	background: #92dbfd;
	padding: 2px 0px;
	margin-top: 10px;
}

#product-images {
	

}

#wra {
	position: relative;
	height: 410px;
}

#image {
	width: 400px;
	height: 280px;
	border: 1px solid #000000;
	margin-left: auto;
	margin-right: auto;
}

.gallery-link {
	width: 120px;
	height: 115px;
	display: block;
}

#nav3 {
	width: 200px;
	float: left;
}

#nav3 ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

#nav3 ul li a {
	font-size: 12px;
	color: #7495a7;
}

#nav3 ul li ul {
	margin-left: 10px;
	padding: 3px 0px;
}

/*------------------------------main news----------------------------------*/

.main-article {
	float: left;
	padding-right: 5px;
	padding-bottom: 10px;
	text-align: left;
	
}

.w300 {
	width: 300px;
}

	.main-article p.date {
		font-size: 11px;
	}
	.main-title {
		
		color: #7495a7;
		font-size: 14px;
		font-weight: bold;
		background: #ddf0fb;
		padding: 7px 0px 6px 10px; 
		margin-bottom: 6px;
	}
	p.date {
		font-size: 11px;
	}
	
	p.title {
		font-size: 12px;
		font-weight: bold;
		margin-bottom: 5px;
	}
	
	.image {
		float: left;
		padding: 0px 5px 5px 0px;
		display: inline;
	}
	
	a.more {
		float: right;

	}

/*-----------------------------ticker---------------------------------------*/

#ticker {
	width: 600px;
	height: 21px;
	position: absolute;
	font-weight: bold;
	font-size: 12px;
	color: #ffffff;
	background: url(../images/marquee.gif) no-repeat;
	top: -8px;
	right: 100px;
	margin-bottom: 10px;
	
}
	
	#ticker .lines {
		margin: 3px 20px 0px 20px;
	}
	
	#ticker .lines a {
		color: #fff;
		text-decoration: underline;
		
	}
/*-----------------------------ode form------------------------------------*/
#ode-form {
	height: 545px;
	background: url(../images/ode.jpg) no-repeat;
	padding: 65px 45px 0px 0px;
}

.formcontainer {
	width: 270px;
	float: right;
	color: #3d4b53;
}

.formcontainer .resizeable input.txt {
	float: right;
	width: 165px;
	height: 17px;
	border-top: 1px solid #7495a7;
	border-left: 1px solid #7495a7;
	border-right: 1px solid #c6d8e1;
	border-bottom: 1px solid #c6d8e1;
	margin-bottom: 10px;
}
.formcontainer .tarea {
	border-top: 1px solid #7495a7;
	border-left: 1px solid #7495a7;
	border-right: 1px solid #c6d8e1;
	border-bottom: 1px solid #c6d8e1;
}

.formcontainer p.title span.ttl{
	font-weight: bold;
	color: #3d4b53;
	float: left;
	padding-left: 13px;
}

/* === Txt === */

h2.title {
	float: left;
	font-size: 16px;
	font-weight: normal;
	color: #7495a7;
	padding: 0px 20px 9px 10px;
}

#right-col .info-block h2 {
	float: right;
	background: transparent url(../images/right-title-bg.gif) no-repeat;
	font-size: 12px;
	font-weight: normal;
	color: #7495a7;
	padding: 5px 15px 12px 30px;
}

	#right-col .info-block h2 a {
		color: #0094ff; 		
	}

span.copyright {
	font-size: 10px;
	font-weight: bold;
	color: #7495a7;
}

/* === Forms === */



/* === Other === */

.w25 {
	width: 25%;
}

.w33 {
	width: 33%;
}

.w50 {
	width: 50%;
}

.w100 {
	width: 100%;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

/* Clear Fix */

.clearfix:after {
	content: ".";
	display: block;
	font-size: 0px;
	line-height: 0px;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

.clearfix {
	display: block;
}

* html .clearfix {
	height: 1px;
}

