@import url(../style/style_content.css);

html, body {
    background: url(../image/body_bg.jpg) center top no-repeat #690320;
}
body {
    padding: 0px;
    margin: 0px;
    font: normal 14px "Trebuchet MS";
    color: #000000;
    text-align: center;
}
.clear {
    clear: both;
}
FORM {
	padding: 0px;
	margin: 0px;
}
A:link,
A:visited {
    font-weight: bold;
	color: #CC0000;
	text-decoration: underline;
	outline: none;
}
A:hover {
	color: #000000;
}
#page {
    position: relative;
    width: 1000px;
    margin: auto;
    padding: 0px;
    /*background: pink;*/
	text-align: left;
}
#principale {
	background: url(../image/principale_bg.gif) repeat-y left #FFF;
    width: 1000px;
    padding: 0px 0px 0px 0px;
    margin: 263px 0px 0px -279px;
    float: right;
    text-align: left;
}
#spalla_sx {
    background: url(../image/spalla_sx.jpg) no-repeat;
    width: 279px;
	height: 456px;
    padding: 0px;
    margin: 263px 0px 0px -279px;
    float: right;
}
#head {
    background: url(../image/head_bg.jpg);
    position: absolute;
    left: 0px;
    top: 122px;
    z-index: 0;
    width: 1000px;
    height: 141px;
    padding: 0px;
    margin: auto;
    overflow: visible;
    color: #FFFFFF;
    text-align: right;
}
#credits {
    position: absolute;
    right: 20px;
    top: 100px;
    z-index: 0;
    padding: 0px;
    margin: auto;
    overflow: visible;
    color: #FFFFFF;
    text-align: right;
}
	#credits A:link,
	#credits A:visited {
		font-size: 10px;
		line-height: 12px;
		font-weight: normal;
		color: #FFF;
		text-decoration: none;
	}
	#credits A:hover {
		color: #FFFFFF;
		text-decoration: underline;
	}
#head_menu {
	font-size: 11px;
	float: right;
}
#head_menu UL {
	margin: 41px 30px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
}
#head_menu UL LI {
	display: inline;
	margin: 0px;
	padding: 0px;
}
	#head_menu UL LI A {
		background: url(../image/head_menu_sx.gif) no-repeat left top;
		padding: 0px 0px 0px 7px;
		margin: 0px 0px 0px 6px;
		text-align: center;
		text-decoration: none;
		float: left;
	}
	#head_menu UL LI A SPAN {
		background: url(../image/head_menu_dx.gif) no-repeat right top;
		width: 120px;
		padding: 18px 7px 18px 0px;
		font-size: 14px;
		font-weight: bold;
		color: #FFF;
		cursor: hand;
		float: left;
		display: block;
	}
	#head_menu UL LI A:hover {
		background-position: 0% -54px;
	}
	#head_menu UL LI A:hover SPAN {
		background-position: 100% -54px;
	}

#logo {
	background: url(../image/logo.png)!important;
    background: none; /* IE 6.0 */
	top: 8px;
	left: 313px;
	position: absolute;
	z-index: 3;
	width: 374px;
	height: 136px;
	overflow: visible;
}
	#logo A {
		position: relative;
		width: 374px;
		height: 136px;
		display: block;
	}
		#logo A SPAN {
			display: none;
		}
#footer {
    background: url(../image/footer_bg.gif) no-repeat top;
    width: 1000px;
    padding: 30px 0px 0px 0px;
    margin: 0px;
	font-size: 11px;
	color: #FFF;
    float: left;
}
    #footer #copy {
        padding: 0px 0px 30px 30px;
        margin: 0px;
        float: left;
    }
    #footer UL {
        padding: 0px 30px 0px 0px;
        margin: 0px;
        float: right;
    }
        #footer UL LI {
            list-style: none;
            padding: 0px;
            margin: 0px;
            display: inline;
            float: left;
        }
        #footer UL LI A:link,
        #footer UL LI A:visited {
            padding: 0px 8px 0px 10px;
            font-size: 12px;
            font-weight: normal;
            color: #FFF;
            text-decoration: none;
            border-right: 1px solid #FFF;
        }
        #footer UL LI A:hover {
            color: #FFF;
            text-decoration: underline;
        }
/* GOOGLE MAP INDICAZIONI */

	DIV.iter INPUT {
	    font-family: "Trebuchet MS", Verdana, Arial, Helvetica, Geneva, Swiss, Sans-serif;
		font-size: 11px;
		font-weight: bold;
		color: #1B2E65;
		border-top: 2px solid #BAC0D0;
		border-right: 2px solid #E8EAEF;
		border-bottom: 2px solid #E8EAEF;
		border-left: 2px solid #BAC0D0;
		background: #F3F4F7;
		margin-right: 10px;
	}
	DIV.iter INPUT.button {
		background: #1B2E65;
		padding: 0px 3px 0px 3px;
		font-family: "Trebuchet MS", Verdana, Arial, Helvetica, Geneva, Swiss, Sans-serif;
		font-size: 12px;
		color: #FFFFFF;
		font-weight: bold;
		border: 2px solid #FF9900;
	}