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: #b3b3b3;
}

body {
	background: #000;
	text-align: center; /* IE5.5 centravimas */
	height: 100%;
	padding: 0px;
}

* > body {
		min-height: 100%;
		/*height: auto;*/
	}

/* === Links === */

a {
	color: #ff7800;
	text-decoration: none;
}

a:hover {
	color: #ff7800;
	text-decoration: underline;
}

/* === Main === */

/* Lang */

#lang {
	float: right;
	padding-right: 0px;
	width: 125px;
}

#lang ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

	#lang li {
		float: left;
	}
	
	#lang li span {
		/*+*/
	}
	
		#lang li a {
			display: block;
			font-size: 11px;
			color: #fff;
			text-decoration: none;
			padding: 0px 0px 5px 10px;
		}
		
			#lang li.first a {
				padding-left: 5px;
			}
			
			#lang li.last a {
				/*+*/
			}
		
		#lang li a:hover {
			color: #fff;
			text-decoration: underline;
		}
		
		#lang li.selected a {
			color: #ff7800;
			text-decoration: none;
		}
		
		#lang li.selected a:hover {
			color: #ff7800;
			text-decoration: underline;
		}

/* Menu */

#nav {
	float: left;
}

#nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

	#nav li {
		float: left;
	}
	
	#nav li span {
		/*+*/
	}
	
		#nav li a {
			display: block;
			font-size: 11px;
			color: #fff;
			text-decoration: none;
			padding: 0px 21px 5px 0px;
		}
		
			#nav li.first a {
				/*+*/
			}
			
			#nav li.last a {
				/*+*/
			}
		
		#nav li a:hover {
			color: #fff;
			text-decoration: underline;
		}
		
		#nav li.selected a {
			color: #ff7800;
			text-decoration: none;
		}
		
		#nav li.selected a:hover {
			color: #ff7800;
			text-decoration: underline;
		}

/* Sub menu */

.dynamic {
	/*background: #000;*/
	position: absolute;
	z-index: 1;
	display: none;
	left: 0px;
	top: 0px;
}
#sub-nav {
	font-size: 0px;
}

#sub-nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: left;
	font-size: 0px;
}

	#sub-nav li {
		background-color: #000;
		width: 130px;
	}
	
	#sub-nav li span {
		/*+*/
	}
	
		#sub-nav li a {
			display: block;
			font-size: 11px;
			color: #fff;
			text-decoration: none;
			padding: 4px 10px 3px 10px;
			background-color: #000;
			border-bottom: 1px solid #4d4d4d;
		}
		
			#sub-nav li.first a {
				border-top: 1px solid #4d4d4d;
			}
			
			#sub-nav li.last a {
				/*+*/
			}
		
		#sub-nav li a:hover {
			color: #fff;
			text-decoration: underline;
		}
		
		#sub-nav li.selected a {
			color: #ff7800;
			text-decoration: none;
		}
		
		#sub-nav li.selected a:hover {
			color: #ff7800;
			text-decoration: underline;
		}

/* Sub menu2 */

#sub-nav2 ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

	#sub-nav2 li {
		/*+*/
	}
	
	#sub-nav2 li span {
		/*+*/
	}
	
		#sub-nav2 li a {
			display: block;
			background: transparent url(../images/sub-nav2-bullet.gif) no-repeat;
			font-size: 11px;
			color: #fff;
			text-decoration: none;
			padding: 0px 20px 5px 10px;
		}
		
			#sub-nav2 li.first a {
				/*+*/
			}
			
			#sub-nav2 li.last a {
				/*+*/
			}
		
		#sub-nav2 li a:hover {
			color: #fff;
			text-decoration: underline;
		}
		
		#sub-nav2 li.selected a {
			background: transparent url(../images/sub-nav2-bullet-o.gif) no-repeat;
			color: #ff7800;
			text-decoration: none;
		}
		
		#sub-nav2 li.selected a:hover {
			color: #ff7800;
			text-decoration: underline;
		}

/* Photo menu */

.nav-photo ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

	.nav-photo li {
		float: left;
		border: 1px solid #4d4d4d;
		margin: 5px 5px 0px 0px;
	}
	
	.nav-photo li span {
		/*+*/
	}
	
		.nav-photo li a {
			display: block;
			font-size: 11px;
			color: #fff;
			text-align: center;
			text-decoration: none;
			width: 23px;
			padding: 5px 0px;
		}
		
			.nav-photo li.first a {
				/*+*/
			}
			
			.nav-photo li.last a {
				/*+*/
			}
		
		.nav-photo li a:hover {
			background-color: #803c00;
			color: #fff;
			text-decoration: none;
		}
		
		.nav-photo li.selected a {
			background-color: #ff7800;
			text-decoration: none;
		}
		
		.nav-photo li.selected a:hover {
			text-decoration: none;
		}

/* Icons */



/* --- */

#wrapper {
	position: relative;
	text-align: left;
	width: 990px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}	

#tmp-spacer {
	width: 990px;
	height: 590px;
}

.index #container {
	position: absolute;
	text-align: left;
	width: 990px;
	height: 590px;
	top: 50%;
	margin-top: -295px;
}

.page #container {
	text-align: left;
	width: 990px;
	margin-right: auto;
	margin-left: auto;
}

	#box {
		position: relative;
	}

	#frame {
		padding: 0px 30px;
		position: relative;
	}
	
		#header {
			/*+*/
		}
		
			#header .left-c {
				float: left;
				width: 202px;
			}
			
				h1.logo {
					padding: 25px 0px 54px 0px;
				}
				
					h1.logo a,
					h1.logo b {
						display: block;
						background: transparent url(../images/logo.gif) no-repeat;
						width: 187px;
						height: 78px;
					}
					
						h1.logo a span,
						h1.logo b span {
							display: none;
						}
			
			#header .right-c {
				float: right;
				width: 724px;
				padding-top: 67px;
			}
				
				#sub-nav {
					width: 120px;
				}
		
		#title-wrapper {
			background: transparent url(../images/gray-pix.gif) repeat-x left bottom;
			padding-top: 12px;
		}
		
			#print-wrapper {
				float: right;
				padding: 13px 20px 0px 0px;
			}
			
				#print-wrapper a {
					display: block;
					background: transparent url(../images/icon-print.gif) no-repeat right top;
					color: #808080;
					text-align: right;
					white-space: nowrap; /* IE7 */
				}
		
		#sub-nav2 {
			background: transparent url(../images/gray-pix.gif) repeat-x left bottom;
			padding: 27px 20px 16px 20px;
		}
		
		#content-wrapper {
			padding: 32px 20px 64px 20px;
			background: transparent url(../images/gray-pix.gif) repeat-x left bottom;
		}
		
			#content {
				width: 890px;
				height: 300px;
				line-height: 14px;
			}
			
				*> #content {
					min-height: 300px;
					height: auto;
				}
			
				.cols {
					/*+*/
				}
				
					.left-col {
						float: left;
						width: 435px;
					}
					
					.right-col {
						float: right;
						width: 435px;
					}
					
						.photo-frame {
							padding: 4px;
							border: 1px solid #4d4d4d;
						}
		
		.index #footer {
			padding: 54px 0px 0px 0px;
		}
		
		.page #footer {
			padding: 36px 0px 20px 0px;
		}
		
			#created {
				padding: 0px 20px;
			}
			
				#created p {
					float: left;
				}
				
				#created p.text {
					padding-top: 4px;
				}
				
					#created a.created-by {
						display: block;
						background: transparent url(../images/sys/artogama.gif) no-repeat right top;
						width: 69px;
						height: 21px;
					}
		
		span.hide {
			display: none;
		}

/*----------------flash-------------------*/

#flash {
	background: #000000;
}

/* Content images */

.img-container {
	/*+*/
}

	.img-container table tr.image td {
		padding: 2px;
		border: 1px solid #4d4d4d;
	}

	.img-container table tr.title {
		/*+*/
	}

		.img-container table tr.title td {
			text-align: center;
		}

/* === Txt === */

div.angle {
	float: left;
	background: transparent url(../images/angle.gif) no-repeat right bottom;
	padding-right: 1px;
	margin: 0px 20px;
}

h2.title {
	background: transparent url(../images/angle.gif) no-repeat left bottom;
	background-color: #000;
	font-size: 24px;
	font-weight: normal;
	color: #ff7800;
	padding: 0px 20px 4px 20px;
}

h3.title {
	font-size: 14px;
	font-weight: bold;
	color: #ff7800;
	padding: 32px 20px 0px 20px;
}

span.copyright {
	font-size: 10px;
	color: #fff;
}

/* === Forms === */



/* === 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;
}
