@charset "UTF-8";
body {
	font: 100% 'Old Standard TT', "Times New Roman", Times, serif;
	background: #666666;
	margin: 0; 	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #222222;
	background:url(images/bg.jpg) repeat-x;
}

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

a:hover {
	color:#ba0f02;
	text-decoration:none;
}

.oneColFixCtr #container {
	width: 940px;  
	background: transparent;
	margin: 0 auto; 
	border: none;
	text-align: left; 
}
.oneColFixCtr #mainContent {
	padding: 0px;
	position:relative;
}

#shadow {
	width:1280px;
	height: 128px;
	margin-left:-170px;
	background:url(images/shadow.jpg) no-repeat;
	position:absolute;
	top:480px;
	z-index:1;
}

#CU3ER {
	z-index:99;
	position:relative;
}

#jlc {
	float:left;
}

#emenu, #fmenu {
	float:right;
	padding-top:30px;
	display:none;
}

.clear {
	clear:both;
}

.submenu {
	background:url(images/menudiv.jpg) no-repeat;
	width: 70px;
	height:52px;
	font-family:Helvetica, Arial, sans-serif;
	color:#CCCCCC;
	font-size:14px;
	padding-left:25px;
	padding-top:20px;
	float:right;
}

.submenu a, #chooselang a {
	color:#CCCCCC;
	text-decoration:none;
}

.submenu a:hover, #chooselang a:hover {
	color:#ba0f02;
	text-decoration:none;
}

#chooselang {
	float:left;
	color:#ba0f02;
	font-size:12px;
	position:absolute;
	top:48px;
	left:557px;
	text-transform:uppercase;
	letter-spacing:2px;
}

#logo {
	position:absolute;
	bottom:10px;
	right:10px;
	widows:100px;
	height:155px;
}

#intros {
	float:left;
	padding-top:100px;
	font-size:12px;
	text-transform:uppercase;
	letter-spacing:2px;
	position:relative;
}

.intros {
	width:200px;
	padding-right:46px;
	float:left;
}

.p10 {margin-top:10px;}

.intros img {
	border:1px solid #666666;
}

#f1, #f2, #f3, #f4, #e1, #e2, #e3, #e4 {
	display:none;
}