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: 12px;
	font-weight: normal;
	color: #000000;
}

body {
	background: #ffffff;
	text-align: center; /* IE5.5 centravimas */
	height: 100%;
	padding: 0px;
}

/* === Links === */

a {
	color: #5e8901;
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
}

/* === Main === */

/* Lang */

ul.lang {
	float: right;
	list-style: none;
	padding: 0px;
	margin: 0px;
}

	.lang li {
		display: inline;
	}
	
		.lang a {
			font-size: 11px;
			color: #4ea514;
			text-decoration: none;
			text-transform: uppercase;
			padding: 0px 7px 0px 8px;
		}
		
		.lang a:hover {
			color: #4ea514;
			text-decoration: underline;
		}
		
		.lang a.selected {
			font-weight: bold;
			text-decoration: none;
		}
		
		.lang a.selected:hover {
			text-decoration: underline;
		}

/* Menu */

ul.nav {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

	.nav li {
		/*+*/
	}
	
	.nav div {
		/*+*/
	}
	
		.nav a {
			display: block;
			background: transparent url(../images/nav-bullet.gif) no-repeat;
			font-size: 11px;
			font-weight: bold;
			color: #000000;
			text-decoration: none;
			padding: 0px 0px 11px 14px;
		}
		
		.nav a:hover {
			color: #000000;
			text-decoration: underline;
		}
		
		.nav a.selected {
			color: #70cc20;
			text-decoration: none;
		}
		
		.nav a.selected:hover {
			color: #70cc20;
			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: #4ea514;
			text-decoration: none;
			padding: 0px 16px 12px 12px;
		}
		
		.sub-nav a:hover {
			color: #4ea514;
			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;
		}

/* Icons */

ul.icons {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

	.icons li {
		float: left;
		background: transparent url(../images/icons-bullet.gif) no-repeat;
		padding-left: 1px;
	}
	
		.icons li.first {
			background: none;
		}
	
		.icons li a {
			display: block;
			width: 24px;
			height: 19px;
		}
		
			.icons a span {
				display: none;
			}

/* --- */

#container {
	text-align: left;
	width: 772px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}

	#info {
		background: transparent url(../images/info-bg.gif) repeat-y;
	}
	
		#info-top {
			position: relative;
			background: transparent url(../images/info-top-bg.gif) no-repeat;
			height: 500px;
		}
		
		* > #info-top {
				min-height: 500px;
				height: auto;
			}
		
			.left-col {
				float: left;
				width: 307px;
				padding-top: 28px;
			}
			
				#photo {
					background: transparent url(../images/girls.jpg) no-repeat;
					margin: 0px 12px 0px 34px;
				}
				
					#photo #frame {
						background: transparent url(../images/girls-frame.gif) no-repeat;
						height: 250px;
					}
			
			.right-col {
				float: left;
				width: 465px;
			}
			
				h1.logo {
					float: left;
					padding: 16px 0px 45px 31px;
				}
				
					h1.logo a,
					h1.logo b {
						display: block;
						background: transparent url(../images/logo.gif) no-repeat;
						width: 180px;
						height: 89px;
					}
					
						h1.logo a span,
						h1.logo b span {
							display: none;
						}
				
				#icons-wrapper {
					float: right;
					padding: 58px 73px 0px 0px;
				}
				
				#lang-wrapper {
					height: 66px;
					padding-right: 74px;
				}
				
				#nav-wrapper {
					position: absolute;
					width: 140px;
					top: 315px;
					left: 66px;
				}
				
				#content-wrapper {
					padding-right: 45px;
				}
				
					#sub-nav-wrapper {
						padding: 0px 0px 8px 0px;
						border-bottom: 1px solid #b8c42d;
						margin-bottom: 8px;
					}
					
					h3.sub-title {
                        color: #5E8901;
                        padding: 11px 0px 22px 0px;
                    }
					
					#content {
						line-height: 15px;
						width: 420px;
						height: 260px;
					}
						
					* > #content {
							min-height: 260px;
							height: auto;
						}
	
	#created {
		background: transparent url(../images/created-bg.gif) no-repeat;
		padding: 55px 0px 16px 24px;
	}
	
		#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: 53px;
				height: 14px;
				padding-left: 3px;
			}
			
				#created .logo a span {
					display: none;
				}
		
		#copyright-wrapper {
			width: 500px;
			padding-top: 7px;
		}
	
	/* Content images */
	
	.img-container {
		/*+*/
	}
	
		.img-container table tr.image td {
			padding: 0px;
		}
		
		.img-container table tr.title {
			/*+*/
		}
		
			.img-container table tr.title td {
				text-align: center;
			}

/* === Txt === */

h2.title {
	font-size: 18px;
	font-weight: bold;
	color: #5e8901;
	padding-bottom: 20px;
}

h3.title {
	font-size: 14px;
	font-weight: bold;
	color: #4ea514;
	padding: 15px 0px;
}

span.copyright {
	font-family: arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #afc18a;
}

/* === 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;
}

