@charset "utf-8";
/* CSS Document */
*{
	margin:0;
	padding:0;
	color:#666666;
	/*font-family:'tahoma',Arial,Helvetica,sans-serif;*/
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, Sans-serif;
	font-size:12px;
	list-style:none;
}
body{
	background:#5C5C5C url(../images/bodyBg_top.jpg) repeat-x top;
}
#container{
	width:788px;
	height:auto !important;
	height:720px;
	min-height:720px;
	margin:0 auto;
	
}
img{
	border:none;
}
/* link color */
a{
	color:#A0A0A0;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}

/*into text link*/
p a{
	color:#585858;
	text-decoration:underline;
}

p a:hover{
	color:#FFFFFF;
	background:#1C92FC;
	text-decoration:underline;
}

/* else attribute */
.left{
	float: left;
}
.right{
	float: right;
}
.clear{
	clear: both;
	font-size:1px;
	width:1px;
	height:0;
	visibility: hidden;
}
.margin{
	margin:0;	
}
.hidden {
	display: none;
}
.noBorder{
	border:none;
}
.key_word{
	color:#FFFFFF;
	background-color:#808080;
}
h1{
	font-size:18px;
	line-height:150%;
	color:#F7A32C;
	margin-bottom:5px;
}
h2{
	color:#F7A32C;	
	line-height:150%;
	font-size:14px;
}
h3{
	color:#666;	
	line-height:150%;
	font-size:14px;
}
h4{
	font-size:12px;
	line-height:150%;
	color:#F7A32C;
}
h5{
	font-size:14px;
	line-height:150%;
	color:#1C92FC;
}
h6{
	font-size:18px;
	line-height:150%;
	color:#1C92FC;
	margin-bottom:5px;
}
/*color------------------------*/
.blue{
	color:#1C92FC;
}
.croci{
	color:#F7A32C;
}
.FrenchGrey{
	color:#A0A0A0;
}
.white{
	color:#FFF;
}




#bannerBox { position:relative; width:765px; height:193px; overflow:hidden; margin:7px 0 0 10px; float:left;}
#bannerBox ul { position:absolute; left:0;}
#bannerBox ul li { width:765px; height:193px; float:left;}
