body{
	font: normal 13px/17px arial, sans-serif;
	color: #000;
	background-color: #f4f4f4;
}

html, body, ul, li, dt, dd, h2, h3, h4, h5, h6{ 
	margin: 0;
	padding: 0;
}

a, a:visited, a:hover, a:active {
	color: #0C508D;
	text-decoration: underline;
}

p {
	margin: 0 0 10px 0;
	line-height: 17px;
}

ul {
	margin: 0px 20px 10px;
	list-style: none;
}

ul li {
	background: url('bullet.jpg') no-repeat 0 3px;
	padding: 0 0 0 15px;
	margin: 3px 0;
}

ol {
	list-style: decimal;
	margin: 2px 0 12px 40px;
}

h1 {
	float: left;
	display: inline;
	width: 450px;
	margin: 0 0 5px;
	padding: 0;
	font: normal 18px/26px arial, sans-serif;
	color: #0C508D;
}

h2, h3, h4, h5, h6 {
	padding: 0;
	margin: 10px 0 5px;
	font: bold 16px/16px arial, serif;
	color: #0C508D;
}

h3 { font: bold 14px/16px arial, serif; }
h4 { font: normal 13px/16px arial, serif; }
h5 { font: bold 12px/16px arial, serif; }
h6 { font: normal 11px/16px arial, serif; }

hr {
	color: #0C508D;
	background-color: #0C508D;
	margin: 0 5px 5px;
	height: 1px;
	border: none;
}

img {
	float: none;
	margin: 0;
	border: none;
}

blockquote { margin: 20px; }

#kontaktforma input {
	border: 1px solid #D4D0C8;
	color: #666666;
}

#kontaktforma fieldset {
	border: none;
}

legend { display: none !important; }

#kontaktforma ol {
	list-style: none;
	margin: 0;
	padding: 0;
}

#kontaktforma ol li {
	border-bottom: 1px solid #eee;
	margin: 4px 0;
}

#kontaktforma fieldset ol li label {
	float: left;
	display: block;
	width: 150px;
}

#nosutit_draugam input {
	border: 1px solid #D4D0C8;
	color: #666666;
}

#nosutit_draugam fieldset {
	border: none;
}

legend { display: none !important; }

#nosutit_draugam ol {
	list-style: none;
	margin: 0;
	padding: 0;
}

#nosutit_draugam ol li {
	border-bottom: 1px solid #eee;
	margin: 4px 0;
}

#nosutit_draugam fieldset ol li label {
	float: left;
	display: block;
	width: 150px;
}

#text {
	width: 250px;
	height: 150px;
	font: 12px/12px arial, serif;
	overflow: auto;
	border: 1px solid #D4D0C8;
	color: #666666;
}

input#sutit {
	background: #357BAF;
	color: #fff;
	margin-left: 150px;
	border: none;
	padding: 2px 5px;
}

table.tabula {
	border-collapse: collapse;
	border: none;
	margin: 5px 0;
}

table.tabula p {
	margin: 0;
}

table.tabula tr td, table.tabula thead tr th {
	background: #fff;
	border: 1px solid #d4d4d4;
	padding: 5px;
	font: normal 13px/17px arial, sans-serif;
}

table.tabula tr th, table.tabula thead tr td {
	background: #D8E5F6;
	font: normal 13px/17px arial, sans-serif;
}


	#gallerywrapper{
		position: relative;
		width: 500px;
		margin: 0 auto;
		background: #F4F4F4;
	}
	
	#previewPane{
		margin-bottom:10px;	
		text-align:center;
		vertical-align:middle;
		padding-top:10px;

		position:relative;
		
		/* CSS HACK */
		height: 312px;	/* IE 5.x */
		height/* */:/**/300px;	/* Other browsers */
		height: /**/300px;
				
	}
	#previewPane img{
		line-height:400px;
		/* width: 460px; */
		height: 280px;
	}
	#previewPane #largeImageCaption{	/* CSS styling of image caption below large image */
		font: bold 12px/16px verdana, sans-serif;
		color: #035295;
	}
	#galleryContainer{
		width: 400px;
		margin: 0 auto;
		height:102px;	/* Height of the images + 2 */
		position:relative;
		overflow:hidden;
		padding:1px;
		
		/* CSS HACK */
		height: 104px;	/* IE 5.x - Added 2 pixels for border left and right */
		height/* */:/**/102px;	/* Other browsers */
		height: /**/102px;
				
	}
	#arrow_left, #arrow_right {
		position:absolute;
		top: 340px;
		z-index:10;
		padding:1px;
		height: 60px;
		border-right: 1px solid #d6d6d6;
	}
	
	#arrow_left {		left: 0;	}
	
	#arrow_right {
		right: 0;
		border: none;
		border-left: 1px solid #d6d6d6;
	}
	
	#arrow_left img , #arrow_right img { margin: 10px 5px; }
	
	#theImages{
		position:absolute;
		height:100px;
		top: 10px;
		left:0;
		right: 0;
		width: 10000px;
	}
	
	#theImages #slideEnd{
		float:left;
	}
	
	#theImages img {
		float: left;
		margin: 1px;
		filter: alpha(opacity=50);
		opacity: 0.5;
		cursor: pointer;
		border: 0;
		width: 100px;
		height: 75px;
	}

	#waitMessage{
		display:none;
		position:absolute;
		left:200px;
		top:100px;
		font: bold 12px/24px verdana, sans-serif;
		color: #035295;
	}
	
	#waitMessage img {
		width: 100px;
		height: 100px;
		margin: 0;
		padding: 0;
	}
	
	#theImages .imageCaption{
		display:none;
	}
	
	.clear {
		clear: both;
		font-size: 1px;
		line-height: 0em;
		margin: 0;
		padding: 0;
	}
