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

.centerContent {
    width: 1000px;
    margin: 0 auto;
}
a {
    text-decoration: none;
    color: #002854;
}
/*			
*
*
*
*	HEADER
*
*
*
*/
/* CONTATTI */

#headerContacts {
    z-index: 10;
    position: relative;
}
#contactsHeading {
    height: 40px;
    z-index: 10;
    background-position: bottom;
    background-repeat: repeat-x;
}
#contactHeadingLanguages {
    width: 160px;
    height: 27px;
    background-image: url(../img/languageSelect.png);
    padding-top: 13px;
    padding-left: 5px;
    background-position: 0 7px;
    background-repeat: no-repeat;
    font-size: 14px;
    color: #022456;
    float: right;
    z-index: 10;
}
#headingLanguageMenu {
    display: none;
    position: fixed;
    top: 40px;
    width: 165px;
    background-image: url("../img/mainBg.jpg");
    margin-left: -5px;
    z-index: 99;
}
#contactHeadingLanguages.open #headingLanguageMenu {
    display: block;
}
#contactHeadingLanguages.closed #headingLanguageMenu {
    display: none;
}
/*
#contactHeadingLanguages:hover #headingLanguageMenu
{
	display:block;
}
*/

#headingLanguageMenu a {
    color: #002d54;
    float: left;
    width: 100%;
    padding: 0 10px;
    background: url("../img/blueArrowSmall.png") no-repeat 150px 4px;
    font: 14px 'AvenirLTMedium';
}
.headingLanguageChange {
    width: 100%;
    margin: 2px 0px;
    height: 20px;
}
#contactButton {
    float: right;
    height: 40px;
    z-index: 10;
    padding-left: 10px;
    cursor: pointer;
}
#contactButton.open {
    background-color: #FFF;
}
#contactButton img {
    margin-top: 6px;
}
#contactForm {
    width: 100%;
    background-image: url("../img/contact_bg_laterale.png");
    background-size: auto 100%;
    overflow: hidden;
    height: 0;
}
#contactsImage {
    background-image: url("../img/img_contact.png");
    bottom: 25px;
    height: 532px;
    position: absolute;
    width: 577px;
    z-index: -1;
}
#contactFormTitle {
    color: #006;
    margin: 18px 0 0 90px;
}
#contactFormMenu {
    float: left;
    width: 100%;
}
.languages {
    float: left;
    list-style: none;
    padding: 0;
}
.contentLeftColumn {
    margin-left: 92px;
    width: 402px;
    margin-right: 11px;
    float: left;
}
.contentRightColumn {
    width: 402px;
    float: left;
}
.languageFormContainer {
    display: none;
}
.languageFormContainerActive {
    display: block;
}
.language {
    border-bottom: 1px solid #999;
    padding: 0px 0px 0px 10px;
    font-size: 14px;
    font-family: 'AvenirLTHeavy';
    color: #666;
    margin-bottom: 5px;
}
.languageChange {
    cursor: pointer;
}
.language.currentLanguage {
    color: #F00;
}
#contactFormPager {
    width: 100%;
    float: left;
    margin-top: 5px;
}
.formDescription {
    color: #002d54;
    font-family: 'AvenirLTMedium';
    font-size: 14px;
}
.formDescription {
    margin-top: 0;
    line-height: 16px;
}
.formForm div {
    float: left;
    margin-left: 80px;
    margin-bottom: 11px;
}
div.halfTextContainerRight {
    margin-left: 12px;
}
.formText {
    height: 32px;
    width: 311px;
    background-image: url(../img/textBg.png);
    border: none;
    padding: 0 10px;
    color: #666;
    font-family: 'AvenirLTMedium';
    font-size: 15px;
}
#altroContainer_it
/* modificato */

{
    display: none;
}
#altroContainer_en
/* modificato */

{
    display: none;
}
.formHalfText {
    height: 32px;
    width: 150px;
    background-image: url(../img/halfTextBg.png);
    border: none;
    padding: 0 10px;
    color: #666;
    font-family: 'AvenirLTMedium';
    font-size: 15px;
}
.selectContainer {
    width: 306px;
    overflow: hidden;
    border: 2px solid #DDD;
    height: 30px;
    background-color: #FFF;
    background-image: url(../img/selectBg.png);
    background-repeat: no-repeat;
}
.formSelect {
    border: none;
    width: 306px;
    height: 30px;
    background: none;
    padding: 5px;
    font-size: 15px;
    border: 0;
    color: #666;
    font-family: 'AvenirLTMedium';
    -webkit-appearance: none;
}
.formSelect option {
    border: none;
    padding: 5px 10px;
    line-height: 22px;
    font-size: 15px;
    color: #666;
    font-family: 'AvenirLTMedium';
}
.formTextarea {
    height: 83px;
    width: 311px;
    background-image: url(../img/textareaBg.png);
    background-position: top;
    background-repeat: repeat-x;
    background-color: #FFF;
    border: none;
    padding: 5px 8px;
    color: #666;
    border: 2px solid #DDD;
    overflow: hidden;
    font-family: 'AvenirLTMedium';
}
.checkboxContainer {
    overflow: hidden;
    width: 100%;
}
.checkboxContainer input[type='radio'] {
    margin-left: -30px;
}
.checkboxContainer input[type='radio'] + label,
.checkboxContainer input[type='checkbox'] + label {
    margin: 0;
    padding: 4px 0 0px 24px;
    cursor: pointer;
    background: url(../img/checkboxOff.png) left center no-repeat;
}
.checkboxContainer input[type='radio']:checked + label {
    background-image: url(../img/checkboxOn.png);
}
.checkboxContainer input[type='checkbox']:checked + label {
    background-image: url(../img/checkboxOn.png);
}
.checkboxContainer label {
    font-size: 12px;
    font-family: 'AvenirLTMedium';
    float: left;
}
.formSelect .form {
    color: #666666;
}
.formSelect .placeholder {
    color: #a9a9a9;
}
.formSelect.current_placeholder {
    color: #a9a9a9;
}
#privacy {
    margin-left: -18px;
}
.formSubmit {
    width: 310px;
    height: 34px;
    border: none;
    background-image: url(../img/submit.png);
    color: #FFF;
    padding: 0;
    cursor: pointer;
}
/* LOGO */

#logo {
    float: left;
}
/* RICERCA */

#cerca {
    width: 250px;
    height: 55px;
    background-image: url(../img/search/search_box.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    float: right;
}
#searchform {
    width: 250px;
    height: 51px;
    text-align: left;
}
.search_field {
    background-color: transparent;
    background-image: url('../img/search/lente.png');
    background-position: 5px center;
    background-repeat: no-repeat;
    border: 0 none;
    float: left;
    width: 222px;
    height: 35px;
    margin-top: 21px;
    padding-left: 30px;
}
#searchbutton {
    float: right;
    border: none;
    background: none;
    margin-top: 21px;
    width: 28px;
    height: 34px;
}
#searchbox:focus {
    background-image: none;
    padding-left: 5px;
}
/* MENU */

#mainMenuShadowContainer {
    height: 0px;
    position: relative;
    z-index: -1;
}
#mainMenuShadow {
    height: 40px;
    margin-top: -40px;
    background-position: bottom;
    background-repeat: repeat-x;
    background-image: url(../img/contactBarBg.png);
    float: left;
    width: 100%;
    z-index: 1;
}
#headerMenu {
    /*height:115px;*/
    
    background-image: url(../img/mainMenuLineBg.png);
    /*background-repeat:repeat-x;*/
}
#menuHeading {
    height: 175px;
    position: relative;
    background-image: url(../img/menuBg.png);
}
#mainMenu {
    float: left;
    margin-left: 20px;
}
.mainMenuElement {
    float: left;
    padding: 30px 20px 5px 16px;
    height: 22px;
    color: #FFF;
    font-size: 17px;
    cursor: pointer;
}
.mainMenuElement a {
    color: #FFF;
}
.mainMenuElement.current {
    border-bottom: 3px solid #d91326;
}
.mainMenuElement.active {
    border-bottom: 3px solid #5a9bf6;
}
.mainMenuSeparator {
    width: 3px;
    height: 60px;
    background-image: url(../img/vLine.png);
    background-position: bottom;
    background-repeat: no-repeat;
    float: left;
}
#submenuBg {
    background-image: url(../img/texture-neutra.png);
}
#submenuContainer {
    height: 0px;
    overflow: hidden;
}
.submenuContent {
    display: none;
    float: left;
    margin-left: 16px;
    margin-bottom: 20px;
}
.submenuContent.submenuActive {
    display: block;
}
.submenuLine {
    width: 100%;
    height: 3px;
    background-color: #FFF;
}
.subMenuAggregatorColumn {
    float: left;
    margin-left: 16px;
}
.preparazione {
    width: 200px;
}
.subMenuAggregatorColumnFirst {
    margin-left: 0px;
}
.submenuTitle {
    background-color: #FFF;
    padding: 8px;
    color: #d91326;
    height: 21px;
    padding: 5px;
    font-size: 16px;
    font-family: 'AvenirLTHeavy';
    font-weight: normal;
}
.navricette {
    text-transform: uppercase;
    padding: 6px 0px 0px 5px;
    color: #002D54;
    font-size: 14px;
    background-color: #F8F8F8;
}
.navchisei {
    text-transform: uppercase;
    color: #002D54;
    font-family: 'AvenirLTHeavy';
    font-size: 14px;
    background-color: #F8F8F8;
    "

}
@-moz-document url-prefix() {
    .submenuTitle {
        background-color: #FFF;
        padding: 8px;
        color: #d91326;
        height: 21px;
        padding: 5px;
        font-size: 15px;
        font-family: 'AvenirLTMedium';
        font-weight: normal;
    }
    .navricette {
        text-transform: uppercase;
        padding: 6px 0px 0px 5px;
        color: #002D54;
        font-size: 14px;
        font-family: 'AvenirLTHeavy';
        background-color: #F8F8F8;
    }
    .navchisei {
        text-transform: uppercase;
        color: #002D54;
        font-family: 'AvenirLTHeavy';
        font-size: 14px;
        background-color: #F8F8F8;
        "

    }
}
.subMenuColumn {
    float: left;
    width: 150px;
    margin-left: 10px;
}
.subMenuSingleColumn {
    float: left;
    width: 100%;
    margin-left: 0;
}
.subMenuColumnFirst {
    margin-left: 0;
}
.submenuElement {
    width: 150px;
    float: left;
    height: 41px;
    background-color: #FFF;
    background-image: url(../img/redArrow.png);
    background-position: right;
    background-repeat: no-repeat;
    margin-bottom: 5px;
}
.submenuElement a {
    padding: 12px 0 0 5px;
    color: #002d54;
    font-family: 'AvenirLTMedium';
    float: left;
    width: 100%;
    font-size: 14px;
}
.submenuElement.cottura {
    width: 100%;
    float: left;
    height: 41px;
    background-color: #FFF;
    background-image: url(../img/redArrow.png);
    background-position: right;
    background-repeat: no-repeat;
    margin-bottom: 5px;
}
.submenuElement.doppia {
    width: 100%;
    float: left;
    height: 41px;
    background-color: #FFF;
    background-image: url(../img/redArrow.png);
    background-position: right;
    background-repeat: no-repeat;
    margin-bottom: 5px;
}
.submenuElement.veloce {
    width: 100%;
    float: left;
    height: 41px;
    background-color: #FFF;
    background-image: url(../img/redArrow.png);
    background-position: right;
    background-repeat: no-repeat;
    margin-bottom: 5px;
}
.submenuElement.cottura a {
    padding: 12px 0 0 5px;
    color: #002d54;
    font-family: 'AvenirLTMedium';
    float: left;
    width: 100%;
    font-size: 14px;
}
.submenuTopElement {
    height: 31px;
    width: 150px;
    background: none;
    background-image: url(../img/blueArrow.png);
    margin-bottom: 0;
}
.submenuTopElement a {
    padding: 8px 0 0 5px;
    color: #002d54;
    font-family: 'AvenirLTHeavy';
    font-size: 13px !important;
}
#menuBottomShadow {
    height: 29px;
    background-image: url(../img/menuBottomShadow.png);
    background-position: center;
    width: 100%;
    float: left;
}

/*-----------------------NEW CSS CONTACT FORM-----------------------*/
.contentColumn {
	margin: 0 92px;
	width: 810px;
	float: left;
}

.contentColumn div.textContainer
{
	float: left;
	width: 400px;
	height: 40px;
	margin-left: 0;
	margin-bottom: 11px;
}

.contentColumn div.textareaContainer
{
	float: left;
	width: auto;
	height: auto;
	margin-left: 0;
	margin-bottom: 11px;
}

.contentColumn div.selectContainer
{
	float: left;
	width: 400px;
	height: auto;
	margin-left: 0;
	margin-bottom: 11px;
	overflow:hidden;
	border: 0px;
	background-color: transparent;
	background-position: 50px 150px; 
	background-image: linear-gradient(to right, #ccc, #ccc);
	background-repeat:no-repeat;
	
}


.contentColumn div.capContainer
{
	width: 150px;
}

.contentColumn div.civicContainer
{
	width: 150px;
}

.contentColumn div.cityContainer
{
	width: 240px;
}

.contentColumn div.phoneContainer
{
	width: 240px;
}

.contentColumn div.textContainer input.formText, 
.contentColumn div.textContainer input.fileSelect
{
	height: 40px;
	width: 100%;
	background-image: none;
	background-color: #ffffff;
	/*background-size: cover;*/
	border: 1px solid #d7d7d7;
	color: #666;
	font-family: 'AvenirLTMedium';
	font-size: 15px;
}

.paddingLeft
{
	padding: 0 0 0 10px;
}

.paddingRight
{
	padding: 0 10px 0 0;
}

.contentColumn div.textContainer input.formText.capField {
	width: 150px;
}

.contentColumn div.textContainer input.formText.civicField {
	width: 150px;
}

.contentColumn div.textContainer input.formText.cityField {
	width: 240px;
}

.contentColumn div.textareaContainer textarea.formTextarea
{
	height:105px;
	width:400px;
	background-image:url(../img/textareaBg.png);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#FFF;
	border:none;
	padding:5px 8px;
	color:#666;
	border:1px solid #DDD;
	overflow:hidden;
	font-family: 'AvenirLTMedium';
	
	
}

.contentColumn div.selectContainer select.formSelect
{
	border:none;
	width:400px;
	height:40px;
	background:none;
	padding: 5px 10px;
	font-size: 15px;
	border: 1px solid #d7d7d7;
	border-radius: 0;
	background-color: #ffffff;
	background-image: url(../img/freccia-giu.png), linear-gradient(to right, #ccc, #ccc);
	background-position: 372px 50%, 360px 50%;
	background-size: 16px auto, auto;
	background-repeat: no-repeat;
	color:#666;
	font-family: 'AvenirLTMedium';
	-webkit-appearance: none;
}
.contentColumn div.provinciaContainer select.formSelect
{
	border:none;
	width:240px;
	height:40px;
	background:none;
	padding: 5px 10px;
	font-size: 15px;
	border: 1px solid #d7d7d7;
	border-radius: 0;
	background-color: #ffffff;
	background-image: url(../img/freccia-giu.png), linear-gradient(to right, #ccc, #ccc);
	background-position: 210px 50%, 200px 50%;
	background-size: 16px auto, auto;
	background-repeat: no-repeat;
	color:#666;
	font-family: 'AvenirLTMedium';
	-webkit-appearance: none;
}

.contentColumn div.selectContainer select.formSelect:focus {
	background-image: url(../img/freccia-giu.png), linear-gradient(to right, #ccc, #ccc);
	background-position: 372px 50%, 360px 50%;
	background-size: 16px auto, auto;
	background-repeat: no-repeat;
	border-color: grey;
	outline: 0;
}
.contentColumn div.provinciaContainer select.formSelect:focus {
    background-image: url(../img/freccia-giu.png), linear-gradient(to right, #ccc, #ccc);
    background-position: 210px 50%, 200px 50%;
    background-size: 16px auto, auto;
    background-repeat: no-repeat;
    border-color: grey;
    outline: 0;
}
.contentColumn div.selectContainer select.formSelect::-ms-expand {
	display: none;
}
.contentColumn div.provinciaContainer select.formSelect::-ms-expand {
	display: none;
}
.contentColumn div.selectContainer.argomento {
	padding-right: 410px;
}

.formSelect option
{
	border:none;
	padding:5px 10px;
	line-height:25px;
	font-size: 15px;
	color:#666;
	font-family: 'AvenirLTMedium';
}

.fileSelect {
	width: 178px;
	height: 38px;
	border: 1px solid grey;
	background: #ffffff;
	color: #FFF;
	padding: 0;
	cursor: pointer;
	overflow: hidden;
    	position: absolute;
	bottom: 0;
	right: 0;
}

.fileSelect [type=file] {
	cursor: inherit;
	display: block;
	font-size: 999px;
	filter: alpha(opacity=0);
	width: 180px;
	height: 40px;
	opacity: 0;
	position: absolute;
	right: 0;
	text-align: right;
	top: 0;
}

.contentColumn div.fileContainer {
	float: left;
	width: 400px;
	height: 105px;
	margin: 10px 0 11px 0;
	position: relative;
}

.contentColumn div.fileContainer label
{
	height: auto;
	color: #002d54;
	font-family: 'AvenirLTMedium';
	font-size: 15px;
}

div.checkContainer
{
	overflow:hidden;
	width:100%;
	color: #002d54;
	margin-left:0 !important;
}
.checkContainer input[type='radio']
{
	margin-left:-30px;
}
.checkContainer input[type='radio'] + label,
.checkContainer input[type='checkbox'] + label {
	margin: 0;
	padding: 4px 0 0px 24px;
	cursor: pointer;
	background: url(../img/checkboxOff.png) left center no-repeat;
}
.checkContainer input[type='radio']:checked + label { 
 	background-image: url(../img/checkboxOn.png);
}
 
.checkContainer input[type='checkbox']:checked + label {
 	background-image: url(../img/checkboxOn.png);
}
.checkContainer label
{
	font-size:12px;
	font-family: 'AvenirLTLight';
	float:left;
}

.contentColumn .submitContainer {
	text-align: center;
	margin: 10px auto 0 auto;
	width: 100%;
    
}

.contentColumn .submitContainer input{
	width: 250px;
	height: 40px;
	background-image: none;
	background-color: #002d54;
    
}

.contentColumn div#recaptcha_new_div {
    width: 400px;
    margin: 20px 252px;
    display: block;
    float:  left;
}

.contentColumn div#recaptcha_new_div div{
    width: 100%;
    margin: 0px auto;
    text-align: center;
    background-image: none;
}



.contentRightColumn div#recaptcha_new_div div{
    margin-left: 0px;
}



/*-----------------------END - NEW CSS CONTACT FORM-----------------------*/
/*			FINE HEADER			*/