/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 
@charset "utf-8";
* {outline-color:-moz-use-text-color;outline-style:none;outline-width:medium;}

body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;
	margin: 0px;
	padding-top:10px;
	padding-bottom: 10px;
	text-align:center;
	scrollbar-face-color:#EA4444;
	scrollbar-track-color:#FFFFFF;
	scrollbar-arrow-color:#FCE6C2;
	scrollbar-shadow-color: #EA4444;
	scrollbar-3dlight-color: #EA4444;
	scrollbar-darkshadow-color: #000000;
	buttonface: #FF0000;
	background:#E3E1DF url(../img/body_bg.jpg) repeat-x;

}

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

a:link {
	color: #3A3A3A;
	text-decoration: underline;
}

a:visited {
	color: #3A3A3A;
}

a:hover {
	text-decoration: none;
}

/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #EA4444;
}

h2{
 font-size: 114%;
 color: #EA4444;
}

h3{
 font-size: 100%;
 color: #EA4444;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}

#title{
 font-family: Verdana,Arial,sans-serif;
 font-size: 160%;
 font-weight:bold;
 color: #FFFFFF;
 padding-bottom:10px;
 margin-left:10px;
}	

hr { display:none; }

#spiegazione { display:none; }

#stampa { display:none; }

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#bodyContent { width:770px; text-align:left; margin:0 auto;}

/* header */
#head{ 
	border:0px; 
	padding:0px;
	text-align:center;
	margin:0;
	position:relative;
	width:770px;
	height:115px;
}

#masthead{
	margin: 0px;
	padding: 0px;
	border:0px;
	width: 770px;
}

#masthead2{
	margin: 0;
	padding: 0px;
	width: 770px;
	height:31px;
	background-color: #CBCACA;
}

#logo{
	margin: 0px;
	padding: 0px;
	padding-bottom:2px;
	width:200px;
	background-color:#E2E1DF;
	position:absolute;
	left:0px;
	top:0;
	height:113px;
}


#languages{
	top:0;
	position:absolute;
	float:right;
	font-size:12px;
	font-weight:bold;
	right:0;
}

#languages a{
	text-decoration:none;
	color:#444444;
}

#globalNav{
	color: #444342;
	float: right;
	text-transform:uppercase;
	font-size:11px;
	padding:0;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	top:77px;
	right:0;
	position:absolute;
}

#globalNav ul{
	padding:0;
	margin:0;
}

#globalNav ul li{
	padding:0;
	margin:0;
	float:left;
	list-style-type:none;
	border-right:1px solid #242424;
	padding-top: 12px;
	padding-bottom:12px;
}

#globalNav ul li a{
	padding-left:9px;
	padding-right:9px;
}

#globalNav img{
}

#globalNav ul li a:link{
	color: #CCCCCC;
	text-decoration:none;
}

#globalNav ul li a:visited{
	color: #CCCCCC;
	text-decoration:none;
}

#globalNav ul li a:hover{
	color:#ffffff;
	text-decoration:none;
}

#breadCrumb{
	font-size: 80%;
	padding: 0px 0px 0px 0px;
	background-color: #CBCACA;
	white-space: nowrap;
	height: 31px;
	float:left;
	line-height: 23pt;
}

#breadCrumb a:link{
	padding: 0px 0px 0px 0px;
	width: 100%;
    voice-family: "\"}\""; 
    voice-family:inherit;
	width: auto;
	font-size: 100%;
	height: 31px;
}

#breadCrumb a:visited{
	padding: 0px 0px 0px 0px;
}

#breadCrumb a:hover{
	background-color: #EC2229;
	color:#ffffff;
	text-decoration:none;
}

#breadCrumb2{
	width:497px;
	padding: 0px 0px 0px 0px;
	background-color: #CBCACA;
	float:left;
	border:0;
	text-align:left;
	
}

#header{
   padding:0px;
   border:0;
   margin:0;
   width:100%;
   background:url(../img/header_bg.jpg) repeat-x;
}

/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 7px;
	font-size: 80%;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}

#searchinput {
 background-color: #ED212A;
 color: #ffffff;
}

.inputButton {
 background-color: #ED212A;
 color: #ffffff;
}


/*********** #navBar link styles ***********/

#navBar{
	background-color: #eeeeee;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	position:absolute; top:0; left:0; 
	width:160px; 
	padding:0;
	text-align:left;
}

#navBar ul a:link {display: block; color:#3A3A3A;} 
#navBar ul a:hover {display: block; color:#3A3A3A;} 
#navBar ul a:visited {display: block; color:#3A3A3A;}
#navBar ul {list-style: none; margin: 0; padding: 0;}
#navbar #sectionlinks ul li {background:url(../img/arrow.gif) 6px 3px no-repeat; border:0px !important;}
.no-background ul li { background-image:none !important}
.arrow-background ul li { font-size:11px; text-indent:0px; padding-left:22px !important; font-weight:normal; height:100% ; margin:0;  border:0px solid !important; line-height:1.4em}
.arrow-background ul li a{border:0px solid !important; }
#navbar #sectionlinks ul li:hover {background-color:#DDDDDD  !important;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border:0px}

/* fix for browsers that don't need the hack */
html>body #navBar li {border:0px}

#navBar a:link {
	color: #3A3A3A;
	text-decoration: none;
}
#navBar a:hover {
	color: #3A3A3A;
	text-decoration:none;
}

#navBar a:visited {
	color: #3A3A3A;
	text-decoration:none;
}

#navBar img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
	padding-right: 3px;
}

/*********** #sectionLinks styles ***********/

#sectionLinks{
	margin: 0px;
	padding: 0px;
	border-bottom: 0px solid #cccccc;
	font-size: 12px;
	font-weight:bold;
	text-transform:uppercase;
}

#sectionLinks ul li a{
	background-color:none !important;
}

#sectionLinks h3{
	padding: 2px 0px 2px 10px;
	color:#000000;
	font-weight:normal;
	background-color:#FFFFFF;
	text-transform: capitalize;
	line-height:2.0em;
}

#sectionLinks a:link{
	padding: 2px 0px 2px 10px;
	border-top: 1px solid #cccccc;
    voice-family: "\"}\""; 
    voice-family:inherit;
	width: auto;
	color: #3A3A3A;
	text-decoration:none;
}

#sectionLinks a:visited{
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
	color: #3A3A3A;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #dddddd;
	padding: 2px 0px 2px 10px;
	text-decoration:none;
	color: #3A3A3A;
	text-decoration:underline;
}

#sectionLinks img{
    padding-left: 5px;
	margin-right:10px;
}


#sectionLinks1 a{
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
	color: #3A3A3A;
	display:block;
	height:40px;

}

#sectionLinks1 a:hover{
	border-top: 1px solid #cccccc;
	background-color: #ED252C;
	text-decoration:none;
}

#sectionLinks2 {
	line-height:1.1em;
	height:40px;
	margin-top:0px;
	position:relative;
}
#sectionLinks2 img {
	float:left;
}

#sectionLinks2 span {
	margin:0;
	padding:0;
	margin-top:6px;
	display:block;
}

#sectionLinks2 a{
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
	color: #3A3A3A;
	display:block;
	height:40px;
}

#sectionLinks2 a:hover{
	border-top: 1px solid #cccccc;
	background-color: #F0C826;
	text-decoration:none;
}

#sectionLinks2 a:visited{
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
	color: #3A3A3A;
}

#sectionLinks3 a{
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
	color: #3A3A3A;
	display:block;
	height:40px;
}

#sectionLinks3 a:hover{
	border-top: 1px solid #cccccc;
	background-color: #CBCE41;
	text-decoration:none;
}

#sectionLinks3 a:visited{
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
	color: #3A3A3A;
}

#sectionLinks4 a{
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
	color: #3A3A3A;
	display:block;
	height:40px;
}

#sectionLinks4 a:hover{
	border-top: 1px solid #cccccc;
	background-color: #DDDCAE;
	text-decoration:none;
}

#sectionLinks4 a:visited{
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
	color: #3A3A3A;
}


/************** #advert styles **************/

#advert {
	padding: 10px 0px 0px 10px;
	font-size: 80%;
	border-top: 1px solid #cccccc;
}

#advert img{
	padding: 0px 0px 0px 0px;
	display: block;
	border-bottom: 10px;
	border-right:10px;
	border-right-color:#A3A3A3;
	border-right-style:solid;
	border-bottom-color:#A3A3A3;
	border-bottom-style: solid;
	margin-bottom:10px;
}

#advert a:link {
	text-decoration: underline;
	color:#3A3A3A;
}

#advert a:visited {
	color:#3A3A3A;
	text-decoration: underline;
}

#advert a:hover {
	text-decoration:none;
	color:#3A3A3A;
}

.feature{
	padding: 10px 10px 0px 5px;
	font-size: 70%;
	background-color:#A3A3A3;
	border:0;
	margin: 0 0px 5px 10px;
}


.feature img{
	float: left;
	padding: 5px 0px 0px 0px;
	margin: 0 5px 5px 0;
	border:0;
	vertical-align: text-bottom;
}

/************** .content styles *****************/

#content{
	background-color:#FFFFFF;
	margin:0 250px 0 160px; 
	padding: 0px 0px 0px 0px;
	width: 350px; 
	margin-bottom:10px;
	text-align:left;
	border:0;
}

#content a:link{
	color: #E54748;
	text-decoration: underline;
}

#content a:visited {
	color: #E54748;
}

#content a:hover {
	text-decoration: none;
	color: #E54748;
}

#content2 {
	background-color:#FFFFFF;
	margin:0 0px 0 160px; 
	padding: 0px 0px 0px 0px;
	width: 600px;
	margin-bottom:10px;
	text-align:left;
	border:0;
}

#content2 a:link{
	color: #E54748;
	text-decoration: underline;
}

#content2 a:visited {
	color: #E54748;
}

#content2 a:hover {
	text-decoration: none;
	color: #E54748;
}

#catalogueText {
	background-color:#FFFFFF;
	padding: 0px 0px 0px 0px;
	text-align:left;
	border:0;
}

#catalogueText img {
    float:left;
	border:0;
}

#catalogueLinks {
	text-align:center;

}

#catalogueLinks a:link{
	padding: 2px 0px 2px 2px;
	color: #E54748;
	text-decoration:none;
	text-align:center;

}

#catalogueLinks a:hover{
	background-color: #cccccc;
	padding: 2px 0px 2px 2px;
	text-decoration:none;
	color: #3A3A3A;
	text-align:center;

}

#catalogueLinks a:visited{
	padding: 2px 0px 2px 2px;
	color: #E54748;
	text-decoration:none;
	text-align:center;

}

/************** .story styles *****************/

.story-home{
	padding: 10px 20px 10px 20px;
	font-size: 80%;
	margin-top:18px;
	background-color:#FFFFFF;
}

.story-home p{
	padding: 0px 0px 10px 0px;
}

.story-home img{
	padding: 0px 0px 0px 0px;
	border-bottom: 10px;
	border-right:10px;
	border-right-color:#A3A3A3;
	border-right-style:solid;
	border-bottom-color:#A3A3A3;
	border-bottom-style: solid;
	margin-bottom:4px;
	vertical-align: top;
}

#story-home a:link {
	text-decoration: underline;
	color:#EA4544;
}

#story-home a:visited {
	color:#EA4544;
}

#story-home a:hover {
	text-decoration:none;
	color:#EA4544;
}

.story{
	padding: 10px 10px 10px 20px;
	font-size: 80%;
	margin-top:18px;
	background-color:#FFFFFF;
}

.story p{
	padding: 0px 0px 10px 0px;
}

.story img{
	padding: 0px 0px 0px 0px;
	border-bottom: 10px;
	border-right:10px;
	border-right-color:#A3A3A3;
	border-right-style:solid;
	border-bottom-color:#A3A3A3;
	border-bottom-style: solid;
	margin-right:10px;
	margin-bottom:4px;
	float:left;
	vertical-align: top;
}

#story a:link {
	text-decoration: underline;
	color:#EA4544;
}

#story a:visited {
	color:#EA4544;
}

#story a:hover {
	text-decoration:none;
	color:#EA4544;
}

.story-prodotti {
	padding: 10px 20px 10px 20px;
	font-size: 80%;
	margin-top:18px;
	background-color:#FFFFFF;
}

.story-prodotti p{
	padding: 0px 0px 10px 0px;
}

.story-prodotti img{
	padding: 0px 0px 0px 0px;
	float: left;
	vertical-align: top;
	margin-left: 0px;
	margin-right: 10px;
	margin-bottom: 4px;
}

#story-prodotti a:link {
	text-decoration: underline;
	color:#EA4544;
}

#story-prodotti a:visited {
	color:#EA4544;
}

#story-prodotti a:hover {
	text-decoration:none;
	color:#EA4544;
}


table {
	font-size:90%;
	width:95%;
	margin:0px;
}

td {
	background-color: #EAEAEA;
	padding:10px;
	margin:10px;
	border:2px;
	border-style:solid;
	border-color:#ffffff;
}

td img {border:0px; 
		border-bottom:0 !important; 
		border-right:0 !important; 
		margin-bottom:0px !important; 
		margin-right:0px !important; 
		float:none !important
}

td a:img{padding:0; 
		margin:0 auto; 
		text-align:center
}

.forminput {
 background-color: #ED212A;
 color: #ffffff;
}

.tdDark {background-color:#DDDDDD; 
		font-size:9px; 
		text-transform:uppercase; 
		color:#666666
}

/************** .news styles *****************/

.news{
	font-size: 80%;
	background-color:#EAE8E7;
	margin:0 0 0 520px; 
	position:absolute; top:0; right:0; 
	width:250px; 
	padding:10px;
	margin-bottom:10px;
	text-align:left;
}

.news p{
	padding: 0px 0px 10px 0px;
}

.news img{
	padding: 0px 0px 0px 0px;
	border-bottom-style: solid;
	border-bottom:10px;
	border-right:10px;
	border-right-color:#FFFFFF;
	border-right-style:solid;
	border-bottom-color:#FFFFFF;
}

#news a:link {
	text-decoration: underline;
	color:#EA4544;
}

#news a:visited {
	color:#EA4544;
}

#news a:hover {
	text-decoration: none;
	color:#EA4544;
}


/************* #siteInfo styles ***************/

#siteInfo{
	font-size: 75%;
	color: #ffffff;
	padding: 5px 5px 5px 5px;
	margin-top: 10px;
	background-color: #EA4444;
	text-align:center;
}

#siteInfo a:link {
	color: #ffffff;
	text-decoration: underline;
}
#siteInfo a:hover {
	color: #ffffff;
	text-decoration:none;
}

#siteInfo a:visited {
	color: #ffffff;
}


#siteInfo img{
	vertical-align: middle;
	border:5px;
	margin-right:10px;
	border-color:#EA4444;

}


/* body */
#globalcontent {
	position:relative;
	background:#ffffff;
	border:0;
	padding:0px;
	width:770px;
}


/* foother */
#foother { 
	border:0px; 
	padding:0px;
	width:610px;
	float:right;
	margin-bottom:10px;
	margin-top:0px;
}
