@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #2F2F2F;
}

img {
	border: 0;
}

a {
	text-decoration:none;
	color: #FFF;
}

h1 {
	display: none;
}

.tableHome {
	width: 100%;
	border: 0;
	padding: 0;
}

.menuTop a {
	margin-right: 5px;
	text-decoration:none;
	color: #FFF;
}

.menuTop a:hover {
	text-decoration:none;
	color: #da9613;
}

.topHome {
	background-image:url(../Image/BGHomeTop.gif); 
	background-repeat: repeat-x;
}

.middleHome {
	background-image:url(../Image/BGHomeBottomMenu.jpg); 
	background-position:center; 
	background-color: #120c09; 
	background-repeat:no-repeat;
}

.bottomHome {
	background-image:url(../Image/BGHomeBottom.gif); 
	background-repeat: repeat-x;
	text-align: center;
	color: #666666;
	font-size: 10px;
}

.textHome {
	/*float: left;*/
	color: #6f5c55;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}

.tableSiteWrapper {
	width: 830px;
	height: 100%;
	vertical-align: top;
	background-color: #FFF;
}

.menu {
	height: 22px;
	background-image: url(../Image/BGMenu.gif);
	background-repeat: repeat-x;
}

.content {
	background-image: url(../Image/bg_content.gif);
	background-position: top;
	background-repeat: no-repeat;
	vertical-align: top;
}

.contentWrapper {
	width: 500px;
	padding-left: 33px;
	padding-top: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-bottom: 25px;
	text-align: justify;
}

.footer {
	background-color: #2d1c16;
	height: 23px;
	color: #FFF;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}

.title {
	vertical-align: top;
	height: 118px;
}

.topMenu {
	color: #898989;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: right;
}

.topMenu a {
	color: #898989;
}

.list li{
	padding-bottom: 10px;
}

.siteMap li{	
	padding-bottom: 10px;
	
}

.siteMap a {
	color: #313030;
	text-decoration: underline;
}

.siteMap a:hover {
	color: #da9613;
}

.formMail {
	width: 500px;
	border: 1px solid black;
}

.formMail th {
	background-color: #1e110e;
	color: #FFFFFF;
	margin: 5px;
	text-align: left;
	padding: 5px;
	font-weight: bold;
}

.insideFormMail {
	padding: 10px;
	width: 500px;
}

.insideFormMail td {
	vertical-align: top;
	padding-bottom: 10px;
	padding-right: 5px;
}

div.subMenu
{
	background-color: #3c251d;
	border: 1px solid #FFF;
	border-width: 0 1px 1px 1px;
	margin: 0;
	position: absolute;
	visibility: hidden;
	width: 77px;
	z-index: 100;
}

div.subMenu a
{
	color: #FFF;
	display: block;
	font-size: 9px;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif
}

div.subMenu a:hover
{
	background-color: #e6b14a;
	color: #fff;
	text-decoration: none;
}

div.subMenuEN
{
	background-color: #3c251d;
	border: 1px solid #FFF;
	border-width: 0 1px 1px 1px;
	margin: 0;
	position: absolute;
	visibility: hidden;
	width: 90px;
	z-index: 100;
}

div.subMenuEN a
{
	color: #FFF;
	display: block;
	font-size: 9px;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif
}

div.subMenuEN a:hover
{
	background-color: #e6b14a;
	color: #fff;
	text-decoration: none;
}