﻿@charset "utf-8";
/* CSS Document */
body {
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#container {
	margin-left:auto;
	margin-right:auto;
}
.head {
	background-color: #000000;
	text-align: left;
	vertical-align: middle;
}
.footer {
	height: 56px;
}
.footer .decoro {
	background-color: #B19C94;
	height: 28px;
}
.dove {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 150%;
	color: #95786D;
	text-transform: uppercase;
	margin: 0px;
	padding-top: 20px;
	padding-right: 18px;
	padding-bottom: 26px;
	padding-left: 18px;
	border-bottom: 1px solid #999999;
}
.reddove {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 150%;
	color: white;
	text-transform: uppercase;
	background-color: red;
	margin: 0px;
	border-bottom: 1px solid #999999;
}
#menu {
	margin: 0px;
	padding-top: 22px;
	padding-right: 18px;
	padding-bottom: 12px;
	padding-left: 18px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
#menu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#menu li {
	line-height: 100%;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}
#menu a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 100%;
	color: #000000;
	text-decoration: none;
}
#menu a:hover {
	color: #ff0000;
}
.context {
	text-align: left;
	vertical-align: top;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 55px;
}
.context #ita, .context #eng {
	width: 350px;
}
.context #eng{
	float:right;
}
.context #ita{
	float:left;
}
.colnav {
	text-align: left;
	vertical-align: top;
}
.copyr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2px;
	line-height: 150%;
	color: #666666;
	margin: 0px;
	padding-top: 2px;
	padding-right: 1px;
	padding-bottom: 2px;
	padding-left: 1px;
	border-bottom: 1px solid #999999;
}
