/**** RESET STYLES ****/
* {
	margin:0;
	padding:0;
}
a img {
	border:none;
}
hr { 
  height: 20px;
  clear: both;
  width: 100%;
  color: #fff; /* o colore uguale allo sfondo */
  font-size: 1px; /* hack per IE */
  border:0;
}

/**** TEMPLATE ****/
body {
	font-family:"Times New Roman", Times, serif;
	color:#999;
	font-size:13px;
}
a {
	color:#999;
}
div#wrapper {
	width:890px;
	margin:0 auto;
	padding:20px 30px 0;
}
div#header span#titleSection {

	font-size:36px;
	color:#FFF;
	float:right;
	margin-top:40px;
	margin-right:17px;
	display:block;
}
p#path {
	padding:92px 0 0 0;
	font-size:13px;
	color:#999;
}
p#path a {
	text-decoration:none;
	color:#999;
}
div#mainContent {
	overflow:hidden;
}
p#footer {
	text-align:center;
	font-size:11px;
	margin-top:30px;
	padding-bottom:10px;
}
div#header {
	height:109px;
	width:890px;
	position:relative;
}
.red {
	background:url(../images/header_rosso.gif) 0 0 repeat-x;
}
.gray {
	background:url(../images/header_grigio.gif) 0 0 repeat-x;
}
.yellow {
	background:url(../images/header_giallo.gif) 0 0 repeat-x;
}
.orange {
	background:url(../images/header_arancio.gif) 0 0 repeat-x;
}



/**** TEXT STYLES *****/
.red {
	color:#993300;
}
.clearGray {
	color:#999999;
}
.darkGray {
	color:#666666;
}
.orange {
	color:#cc6633;
}
.yellow {
	color:#cc9933;
}
.pureRed {
	color:#cc0033;
}
.italic {
	font-style:italic;
}	
.bold {
	font-weight:bold;
}


/**** STRUCTURE STYLES ****/
.left {
	float:left
}


/**** MAIN NAVIGATION ****/
div#navigation {
	margin-top:20px;
	overflow:hidden;
	width:100%;
}
ul#mainNav {	
	width:100%;
	background:url(../images/longLine.jpg) 0 100% no-repeat;
	overflow:hidden;
	padding-bottom:5px;
	margin-left:-10px;
}
ul#mainNav li {
	list-style:none;
	display:inline;
	padding-left:30px;
	float:right;
}
ul#mainNav li a {
	color:#666;
	text-decoration:none;
	font-size:16px;
	font-weight:bold;
}
ul#mainNav li a:hover,
ul#mainNav li a.active {
 	color:#333;
}
div#navigation span {
	font-weight:bold;
	margin:0 0 0 20px;
	line-height:24px;
}



/**** MENU PRODOTTI ****/
ul#productNav {
	margin-left:20px;
	position:relative;
}
ul#productNav li {
	display:block;
	float:left;
	width:160px;
	list-style:none;
}
ul#productNav li a {
	text-decoration:none;
	font-size:14px;
	font-weight:bold;
}
ul#productNav ul {
	margin-left:0;
	
}
ul#productNav ul li {
	display:list-item;
	margin-right:0;
	list-style:none;
	padding:1px 0;
}
ul#productNav ul li a {
	text-decoration:none;
	font-size:14px;
	font-weight:bold;
	color:#999999;
}
ul#productNav ul li a:hover,
ul#productNav ul li a.active {
	color:#666666;
}


/**** MENU LINGUE ****/
ul#languages {
	float:right;
	margin-top:-17px;
}
ul#languages li {
	display:inline;
	list-style:none;
}	
ul#languages li a {
	text-decoration:none;
	font-size:13px;
	font-weight:bold;
	padding:0 10px;
}
ul#languages li a.border {
	border-right:1px solid #993300;
}
