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: arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #514837;
}

body {
	background: #d0bf9f url(../images/bg.jpg) center top;
	text-align: center; /* IE5.5 centravimas */
}

body.index {
	height: 100%;
	padding: 0;
}

* > body.index {
		min-height: 100%;
		/*height: auto;*/
	}

/* === Links === */

a {
	color: #00562a;
	text-decoration: none;
}

a:hover {
	color: #063988;
	text-decoration: underline;
}

/* === Main === */

/* Lang */

#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: #063988;
			text-decoration: none;
			padding-left: 24px;
		}
		
			#lang li.first a {
				/*+*/
			}
			
			#lang li.last a {
				/*+*/
			}
		
		#lang li a:hover {
			color: #063988;
			text-decoration: underline;
		}
		
		#lang li.selected a {
			color: #c2ad86;
			text-decoration: none;
		}
		
		#lang li.selected a:hover {
			color: #c2ad86;
			text-decoration: underline;
		}

/* Menu */

#nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

	#nav li {
		float: left;
		background: transparent url(../images/nav-bullet.gif) no-repeat;
		padding-left: 1px;
	}
	
	#nav li span {
		/*+*/
	}
	
		#nav li a {
			display: block;
			font-size: 12px;
			color: #fff;
			text-decoration: none;
			padding: 5px 18px 6px 18px;
		}
		
			#nav li.first {
				background: none;
				padding-left: 0;
			}
			
			#nav li.last a {
				/*+*/
			}
		
		#nav li a:hover {
			color: #fff;
			text-decoration: underline;
		}
		
		#nav li.selected a {
			background-color: #ffa600;
			color: #fff;
			text-decoration: none;
		}
		
		#nav li.selected a:hover {
			color: #063988;
			text-decoration: underline;
		}

/**/

#sub-nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

	#sub-nav li {
		background: transparent url(../images/sub-nav-bullet.gif) no-repeat;
		padding: 0 0 5px 6px;
	}
	
		#sub-nav li li {
			padding: 0 0 4px 6px;
		}
	
	#sub-nav li span {
		/*+*/
	}
	
		#sub-nav li a {
			display: inline-block;
			font-size: 12px;
			color: #00562a;
			text-decoration: none;
			padding: 0px 4px 0px 5px;
		}
		
			#sub-nav li.first a {
				/*+*/
			}
			
			#sub-nav li.last a {
				/*+*/
			}
			
			#sub-nav li li a,
			#sub-nav li.selected li a {
				/*background: transparent url(../images/sub-nav-bullet.gif) no-repeat;*/
				background-color: transparent;
				font-size: 11px;
				padding: 0px 4px 0px 5px;
				/*margin-top: 5px;*/
			}
			
				#sub-nav li li.first {
					margin-top: 4px;
				}
				
				#sub-nav li li.last {
					/*+*/
				}
			
			#sub-nav li li a:hover,
			#sub-nav li.selected li a:hover {
				/*+*/
			}
			
			#sub-nav li li.selected a,
			#sub-nav li li.selected a:hover {
				background-color: #fff;
			}
		
		#sub-nav li a:hover {
			color: #00562a;
			text-decoration: underline;
		}
		
		#sub-nav li.selected a {
			background-color: #fff;
			color: #00562a;
			text-decoration: none;
		}
		
		#sub-nav li.selected a:hover {
			color: #063988;
			text-decoration: underline;
		}

/* Icons */

#icons ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

	#icons li {
		float: left;
	}
	
		#icons li.first {
			/*+*/
		}
		
		#icons li.last {
			/*+*/
		}
	
		#icons li a {
			display: block;
			width: 32px;
			height: 19px;
		}
		
			#icons a span {
				display: none;
			}

/* --- */

#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;
	padding: 20px 0;
	margin-right: auto;
	margin-left: auto;
}

	.index #frame {
		background-color: #f0e6d2;
		margin: 20px;
	}
	
	.page #frame {
		background-color: #f0e6d2;
		margin: 0 20px;
	}
	
		#header {
			background: transparent url(../images/header-gradient.gif) repeat-x;
			padding-right: 50px;		
		}
		
			h1.logo {
				float: left;
				padding: 63px 0 25px 18px;
			}
			
				h1.logo a,
				h1.logo b {
					display: block;
					background: transparent url(../images/logo.gif) no-repeat;
					width: 171px;
					height: 41px;
				}
				
					h1.logo a span,
					h1.logo b span {
						display: none;
					}
			
			#header .right-c {
				float: right;
				width: 710px;
				padding-top: 35px;
			}
			
				#icons {
					float: left;
				}
				
				#lang {
					float: right;
					padding-top: 1px;
				}
				
				#nav {
					background-color: #00562a;
					margin: 18px 0 0 10px;
				}
		
		#slogan-wrapper {
			background: #d1bd97 url(../images/slogan-bg.jpg) no-repeat;
			padding-top: 50px;
		}
		
			#slogan {
				float: left;
				width: 366px;
				height: 290px;
			}
			
				#slogan h2 {
					display: none;
				}
		
		#flash-wrapper {
			float: left;
			background-color: #f0e6d2;
			height: 240px;
			padding: 0 2px;
		}
		
			#flash {
				width: 512px;
				height: 240px;
			}
		
		#title-wrapper {
			background: #53854c ;
			padding-right: 50px;
		}
		
			#title-wrapper .left-c {
				float: left;
				background: transparent url(../images/title-left.gif) no-repeat;
				width: 300px;
				height: 100px;
			}
			
			#title-wrapper .right-c {
				float: right;
				width: 590px;
			}
			
				#quick-nav-wrapper {
					height: 54px;
				}
				
					#quick-nav {
						font-size: 10px;
						font-weight: bold;
						color: #e5ddcd;
						padding-top: 9px;
					}
				
					#quick-nav a {
						color: #e5ddcd;
						text-decoration: none;
						white-space: nowrap;
					}
					
					#quick-nav a:hover {
						color: #e5ddcd;
						text-decoration: underline;
					}
					
					#quick-nav span {
						color: #fff;
					}
				
				#print-wrapper {
					float: right;
					padding: 15px 0px 0px 20px;
				}
				
					#print-wrapper a {
						display: block;
						background: transparent url(../images/icon-print.gif) no-repeat right top;
						color: #fff;
						text-align: right;
						white-space: nowrap; /* IE7 */
					}
		
		#cols {
			padding: 0 50px 0 0;
		}
		
			#left-col {
				float: left;
				width: 265px;
				padding-bottom: 30px;
			}
			
				#sub-nav {
					background: #d4dbb3 url(../images/sub-nav-bg.gif) no-repeat;
					padding: 68px 50px 36px 74px;
					margin-bottom: 30px;
				}
				
					.banner {
						float: right;
						padding: 0 20px 5px 30px;
					}
				
					.back a {
						display: block;
						background: transparent url(../images/back-bullet.gif) no-repeat right top;
						padding-right: 16px;
					}
			
			#right-col {
				float: right;
				width: 590px;
			}
			
				#content-wrapper {
					padding: 60px 0px 30px 0px;
				}
				
					#content {
						line-height: 17px;
						width: 590px;
						height: 300px;
					}
					
					* > #content {
							min-height: 300px;
							height: auto;
						}
		
		.index #footer {
			padding-top: 12px;
			border-top: 1px solid #dfcba7;
			margin: 19px 50px 0 50px;
		}
		
		.page #footer {
			background-color: #e3d6bc;
			padding: 16px 50px 0 50px;
		}
		
			#created {
				height: 38px;
			}
			
				#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;
					}
					
					.page #created a.created-by {
						background: transparent url(../images/sys/artogama-page.gif) no-repeat right top;
					}
		
		span.hide {
			display: none;
		}

.v-sep {
	height: 1px;
	font-size: 0px;
	background: #dfcba7;
	width: 100%;
	margin: 20px 0px 30px 0px;
}

/* Content images */

.img-container {
	/*+*/
}

	.img-container table tr.image td {
		padding: 0;
	}

	.img-container table tr.title {
		/*+*/
	}

		.img-container table tr.title td {
			text-align: center;
		}

/* === Txt === */

h2.title {
	float: left;
	font-size: 28px;
	font-weight: normal;
	color: #fff;
	padding-right: 20px;
}

h3.title {
	font-size: 12px;
	font-weight: bold;
	color: #6c86a3;
	padding: 6px 0px 10px 0px;
}

span.copyright {
	font-size: 10px;
	font-weight: bold;
	color: #c8b38d;
}

.page span.copyright {
	font-size: 10px;
	font-weight: bold;
	color: #b49f78;
}

/* === 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;
}

