@charset "utf-8";

body {
	margin:0;
	padding:0;
	width:100%;
	background: url(images/bg_footer.jpg) center bottom no-repeat;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

td {
	font-size:11px;
}
a {
	color:#666;
}

#header {
	width:100%;
	height:159px;
	position:absolute;
	left:0;
	top:0;
	background: url(images/bg_header.jpg) left top repeat-x;
	border-bottom:1px solid #cdcdcd;
}

.header_bg {
	width:950px;
	height:149px;
	position:relative;
	left:50%;
	top:0;
	margin-left:-475px;
	background: url(images/header.jpg) center top no-repeat;
}


#menu {
	width:100%;
	height:41px;
	text-align:center;
	font-size:10px;
}

.menu_sx {
	float:left;
	list-style: none;
	margin:0;
	padding-left:225px;
}
.menu_sx li, .menu_dx li {
	float:left;
	width:70px;
	height:26px;
	padding-top:15px;
	background:url(images/bg_menu.jpg) left top repeat-x;
}
.menu_sx .sel, .menu_dx .sel {
	float:left;
	width:70px;
	height:26px;
	padding-top:15px;
	background:url(images/bg_menu_sel.jpg) left top repeat-x;
}
.menu_sx li a, .menu_dx li a {
	text-decoration: none;
	color:#000;
}
.menu_sx li a:hover, .menu_dx li a:hover {
	text-decoration: underline;
}
.menu_sx li:hover, .menu_dx li:hover {
	background:url(images/bg_menu_sel.jpg) left top repeat-x;
}
.menu_dx {
	float:left;
	list-style: none;
	margin:0;
	padding-left:85px;
}



#content {
	width:100%;
	height:450px;
	position:absolute;
	left:0;
	top:160px;
	background: url(images/bg_content.jpg) left top repeat-x;
	padding:0;
}

#content .slot {
	position:relative;
	top:0;
	left:50%;
	margin-left: -465px;
	margin-top: 10px;
	width:930px;
	height:430px;
	background:url(images/slot.jpg) left top no-repeat;
	line-height:24px;
}

.slot_left, .slot_right {
	width:465px;
	float:left;
}

#content .slot p {
	margin:0;
	padding:15px;
}

#footer {
	width:100%;
	height:100px;
	position:absolute;
	left:0;
	top:610px;
	text-align:center;
	font-size:10px;
}

#footer a {
	color:#000;
}

#footer .testo {
	color:#666666;
}

.footer_tbl {
	font-size:10px;
}

.intro {
	width:930px;
	height:450px;
	position:relative;
	top:0;
	left:50%;
	margin-left:-465px;
}

