﻿body 
{
    background-color:White;
    background-image:url('~/img/img02.jpg');
    margin:0;
    padding:0;
    color:White;
}
#container
{
    width:80%;
    max-width:1260px;
    max-width:780px;
    margin:0 auto;
    /*background:white;*/
    color:#5e1999;
    text-align: center;
}
#footer
{
   
    /*background:#b193f4;*/
    color:#5e1999;
    text-align: center;
    margin: 0 auto;
	padding:0;
}
#header
{
    padding:20px 0;
    background:#b193f4;
    color:#5e1999;   
}
/*LOGO*/
#logo
{   
    margin:0 auto;
    width:420px;
    height:300px;
    text-align: center;
}
#logoContainer
{
    margin: 0 auto;
    font-size:medium;
    width:600px;
    height:350px;
    font-family:Arial Rounded MT Bold;
    background-image:url('img/sfondoLogoMP4.jpg');
}

/* Menu */

#menu 
{
	width: 700px;
	height: 50px;
	/*margin-top: 10px auto;*/
    text-align: center;
    margin: 0 auto;
	padding: 0;
}

#menu ul 
{
	/*margin: 0 auto;*/
	padding:0 auto;
	list-style: none;
	line-height: normal;
	/*margin-left: 30px;*/
}

#menu li 
{
	display: inline;
	text-align: center;
}

#menu a 
{
	display: block;
	float: left;
	height: 36px;
	margin-right: 2px;
	padding: 18px 20px 0px 20px;
	text-decoration: none;
	text-align: center;
	font-family: Arial Rounded MT Bold;
	font-size: 14px;
	color: #5e1999;
}

#menu a:hover, #menu .active a 
{
	color: #efece3;
}
.contatti
{
    float:none;
    margin:0 auto;
    padding:0;
    width:600px;
    height:100px;
    font-family:Arial Rounded MT Bold;
    text-align: center;
    font-size: 14px;
    text-decoration: none;
    text-align: center;
}
.AboutUs
{   
    font-family:Arial Rounded MT Bold;
    text-align: justify;
    font-size: 14px;
    text-decoration: none;
    text-align: center; 
}
/*CONTATTI*/
#contact
{
    margin:0 auto;
    padding:0;
    float:right;
    width:320px;
    height:400px;
}
.textBox
{
    background-color:White;
    color: #5e1999;
    font-weight:bold;
    width:320px;
}
.label
{
    color: #5e1999;
    font-weight:bold;
}
.bottone
{
    border: 2px inset #c4ad6c;
    color: #5e1999;
    background-color:White;
    text-align: right;
    font-weight:bold;
}
/*REQUIRED*/
.requiredField
{
    font-weight:bold;    
}




