@charset "utf-8";

a:link, a:active, a:visited, a:hover {
	color:#666;
}

body {
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	font-size:1em;
	line-height:1em;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	background:#fefefe;
}

b, strong {
	font-family: 'Open Sans', sans-serif;
	font-weight:700;
}

i {
	font-family: 'Open Sans', sans-serif;
	font-weight:400italic;
}

b i, i b {
	font-family: 'Open Sans', sans-serif;
	font-weight:700italic;
}

.clear {
	clear: both;
	padding: 0;
	margin: 0;
	line-height: 0px;
	height: 0px;
	width: 100%;
}

.spacer{
	width: 100%;
	height: 20px;
	position: relative;
	margin: 0;
	padding: 0;
}

#container {
	width: 980px;
	margin: 0 auto;
	text-align: left;
	position:relative;
}
#mainContent {
	padding: 0;
	margin: 0;
}
.logo_container{
	width: 316px;
	height: 68px;
	background-image: url(../_img_common/logo_home.png);
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
}
.menu_container{
	width: 620px;
	height: 45px;
	position: relative;
	float: right;
	margin: 23px 0 0 0;
	text-align:center;
}
.menu_container ul{
	margin: 2px 0 0 20px;
	padding: 0px;
	width:100%;
	height:45px;
	background: url(../_img_common/menu_background.png) no-repeat;
}

.menu_container ul li{
	float: left;
	display:block;
	margin: 0;
	padding: 0 36px 0 20px;
	font-size: 13px;
	line-height: 40px;
	text-align:center;
	width:auto;
	background:url(../_img_common/linea_v_menu.png) right top no-repeat;
}

ul li .selected, .menu_container ul li a.selected, .menu_container ul li a:hover {
	color: #C00;
}

ul li .selected:hover, .menu_container ul li a.selected:hover {
	color: #000;
}

.menu_container ul li.end{
	background: none;
}

.body_container{
	width: 600px;
	position: relative;
	float: right;
	margin: 30px 0 0 0;
	background-color: #FFF;
	min-height: 170px;
}
.body_bottom{
	background-image: url(../_img_common/body_background_bottom.png);
	width: 600px;
	height: 20px;
	position: relative;
	float: right;
	margin: 0;
}

.slide_container{
	position: relative;
	margin: 21px 0 0 21px;
}

.body_text{
	width: 555px;
	position: relative;
	margin: 21px 0 0 21px;
}

.body_text, .body_text p, .body_text div {
	text-align:justify;
	font-size: 12px;
	line-height: 18px;
}

.body_text h1{
	font-size: 16px;
	font-weight: bold;
	color:#C00;
	margin: 0 0 20px 0;
	font-weight: bold;
	border-bottom:#efefef 3px solid;
}

.body_text ul {
	list-style-type:square;
	margin:20px 0 0 40px;
	padding:0;
}

.body_text ul li {
	padding:4px 0;
	margin:0;
}

.body_fancy_container{
	margin: 10px 0 0 21px;
    width: 565px;
}

.thumbnail_container{
	background-image: url("../_img_common/thumb_back.png");
    background-repeat: no-repeat;
    float: left;
    height: 134px;
    margin: 5px 0;
    padding: 0;
    position: relative;
    width: 282px;
}

.thumbnail_container img{
	margin: 3px 0 0 3px;
}

.menu_band_container{
	position: absolute;
	top: 40px;
	left: -169px;
	width: 169px;
	overflow: hidden;
}

.menu_band_container ul{
	background-color: #FFF;
	width: 100%;
}
.menu_band_container ul li{
	padding:0 0 5px 0;
	margin: 0 0 0 10px;
	font-size: 13px;
	line-height:16px;
}
.menu_band_container ul li a:hover, .menu_band_container ul li a.selected:hover {
	color: #C00;
}
.menu_band_container ul li a.selected:hover {
	color: #000;
}

.menu_band_container_closer{
	margin: 0;
	padding: 0;
	height: 15px;
	background-color: #FFF;
	width: 100%;
}

.menu_band_container_shadow{
	width: 13px;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	background-image: url(../_img_common/menu_band_shadow.png);
	background-repeat: repeat-y;
}

.footer_container{
	width: 600px;
	height: 40px;
	float: right;
	margin: 30px 0 0 0;
	background-image:url(../_img_common/footer_background.png);
}

.footer_container p{
	text-align: right;
	float: right;
	margin: 5px 15px 0 0;
	font-size: 10px;
	line-height: 15px;
}

.footer_container a{
	text-decoration:underline;
}

.footer_container a:hover {
	text-decoration: none;
	color:#C00;
}

.footer_container_terms{
	width: auto;
	clear:both;
	float: right;
	margin: 0;
}
.footer_container_terms p{
	float: right;
	font-size: 10px;
	line-height: 15px;
	margin: 5px 0 0 0;
	padding:0 15px 0 15px;
	background:#fff;
	-moz-opacity:.90; filter:alpha(opacity=90); opacity:.90;
}
.footer_container_terms a{
	color:#000;
}

.footer_container_terms a:hover {
	text-decoration: none;
	color:#C00;
}
