@charset "utf-8";
html,body {
	margin:0;
	padding:0;
	border:0;			/* This removes the border around the viewport in old versions of IE */
	
	font-size:85%;
	text-align: center;
	font-family: "Trebuchet MS";
	
	background-color: #211F1F;
    }
	#container {
	background:#211f1f url(/images/body-bg.gif) repeat-y center;
	width:1020px;
	margin:auto;
	}
	a {
	color:#52300C;
	}
	a:hover {
	color:#fff;
	text-decoration:none;
	background-color: #006633;
	}
    h1, h2, h3 {
	padding:0;
	margin-top: 0.8em;
	margin-right: 0;
	margin-bottom: 1em;
	margin-left: 0;
	font-size: 150%;
    }
    p {
        margin:.4em 0 .8em 0;
        padding:0;
    }
img {
	margin: 0px;
	padding: 0px;
}
	/* Header styles */
    #header {
	width:1020px;
	text-align: left;
	height: 170px;
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #211F1F;
	background-image: url(images/logo.jpg);
    }
	
	#header p,
	#header h1,
	#header h2 {
	    padding:.4em 15px 0 15px;
        margin:0;
	}
	#headerbar {
	display: block;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	background-image: url(images/center.gif);
	background-repeat: repeat-x;
	height: 30px;
	padding: 0px;
	}
	#headerbar ul {
	clear:left;
	float:left;
	width:100%;
	list-style:none;
	padding:0;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	}
	#headerbar ul li {
	display:inline;
	list-style:none;
	margin:0;
	padding:0;

	}
	#headerbar ul li a {
	display:block;
	float:left;
	text-align:center;
	color:#FFFFFF;
	text-decoration:none;
	position:relative;
	border-right-width: 1px;
	border-right-style: groove;
	border-right-color: #678B49;
	line-height: 1.3em;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 1px;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
	font-weight: bold;
	}
	#headerbar ul li a:hover {
	color:#fff;
	background-color: #462808;
	}
	#headerbar ul li a.active,
	#headerbar ul li a.active:hover {
	    color:#fff;
	    background:#000;
	    font-weight:bold;
	}
	#headerbar ul li a span {
	    display:block;
	}
	#header img {
	padding-left: 1px;
	}
	/* 'widths' sub menu */
	
	/* column container */
	.colmask {
	text-align: left;
	position:relative;		/* This fixes the IE7 overflow hidden bug */
	clear:both;
	/*float:left;*/
	width:981px;			/* width of whole page */
	overflow:hidden;	/* This chops off any overhanging divs */
	;
	background-color: #FFFFFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	
	}
	/* common column settings */
	.colright,
	.colmid,
	.colleft {
		float:left;
		width:100%;				/* width of page */
		position:relative;
	}

	.struttura1,
	.struttura2,
	.struttura3 {
		float:left;
		position:relative;
		padding:0 0 1em 0;	/* no left and right padding on columns, we just make them narrower instead 
								only padding top and bottom is included here, make it whatever value you need */
		overflow:hidden;
	}
	/* 3 Column settings */
	.threecol {
		background:#fff;		/* right column background colour */
	}
	.threecol .colmid {
		right:25%;				/* width of the right column */
		background:#fff;		/* center column background colour */
	}
	.threecol .colleft {
		right:50%;				/* width of the middle column */
		background:#fff;		/* left column background colour */
	}
	.threecol .struttura1 {
		width:46%;				/* width of center column content (column width minus padding on either side) */
		left:102%;				/* 100% plus left padding of center column */
	}
	.threecol .struttura2 {
	width:21%;				/* Width of left column content (column width minus padding on either side) */
	left:29%;				/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
	margin: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	
	}
	.threecol .struttura3 {
	width:21%;				/* Width of right column content (column width minus padding on either side) */
	left:85%;				/* Please make note of the brackets here:
								(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	
	}
	.struttura2 h3 {
	font-size:90%;
	color: #333333;
	display: block;
	line-height: 30px;
	font-weight: bold;
	text-align: left;
	}
	.struttura2 ul {
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	}
		.struttura2 ul li {
	
	padding-bottom: 10px;
	padding-left: 15px;
	
	
	}
	.struttura2 ul li a {
	
	
	}
	.struttura3 h3 {
	font-size:90%;
	color: #FFFFFF;
	display: block;
	line-height: 30px;
	font-weight: bold;
	padding-left: 10px;
	background-image: url(images/roundedcornr_824467.gif);
	}
	.struttura3 ul {
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	}
		.struttura3 ul li {
	padding-bottom: 10px;
	padding-left: 15px;
	
	
	}
	.struttura3 ul li a {
	
	
	}
	/* Footer styles */
	#footer {
	width:1020px;

	margin: 0px;
	padding: 0px;
    }
    #footer p {
	margin:0;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
    }
		#last img {
	padding-left: 2px;
	}
#roundsx{
	background-image: url(images/bordersx.gif);
	background-repeat: repeat-x;
	height: 33px;
	width: 10px;
}
#roundc{
	background-image: url(/images/center.gif);
	background-repeat: repeat-x;
	width: 100%;
	float: right;
}
#rounddx{
	background-image: url(/images/images/borderdx.gif);
	background-repeat: repeat-x;
	height: 33px;
	width: 10px;
	float: right;}
.sidebox {
	background: url(/images/drop-box_07.gif) no-repeat bottom right;
	font-size: 100%;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.boxhead {
	background: url(/images/drop-box_04.gif) no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: center;
}
.boxhead h2 {
	background: url(/images/drop-box_03.gif) no-repeat top left;
	margin: 0;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 98%;
	line-height: 1em;
	text-shadow: rgba(0,0,0,.4) 0px 2px 5px; /* Safari-only, but cool */
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 5px;
	padding-left: 30px;
	font-family: "Trebuchet MS";
}

.boxhead2
{background: url(/images/drop-boxb_04.gif) no-repeat top right;
margin: 0;
	padding: 0;
	text-align: center;}
.boxhead2  h2
{
	background: url(/images/drop-boxb_03.gif) no-repeat top left;
	margin: 0;
	color: #462808;
	font-weight: bold;
	font-size: 98%;
	line-height: 1em;
	text-shadow: rgba(0,0,0,.4) 0px 2px 5px; /* Safari-only, but cool */
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 5px;
	padding-left: 30px;
	font-family: "Trebuchet MS";
}
.boxbody {
	background: url(/images/drop-box_06.gif) no-repeat bottom left;
	margin: 0;
	padding-top: 5px;
	padding-right: 30px;
	padding-bottom: 31px;
	padding-left: 10px;
}
#last {

	background-color: #211F1F;
	margin: 0px;
	padding: 0px;
}

#tab {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 10px;
}

.images {
	margin: 10px;
}

#abbigliamento{
	background-image: url(images/abbigliamento.jpg);
	height: 110px;
}
#divieti{
	background-image: url(images/divieti.jpg);
	height: 110px;
}
#guida{
	background-image: url(images/guida.jpg);
	height: 110px;
}
#comunicazione{
	background-image: url(images/comunicazione.jpg);
	height: 110px;
}
#moneta{
	background-image: url(images/moneta.jpg);
	height: 110px;
}
#mance{
	background-image: url(images/mance.jpg);
	height: 110px;
}
#aggiornamenti {
	border: 1px solid #462808;

}

#aggiornamenti TD {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #339966;
	padding: 5px;
}

