.mapItems {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

	.mapItems li {
		list-style-type: none;
		background: transparent url(../images/nav-bullet.gif) no-repeat;
		padding: 0px 0px 5px 13px;
		margin: 0px;
	}
	
	.mapItems li.selected {
		font-weight: bold;
	}
	


#content-wrapper h2 {
	font-size: 12px;
	padding-bottom: 10px;
}



.odd00, .odd11, .odd01, .odd10 {
	border-collapse: separate;
}

.odd00 th, .odd11 th, .odd01 th, .odd10 th {
 	padding: 3px 5px 2px 5px;
	text-align: left;
	font-weight: bold;
	background: #421E0E;
	color: #ffffff;
}

.odd00 td, .odd11 td, .odd01 td, .odd10 td {
 	padding: 2px 5px 1px 5px;
	vertical-align: top;
}

.odd00 td.t10, .odd00 td.t11, .odd00 td.t00,
.odd00 td.t01, .odd10 td.t10, .odd10 td.t11,
.odd01 td.t10, .odd01 td.t00, .odd11 td.t10,
.odd11 td.t01 {
	background: #F5F1DF;
}

.odd10 td.t00, .odd10 td.t01, .odd01 td.t11,
.odd01 td.t01, .odd11 td.t00, .odd11 td.t11 {
	background: #EAE5D3;
}



/* forms */
.formcontainer {
	margin:0px;
	padding:0px;
}

	.formcontainer p input,
	.formcontainer p textarea,
	.formcontainer p select option {
		color: #000000;
	}

	.formcontainer p.resizeable,
	.formcontainer p.unresizeable {
		padding-bottom: 10px;
	}

	.formcontainer p.title {
		margin-bottom: 2px;
	}
		.formcontainer p.title span {
			font-weight: bold;
			color: #000000;
		}

		.formcontainer p.title span.error {
			color: #DE9600;
		}


	.formcontainer p.resizeable input,
	.formcontainer p.input input,
	.formcontainer p.resizeable select {
		border: 1px solid #D6CDBC;
		background: #FFFFFF;
		width: 99%;
	}

	.formcontainer p.resizeable textarea {
		border: 1px solid #D6CDBC;
		background: #FFFFFF;
		overflow:auto;
		width: 99%;
	}

	.formcontainer p.button {
		padding-top: 10px;
	}


		.formcontainer p.button input {
			border: 1px solid #D6CDBC;
			background: #B2862C;
			color: #FCFAE8;
			font-size: 10px;
			padding: 1px;
			font-weight: normal;
			text-transform: uppercase;
			width: 100px;
		}


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: #442010;
}

body {
	background: #fbfae8 url(../images/bg.gif) center top;
	text-align: center; /* IE5.5 centravimas */
	height: 100%;
	padding: 0px;
}

.png {
	// background-image: none ! important;
	behavior: url('page/media/css/pngfix.htc');
}

/* === Links === */

a {
	color: #de9600;
	text-decoration: none;
}

a:hover {
	color: #de9600;
	text-decoration: underline;
}

/* === Main === */

/* Lang */



/* Top Menu */

#top-nav ul {
	list-style: none;
	padding: 5px 0px 0px 0px;
	margin: 0px;
}

	#top-nav li {
		float: left;
	}
	
	#top-nav li span {
		/*+*/
	}
	
		#top-nav li a {
			display: block;
			font-family: times new roman, serif;
			font-size: 11px;
			color: #faf8e6;
			text-decoration: none;
			text-transform: uppercase;
			padding: 0px 8px;
		}
		
			#top-nav li.first a {
				/*+*/
			}
			
			#top-nav li.last a {
				/*+*/
			}
		
		#top-nav li a:hover {
			color: #faf8e6;
			text-decoration: underline;
		}
		
		#top-nav li.selected a {
			color: #de9600;
			text-decoration: none;
		}
		
		#top-nav li.selected a:hover {
			color: #de9600;
			text-decoration: underline;
		}

/* Menu */

#nav ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

	#nav li {
		/*+*/
	}
	
	#nav li span {
		/*+*/
	}
	
		#nav li a {
			display: block;
			background: transparent url(../images/nav-bullet.gif) no-repeat;
			font-family: times new roman, serif;
			font-size: 13px;
			color: #442010;
			text-decoration: none;
			padding: 0px 10px 3px 13px;
			border-bottom: 1px solid #d7cebd;
			margin-bottom: 1px;
		}
		
			#nav li.first a {
				border-left: none;
			}
			
			#nav li.last a {
				/*+*/
			}
			
			#nav li li a,
			#nav li.selected li a {
				background: transparent url(../images/nav2-bullet.gif) no-repeat;
				font-size: 13px;
				color: #7d6b63;
				padding: 0px 10px 1px 13px;
				border-bottom: none;
				margin-bottom: 0px;
			}
			
				#nav li li.last a {
					padding-bottom: 5px;
				}
			
			#nav li li a:hover,
			#nav li.selected li a:hover {
				color: #7d6b63;
			}
			
			#nav li li.selected a,
			#nav li li.selected a:hover {
				color: #de9600;
			}
		
		#nav li a:hover {
			color: #442010;
			text-decoration: underline;
		}
		
		#nav li.selected a {
			color: #de9600;
			text-decoration: none;
		}
		
		#nav li.selected a:hover {
			color: #de9600;
			text-decoration: underline;
		}

/* Icons */



/* --- */

#container {
	text-align: left;
	width: 990px;
	padding: 0px 12px;
	margin-left: auto;
	margin-right: auto;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 966px;
}

	#info-top {
		background: transparent url(../images/info-top.gif) no-repeat;
		font-size: 0;
		height: 20px;
	}
	
	#info {
		background: #fcfae8 url(../images/info-bg.gif) repeat-y;
		padding: 0px 18px;
	}
	
	#header {
		background: #421e0e url(../images/header.gif) no-repeat;
		height: 214px;
	}
	
		h1.logo {
			float: left;
			padding: 19px 68px 32px 57px;
		}
		
			h1.logo a,
			h1.logo b {
				display: block;
				background: transparent url(../images/logo.gif) no-repeat;
				width: 95px;
				height: 139px;
			}
			
				h1.logo a span,
				h1.logo b span {
					display: none;
				}
		
		#photo {
			float: left;
			width: 690px;
			height: 190px;
			margin-top: 20px;
			voice-family: "\"}\"";
			voice-family: inherit;
			height: 170px;
		}
		
		#top-nav {
			background: transparent url(../images/top-nav-bg.gif) no-repeat;
			height: 24px;
			padding: 0px 31px 0px 229px;
		}
	
	#cols {
		padding: 13px 10px 21px 10px;
		border-bottom: 4px solid #fae998;
	}
	
		#left-col {
			float: left;
			width: 170px;
		}
		
			#nav {
				padding: 8px 0px 22px 0px;
			}
			
			.index dl.news {
				padding-bottom: 7px;
				border-bottom: 1px solid #e9e4d2;
				margin-bottom: 7px;
			}
			
				.index dl.news dt.title {
					font-weight: bold;
					color: #442010;
				}
				
				.index dl.news dt.date {
					color: #9f8c7b;
					line-height: 14px;
				}
				
				.index dl.news dd.info {
				}
				
					.index dl.news dd.info a {
					}
	

			.page dl.news {
			}
			
				.page dl.news dt.title {
					font-weight: bold;
				}
				
				.page dl.news dt.date {
					color: #9f8c7b;
					line-height: 14px;
				}
				
				.page dl.news dd.info {
				}
				
					.page dl.news dd.info a {
					}

			.form-wrapper {
				padding-bottom: 20px;
				border-bottom: 1px solid #e9e4d2;
				margin-bottom: 7px;
			}
		
		#right-col {
			float: right;
			width: 700px;
			height: 300px;
		}
		
		* > #right-col {
				min-height: 300px;
				height: auto;
			}
			
			#title-wrapper {
				padding-bottom: 1px;
				border-bottom: 1px solid #d7cebd;
				margin-bottom: 1px;
			}
			
				#print-wrapper {
					float: right;
					padding: 9px 0px 0px 20px;
				}
				
					#print-wrapper a {
						display: block;
						background: transparent url(../images/icon-print.gif) no-repeat right top;
						text-align: right;
						white-space: nowrap; /* IE7 */
					}
			
			#content-wrapper {
				background: transparent url(../images/content-top.gif) repeat-x;
				padding-top: 22px;
			}
			
				#flash-wrapper {
					padding-bottom: 20px;
				}
				
				.index #subscribe {
					float: left;
					background-color: #fff;
					width: 255px;
					padding: 6px 10px 10px 10px;
					voice-family: "\"}\"";
					voice-family: inherit;
					width: 245px;
				}
				
				.page #subscribe {
					/*background-color: #fcc;*/
				}
				
					#subscribe .field {
						float: left;
						font-size: 11px;
						width: 137px;
						border: 1px solid #d6cdbc;
						margin-right: 5px;
						voice-family: "\"}\"";
						voice-family: inherit;
						width: 135px;
					}
					
					.page #subscribe .field {
						float: none;
						width: 170px;
						margin-right: 0;
						margin-bottom: 5px;
						voice-family: "\"}\"";
						voice-family: inherit;
						width: 168px;
					}
		
					#subscribe .button {
						float: right;
						background-color: #b2862c;
						font-size: 10px;
						color: #fcfae8;
						text-transform: uppercase;
						width: 93px;
						height: 17px;
						border: 1px solid #d6cdbc;
					}
					
					.page #subscribe .button {
						float: none;
					}
				
				.index #login {
					float: right;
					background-color: #fff;
					width: 435px;
					padding: 6px 10px 10px 10px;
					voice-family: "\"}\"";
					voice-family: inherit;
					width: 405px;
				}
				
				.page #login {
					/*background-color: #fcc;*/
				}
				
					#login .field {
						float: left;
						font-size: 11px;
						width: 161px;
						border: 1px solid #d6cdbc;
						margin-right: 5px;
						voice-family: "\"}\"";
						voice-family: inherit;
						width: 154px;
					}
					
					.page #login .field {
						float: none;
						width: 170px;
						margin-right: 0;
						margin-bottom: 5px;
						voice-family: "\"}\"";
						voice-family: inherit;
						width: 168px;
					}
					
					#login .button {
						float: left;
						background-color: #b2862c;
						font-size: 10px;
						color: #fcfae8;
						text-transform: uppercase;
						width: 82px;
						height: 17px;
						border: 1px solid #d6cdbc;
					}
					
					.page #login .button {
						float: none;
					}
				
				#content {
					line-height: 14px;
					width: 700px;
					padding-bottom: 9px;
				}
	
	#created {
		position: relative;
		padding: 13px 10px 18px 10px;
		border-top: 10px solid #421e0e;
	}
	
		#copyright-wrapper {
			width: 600px;
		}
		
		#artogama {
			position: absolute;
			right: 10px;
			bottom: 13px;
		}
		
			#created a.created-by {
				display: block;
				background: transparent url(../images/sys/artogama.gif) no-repeat right top;
				text-decoration: none;
				padding: 4px 70px 5px 0px;
			}
			
				#created a.created-by span.hide {
					display: none;
				}
	
	#info-bottom {
		font-size: 0;
	}
	
	/* 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 {
	float: left;
	font-family: times new roman, serif;
	font-size: 22px;
	font-weight: normal;
	color: #de9600;
}

h3.news-title {
	font-family: times new roman, serif;
	font-size: 18px;
	font-weight: normal;
	color: #de9600;
	padding-bottom: 1px;
	border-bottom: 1px solid #d7cebd;
	margin-bottom: 7px;
}

h3.title {
	/*+*/
}

#subscribe h4,
#login h4 {
	font-family: times new roman, serif;
	font-size: 14px;
	font-weight: bold;
	color: #442010;
	padding-bottom: 3px;
}

span.copyright {
	font-size: 10px;
	color: #baac9b;
}

/* === Forms === */



/* === Other === */

.w25 {
	width: 25%;
}

.w33 {
	width: 33%;
}

.w50 {
	width: 50%;
}

.w100 {
	width: 100%;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.txtSep {
	margin-bottom: 10px;
	border-bottom: 1px solid #E9E4D2;
	padding-bottom: 10px;
}

/* 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;
}


