html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

body {
	line-height: 1;
	color: black;
	background: white;
}

ol, ul {
	list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

body{
    background-image:url(../images/bg_body.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	background-color:#334f1a;
	font-family:Arial, Helvetica, sans-serif;
}

a, a:visited{color:#356aa0;}

a:hover{color:#519fd0;}
	
a{outline:none}

img{outline:none}


/* stili per il layout (DIV principali) --------------------------------------------------------------------------------------------------------------------------------------------------*/

#wrapper{
    width:950px;
    margin:0 auto;
}

#header{
	width:950px;
	height:160px;
	position:relative;
}

#header_button{
	width:182px;
	height:40px;
	position:absolute;
	top:54px;
	right:0px;
}

#container{
	width:950px;
	background-color:#f4efd9;
	float:left;
}

#menu{
	width:950px;
    height:91px;
	overflow:hidden;
    width:100%; 
}

#content{
	width:900px;
	padding:50px 25px 25px 25px;
	float:left;
	font-size:12px;
}

#home_footer{
	width:900px;
	padding:25px;
	float:left;
}

#footer{
    width:900px;
	padding:15px 25px 0 25px;
    color:#a19774;
	font-size:14px;
	float:left;
}

#page_bottom{
	width:950px;
	height:10px;
	float:left;
	position:relative;
}

#bottom_logo{
	position:absolute;
	height:156px;
	width:156px;
	bottom:-39px;
	right:-39px;
	background-image:url(../images/footer_logo.png);
	background-repeat:no-repeat;
}

.separator_wrap{
	width:900px;
	padding:0 25px;
	float:left;
}

.separator{
	width:900px;
	height:1px;
	margin:0 auto;
	background-color:#dad2ae;
	float:left;
}