html, body {
	height:100%;
}

body {
	font-family:Verdana;
	font-size:12px;
	color:#797979;
	background-color:#ebeced;
	padding-bottom:30px;
}

img{
	border:0;
}

a:link, a:visited {
	text-decoration:none;
	color:#797979;
}

a:hover, a:active, a:focus, a.active {
	text-decoration:underline;
}

strong{
	font-weight:bold;
}

div.clear {
	font-size:1px;
	height:1px;
	clear:both;
}

#layout{
	margin:			0 auto;
	display:		block;
	text-align:		left;
	min-height:		100%;
	height:			100%;
	position:		relative;
}

#layout[id]{
	height:			auto;
}

/* BANNER */
div#banner{
	height:106px;
	padding:16px 0 0 15px;
}

/* CONTAINER */
div#container {
	margin:0;
	padding-left:15px;
	background:url(../img/container-bg.png) repeat-x top;
	
}

/* HEADER */
div#header{
	width:1176px;
	height:127px;
	position:relative;
	background:url(../img/header-map.png) no-repeat top right;
}

div#header img{
	margin-top:15px;}

/* LANGUAGE SWITCH */	
div#language-switch {
	position:absolute;
	line-height:11px;
	font-size:12px;
	left:0;
	bottom:10px;
}

div#language-switch ul {
	float:left;
	width:150px;
}

div#language-switch li {
	border-left:1px solid #282828;
	padding-left:5px;
	margin-left:5px;
	float:left;
}

div#language-switch li.first {
	padding-left:0;
	border-left:0;
	margin-left:0;
}

div#language-switch a:link, div#language-switch a:visited {
	text-decoration:none;
	color:#797979;
}

div#language-switch a:hover, div#language-switch a:active, div#language-switch a.active {
	color:#ed2024;
}
/* CONTENT AREA */
table#content_area{
	width:1176px;
	position:relative;
}

/* IMAGES LEFT */
table td#left_images{
	width:210px;
	padding-bottom:30px;
	vertical-align:top;
}

div#left_images img{
	margin:0;
	float:left;
	border-bottom:1px solid #797979;
}

/* BANNER RIGHT */
table td#right_banner{
	width:160px;
	vertical-align:top;
}

div#right_banner img{
	margin-bottom:10px;
}

/* CONTENT */
table td#content{
	padding-left:35px;
	padding-right:35px;
	vertical-align:top;
}

/* MENU */
/*
div#menus{
	min-height:24px;
}
*/
ul#menu li{
	float:left;
	font-size:18px;
	line-height:15px;
	font-weight:bold;
}

ul#menu li a:link, ul#menu li a:visited{
	margin:0 40px 0 0;
	padding:0;
	text-decoration:none;
	color:#58595b;}

ul#menu li a span{
	color:#e71d2f;
}
	
ul#menu li a:hover, ul#menu li a:active, ul#menu li a.active
{	color:#a7a9ac;}

/* SUBMENU */
div#submenus{
	clear:both;
	margin-top:8px;
}

ul#submenu li{
	height:20px;
	float:left;
	font-size:12px;
	line-height:18px;
	font-weight:bold;
	background-color:#a7a9ac;
}

ul#submenu li a:link, ul#submenu li a:visited{
	margin:0 12px 0 10px;
	padding:0;
	color:#fff;
}
	
ul#submenu li a:hover, ul#submenu li a:active, ul#submenu li a.active{
	text-decoration:underline;
}

/* CONTENT LEFT */
div#content_left{
	width:355px;
	margin-top:15px;
}

/* CONTENT RIGHT */
div#content_right{
	width:355px;
	float:right;
	margin-top:15px;
}


/* TITLE, TEXT */
table td#content div.date{
	font-size:10px;
	margin-bottom:7px;
}

table td#content div.title{
	font-size:16px;
	font-weight:bold;
	color:#58595b;
	margin-bottom:10px;
}

table td#content div.text{
	text-align:justify;
	line-height:20px;
	
	margin-bottom:12px;
}

table td#content div.image{
	margin-bottom:12px;
	
}
table td#content div.form_title{
	font-size:14px;
	font-weight:bold;
	color:#58595b;
	margin-bottom:8px;
}

table td#content div.form div.input label{
	display:block;
	line-height:18px;
	text-align:left;
	padding-left:2px;
}

table td#content div.form div.input input{
	width:226px;
	
}

table td#content div.form div.input input{
	width:224px;
	border:1px solid #808285;
	background-color:#fff;
	font-family:Verdana;
	font-size:12px;
	color:#000;
	float:none;
}

table td#content div.form div.input textarea{
	width:332px;
	height:177px;
	border:1px solid #808285;
	background-color:#fff;
	font-family:Verdana;
	font-size:12px;
	color:#000;
	float:none;
}

table td#content div.form div.submit {
	padding-bottom:20px;
	margin-top:10px;
	text-align:right;
	width:334px;
}

table td#content div.form div.submit input{
	width:85px;
	border:1px solid #58595b;
	background-color:#7e8082;
	font-weight:bold;
	color:#fff;
	float:none;
}

table td#content div.form div.error-message {
	display:none;
}

table td#content div.form div.input input.form-error, table td#content div.form div.input textarea.form-error {
	border-bottom:1px solid #ff5656;
	border-right:1px solid #ff5656;
	border-left:1px solid #f00;
	border-top:1px solid #f00;
}
/* NEWS LIST*/
div.news_list{
	margin-top:15px;
}

div.news_list div.entry{
	border-bottom:1px dotted #797979;
	margin-bottom:10px;
}
div.news_list div.entry div.title a{
	color:#e71d2f;
}

/* GALLERIES LIST*/
div.photo_gallery{
	margin-top:15px;
}

div.photo_gallery div.entry{
	border-bottom:1px dotted #797979;
}

div.photo_gallery div.entry img{
	float:left;
	margin:0 20px 20px 0;
}

div.photo_gallery div.entry div.title a{
	color:#e71d2f;
}

/* GALLERIES IMAGES*/
div.photo_gallery_images div.entry{
	float:left;
	margin:10px 20px 10px 0;
}

div.photo_gallery_images div.entry a{
	font-size:10px;
	float:none;
}

div.photo_gallery_images div.entry a.show{
	margin-right:40px;
}

/* FOOTER */
div#fix{
	width:100%;
	padding-bottom:70px;
	clear:both;}

div#footer{
	width:100%;
	position:absolute;
	padding-bottom:15px;
	bottom:0;
}

div#footer-content{
	width:738px;
	margin-left:260px;
	font-size:11px;
	line-height:23px;
	color:#797979;}

div#footer-content div.tower a{
	float:right;}

div#footer-content div.tower a{
	width:90px;
	height:23px;
	display:block;
	background:url(../img/tower.jpg) no-repeat center right;
	color:#797979;
	line-height:23px;
	text-align:left;
	text-decoration:none;
}

div#footer-content div.tower a:hover{
	color:#797979;}