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%;
}

.magnify {
	cursor: url(/page/images/sys/magnify.cur);
}

	* > .magnify {
		cursor: pointer;
		cursor: hand;
	}

body, td, th, input, textarea, select {
	font-family: tahoma, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #dedcdc;
}

body {
	background: #010101 url(../images/bg.jpg) no-repeat center top;
	text-align: center; /* IE5.5 centravimas */
	height: 100%;
	padding: 0px;
}

* > body {
		min-height: 100%;
		height: auto;
	}

/* === Links === */

a {
	color: #fe7400;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* === Main === */

/* Lang */

ul.lang {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

	.lang li {
	  width: 16px;
		height: 11px;
		float: left;
		padding-left: 10px;
	}
	
	.lang div {
		/*+*/
	}
	
		.lang a {
			display: block;
			background-color: none;
			font-size: 10px;
			color: #bbbb8e;
			text-decoration: none;
			text-transform: uppercase;
			padding: 4px 6px 6px 7px;
			margin: 2px 0px 0px 4px;
		}
		
		  .lang a span {
            display: none;
          }

/* Menu */

ul.nav {
	list-style: none;
	padding: 0px;
	margin: 0px;
	width: 490px;
}

	.nav li {
		float: left;
	}
	
	.nav div {
		/*+*/
	}
	
		.nav a {
			display: block;
			background-color: #78230e;
			font-size: 11px;
			color: #fff7e4;
			text-decoration: none;
			padding: 3px 12px 6px 13px;
			margin: 0px 7px 7px 0px;
		}
		
		.nav a:hover {
			text-decoration: underline;
		}
		
		.nav a.selected {
			background-color: transparent;
			text-decoration: none;
		}
		
		.nav a.selected: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;
			font-weight: bold;
			color: #999999;
			text-decoration: none;
			padding: 0px 14px 12px 10px;
		}
		
		.sub-nav a:hover {
			color: #999999;
			text-decoration: underline;
		}
		
		.sub-nav a.selected {
			background: transparent url(../images/sub-nav-bullet-o.gif) no-repeat;
			color: #cc7939;
			text-decoration: none;
		}
		
		.sub-nav a.selected:hover {
			color: #cc7939;
			text-decoration: underline;
		}

/* Icons */



/* --- */

#container {
	background: transparent url(../images/bg-container.jpg) no-repeat;
	text-align: left;
	width: 772px;
	margin-left: auto;
	margin-right: auto;
}

#lamp {
	background: transparent url(../images/lamp.gif) no-repeat;
}

	#header {
		position: relative;
		background: transparent url(../images/bg-header.jpg) no-repeat;
		height: 168px;
	}
	
		h1#logo {
			padding: 0px;
			margin: 0px;
			position: absolute;
			left: 530px;
			top: 25px;
		}
		
			h1#logo a {
				display: block;
				background: transparent url(../images/logo.gif) no-repeat;
				width: 219px;
				height: 100px;
			}
			
				h1#logo a span {
					display: none;
				}
		
		#nav-wrapper {
			float: left;
			margin: 70px 0px 0px 36px;
		}
	
	#left-col {
		float: left;
		width: 300px;
		height: 464px;
	}
	
	#right-col {
		float: left;
		width: 420px;
	}
	
		#lang-wrapper {
			float: right;
		}
		
		#content-wrapper {
			padding-bottom: 32px;
		}
		
			#sub-nav-wrapper {
				padding-top: 8px;
				border-top: 1px solid #78230e;
				border-bottom: 1px solid #78230e;
				margin-bottom: 8px;
			}
			
			#content {
				width: 420px;
			}
	
	#created {
		padding: 8px 52px 8px 300px;
	}
	
		#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;
			padding-top: 1px;
			width: 300px;
		}
	
	/* Content images */
	
	.img-container {
		/*+*/
	}
	
		.img-container table tr.image td {
			background: #78230e;
		}
		
		.img-container table tr.title {
		}
		
			.img-container table tr.title td {
				text-align: center;
			}

/* === Txt === */

h2.title {
	float: left;
	font-size: 20px;
	font-weight: normal;
	color: #fff7e4;
	padding: 0px 30px 20px 0px;
}

h3.title {
	font-size: 15px;
	font-weight: bold;
	color: #fff7e4;
	padding: 12px 0px;
}

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-left {
	float: left;
}

.fl-right {
	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;
}
