body, p, h1, h2, h3, h4, h5, h6, dl, dt, dd, form {
	padding: 0px;
	margin: 0px;
}

img {
	border: 0px;
}

textarea {
	overflow: auto;
}

html {
	height: 100%;
}

body, td, th, input, textarea, select {
	font-family: tahoma, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #fff;
}

body {
	background: #000;
	text-align: center; /* IE5.5 centravimas */
	height: 100%;
	padding: 0px;
}

* > body {
		min-height: 100%;
	}

/* === Links === */

a {
	color: #fe7400;
	text-decoration: none;
}

a:hover {
	color: #fe7400;
	text-decoration: underline;
}

/* === Main === */

/* Lang */

#lang ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

	#lang li {
		float: left;
	}
	
	#lang li span {
		/*+*/
	}
	
		#lang li a {
			display: block;
			background: transparent url(../images/lang-bullet.gif) no-repeat;
			font-size: 10px;
			font-weight: bold;
			color: #626262;
			text-decoration: none;
			text-transform: uppercase;
			padding: 0px 7px 0px 10px;
		}
		
			#lang li.first a {
				background: none;
			}
			
			#lang li.last a {
				/*+*/
			}
		
		#lang li a:hover {
			color: #626262;
			text-decoration: underline;
		}
		
		#lang li.selected a {
			color: #fff;
			text-decoration: none;
		}
		
		#lang li.selected a:hover {
			color: #fff;
			text-decoration: underline;
		}

/* Menu */

#nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

	#nav li {
		float: left;
	}
	
	#nav li span {
		/*+*/
	}
	
		#nav li a {
			display: block;
			background: transparent url(../images/nav-bullet.gif) no-repeat;
			font-size: 11px;
			font-weight: bold;
			color: #fff;
			text-decoration: none;
			padding: 0px 19px 3px 9px;
		}
		
			#nav li.first a {
				background: none;
			}
			
			#nav li.last a {
				/*+*/
			}
		
		#nav li a:hover {
			color: #fff;
			text-decoration: underline;
		}
		
		#nav li.selected a {
			text-decoration: underline;
		}
		
		#nav li.selected a:hover {
			text-decoration: underline;
		}

/* Sub menu */

ul.sub-nav {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

	.sub-nav li {
		float: left;
		width: 33%;
	}

		.sub-nav a {
			display: block;
			background: transparent url(../images/sub-nav-bullet.gif) no-repeat;
			font-size: 11px;
			color: #999;
			text-decoration: none;
			padding: 0px 16px 12px 12px;
		}
		
		.sub-nav a:hover {
			color: #999;
			text-decoration: underline;
		}
		
		.sub-nav a.selected {
			background: transparent url(../images/sub-nav-bullet-o.gif) no-repeat;
			font-weight: bold;
			text-decoration: none;
		}
		
		.sub-nav a.selected:hover {
			text-decoration: underline;
		}

/* Lang */

#paging ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

	#paging li {
		float: left;
	}
	
	#paging li span {
		/*+*/
	}
	
		#paging li a {
			display: block;
			font-size: 11px;
			font-weight: bold;
			color: #626262;
			text-decoration: none;
			padding: 0px 4px;
		}
		
			#paging li.first a {
				background: none;
			}
			
			#paging li.last a {
				/*+*/
			}
		
		#paging li a:hover {
			color: #626262;
			text-decoration: underline;
		}
		
		#paging li.selected a {
			color: #fff;
			text-decoration: none;
		}
		
		#paging li.selected a:hover {
			color: #fff;
			text-decoration: underline;
		}

/* Icons */



/* --- */

#container {
	text-align: left;
	width: 775px;
	margin-left: auto;
	margin-right: auto;
}

	#header {
		border-bottom: 1px solid #333;
	}
	
		h1.logo {
			float: left;
			padding: 17px 25px 11px 25px;
		}
		
			h1.logo a,
			h1.logo b {
				display: block;
				background: transparent url(../images/logo.gif) no-repeat;
				width: 140px;
				height: 68px;
			}
			
				h1.logo a span,
				h1.logo b span {
					display: none;
				}
		
		#nav-wrapper {
			float: right;
			width: 580px;
		}
		
			#lang-wrapper {
				height: 63px;
			}
			
				#lang {
					float: right;
					padding-right: 35px;
					margin-top: 37px;
				}
			
			#nav {
				float: right;
				padding: 0px 19px 12px 0px;
			}
	
	#cols {
		background: transparent url(../images/photographer.jpg) no-repeat;
		height: 345px;
	}
	
		* > #cols {
			min-height: 345px;
			height: auto;
		}
	
		#cols #left-col {
			float: left;
			width: 260px;
		}
		
		#cols #right-col {
			float: right;
			width: 436px;
		}
		
			#content-wrapper {
				background: transparent url(../images/line.gif) no-repeat;
				padding: 45px 35px 0px 0px;
			}
			
				#sub-nav-wrapper {
					padding: 14px 0px 8px 4px;
					border-top: 1px solid #333;
					border-bottom: 1px solid #333;
					margin-bottom: 20px;
				}
				
				#content {
					background: transparent url(../images/line.gif) no-repeat left bottom;
					line-height: 15px;
					width: 400px;
					padding-bottom: 47px;
				}
	
	#cols2 {
		padding: 5px 0px 20px 0px;
	}
	
		#cols2 #left-col {
			float: left;
			width: 550px;
		}
		
			#photo {
				height: 398px;
				border: 1px solid #fff;
				background: #626262 url(../images/loader.gif) no-repeat center center;
				voice-family: "\"}\"";
				voice-family: inherit;
				height: 396px;
				
			}
			
				#photo .outer {
					display: table;
					#position: relative;
					overflow: hidden;
					height: 396px;
				}
				
					#photo .middle {
						display: table-cell;
						#position: absolute;
						#top: 50%;
						vertical-align: middle;
					}
					
						#photo .inner {
							#position: relative;
							#top: -50%;

						}
		
		#cols2 #right-col {
			float: right;
			width: 215px;
		}
		
			.thumb-line {
				margin-bottom: 2px;
			}
			
				.thumb {
					background-color: #626262;
					width: 105px;
					height: 78px;
					border: 1px solid #fff;
					voice-family: "\"}\"";
					voice-family: inherit;
					width: 103px;
					height: 76px;
				}
				
					.thumb .outer {
						display: table;
						#position: relative;
						overflow: hidden;
						height: 76px;
					}
					
						.thumb .middle {
							display: table-cell;
							#position: absolute;
							#top: 50%;
							vertical-align: middle;
						}
						
							.thumb .inner {
								#position: relative;
								#top: -50%;
							}
			
			#paging {
				padding: 5px 13px 0px 13px;
				float: right;
				width: 600px;
				text-align: right;
			}
			
				#paging a {
					color: #636262;
					font-weight: bold;
				}
			
	#created {
		padding: 0px 20px 20px 20px;
	}
	
		#created-wrapper {
			float: left;
			padding-top: 1px;
		}
		
		#created .logo {
			float: left;
		}
		
			#created .logo a {
				display: block;
				background: transparent url(../images/sys/puslapis.gif) no-repeat right top;
				width: 56px;
				height: 14px;
				padding-left: 3px;
				voice-family: "\"}\"";
				voice-family: inherit;
				width: 53px;
			}
			
				#created .logo a span {
					display: none;
				}
		
		#copyright-wrapper {
			padding: 1px 0px 8px 0px;
		}
	
	/* Content images */
	
	.img-container {
		/*+*/
	}
	
		.img-container table tr.image td {
			background-color: #626262;
			padding: 0px;
			border: 1px solid #fff;
		}
		
		.img-container table tr.title {
			/*+*/
		}
		
			.img-container table tr.title td {
				text-align: center;
			}

.pic {
	width: 103px;
	height: 76px;
	display: block;
}

/* === Txt === */

h2.title {
	font-size: 18px;
	font-weight: bold;
	color: #626262;
	padding: 18px 1px 16px 1px;
}

h3.title {
	font-size: 15px;
	font-weight: bold;
	color: #626262;
	padding-bottom: 22px;
}

span.copyright {
	font-family: arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #808080;
}

/* === 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;
}

