html, body {
	margin: 0;
	padding: 0;
}

body {
	min-width: 980px;
	background: #f5e9c7 url('/i/horizon.gif') left 300px repeat-x;
	text-align: center;
	font-family: tahoma, sans-serif;
	font-size: 12px;
	color: #1c1512;
}

body.inner {
	background-image: none;
}

#page-wrapper {
	position: relative;
	width: 100%;
	overflow: hidden;
}

/* ======== header */
#header {
	position: relative;
	height: 645px;
	margin-bottom: -165px;
}

#header .picture {
	position: absolute;
	left: 50%; top: 0;
	width: 1412px; height: 645px;
	margin-left: -706px;
	background: url('/i/header-picture.jpg') left top no-repeat;
}

#header .logo {
	position: absolute;
	left: 600px; top: 55px;
}

#header .navigation-icons {
	position: absolute;
	left: 1000px; top: 65px;
}

/* ======== main menu */
#main-menu {
	position: relative;
	height: 60px;
	background: url('/i/menu/fone.png') left top repeat-x;
	z-index: 2;
}

#main-menu .menu {
	position: absolute;
	left: 50%; top: 3px;
	margin-left: -490px;
	width: 980px;
	height: 54px;
	background: url('/i/menu/buttons.png') left top repeat-x;
}

#main-menu .left-piece, #main-menu .right-piece {
	position: absolute;
	left: 50%; top: 3px;
	width: 107px; height: 54px;
}

#main-menu .left-piece {
	margin-left: -597px;
	background: url('/i/menu/buttons-left.png') left top no-repeat;
}

#main-menu .right-piece {
	margin-left: 490px;
	background: url('/i/menu/buttons-right.png') left top no-repeat;
}

#main-menu .left-shadow, #main-menu .right-shadow {
	position: absolute;
	left: 50%; bottom: -39px;
	width: 292px; height: 39px;
}

#main-menu .left-shadow {
	margin-left: -630px;
	background: url('/i/menu/shadow-left.png') left top no-repeat;
}

#main-menu .right-shadow {
	margin-left: 350px;
	background: url('/i/menu/shadow-right.png') left top no-repeat;
}

#main-menu table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}

#main-menu table td {
	padding: 0;
	text-align: center;
	vertical-align: top;
	background: url('/i/menu/item-separator.gif') left top no-repeat;
}

#main-menu table td.first {
	background: none;
}

#main-menu div {
	position: relative;
	height: 54px;
	margin: 0 1px 0 2px;
}

#main-menu div.active {
	background: #4b94a8 url('/i/menu/selected-fone.jpg') left top no-repeat;
}

#main-menu a {
	position: relative;
	display: block;
}

#main-menu img {
	position: relative;
	top: 15px;
	padding: 7px 11px 32px 11px;
	background: url('/i/menu/tip.gif') left bottom no-repeat;
}

#main-menu .active img {
	background-image: url('/i/menu/tip-a.gif');
}

#main-menu ul {
	display: none;
	position: absolute;
	left: 0; top: 54px;
	min-width: 200px;
	list-style-type: none;
	margin: 0;
	padding: 11px 0;
	background: #4b94a8;
	text-align: left;
}

#main-menu ul li {
	height: 1%; /* for ie6: hasLayout */
	position: relative;
	margin: 0;
	padding: 1px 0 0;
	background: #4b94a8 url('/i/menu/submenu-separator.gif') left top no-repeat;
}

#main-menu ul li.first {
	background-image: none;
}

#main-menu ul a {
	height: 1%; /* for ie6: hasLayout */
	display: block;
	padding: 1px 26px 4px;
	background: #4b94a8 url('/i/arrow.gif') 11px 50% no-repeat;
	color: #f8e1a6;
	white-space: nowrap;
}

#main-menu ul a:hover {
	background-color: #084c5f;
}

#main-menu .selected ul {
	display: block;
}

#main-menu .selected div {
	z-index: 1;
}

/* ======== content block layout */
#page-content {
	position: relative;
	width: 980px;
	margin: 60px auto 0;
	text-align: left;
	z-index: 1;
}

.inner #page-content {
	margin-top: 25px;
}

#left-column {
	float: left;
	width: 650px;
}

.inner #left-column {
	width: 300px;
}

#right-column {
	float: right;
	width: 314px;
}

.inner #right-column {
	width: 640px;
}

/* ======== footer */
#footer {
	clear: both;
	padding-top: 20px;
}

#footer a {
	color: #0088a0;
}

#footer .banner {
	height: 39px;
	margin-bottom: 20px;
	padding: 23px 17px;
	background: url('/i/banner.gif') left top no-repeat;
	text-align: justify;
	overflow: hidden;
}

#footer .banner * {
	vertical-align: middle;
}

#footer .banner img.drop {
	width: 95%;
	visibility: hidden;
}

#footer .credits {
	position: relative;
	height: 200px;
	background: url('/i/footer.jpg') left top no-repeat;
	font-size: 11px;
	color: #676767;
}

#footer .credits .copyright {
	position: absolute;
	left: 12px; top: 75px;
	width: 290px;
	height: 110px;
	padding: 20px 20px 0 0;
	margin: 0;
	background: url('/i/footer-separator.gif') right top no-repeat;
	text-align: right;
}

#footer .credits .authors {
	position: absolute;
	left: 668px; top: 75px;
	width: 290px;
	height: 110px;
	padding: 20px 0 0 20px;
	margin: 0;
	background: url('/i/footer-separator.gif') left top no-repeat;
}

#footer .credits .phone {
	position: absolute;
	left: 342px; top: 92px;
	width: 195px;
	height: 100px;
	padding: 0;
	margin: 0;
	color: #1f1f1f;
}

#footer .credits .phone * {
	display: block;
	line-height: 100%;
}

#footer .credits .phone span {
	font-size: 22px;
	font-weight: bold;
}

#footer .credits .phone strong {
	font-size: 36px;
	font-weight: normal;
}

#footer .credits .phone em {
	font-size: 14px;
	font-style: normal;
}

/* ==== inner page specific */
#left-column .logo {
	text-align: center;
}

#left-column .picture {
	position: relative;
	height: 360px;
}

#left-column .picture div {
	position: absolute;
	left: -224px; top: 6px;
	width: 550px; height: 350px;
	background-position: right top;
	background-repeat: no-repeat;
}

.alonse { position:absolute; top:-1500px;}
.bread-crumbs a {
	color: #1c1512;
}

.bread-crumbs span {
	font-size: 18px;
}


/* ==== left column menu */
#aux-menu {
	height: 1%; /* for ie6: hasLayout */
	margin-bottom: 5px;
	padding-bottom: 17px;
	background: url('/i/shadow.jpg') 50% bottom no-repeat;
	color: #fdf1d7;
}

#aux-menu .fone {
	background: url('/i/aux-menu/repeat.gif') left top repeat-y;
}

#aux-menu .top {
	background: url('/i/aux-menu/top.gif') left top no-repeat;
}

#aux-menu .bottom {
	height: 1%; /* for ie6: hasLayout */
	background: url('/i/aux-menu/bottom.jpg') left bottom no-repeat;
	padding: 8px 5px 15px;
}

#aux-menu ul {
	margin: 0;
	padding: 0;
}

#aux-menu ul li {
	margin: 0;
	padding: 2px 0 1px;
	background: url('/i/aux-menu/separator.gif') 50% top no-repeat;
}

#aux-menu ul li.first {
	background: none;
}

#aux-menu ul li div {
	padding: 0 30px;
}

#aux-menu ul li a {
	display: block;
	position: relative;
	padding: 5px 12px 7px 0;
	margin: 0;
	color: #fdf1d7;
	font-weight: bold;
	background: url('/i/d-arrow.gif') right 50% no-repeat;
}

#aux-menu ul li.active div {
	background: url('/i/aux-menu/active.jpg') left 80% no-repeat;
}

