﻿body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 
{
    font-family:Arial;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}



*
{
    font-family:Tahoma;
    font-size:10px;
}

body
{
    text-align:center;
    background-color:#FFFFFF;
}

#container
{
    position:relative;
    width:640px;
    height:440px;
    margin:auto;
    top:60px;
    background-image:url(images_home/logo2.jpg);
}

#logo
{
    position:relative;
    width:640px;
    height:320px;
    overflow:hidden;
}

#menu
{
    position:absolute;
    top:320px;
    left:25px;
}

#menu ul li
{
    display:inline;
}
#menu ul li a
{
    width:293px;
    height:95px;
    position:absolute;
    text-indent:-9999px;
}
.m_en
{
    background-image:url(images_home/en.jpg);
    left:0px;
    text-indent:-9999px;
}
.m_en:hover
{
    background-image:url(images_home/en_.jpg);
    left:0px;
    text-indent:-9999px;
}

.m_it
{
    background-image:url(images_home/it.jpg);
    left:297px;
    text-indent:-9999px;
}
.m_it:hover
{
    background-image:url(images_home/it_.jpg);
    left:297px;
    text-indent:-9999px;
}

#address
{
    position:relative;
    width:640px;
    margin:auto;
    top:70px;
}

.verde
{
    color:#135b53;
    text-transform:uppercase; 
}

#address a
{
    color:#135b53;
    text-decoration:underline;
}
#address a:hover
{
    color:#135b53;
    text-decoration:none;
}
