#content h2 {
	font-size: 110%;
	margin-bottom: 5px;
}

#content .formcontainer h2 {
	border-bottom: 1px solid #d6d6d6;
	color: #d6d6d6;
	margin-bottom: 10px;
	margin-top: 10px;
}



/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}

.page #icons ul {
	list-style: none;
	padding: 0;
	margin: 0;
	left: 295px;
	top: 50px;
	position: absolute;
}

	.page #icons li {
		float: left;
		width: 195px;
		height: 85px;
		margin-right: 15px;
	}

	.page #icons li.last {
		margin-right: 0px;
	}

	.page #icons li span {
		/*+*/
	}

		.page #icons li a {
			display: block;
			color: #000000;
			text-decoration: none;
			width: 195px;
			height: 85px;
		}

			.page #icons li a span {
				display: block;
				font-size: 16px;
				font-weight: bold;
				padding: 15px 0px 0px 92px;
			}

		.page #icons li.icon1 a {
			background: #E0E0E0 url(../images/pic/1small.jpg) left top no-repeat;
		}

		.page #icons li.icon2 a {
			background: #E0E0E0 url(../images/pic/2small.jpg) left top no-repeat;
		}

		.page #icons li.icon3 a {
			background: #E0E0E0 url(../images/pic/3small.jpg) left top no-repeat;
		}

		.page #icons li a:hover,
		.page #icons li.selected a {
			background-color: #FF7E00;
			color: #ffffff;
		}




.index #icons ul {
	list-style: none;
	padding: 0;
	margin: 0;
	left: 0px;
	top: 285px;
	position: absolute;
}

	.index #icons li {
		float: left;
		width: 306px;
		height: 240px;
	}

		.index #icons li a {
			display: block;
			color: #000000;
			text-decoration: none;
			width: 306px;
			height: 240px;
		}

			.index #icons li a span {
				display: block;
				font-size: 20px;
				font-weight: normal;
				padding: 185px 0px 0px 0px;
				text-align: center;
			}

		.index #icons li.icon1 a {
			background: url(../images/pic/1.jpg) no-repeat 86px 10px;
		}

		.index #icons li.icon2 a {
			background: url(../images/pic/2.jpg) no-repeat 86px 10px;
		}

		.index #icons li.icon3 a {
			background: url(../images/pic/3.jpg) no-repeat 86px 10px;
		}

		.index #icons li a:hover,
		.index #icons li.selected a {
			color: #ffffff;
		}


/* Lang */
#lang ul {
	list-style: none;
	padding: 0;
	margin: 0;
	left: 100px;
	top: 47px;
	position: absolute;
}

	#lang li {
		float: left;
		width: 20px;
		text-align: center;
		padding: 0px 5px;
		line-height: 10px;
		border-right: 1px solid #C1C1C1;
	}

	#lang li.last {
		border-right: 0px!important;
	}
	
	#lang li span {
		/*+*/
	}
	
		#lang li a {
		line-height: 10px;
			display: block;
			font-size: 11px;
			font-weight: normal;
			color: #000000;
			text-decoration: none;
			text-transform: uppercase;
			padding-bottom: 1px;
		}
		
		#lang li a:hover,
		#lang li.selected a {
			color: #FF7E00;
		}



/* Menu */
#nav ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	left: 295px;
	top: 168px;
	position: absolute;
}

	#nav li {
		float: left;
		border-right: 1px solid #FFFFFF;
	}

	#nav li.last {
		border-right: 0px;
	}

	#nav li span {
	}

		#nav li a {
			display: block;
			font-size: 12px;
			font-weight: bold;
			color: #000000;
			text-decoration: none;
			line-height: 11px;
			padding: 0px 10px;
		}

		#nav li a:hover {
			color: #FFFFFF;
		}

		#nav li.selected a {
			color: #ffffff;
		}




/* Menu */
#sidebar ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

	#sidebar li {
	}

	#sidebar li.last {
	}

		#sidebar li a {
			position: relative;
			display: block;
			font-size: 16px;
			font-weight: bold;
			color: #000000;
			text-decoration: none;
			padding: 5px 10px;
			background: #C7C7C7;
		}

		#sidebar li a:hover {
			color: #FFFFFF;
		}

			#sidebar ul li ul {
				list-style: none;
				padding: 5px 0px;
				margin: 0px;
			}

				#sidebar ul li ul li {
				}

					#sidebar ul li ul li a {
						display: block;
						font-size: 12px;
						font-weight: normal;
						color: #000000;
						text-decoration: none;
						padding: 2px 10px;
						background: #FFFFFF;
					}

					#sidebar ul li ul li a:hover,
					#sidebar ul li ul li.selected a {
						color: #FF7E00;
					}





/* Menu */
#content-submenu ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	line-height: 18px;
}

	#content-submenu li {
		border-bottom: 1px solid #EBEBEA;
	}

	#content-submenu li span {
	}

		#content-submenu li a {
			display: block;
			font-size: 15px;
			font-weight: normal;
			font-family: "times new roman";
			color: #57585A;
			text-decoration: none;
			padding: 5px 10px;
		}

		#content-submenu li a:hover {
			color: #AC1D40;
		}

		#content-submenu li.selected a {
			color: #AC1D40;
		}




table {
	border-collapse: collapse;
}

/* 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 {
		}

		.formcontainer p.title span.error {
			color: #E40000;
		}


	.formcontainer p.resizeable input,
	.formcontainer p.input input,
	.formcontainer p.resizeable select {
		border-width: 1px;
		width: 40%;
	}

	.formcontainer p.resizeable textarea {
		border-width: 1px;
		overflow:auto;
		width: 70%;
	}

	.formcontainer p.button {
		padding-top: 10px;
	}


		.formcontainer p.button input {
			border: 1px solid #E40000;
			background: #E40000;
			color: #ffffff;
			font-weight: bold;
			font-size: 100%;
			padding: 3px 20px;
		}


/* --- clearfix --- */
.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;
}



/* --- reset --- */
body, p, h1, h2, h3, h4, h5, h6, dl, dt, dd, form {
	padding: 0px;
	margin: 0px;
}

html, body {
	height: 100%;
}
	
	img {
		border: 0px;
	}
	
	textarea {
		overflow: auto;
	}

* {
	outline: none;
}




/* --- default --- */
body, td, th, input, textarea, select {
	font-family: arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}



body.page {
	background: #E0E0E0 url(../images/bg-page.gif) repeat-x left top;
}

body.index {
	background: #E0E0E0 url(../images/bg-main.gif) repeat-x left top;
}

	a {
		color: #1A85DF;
		text-decoration: none;
	}

	a:hover {
		text-decoration: underline;
	}


#container {
	position: relative;
	margin: 0px auto;
    width: 920px;
}

	#header {
		position: relative;
		height: 225px;
	}
		.page h1.logo {
			position: absolute;
			top: 85px;
			left: 0px;
		}

			.page h1.logo a,
			.page h1.logo b {
				display: block;
				background: transparent url(../images/logo.gif) no-repeat;
				width: 259px;
				height: 42px;
			}

				.page h1.logo a span,
				.page h1.logo b span {
					display: none;
				}


		.index h1.logo {
			position: absolute;
			top: 78px;
			left: 295px;
		}

			.index h1.logo a,
			.index h1.logo b {
				display: block;
				background: transparent url(../images/logo-big.gif) no-repeat;
				width: 320px;
				height: 190px;
			}

				.index h1.logo a span,
				.index h1.logo b span {
					display: none;
				}
	#sidebar {
		position: relative;
		width: 260px;
		float: left;
		background: #FFFFFF;
	}

	#content {
		position: relative;
		width: 625px;
		float: right;
		background: #FFFFFF;
	}

		#content h1 {
			color: #FF7E00;
			font-size: 24px;
			font-weight: normal;
			padding-bottom: 10px;
			margin-bottom: 20px;
			border-bottom: 1px solid #E0E0E0;
		}

		#content .info {
			padding: 20px;
			height: 200px;
			line-height: 18px;
		}
		*>#content .info {
			height: auto;
			min-height: 200px;
		}


	#footer {
		height:85px;
		background: url(../images/footer.jpg) no-repeat;
		font-size: 12px;
		color: #3a2910;
	}


		#created {
			padding: 10px 0px 10px 0px;
		}

			#copyright {
				float: left;
				text-align: left;
				/*padding-top: 1px;*/
			}

			#created .logo {
				float: right;
			}

				#created .logo a {
					display: block;
					background: transparent url(../images/puslapis.gif) no-repeat right top;
					width: 53px;
					height: 14px;
				}

					#created .logo a span {
						display: none;
					}


