@charset "utf-8";
/* CSS Document */

*{border:0; padding:0; margin:0; outline: 0; }
html, body {
	height: 100%;
}
.clear{ clear:both}
p{ font-family: Arial, Helvetica, sans-serif; font-size:14px; color:#565656; line-height:20px}
@font-face {
    font-family: 'robotoregular';
    src: url('Roboto-Regular-webfont.eot');
    src: url('Roboto-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('Roboto-Regular-webfont.woff') format('woff'),
         url('Roboto-Regular-webfont.ttf') format('truetype'),
         url('Roboto-Regular-webfont.svg#robotoregular') format('svg');
    font-weight: normal;
    font-style: normal;
 
}
@font-face {

 font-family: 'robotolight';
    src: url('Roboto-Light-webfont.eot');
    src: url('Roboto-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('Roboto-Light-webfont.woff') format('woff'),
         url('Roboto-Light-webfont.ttf') format('truetype'),
         url('Roboto-Light-webfont.svg#robotolight') format('svg');
    font-weight: normal;
    font-style: normal;}

/*		WRAPPER		*/
#wrapper{background-color:#fff; width:990px; margin:0 auto;
 min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -25px; /* the bottom margin is the negative value of the footer's height */}
/*		HEADER	*/
#header{ width:990px; height:546px; background-color:#f5f9fa; }
.Logo{ background-image: url(../images/logo-mevi.gif); height:110px; margin-bottom:26px}
h1{ font-family:'robotoregular'; font-size:30px; color:#333333; text-align:center;   font-weight: normal;  }
h2{font-family:'robotolight'; font-size:24px; color:#3c7486; text-align:center;   font-weight: normal; }
/*		CONTENT		*/
#content{ width:990px; min-height:auto}
/*		MAIN SINISTRA		*/
.mainLeft{ width:420px; float:left; min-height:850px; padding:38px 35px 0px 18px }
.Title{font-family:'robotolight'; font-size:30px; letter-spacing:2px; color:#5f95a7;padding-bottom:15px}
ul{ margin-top:10px} 
ul li{ font-family:Arial, Helvetica, sans-serif; font-size:14px;color:#5f95a7;list-style-image: url(../images/elenco.gif); list-style: inside url(../images/elenco.gif) ;}
.cat-photo{ float:left; clear:both; margin-top:30px}

/*		MAIN DESTRA		*/
.mainRight{ width:460px; margin-top:10px; min-height:380px; float:right;}
.boxRight{ width:460px; background-color:#f5f9fa; min-height:380px; float:right; padding:28px 35px 0px 18px}
.Form{ width:460px; background-color:#5f95a7; margin-top:10px; min-height:380px; float:right;padding:20px 35px 0px 18px; background:#5f95a7 url(../images/bkg-form.jpg) right top no-repeat }
.FormTitle{font-family:'robotolight'; font-size:40px; color:#fff;}
.Title-b{font-family:'robotoregular'; font-size:22px; color:#c45306;padding-bottom:15px;}
.box{ margin-top:15px; border-bottom:1px solid #d3d4d4}

#footer{ height:25px; width:100%; background-color:#392317; bottom:0}

.Title-grazie{font-family:'robotolight'; font-size:23px; letter-spacing:2px; color:#5f95a7;padding-bottom:15px; margin-top:20px; text-align:center}
