﻿*
{
	margin:0;
	padding:0;
}

body 
{
	width:100%;
  height:100%;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover ;
  font-family: Tahoma;
  font-size: 10pt;
}

a
{
	cursor: pointer;
	font-family: Tahoma;
	font-size: 8pt;
	font-weight: bold;
}

p
{
	margin-bottom: 16px;
}

h4
{
	color: #00AEEF;
	font-weight: bold;
	margin: auto;
	padding-bottom: 10px;
	text-align: center;
}

h5
{
	padding-top: 15px;
	font-weight: bold;
	text-align: center;
	padding-bottom: 5px;
	color: #E20613;
}

h2
{
	font-weight: bold;
	color: #780232;
	font-size: 15pt;
	margin-bottom: 15px;
}

h3
{
	font-weight: bold;
	color: #790033;
	font-size: 16pt;
}

.container
{
	margin: -37px auto 0px auto;
	width: 1000px;
	background-color: Transparent;

}

.right
{
	width: 131px;
	float: left;	
}


.logo
{
	width: 131px;
	height: 131px;
	border-bottom-left-radius: 3px 2px;
	border-bottom-right-radius: 3px 2px;
}

.logo img
{
	border: 0px;
}

.menu
{
	width: 131px;
	background-color: #e7e9e8;
	margin-top: 8px;
	
	border-top-left-radius: 3px 2px;
	border-top-right-radius: 3px 2px;

}

.menu ul
{
	width: 120px;
	margin: 3px;
	list-style-type: none;

}

.menu li
{
	height: 24px;
	padding: 11px  2px 2px 5px;
	border-bottom: solid 1px #c1c2c4;
	text-align: left;
}


.menu a
{
	color: #790033;
	text-decoration: none;
}

.menu a li
{
	width: 100%;
	color: #790033;
	text-decoration: none;
}

.menu a:hover li
{
	color: #fff;
	background-color:#780232;
}

.select
{
	color: #fff!important;
	background-color:#780232;
}

.vodeoLink
{
	color: #6A813B;
	font-weight: bold;
	margin: auto;
	text-align:center;
}

.left
{
	width: 850px;
	float: right;
}

.topMenu
{
	height: 30px;
	width: 830px;
	color: White;
	z-index: 10;
	float: right!important;
}

.topMenu ul
{
	float: left;
	margin-top: 7px;
} 

.topMenu li
{
	display: inline-block;
	margin-left: 5px;
} 

.topMenu li a
{
	color: #fff;
	text-decoration: none;
}

.topMenu img
{
	margin-bottom: -5px;
}

.english
{
	float: right;
	margin-top: 14px;
	font-size: 12pt;
	color: #fff;
}

.english a
{
	
	color: #fff;
	text-decoration: none;
}

.socialMenu
{
	width: 650px;
	height: 36px;
	float: right;
	background-image: url('BG-Social.jpg');
	background-repeat: repeat-x;
	color: #c1c2c4;
	padding-top: 3px;
		margin-top: 7px;
		border-bottom-left-radius: 6px 4px;
		border-bottom-right-radius: 6px 4px;
		z-index: 0;
}

.socialMenu ul
{
	direction: ltr;
	margin-right: 10px;
	margin-top: 4px;
}
	
.socialMenu li
{
	display: inline-block;
	margin-left: 0px; 
	margin-right: 0px;
}

.socialMenu li a
{
	color: #790033;
	text-decoration: none;
}

.socialMenu li a:hover
{
	color: #58595B;
}

.socialMenu li img
{
	margin-bottom: -7px;
}


.sep
{
	margin-left: 25px; margin-right: 25px; border-right: solid 1px #ccc;
}

.header
{
	width: 100%;
	height: 37px;
	background: url('BG-Header.jpg');
	background-position: left top;
	background-repeat: repeat-x;
}

.content
{
	background-color: White;
	height: 460px;
	width: 810px;
	border-radius: 6px 4px;
	margin-top: 100px;
	filter: alpha(opacity=95);    
	opacity: .95;
	padding: 10px 20px 10px 20px;
	direction: ltr;
}

.text
{
	filter: alpha(opacity=100);    
	opacity: 1.0;
}

.footer
{
	width: 358px;
	height: 34px;
	background-image: url('BG-Social.jpg');
	background-repeat: repeat-x;
	position: absolute;
	bottom: 0px;
	right: 50%;
	margin-right: -178px;
	color: #790033;
	text-align: center;
	direction: ltr;
	font-size: 8pt;
	padding-top: 3px;
	border-top-left-radius: 6px 4px;
	border-top-right-radius: 6px 4px;
}

.resDiv
{
	width: 200px;
	height: 100px;
	float: right;
	margin-right: 30px;
	margin-top: 20px;
}


