/* ========== HEADER ========== */

#header
{
	background: #fff url(../img/header.jpg) no-repeat;
	height: 175px;
	margin-top: 10px;
}

#header h1
{
	margin: 78px 0 0 0;
	float: right;
	color: #0A51A1;
}

#logo
{
	float: right;
	margin: 58px 0 0 25px;
}

.lang
{
	float: right;
	margin: 25px 25px 0 0;
	border-left: 8px solid #fff;
	border-bottom: 8px solid #fff;
}

/* =============== MENU =============== */

#menu ul
{
	list-style: none;
	font-size: 16px;
	margin: 0 0 25px -5px;
}

#menu li
{
	padding: 0 0 10px 12px;
}

#menu a
{
	text-decoration: none;
	color: #000;
	font-family: Helvetica, Arial, sans-serif;
}

#menu .active
{
	background: url(../img/menu-bullet5.jpg) no-repeat left 9px;
}

#menu li:hover
{
	background: url(../img/menu-bullet4.jpg) no-repeat left 9px;
}

/* =============== CONTENT =============== */

#content
{
	background: #fff url(../img/wrap-bg.jpg) repeat-y;
}

/* ======== SUBMENU ======== */

#submenu
{
	background: #EBEFF2;
	margin-left: 15px;
	height: 33px;
}

#text #submenu ul
{
	list-style: none;
	font-size: 16px;
	margin-left: 25px;
	padding: 5px 0;
}

#text #submenu li
{
	display: inline;
	background: none;
	padding: 0;
	margin: 0;
}

#text #submenu a
{
	text-decoration: none;
	color: #000;
	font-family: Helvetica, Arial, sans-serif;
	padding: 7px 5px;
}

#submenu a:hover, #submenu a.active
{
	background: #DAE3EC;
}

/* ======== TEXT ======== */

#text h1, #text h2, #text h3, #text h4, #text h5
{
	padding: 0 75px 10px 100px;
	color: #0A51A1;
	margin: 0;
}

#text p, #text ul, #text ol
{
	padding: 0 75px 10px 100px;
	text-align: justify;
	font-size: 13px;
	font-family: Helvetica;
	margin: 0;
}

#text table
{
	margin: 0 55px 10px 100px;
}

#text table td
{
	vertical-align: top;
	padding: 0 20px 8px 0;
	margin: 0;
}

#text ul
{
	padding-left: 120px;
	list-style: none;
}

#text ol
{
	margin-left: 25px;
}

#text ol ul
{
	padding: 0 0 0 20px;
}

#text ul li
{
	padding: 2px 0 4px 12px;
	background: url(../img/menu-bullet3.jpg) no-repeat left 8px;
}

#text img
{
	margin: 0 75px 10px 100px;
}

#text p img
{
	margin: 0 75px 10px 0;
}

iframe
{
	margin: 5px 35px;
}

#text .gallery
{
	margin: 0 30px;
}

#text .gallery img, #text .gallery p
{
	margin: 0;
	padding: 5px;
	text-align: left;
}

#text .gallery td, #text .gallery td a
{
	width: 200px;
	color: #000;
	text-decoration: none;
}

#text .gallery td a:hover
{
	text-decoration: underline;
}

#text .back
{
	padding: 2px 35px;
}

#empty
{
	height: 25px;
}

/* =============== FOOTER =============== */

#footer
{
	background: url(../img/footer.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding: 30px 0 0 0;
}
