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: #a2713b url(../images/bg.gif) repeat-x;
	text-align: center; /* IE5.5 centravimas */
	height: 100%;
	padding: 0px;
}

/* === Links === */

a {
	color: #bb6399;
	text-decoration: underline;
}

a:hover {
	color: #bb6399;
	text-decoration: underline;
}

/* === Main === */

/* Lang */

#lang ul {
	list-style: none;
	text-align: center;
	padding: 19px 0px 0px 0px;
	margin: 0px;
}

	#lang li {
		display: inline;
	}
	
	#lang li span {
		/*+*/
	}
	
		#lang li a {
			background: transparent url(../images/lang-bullet.gif) no-repeat;
			font-size: 11px;
			color: #fff;
			text-decoration: none;
			text-transform: uppercase;
			padding: 0px 9px 0px 11px;
		}
		
			#lang li.first a {
				background: none;
			}
			
			#lang li.last a {
				/*+*/
			}
		
		#lang li a:hover {
			color: #fff;
			text-decoration: underline;
		}
		
		#lang li.selected a {
			font-weight: bold;
			color: #d2ec8c;
			text-decoration: none;
		}
		
		#lang li.selected a:hover {
			color: #d2ec8c;
			text-decoration: underline;
		}

/* Menu */

#nav ul {
	list-style: none;
	padding: 11px 0px 0px 21px;
	margin: 0px;
}

	#nav li {
		float: left;
	}
	
	#nav li span {
		/*+*/
	}
	
		#nav li a {
			display: block;
			background: transparent url(../images/nav-bullet.gif) no-repeat;
			font-size: 12px;
			color: #e9dfd6;
			text-decoration: none;
			padding: 0px 13px 0px 15px;
		}
		
			#nav li.first a {
				background: none;
			}
			
			#nav li.last a {
				/*+*/
			}
		
		#nav li a:hover {
			color: #e9dfd6;
			text-decoration: underline;
		}
		
		#nav li.selected a {
			color: #dec39c;
			text-decoration: underline;
		}
		
		#nav li.selected a:hover {
			color: #dec39c;
			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;
			font-weight: bold;
			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;
			color: #7e400e;
			text-decoration: none;
		}
		
		.sub-nav a.selected:hover {
			color: #7e400e;
			text-decoration: underline;
		}

/* Icons */



/* --- */

#container {
	text-align: left;
	width: 880px;
	padding-top: 17px;
	margin-left: auto;
	margin-right: auto;
}

	#info {
		background: transparent url(../images/info-bg.gif) repeat-y;
	}
	
		#cols {
			background: transparent url(../images/main-bg.jpg) no-repeat;
		}
		
			#left-col {
				float: left;
				width: 284px;
			}
			
				h1.logo {
					padding: 41px 37px 0px 70px;
				}
				
					h1.logo a,
					h1.logo b {
						display: block;
						background: transparent url(../images/logo.gif) no-repeat;
						width: 177px;
						height: 60px;
					}
					
						h1.logo a span,
						h1.logo b span {
							display: none;
						}
			
			#right-col {
				float: left;
				width: 591px;
			}
			
				#header {
					margin: 43px 0px 40px 0px;
				}
				
					#nav {
						background: #7e400e url(../images/nav-bg.gif) no-repeat;
						height: 37px;
					}
				
				#content-bg {
					background: #e2c7a0 url(../images/content-bg.jpg) no-repeat;
					margin-right: 23px;
					height: 430px;
				}
				
				* > #content-bg {
						min-height: 430px;
						height: auto;
					}
					
					#content-wrapper {
						padding: 30px 28px 16px 28px;
					}
					
						#sub-nav-wrapper {
							padding: 4px 0px 8px 4px;
							border-bottom: 1px solid #7e400e;
							margin-bottom: 20px;
						}
						
						#content {
							line-height: 15px;
							width: 512px;
						}
	
	#created {
		background: transparent url(../images/footer-bg.gif) no-repeat;
		padding: 59px 56px 12px 56px;
	}
	
		#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 {
			float: right;
			text-align: right;
			width: 512px;
			padding-top: 1px;
		}
	
	/* Content images */
	
	.img-container {
		/*+*/
	}
	
		.img-container table tr.image td {
			padding: 1px;
			border: 1px solid #b08457;
		}
		
		.img-container table tr.title {
			/*+*/
		}
		
			.img-container table tr.title td {
				text-align: center;
			}

/* === Txt === */

h2.title {
	font-size: 20px;
	font-weight: normal;
	color: #7e400e;
	padding-bottom: 12px;
	border-bottom: 1px solid #7e400e;
	margin-bottom: 14px;
}

h3.title {
	font-size: 16px;
	font-weight: bold;
	color: #7e400e;
	padding-bottom: 16px;
}

span.copyright {
	font-family: arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #e2c8a1;
}

/* === 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;
}
