/**
  * @lastmodified 2009.05.31
  * @media all
  * @style default.css 
*/

#wrapper {
	width: 1000px;
	margin: 0 auto;
}


/**
 * ----------- Header -----------
 */
#header {
	width: 100%;
	overflow: hidden;
	padding: 0 0 9px;
}
	#header .logo {
		float: left;
		margin: 7px 12px 0;
	}
	
	#header .languages {
		float: right;
		background: #4472c0 url(../pic/sprite.png) 0 0 no-repeat;
		margin-bottom: 24px;
	}
		#header .languages ul {
			float: left;
			background: url(../pic/sprite.png) right -28px no-repeat;
			padding: 0 10px;
		}
		#header .languages li {
			float: left;
			height: 27px;
			padding: 1px 11px 0;
		}
		#header .languages a {
			color: #fff;
			text-decoration: none;
		}
			#header .languages span {
				text-decoration: underline;
				color: #fff;
				vertical-align: middle;
			}
			#header .languages a:hover span {
				text-decoration: none;
			} 
			#header .languages img {
				vertical-align: middle;
			} 
	
	#header h1 {
		float: left;
		color: #0a347b;
	}

/**
 * ----------- Navigation -----------
 */
#navigation {
	background: url(../pic/sprite.png) 0 -95px repeat-x;
	margin: 0 0 7px;
}
	#navigation table {
		background: url(../pic/sprite.png) 0 -173px no-repeat;
	}
	#navigation table td {
		background: url(../pic/sprite.png) right -134px no-repeat;
	}
	#navigation table td.last {
		background: url(../pic/sprite.png) right -56px no-repeat;
	}
	#navigation a {
		color: #50555a;
		text-decoration: none;
		display: block;
		height: 39px;
		text-align: center;
		line-height: 3.1em;
	}
	#navigation .active a {
		color: #4E504F;
	}

/**
 * ----------- Images -----------
 */
#images {
	width: 100%;
	overflow: hidden;
}
#images ul {
	float: left;
	width: 659px;
	height: 320px;
	overflow: hidden;
	position: relative;
	margin: 0 0 0 2px;
}
#images ul li {
	position: absolute;
	top: 0;
	left: 0;
}
#images ul li img {
	display: block;
	position: relative;
}
#images ul li img.hidden {
	display: none;
}
#images .main {
	float: right;
}

/**
 * ----------- Sub navigation -----------
 */
#subnavigation {
	background: url(../pic/sprite.png) 0 -262px repeat-x;
	margin: 0 0 11px;
}
	#subnavigation table {
		background: url(../pic/sprite.png) 0 -212px no-repeat;
	}
	#subnavigation table td {
		background: url(../pic/sprite.png) right -312px no-repeat;
	}
	#subnavigation table td.last {
		background: url(../pic/sprite.png) right -362px no-repeat;
	}
	#subnavigation a {
		color: #fff;
		text-decoration: none;
		display: block;
		height: 50px;
		text-align: center;
		line-height: 3.1em;
		font-size: 1.25em;
		font-weight: bold;
	}

/**
 * ----------- Content -----------
 */
#content {
	overflow: hidden;
	width: 100%;
}
	#content .left {
		float: left;
		width: 286px;
		margin: 0 0 0 5px;
		position: relative;
		background: #e5eae9;
		padding: 10px 20px;
		line-height: 1.6em;
	}
		#content .left .c-lt,
		#content .left .c-rt,
		#content .left .c-lb,
		#content .left .c-rb {
			background: url(../pic/sprite.png) 0 -523px no-repeat;
			width: 15px;
			height: 15px;
			overflow: hidden;
			position: absolute;
		}
		
		#content .left .c-lt {
			left: 0;
			top: 0;
		}
		#content .left .c-rt {
			right: 0;
			top: 0;
			background-position: 0 -538px;
		}
		#content .left .c-rb {
			right: 0;
			bottom: 0;
			background-position: 0 -552px;
		}
		#content .left .c-lb {
			left: 0;
			bottom: 0;
			background-position: 0 -568px;
		}
		
		#content .left .advert {
			padding: 16px 0;
		}	
			#content .left .advert img {
				margin: 0 0 10px;
			}
			
		#content .left .text {
			padding: 5px 0 0;
		}
		
	#content .right {
		float: right;
		width: 635px;
		margin: 0 5px 0 0;
		text-align: justify;
	}
	
		#content .right .text {
			padding: 5px 0 0;
		}


.news-list {
	list-style: none;
}	
	.news-list .date {
		color: #ee0b0b;
	}
	.news-list .news-item {
		padding: 10px 0 5px;
	}
	.news-list .news-item p {
		padding: 0 0 10px;
	}

.text {
	
}
	.text a {
	color: #4E504F;
	}
	.text h2 {
		font-size: 1.167em;
		font-weight: normal;
		padding: 0px 0 15px;
	}
	.text .date {
		color: #ee0b0b;
		font-size: 1.167em;
	}
	.text img {
		margin: 0 0 15px;
		display: block;
	}
	.text img.inline {
		margin: 0 0 10px 15px;
		float: right;
	}
	.text p {
		padding: 0 0 15px;
		line-height: 1.6em;
		text-align: justify;
	}
	.text ul {
		list-style: disc;
		padding: 0 10px 10px 8px;
	}
	.text table {
		marign: 0 0 10px;
	}
		.text table td {
			vertical-align: top;
		}
	text ol {
		margin-left: 25px;
		padding: 0 5px 5px 0;
		list-style:square;
	}
		.text li {
		list-style: disc;
		padding: 0 5px 5px 0;
		margin-left: 25px;
		text-align: justify;
		line-height: 1.6em;
	}
		/*.text ul li {
		}*/
	
.gallery {
	overflow: hidden;
	min-height: 0;
}
	.gallery li {
		padding: 12px 16px 12px 12px; 
		float: left;
		position: relative;
	}
	.gallery div {
		width: 84px;
		height: 83px;
		overflow: hidden;
		border: 1px solid #ece9d8;
		background: url(../pic/img_back.gif) 0 0 no-repeat; 
		padding: 9px 5px 2px;
	}
	.gallery td {
		width: 40px;
		height: 40px;
		padding: 1px;
	}
	.gallery .overlay {
		position: absolute;
		z-index: 2;
		top: 12px;
		left: 12px;
		width: 94px;
		height: 94px;
		display: block;
	}
	.gallery p {
		text-align: center;
		font-size: 0.9167em;
	}
	.gallery li:hover a {
		text-decoration: none;
	}

.form {
	padding: 120px 0 0;
}
	.form form {
		width: 285px;
		margin: 0 auto;
	}
	.form h3 {
		font-size: 1em;
		font-weight: bold;
		padding: 0 0 15px;
	}
	.form td {
		padding: 0 5px 4px 0;
	}
	.form td:first-child {
		padding-right: 20px;
	}
	.form .buttons {
		text-align: right;
		background: #3791d8;
		padding: 2px 5px 2px 0 !important;
	}
	.form .txt {
		widtH: 140px;
	}

/**
 * ----------- Footer -----------
 */
#footer {
	padding: 20px 0;	
}
#footer .block {
	background: url(../pic/sprite.png) 0 -449px repeat-x;
}
	#footer .block .left {
		background: url(../pic/sprite.png) 0 -412px no-repeat;
	}
	#footer .block .right {
		background: url(../pic/sprite.png) right -486px no-repeat;
		text-align: center;
		color: #fff;
		text-align: center;
		height: 37px;
		line-height: 2.7em;
	}
	#footer p {
		text-align: center;
		color: #666;
		font-size: 0.91em;
	}
