@CHARSET "UTF-8";
/******* GENERAL RESET *******/
.clear{
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
}
.line{
	width:100%;
	height: 5px;
	background: #A50100;	
}
/******* GENERAL RESET *******/
/******* LOGO *******/
#logo{
	margin-top: 1em;
	display: block;
}
/******* /LOGO  *******/
/******* MENU *******/
#container1{
	margin: 0px;
	width: 100%;
}
#container1 ul{
	list-style: none;
	list-style-position: outside;
}
#container1 ul.menu li{
	float: right;
	margin-left: 5px;
	margin-bottom: 0px;
}
#container1 ul.menu li{
	font-weight: 600;
	display: block;
	padding: 5px 5px 5px 5px;
	background: #ffffff;
	margin-bottom: 0px;
	border: 1px solid #d0ccc9;
	border-width: 1px 1px 0px 1px;
	position: relative;
	color: #898989;
	cursor: pointer;
}
#container1 ul.menu li.active{
	background: #A50100;
	top: 1px;
	border: 1px solid #A50100;
	color: #ffffff;
}
/******* /MENU *******/
/******* CONTENT *******/
.content{
	margin: 0pt auto;
	background: #efefef;
	background: #fff;
	border: 1px solid #d0ccc9;
	padding: 10px;
	padding-bottom: 20px;
	font-size: 14px;
	text-align: right;
	font-family: Arial;
	color: #3F3F3F;
}
.content h1{
	line-height: 1em;
	vertical-align: middle;
	height: 48px;
	padding: 10px 52px 10px 10px;
	font-size: 32px;
}
/******* /CONTENT *******/
.content.tab5{
	display: none;
}
.content.tab4{
	display: none;
}
.content.tab3{
	display: none;
}
.content.tab2{
	display: none;
}
.content.tab1{
	display: block;
}
/******* /LINKS *******/
.content a{
	color: #3F3F3F;
	text-decoration: none;
}
.content a:hover{
	color: #A60101;
		font-weight:bold;
	text-decoration: none;
}