/*------------------------------------------------------------------
[Table of contents]

* body
	+ Wrapper / #wrap
		- Main / #main
			- Header / #header
				- Language / #language
			- Container / #container
				- Sidebar / #sidebar
					- Sidenav / #sidenav
					- Search / #search
				- Content / #content
				- Extra / #extra
			- Footer / #footer
-------------------------------------------------------------------*/

body{text-align: center;}

/* ------------------------- #wrap ------------------------- */
div#wrap{width: 970px;margin: 0 auto;}

/* ------------------------- #main ------------------------- */
div#main{text-align: left;margin: 20px 0 0;}
	
	
	
	/* ------------------------- #header ------------------------- */
	div#header{
		width: 970px;
		height: 100px;
		position: relative;
		background-repeat: no-repeat;
		background-position: left top;
	}
	div#header bg{
		background-image: url(../images/header_bg.jpg);	
		}
	div#header bg1{
		background-image: url(../images/header_bg1.jpg);	
		}
	div#header bg2{
		background-image: url(../images/header_bg2.jpg);	
		}
	div#header bg3{
		background-image: url(../images/header_bg3.jpg);	
		}
	div#header bg4{
		background-image: url(../images/header_bg4.jpg);	
		}
		#header h1{
			width: 364px;
			height: 63px;
			position: absolute;
			top: 10px;
			left: 20px;
			background-image: url(../images/giorinox.png) !important;
			background-image: url(../images/giorinox.gif);
			background-repeat: no-repeat;
			background-position: left top;
			text-indent: -9000px;
		}
			#header h1 a{
	display: block;
	width: 364px;
	height: 63px;
}
#sidenav .news {
	font-weight: bold;
	text-transform: uppercase;
	color: #999999;
}

				#header h1 a:hover{}
		
		#header h2{
			font-weight: normal;
			color: #CCC;
			position: absolute;
			top: 75px;
			left: 85px;
		}
		#header p{}
		
		
		/* ------------------------- #headnav ------------------------- */
		div#headnav{position: absolute;top: 10px;right: 0;font-size: 10px;}
			#headnav a{}
				#headnav a:hover{}
				#headnav a.active{}
		/* ------------------------- #headnav ------------------------- */
		
		
		/* ------------------------- #language ------------------------- */
		div#language{position: absolute;top: 30px;right: 0;}
			#language a{width: 16px;height: 11px;margin: 0 0 0 8px;}
		/* ------------------------- #language ------------------------- */
		
		/* ------------------------- #cart ------------------------- */
		div#search{position: absolute;bottom: 0;right: 0;width: 200px;height: 50px;}
		div#cart{width: 200px;height: 50px;}
			#cart a{
				display: block;
				width: 200px;
				height: 50px;
				color: #FFF;
				font-size: 16px;
				font-weight: bold;
				text-decoration: none;
				position: relative;
				background-repeat: no-repeat;
				background-position: left top;
			}
				#cart a span{position: absolute;position: absolute;top: 15px;left: 70px;}
				#cart a.register{background-image: url(../images/register.gif);}
				#cart a.cart{background-image: url(../images/cart.gif);}
		/* ------------------------- #cart ------------------------- */
		
		
	/* ------------------------- #header ------------------------- */
	
	
	/* ------------------------- #top menù ------------------------- */
	
#topmenu {
	padding-left: 210px;
}
		
#topmenu a{
	text-decoration: none;
	padding-right: 18px;
	padding-left: 18px;
}
	/* ------------------------- #container ------------------------- */
	div#container{clear: both;margin: 10px 0 0;}
	
		img.left{float: left;margin: 0 10px 10px 0;}
		img.right{float: right;margin: 0 0 10px 10px;}
	
	
		/* ------------------------- #sidebar ------------------------- */
		div#sidebar{float: left;width: 220px;}
			
			
			/* ------------------------- #sidenav ------------------------- */
			div#sidenav{}
				#sidenav ul{list-style: none;margin: 0;padding: 0;}
					#sidenav ul li{
						background-image: url(../images/sidenav_li_bg.gif);
						background-repeat: no-repeat;
						background-position: left 28px;
						line-height: 29px;
						padding: 0;
						margin: 0;
					}
						#sidenav ul li a{color: #999;text-decoration: none;margin: 0 0 0 10px;}
							#sidenav ul li a:hover{color: #ED0000;}
							#sidenav ul li a.active{color: #ED0000;}
.active {
	color: #ED0000;
}

						
						#sidenav ul li li a{margin: 0 0 0 20px;}
							#sidenav ul li li li a{margin: 0 0 0 30px;}
			/* ------------------------- #sidenav ------------------------- */
			
			/* ------------------------- #search ------------------------- */
			div#search{
	width: 210px;
	height: 50px;
	border:1px;
}
				#search form{width: 210px;height: 50px;margin: 0;padding: 0;position: relative;}
					#search #searchbox{
						position: absolute;
						top: 16px;
						left: 10px;
						width: 130px;
						height: 16px;
						background-color: #FFF;
						color: #000;
						border: 1px solid #CCC;
						margin: 0;
						padding: 0;
						font-size: 10px;
						line-height: 16px;
					}
					#search button{
						position: absolute;
						top: 16px;
						right: 5px;
						width: 60px;
						height: 18px;
						font-size: 9px;
						line-height: 18px;
						color: #666;
						background-color: #EEE;
						background-image: url(../images/search_button_bg.gif);
						background-repeat: no-repeat;
						background-position: left top;
						text-transform: uppercase;
						margin: 0;
						padding: 0;
						border: none;
						cursor: pointer;
					}
						#search button:focus{margin: 0;padding: 0;}
			/* ------------------------- #search ------------------------- */
						
		/* ------------------------- #sidebar ------------------------- */
		
		
		
		/* ------------------------- #content ------------------------- */
		div#content{float: left;}
		
			/* ------------------------- #extra ------------------------- */
			div#breadcrumb{font-size: 10px;margin: 0 0 10px;}
			/* ------------------------- #extra ------------------------- */
		
		/* ------------------------- #content ------------------------- */
		
		
		
		/* ------------------------- #extra ------------------------- */
		div#extra{float: right;}
		/* ------------------------- #extra ------------------------- */
		
			
	/* ------------------------- #container ------------------------- */
	
	
	
	/* ------------------------- #footer ------------------------- */
	div#footer{
		clear: both;
		width: 970px;
		height: 60px;
		border-top: 1px solid #EEE;
		font-size: 10px;
		position: relative;
		margin: 10px 0 0;
	}
		#footer a{}
			#footer a:hover{}
	
		/* ------------------------- #company ------------------------- */
		div#company{
	position: absolute;
	top: 10px;
	left: 0;
	text-align: left;
	width: 216px;
}
		/* ------------------------- #company ------------------------- */
		
		/* ------------------------- #copy ------------------------- */
		div#copy{position: absolute;top: 10px;right: 0;text-align: right;}
		/* ------------------------- #copy ------------------------- */
		
		/* ------------------------- #piva ------------------------- */
		div#piva{position: absolute;top: 30px;left: 0;text-align: right;}
		/* ------------------------- #piva ------------------------- */
		
		/* ------------------------- #info ------------------------- */
		div#info{position: absolute;top: 30px;right: 0;text-align: right;}
		/* ------------------------- #info ------------------------- */
		
	/* ------------------------- #footer ------------------------- */
	
	
	
/* ------------------------- #main ------------------------- */

.titolo {
	font-size: 14px;
	color: #FF0000;
	font-weight: bold;
}
.tr_linea {
	border-bottom:1px solid #CCCCCC;

}
.tr_grigio {
	font-size: 10px;
	font-weight: bold;
	color: #999999;
	background-color: #DFDFDF;
}
.titolo_link {
	font-size: 13px;
	color: #FF0000;
	font-weight: bold;
}
.tr_linea2 {
	border-bottom:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;

}


/* ------------------------- #wrap ------------------------- */
.error {
	font-weight: bold;
	color: #666666;
	background-color: #DFDFDF;
}
.categoriamappa { padding-left: 25px; color: #000; font-weight: bold; height:20px; color: #666;}

.categoriamappa a {
	color:#666;
}
.categoriamappa a:hover {
	color:#ED0000;
}
.mappasito {
	list-style-type: none;
	border-left: 1px solid #CCC;
	margin:  5px 0px 5px 25px;
	padding: 3px 0px 3px 25px;
	}
.mappasito li { line-height: 22px;
	}
