/*---------------- STILI COMUNI A TUTTE LE PAGINE ----------------------------*/
* {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
}

body {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	background: url(../immagini/frame/bg.jpg) repeat-x top #FFFFFF;
}

html,
input,
textarea
{
	font-family: Verdana, Helvetica, sans-serif;
	color: #666666;
}

span.hidden_data {
	display: block;
}

.hidden_data {
	position: absolute;
	top: -10000px;
	left: -10000px;
	visibility: hidden;
}

.clear {
	clear: both;
}

.fleft {
	float: left;
}

.fright {
	float: right;
}

div.container {
	width: 100%;
	overflow: hidden;
}

a img {
	border: 0px;
}

img {
	vertical-align: top;
}

a {
	color: #AD1B1B;
	text-decoration: underline;
} 

a:hover {
	text-decoration: none;
}

.vspacer10 {
	clear: both;
	height: 10px;
	line-height: 10px;
	font-size: 1px;
	overflow: hidden;
}

.vspacer14 {
	clear: both;
	height: 14px;
	line-height: 14px;
	font-size: 1px;
	overflow: hidden;
}

.vspacer17 {
	clear: both;
	height: 17px;
	line-height: 17px;
	font-size: 1px;
	overflow: hidden;
}

#header {
	position: fixed;
	width: 100%;
	height: 111px;
	overflow: hidden;
	background: url(../immagini/frame/header_bg.gif) repeat-x top;

	top: 0px;
	left: 0px;
}

#menu_1_indent {
	padding-top: 0px;
	width: 100%;
	height: 37px;
	overflow: hidden;
}

#menu_1 {
	margin: 0;
	padding: 0;
	position: absolute;

	width: 100%;
	height: 37px;

	visibility: hidden;
}

#menu_1 .menu_cnt {
	float: left;
	height: 37px;
	overflow: hidden;
}

#menu_1 ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#menu_1 ul li {
	position: relative;
	display: inline;
	float: left;

	width: 102px;
	height: 36px;
}

#menu_1 ul li a {
	display: block;
	text-align: center;

	height: 34px;
	line-height: 34px;
	padding-bottom: 2px;

	width: 102px;

	font-size: 10px;

	color: #CCCCCC;
	text-decoration: none;

	overflow: hidden;
}

* html #menu_1 ul li a { /*IE6 hack to get sub menu links to behave correctly*/
	display: inline-block;
}

#menu_1 ul li a:hover {
	color: #AD1B1B;
	text-decoration: none;
}

#menu_1 ul li a.selected, #menu_1 ul li a.selected:hover {
	color: #AD1B1B;
}

#menu_1 ul li.sep {
	height: 37px;
	width: 2px;

	background: url(../immagini/frame/menu_1/sep.jpg) no-repeat top;
}

#menu_2_indent {
	padding-top: 14px;
	width: 100%;
	height: 17px;
	overflow: hidden;
}

#menu_2 {
	margin: 0;
	padding: 0;
	position: absolute;

	width: 100%;
	height: 17px;

	visibility: hidden;
}

#menu_2 .menu_cnt {
	float: left;
	height: 17px;
	overflow: hidden;
}

#menu_2 ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#menu_2 ul li {
	position: relative;
	display: inline;
	float: left;

	height: 17px;
}

#menu_2 ul li a {
	display: block;
	float: left;
	text-align: center;

	height: 17px;
	line-height: 17px;

	overflow: hidden;

	font-size: 10px;

	color: #3A3A3A;
	text-decoration: none;

	padding-left: 8px;
	padding-right: 8px;
}

* html #menu_2 ul li a { /*IE6 hack to get sub menu links to behave correctly*/
	display: inline-block;
}

#menu_2 ul li a:hover {
	color: #8C0404;
	text-decoration: none;
}

#menu_2 ul li a.selected, #menu_2 ul li a.selected:hover {
	color: #8C0404;
}

#menu_2 ul li.sep {
	height: 17px;
	width: 2px;

	background: url(../immagini/frame/menu_2/sep.jpg) no-repeat top;
}

#slide_down_indent {
	clear: both;
	width: 947px;
	height: 43px;
	overflow: hidden;
}

#main {
	margin: 0 auto;
	text-align: left;
	width: 947px;
}

#headertop {
	clear: both;
	padding-top: 111px;
	height: 0px;
	width: 947px;
	overflow: hidden;
}

#middle {
	clear: both;
	width: 947px;
	overflow: hidden;
}

#left {
	float: left;
	width: 18px;
	overflow: hidden;

	background: url(../immagini/frame/bg_left.gif) repeat-y top #D3D3D3;
}

#center {
	float: left;
	width: 911px;
	overflow: hidden;
}

#top {
	width: 911px;
	height: 441px;
	overflow: hidden;
}

#logo {
	position: absolute;
	width: 911px;
	height: 133px;
	overflow: hidden;
}

#banner_top {
	padding-top: 133px;
	width: 911px;
	height: 181px;
	overflow: hidden;

	background-color: #FFFFFF;
}

#banner_top .frame_top {
	width: 911px;
	height: 11px;
	overflow: hidden;
	background: url(../immagini/frame/banner_top/frame_top.jpg) no-repeat top #E8E8E8;
}

#banner_top .frame_left {
	float: left;
	width: 25px;
	height: 160px;
	overflow: hidden;
	background: url(../immagini/frame/banner_top/frame_left.jpg) no-repeat top #E8E8E8;
}

#banner_top .frame_center {
	float: left;
	width: 864px;
	height: 160px;
	overflow: hidden;
	background: url(../immagini/frame/banner_top/frame_center.jpg) repeat-x top #E8E8E8;
}

#banner_carousel {
}

.stepcarousel {
	position: relative; /*leave this value alone*/
	overflow: scroll; /*leave this value alone*/
	width: 864px; /*Width of Carousel Viewer itself*/
	height: 160px; /*Height should enough to fit largest content's height*/
}

.stepcarousel .belt {
	position: absolute; /*leave this value alone*/
	left: 0;
	top: 0;
}

.stepcarousel .panel {
	float: left; /*leave this value alone*/
	overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
	padding-right: 8px; /*margin around each panel*/
	width: 210px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
	height: 160px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}

.stepcarousel .indent {
	width: 194px;
	padding-left: 8px;
	padding-right: 8px;

	height: 146px;
	padding-top: 7px;
	padding-bottom: 7px;

	background: url(../immagini/frame/banner_top/bg_frame.gif) no-repeat top #C1C1C1;

	overflow: hidden;
}

#banner_top .frame_right {
	float: left;
	width: 22px;
	height: 160px;
	overflow: hidden;
	background: url(../immagini/frame/banner_top/frame_right.jpg) no-repeat top #E8E8E8;
}

#banner_top .frame_bottom {
	width: 911px;
	height: 10px;
	overflow: hidden;
	background: url(../immagini/frame/banner_top/frame_bottom.jpg) no-repeat top #E8E8E8;
}

#favourite {
	float: left;

	width: 140px;
	padding-left: 91px;
	padding-right: 13px;

	height: 69px;
	padding-top: 13px;
	padding-bottom: 17px;

	overflow: hidden;
	background: url(../immagini/frame/search_top/bg_favourite.jpg) no-repeat top;
}

#content {
	width: 885px;
	padding-left: 14px;
	padding-right: 12px;

	overflow: hidden;

	background-color: #FFFFFF;

	font-size: 10px;
	line-height: 14px;
}

#right {
	float: left;
	width: 18px;
	overflow: hidden;

	background: url(../immagini/frame/bg_right.gif) repeat-y top #D3D3D3;
}

#footer {
	width: 947px;
	height: 89px;
	overflow: hidden;

	background: url(../immagini/frame/footer/bg.jpg) no-repeat top #FFFFFF;
}

#footer .row1 {
	width: 911px;
	padding-left: 18px;
	padding-right: 18px;

	height: 23px;
	padding-top: 6px;
	line-height: 23px;

	overflow: hidden;

	color: #666666;
}

#footer .row1 a {
	color: #666666;
	text-decoration: none;
}

#footer .row1 a:hover {
	color: #AD1B1B;
	text-decoration: none;
}

#footer .row1 .left {
	float: left;
	width: 344px;
	height: 23px;
	overflow: hidden;
}

#footer .row1 .center {
	float: left;
	width: 402px;
	height: 23px;
	text-align: center;
	overflow: hidden;
}

#footer .row1 .right {
	float: left;
	width: 165px;
	height: 23px;
	text-align: right;
	overflow: hidden;
}

#footer .row2 {
	clear: both;

	width: 900px;
	padding-left: 21px;
	padding-right: 26px;

	height: 30px;
	padding-top: 3px;
	padding-bottom: 13px;
	line-height: 15px;

	text-align: center;

	color: #999999;

	overflow: hidden;
}

#footer .row2 a {
	color: #999999;
	text-decoration: underline;
}

#footer .row2 a:hover {
	color: #AD1B1B;
	text-decoration: none;
}

#banner_bottom {
	width: 911px;
	padding-left: 18px;
	padding-right: 18px;

	height: 219px;
	padding-bottom: 20px;

	overflow: hidden;
}

#banner_bottom .indent {
	float: left;

	width: 224px;
	height: 219px;
	padding-right: 5px;

	overflow: hidden;
}

#banner_bottom .last {
	padding-right: 0px;
}

#banner_bottom .banner {
	width: 200px;
	padding-left: 12px;
	padding-right: 12px;
	height: 200px;
	padding-top: 10px;
	padding-bottom: 9px;

	background: url(../immagini/frame/banner_bottom/bg_frame.jpg) no-repeat top #808080;

	overflow: hidden;
}

.txt_style_01 {
	color: #AD1B1B;
}

.txt_style_02 {
	padding-top: 15px;
	text-align: justify;
	font-size: 12px;
}
/*---------------- FINE STILI COMUNI A TUTTE LE PAGINE ----------------------------*/
