html,body{
	margin: 0;
	background-color: #000;
	font-family: Arial, Helvetica, sans-serif;
}

#container,.home_banner{
	position: relative;
	width: 933px;
	background-color: #000;
	margin: 0 auto;	
}
#top {
	margin-top:	20px;
	position: relative;
	text-align: center;
	background-color:	#000;
}
DIV.clear {
	line-height: 1px;
	font-size: 1px;
	height: 1px;
	clear: both;
}
#lang {
	position:  relative;
	text-align: center;
}
#lang UL{
	margin: 0; padding: 0;
	display: inline;
	list-style: none;		
}

#lang LI {
	border: 1px solid #000;
	display: inline;
	padding-left: 2px;
	padding-right: 2px;
	text-align: center;
	font-size: 12px;
}
#lang LI.sep{
	border-right: 2px solid #D4D4D4;
	margin-right: 2px;
	padding-right: 4px;
}

#lang LI A{
	color: #888;
	text-decoration: none;
}
#lang LI.current A{
	color: #FFF;
}
#strips {
	background: transparent url(../images/bgh.png) repeat;
}
#strips-wrap {
	width: 938px;
	margin: 10px auto;	
	padding: 5px 0;
}
.strip {
	float: left;
	height: 209px;
	width: 306px;
	background-repeat:no-repeat;		
	background-image:	url(../images/strips.png);
	cursor:pointer;
	position: relative;
}
.overmask {
	position: absolute;
	background-image:	url(../slide/overmask.png);
	width: 290px;
	height: 214px;
	top: 1px;
	left: 1px;
	font-size:10pt;
	line-height: 11pt;
	background-repeat:no-repeat;	
	background-position:left top;	
	padding-top:100px;
	color: #FFFFFF;
	padding-left:	28px;
	padding-right:	10px;
	display: none;
	-moz-user-select: none;
}
.strip:hover {
	background-image:	url(../images/strips-over.png);	
}

#strip1 {
	margin-left:	5px;
	margin-right:5px;
}
#strip2 {
	margin-right:5px;
	background-position:-315px top;	
}
#strip3 {
	margin-right:0px;
	width: 308px;
	background-position:-630px top;	
}
.strip .top-link {
	font-family:	'Times New Roman',Times,serif;
	color: #FFF;
	text-align: center;
	font-size:	19px;
	padding-top:	8px;
	font-weight:	normal;
}
.strip:hover .top-link {
	color: #000;
}
.strip .bottom-link {
	text-align: left;
	margin-top:	157px;
	margin-left:	10px;
}
.strip .bottom-link a {
	background: transparent url(../images/freccia.png) no-repeat left center;
	height: 16px;
	font-size:	12px;
	font-weight:	 bold;
	text-decoration:	none;
	color: #D7AE5A;
	padding-left:	18px;
	text-transform: uppercase;
}
.strip:hover .bottom-link a {
	color: #FFFFFF;
}
.strip .bottom-link a:hover {
	color: #F3E6CC;
}
.home_banner {
	background: #000;
	height: 329px;
	width: 933px;
}
#news {
	position: absolute;
	width: 200px;
	right: 0;
	top: 60px;
}
#news-box-title {
	font-family:	'Times New Roman',Times,serif;
	color: #FFF;
	font-size:	19px;
	font-weight:	normal;
}
#news-box-content h4 {
	font-size:	13px;
	font-weight:	 bold;
	color: #D7AE5A;
	margin-top: 5px;
	text-transform: uppercase;
}
#news-box-content p {
	font-weight:	bold;
	color: #FFF;
	font-size:	11px;
	padding-right:	10px;
}
.poe {
	position: absolute;
	left: 30px;
	bottom: 20px;
}
#footer {
	margin-top: 5px;
	color: #818181;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
}

