@charset "utf-8";
/* CSS Document */

.flipbook_box {
	width:500px;
	height:380px;
	overflow:hidden;
	border:none;
	margin-top:20px;
	margin-bottom:20px;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	margin:0px;
	background-image:url(images/bg.png);
	background-repeat:repeat-x;
	background-color:#c8c8c8;
}

img {
	border:0px;	
}

table {
	border:0px;
}

#main {
	width:924px;
	height:800px;
	margin:auto;
	
}

#header {
	width:924px;
	height:180px;
	background-image:url(images/bg_header.jpg);
	background-repeat:no-repeat;
	position:relative;
}

#header_button_row {
	position:absolute;
	width:924px;
	height:44px;
	margin-top:81px;
	text-align:center;
}

#header_tagline {
	position:absolute;
	width:400px;
	height:32px;
	margin-top:40px;
	margin-left:262px;
}

#header_selected_button a:link{
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
}

#header_selected_button a:visited{
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;	
}

#header_selected_button a:hover{
	font-weight:bold;
	color:#FF0000;
	text-decoration:underline;
}

#header_selected_button a:active{
	font-weight:bold;
	color:#FF0000;
	text-decoration:underline;
}

#header_flag_row {
	position:absolute;
	margin-left:840px;
	margin-top:30px;
	height:32px;
}

#header_flag_item {
	margin-left:3px;
	margin-right:3px;
	height:32px;
	float:left;
}


.header_button a:link{
	font-weight:bold;
	color:#666666;
	text-decoration:none;
}

.header_button a:visited{
	font-weight:bold;
	color:#666666;
	text-decoration:none;	
}

.header_button a:hover{
	font-weight:bold;
	color:#FF0000;
	text-decoration:underline;
}

.header_button a:active{
	font-weight:bold;
	color:#FF0000;
	text-decoration:underline;
}


.header_button {
	float:left;
	width:118px;
	height:44px;
	background-image:url(images/header_button.png);
	background-repeat:no-repeat;
	color:#666666;
}

#button_alignment {
	width:590px;
	margin-left:160px;
}

#header_selected_button {
	float:left;
	width:118px;
	height:44px;
	background-image:url(images/header_button_selected.png);
	background-repeat:no-repeat;
	color:#FFFFFF;
}

.header_button_text {
	font-size:small;
	font-weight:bold;
	margin-left:14px;
	margin-top:18px;
	width:90px;
	height:30px;
	text-align:center;
}

#logo_ati {
	width:320px;
	height:74px;
	position:absolute;
	margin-left:5px;
	margin-top:15px;
} 

#content_container_top {
	width:924px;
	height:20px;
	background-image:url(images/bg_content_top.png);
	background-repeat:no-repeat;	
}

#content_container_middle {
	width:924px;
	background-image:url(images/bg_content_middle.png);
	overflow:hidden;
}

#columns_container {
	width:890px;
	margin-left:17px;
	overflow:hidden;
}

#left_column {
	width:190px;
	float:left;
	overflow:hidden;
}

#center_column {
	width:500px;
	margin-left:5px;
	margin-right:5px;	
	float:left;
	overflow:hidden;
	font-size:small;
	min-height:10px;
}

#right_column {
	width:190px;
	float:left;
	overflow:hidden;
}

.page_title {
	font-size:24px;
	color:#F00;
	margin-bottom:20px;
}

.attachment_row {
	overflow:hidden;
	width:500px;
	margin-top:20px;
}

.attachment_box {
	width:115px;
	height:120px;
	overflow:hidden;
	margin-left:0px;
	margin-right:10px;
	float:left;
}

.attachment_image {
	overflow:hidden;
	text-align:center;
}

.attachment_image img {
	width:64px;
	height:64px;
}

.attachment_title {
	width:100%;
	text-align:center;
	margin-top:10px;
	font-size:12px;	
}

table.tabella_area_download {
	font-size:11px;
	width:500px;
	text-align:center;
	
}

tr.intestazione_tabella_area_download {
	background-color:#CCC;
	
}

td.tabella_area_download {
	margin:0px;
	padding:2px;
	vertical-align:top;
	padding-bottom:10px;
	padding-top:10px;
	border:1px solid #CCC;
}


.menu {
	width:190px;
	overflow:hidden;
}


.menu_top {
	width:190px;
	height:28px;
	background-image:url(images/menu_top.png);
	background-repeat:no-repeat;
}

.menu_header_text {
	width:170px;
	margin-left:10px;
	padding-top:5px;
	text-align:center;
	font-size:small;
	font-weight:bold;
	color:#FFFFFF;
}

.menu_text {
	width:160px;
	margin-left:15px;
	padding-top:5px;
	text-align:left;
	font-size:small;
	color:#666666;
}

.menu_text a:link{
	color:#666666;
	text-decoration:none;
	font-weight:normal;
}

.menu_text a:visited{
	color:#666666;
	text-decoration:none;
	font-weight:normal;
}

.menu_text a:hover{
	color:#FF0000;
	text-decoration:underline;
	font-weight:normal;
}

.menu_text a:active{
	color:#FF0000;
	text-decoration:underline;
	font-weight:normal;
}

.menu_middle {
	width:190px;
	background-image:url(images/menu_middle.png);
	background-repeat:repeat-y;
	overflow:hidden;
}
.menu_bottom {
	width:190px;
	height:20px;
		background-image:url(images/menu_bottom.png);
	background-repeat:no-repeat;
}

#content_container_bottom {
	width:924px;
	height:20px;
	background-image:url(images/bg_content_bottom.png);
	background-repeat:no-repeat;	
}

.greybox {
	width:500px;
	overflow:hidden;
	margin-bottom:10px;
}

.greybox_top {
	width:500px;
	height:10px;
	background-image:url(images/greybox_top.png);
	background-repeat:no-repeat;
	margin:0px;
}

.greybox_bottom {
	width:500px;
	height:10px;
	background-image:url(images/greybox_bottom.png);
	background-repeat:no-repeat;
	margin:0px;
}

.greybox_middle {
	width:500px;
	background-image:url(images/greybox_middle.png);
	background-repeat:repeat-y;
	margin:0px;
}

.greybox_text {
	width:480px;
	padding-left:10px;
	text-align:justify;
	color:#333333;
	font-size:small;
}

.product_row {
	width:500px;
	overflow:hidden;
	margin-bottom:10px;
	margin-top:10px;
}

.product_box {
	width:245px;
	float:left;
	margin-right:1px;
	margin-left:2px;
	overflow:hidden;
	font-size:small;
	text-align:center;
	min-height:1px;
}

.product_box .product_title {
	font-size:small;
	color:#F00;
	font-weight:bold;
}

.title_red_short {
	width:245px;
	height:34px;
	background-image:url(images/bg_title_red_short.png);
	background-repeat:no-repeat;
}

.title_red_short_text {
	width:225px;
	margin-left:10px;
	padding-top:8px;
	text-align:center;
	color:#FFF;
	font-size:small;
	font-weight:bold;
}

.section_title {
	font-size:medium;
	color:#F00;
	font-weight:bold;
}

#footer {
	width:924px;
	height:120px;
	background-image:url(images/footer.png);
	background-repeat:no-repeat;
}

#footer_site_map {
	width:350px;
	height:90px;
	margin-top:15px;
	margin-left:20px;
	float:left;
	text-align:right;
	font-size:small;
	color:#FFFFFF;
}

#footer_contacts {
	width:350px;
	height:90px;
	margin-top:15px;
	margin-right:20px;
	float:right;
	text-align:left;
	font-size:small;
	color:#FFFFFF;
}

#credits {
	margin-top:10px;
	margin-bottom:20px;
	width:924px;
	text-align:center;
	font-size:small;
}

a:link{
	color:#09C;
	text-decoration:none;
	font-weight:bold;
}

a:visited{
	color:#09C;
	text-decoration:none;
	font-weight:bold;
}

a:hover{
	color:#FF0000;
	text-decoration:underline;
	font-weight:bold;
}

a:active{
	color:#FF0000;
	text-decoration:underline;
	font-weight:bold;
}

.title_red_short_text a {
	color:#FFFFFF;
	font-weight:bold;
	
}

#footer a {
	color:#FFFFFF;
	font-weight:bold;
	
}

#credits a {
	color:#666666;
	font-weight:bold;
	
}

#right_column a {
	color:#09C;
	font-weight:bold;
	
}


/* PRODUCT RANGE */

.product_range_container {
	margin-top:20px;
	margin-bottom:20px;
	width:500px;
	min-height:10px;
	overflow:hidden;
}

.product_range_description {
	text-align:justify;
}

.getadobe {
	font-size:10px;
	text-align:justify;
}
