@import url(tutorial.css);
@import url(menu.css);
@import url(content.css);
@import url(shoulder.css);
@import url(box.css);

html, body {
	background: #fff;
}
body {
	padding: 0;
	margin: 0;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	/*font: normal 100% Arial, Helvetica, sans-serif;*/
    font: normal 100% "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000;
	overflow-x: hidden;
}
A:link, A:visited {
	font-weight: bold;
	color: #006496;
	text-decoration: underline;
}
A:hover {
	color: #ff6600;
	text-decoration: underline;
}
FORM {
	padding: 0;
	margin: 0;
}
IMG {
	border: 0;
}
.clear {
	clear: both;
}
#page {
    background: url(/image/pageBg.gif) repeat-y right;
    width: 100%;
    margin: 0px;
    padding: 0px;
    font-size: 1em;
}
#principale {
    width: 100%;
    padding: 0px;
    margin: 0px 0px 0px -200px;/*NON ELIMINARE IL VALORE NEGATIVO SU MARGINE SX IE LO VUOLE*/
    float: right;
    /*background: yellow;*/
}
#head {
    background: url(/image/headBg.png) repeat-x;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 0;
    width: 100%;
    height: 90px;
    padding: 0px;
    margin: 0px;
    overflow: visible;
    color: #FFFFFF;
}
		#head H4 {
			background: #ff6600;
		    position: absolute;
		    right: 265px;
		    top: 14px;
		    z-index: 1;
		    width: auto;
		    height: auto;
		    padding: 3px 10px 3px 8px;
		    margin: auto;
		    overflow: visible;
			font: normal 0.8em Arial, Helvetica, sans-serif;
			color: #FFF;
		}
		#head FIELDSET#box_sign {
			background: url(/image/head_box_bg.png) no-repeat!important;
			background: none; /* IE 6.0 */
		    position: absolute;
		    right: 3px;
		    top: 1px;
		    z-index: 1;
		    width: 230px;
		    height: 45px;
		    padding: 5px 20px 5px 20px;
		    margin: auto;
		    overflow: visible;
			border: 0px;
			font: normal 1em Arial, Helvetica, sans-serif;
			color: #FFF;
		}
		#head FIELDSET LEGEND {
			display: none;
		}
		#head FIELDSET DIV {
			display: inline;
		}
		#head FIELDSET LABEL {
			padding: 0px 0px 0px 0px;
			margin: 0px 0px 0px 0px;
			display: block;
		}
		#head FIELDSET INPUT {
			width: 74px;
			padding-left: 1px;
			margin: 2px 2px 2px 0px;
			font: normal 11px Arial, Helvetica, sans-serif;
			color: #666;
			border-top: 1px solid #8C8C8C;
			border-right: 1px solid #E2E2E2;
			border-bottom: 1px solid #E2E2E2;
			border-left: 1px solid #8C8C8C;
		}
		#head FIELDSET INPUT.button {
			width: auto;
			background: #ff6600;
			padding: 1px 4px 1px 4px;
			font-size: 11px;
			color: #FFF;
			font-weight: bold;
			text-align: center;
			border: 1px solid #009966;
			cursor: pointer;
		}
			#head FIELDSET INPUT.button:hover {
				background: #ff6600;
				border: 1px solid #FFF;
			}
		
		#head FIELDSET A {
			font-size: 11px;
			color: #FFF;
			font-weight: normal;
			text-decoration: none;
		}
			#head FIELDSET A:hover {
				text-decoration: underline;
			}
		#head FIELDSET A.sx {
			float: left;
		}
		#head FIELDSET A.dx {
			float: right;
		}
#logo {
	background: url(/image/logo.png);
	top: 16px;
	left: 12px;
	position: absolute;
	z-index: 4;
	width: 234px;
	height: 70px;
	overflow: visible;
}
	#logo A {
		display: block;
		width: 234px;
		height: 70px;
	}
	#logo A SPAN {
		display: none;
	}
#footer {
    width: 100%;
    padding: 0px 0px 0px 0px;
    margin: 0;
    font: normal 0.9em "Trebuchet MS", Arial, Helvetica, sans-serif;
    color: #FFF;
	text-align: center;
	clear: both;
	border-top: 2em solid #fff;
}
	#footer DIV.container {
	    background: url(/image/footer_container_bg.png) no-repeat 5px #006496;
	    width: 100%;
	    padding: 1em 0px 2em 0px;
	    margin: 0px 0% 0px 0%;
	    float: left;
		display: inline;
	}
    #footer UL {
        padding: 0px 0px 0px 0px;
        margin: auto;
    }
        #footer UL LI {
            list-style: none;
            padding: 0px;
            margin: 0px;
            display: inline;
        }
        #footer UL LI A:link,
        #footer UL LI A:visited {
            padding: 0px 5px 0px 5px;
		    font: normal 0.8em "Trebuchet MS", Arial, Helvetica, sans-serif;
            color: #FFF;
            text-decoration: none;
            border-right: 1px solid #D9E8EF;
        }
        #footer UL LI A:hover {
            color: #FFF;
            text-decoration: underline;
        }