@charset "iso-8859-1";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background:url(img/bg.jpg);
	background-position:top center;
	background-repeat:no-repeat;
}	
img {
	border: none;
}
h1{
	margin: 0;
	padding:0;
	font-weight:normal;
}

h2,h3{
	margin: 0;
	padding:0;
	font-weight:normal;
}
form
{
    margin:0;
}
a:link {
	outline:none;
  text-decoration:none;
}
a:active {
  outline:none;
  text-decoration:none;
}
a:hover {
  outline:none;
  text-decoration:none;
}
a:visited {
  outline:none;
  text-decoration:none;
}

/*font face--------------------------------------------------------*/
@font-face {
    font-family: 'AGSchoolbookRegular';
    src: url('font/ag_schoolbook_regular-webfont.eot');
    src: url('font/ag_schoolbook_regular-webfont.eot?iefix') format('eot'),
         url('font/ag_schoolbook_regular-webfont.woff') format('woff'),
         url('font/ag_schoolbook_regular-webfont.ttf') format('truetype'),
         url('font/ag_schoolbook_regular-webfont.svg#') format('svg');
    font-weight: normal;
    font-style: normal;

}
/* classi testo ----------------------------------------------------- */

.paragrafo{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	line-height:1.5em;
	color:#555;
}
a.paragrafo:hover{
	color:#660000;
}
.paragrafo2{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	line-height:1.2em;
	color:#555;
	font-style:italic;
	}
a.paragrafo2:hover{
	color:#660000;
}
.paragrafo3{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:10px;
	line-height:1.2em;
	color:#555;
	font-style:italic;
	}
.titoloh1{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:40px;
	color:#660000;
	font-style:italic;
}
.titoloh1wedding{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:40px;
	color:#AFC7C7;
	font-style:italic;
}
.titoloh2{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	color:#660000;
	font-style:italic;
}
a.titoloh2:hover{
	color:#C10000;
}
.rosso{
	color:#660000;
}
.bianco{
	color:#FFF;
}
.titolo-off{
	font-family:'AGSchoolbookRegular';
	font-size:16px;
	color:#660000;
}
a.titolo-off:hover{
	color:#C10000;
}
/*-------------------------------------------------------------------------*/
ul#menu {
	list-style:none;
	overflow:auto; /* makes sure the container fits the floated list-items below */
	background:url(img/bianco_75.png); /* moved and lightened the background color from ul#menu li */
	overflow: hidden;
	z-index:999;
	width:940px;
	height:40px;
	margin:0;
}
ul#menu li{
	padding:0; /* padding moved to the a element below */
	float:left;
	font-family:'AGSchoolbookRegular';
	font-size:15px;
    color: #52401E;
    outline: none;
    text-align: center;
    letter-spacing: 0;
}
ul#menu li a {
	display:block; /* allows us to add top and bottom padding to the element */
	position: relative;
	color:#52401E;
	text-decoration:none;
	z-index: 1001;
	height: 16px;
	padding:12px;
}
ul#menu li a:hover {
	color:#FFF;
}
ul#menu li.backLava {
	position:absolute;
	background-color: #AF625D;
    z-index: 1000;
}

ul#menu2 {
	list-style:none;
	overflow:auto; /* makes sure the container fits the floated list-items below */
	background:url(img/bianco_75.png); /* moved and lightened the background color from ul#menu li */
	overflow: hidden;
	z-index:999;
	width:940px;
	height:40px;
	margin:0;
}
ul#menu2 li{
	padding:0; /* padding moved to the a element below */
	float:left;
	font-family:'AGSchoolbookRegular';
	font-size:15px;
    color: #2C373F;
    outline: none;
    text-align: center;
    letter-spacing: 0;
}
ul#menu2 li a {
	display:block; /* allows us to add top and bottom padding to the element */
	position: relative;
	color:#2C373F;
	text-decoration:none;
	z-index: 1001;
	height: 16px;
	padding:12px;
}
ul#men2u li a:hover {
	color:#FFF;
}
ul#menu2 li.backLava {
	position:absolute;
	background-color: #728E9E;
    z-index: 1000;
}
/*-------------------------------------------------------------------------*/
#container{
	width:980px;
	margin:0 auto;
	position:relative;
}
#header{
	width:980px;
	height:134px;
	position:relative;
	background:url(img/logo-header.png);
	background-repeat:no-repeat;
	background-position:bottom left;
}
#header-wedding{
	width:980px;
	height:134px;
	position:relative;
	background:url(img/logo-header-wedding.png);
	background-repeat:no-repeat;
	background-position:bottom left;
}

#recapiti{
	position:absolute;
	right:0px;
	top:10px;
	height:16px;
	width: 550px;
}
#cont_slider{
	width:980px;
	height:500px;
	position:relative;
	background:#999;
	padding:0;
}
#slide_out{
	position:absolute;
	top:0;
}
#citta1{
	height:16px;
	float:right;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	line-height:1.2em;
	color:#660000;
	font-style:italic;
	margin-right:20px;
}
#tel{
	height:16px;
	float:right;
	background:url(img/tel_icn.png);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	line-height:1.2em;
	color:#52401E;
	font-style:italic;
	margin-right:20px;
}
#mail_icn{
	height:16px;
	float:right;
	background:url(img/mail_icn.png);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	line-height:1.2em;
	color:#52401E;
	font-style:italic;
	margin-right:20px;
}
#de{
	height:16px;
	float:right;
	background:url(img/de_icn.png);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	line-height:1.2em;
	color:#52401E;
	font-style:italic;
}
#it{
	height:16px;
	float:right;
	background:url(img/it_icn.png);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	line-height:1.2em;
	color:#52401E;
	font-style:italic;
}
#tab_cont{
	width:980px;
	height:232px;
	position:absolute;
	z-index:999;
	top:554px;
	left:0px;
	background:url(img/bg-tab.png);
	background-repeat:repeat-x;
	background-position:0px 79px;
}


.button_offerte_off{
	background:url(img/button-off.jpg);
}
.button_offerte_on{
	background:url(img/button-on.jpg);
}

.button_info_off{
	background:url(img/button-off.jpg);
}
.button_info_on{
	background:url(img/button-on.jpg);
}
#button_offerte{
	width:160px;
	height:59px;
	font-family:'AGSchoolbookRegular';
	color:#52401E;
	font-size:18px;
	padding-top:20px;
	padding-left:40px;
	position:absolute;
	left:180px;
}
a#button_offerte:hover{
	background:url(img/button-on.jpg);
}
#button_info{
	width:160px;
	height:59px;
	font-family:'AGSchoolbookRegular';
	color:#52401E;
	font-size:18px;
	padding-top:20px;
	padding-left:40px;
	position:absolute;
	left:390px;
}
a#button_info:hover{
	background:url(img/button-on.jpg);
}
#button_matrimonio{
	width:160px;
	height:59px;
	background:url(img/button-off.jpg);
	font-family:'AGSchoolbookRegular';
	color:#52401E;
	font-size:18px;
	padding-top:20px;
	padding-left:40px;
	position:absolute;
	left:600px;
}
a#button_matrimonio:hover{
	background:url(img/button-on.jpg);
}
#tab_offerte{
	position:absolute;
	width:960px;
	height:141px;
	top:79px;
	padding:10px 10px 0px 10px;
}
#tab_info{
	position:absolute;
	width:960px;
	height:141px;
	top:79px;
	padding:10px 10px 0px 10px;
	display:none;
}
#tutte{
	position:absolute;
	right:18px;
	bottom:0px;
	width:290px;
	height:24px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:11px;
	color:#555;
	text-align:center;
	line-height:24px;
	background-color:#EDE1CC;
	-moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5px #888;
	box-shadow: 0 0 5px #888;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.sendbutton{
	width:290px;
	height:24px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:11px;
	color:#555;
	text-align:center;
	line-height:24px;
	background-color:#EDE1CC;
	-moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5px #888;
	box-shadow: 0 0 5px #888;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:0;
	cursor:pointer;
}
.sendbutton-wedding{
	width:290px;
	height:24px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:11px;
	color:#555;
	text-align:center;
	line-height:24px;
	background-color:#AFC7C7;
	-moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5px #888;
	box-shadow: 0 0 5px #888;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:0;
	cursor:pointer;
}
#sx{
	margin-top:10px;
	width:620px;
	float:left;
	padding-left:10px;
}
#dx{
	margin-top:10px;
	width:307px;
	float:right;
	padding-right:10px;
}
#banner_matrimoni_it{
	position:relative;
	width:307px;
	height:142px;
	background:url(img/banner-matrimoni-it.jpg);
}
#banner_spiaggia_it{
	position:relative;
	width:307px;
	height:142px;
	background:url(img/banner-spiaggia-it.jpg);
}
#banner_spiaggia_de{
	position:relative;
	width:307px;
	height:142px;
	background:url(img/banner-spiaggia-de.jpg);
}
.testo_banner{
	position:absolute;
	width:233px;
	height:41px;
	right:27px;
	bottom:-1px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:12px;
	color:#555;
	text-align:right;
	line-height:15px;
}
#footer{
	width:940px;
	height:120px;
	background:#F3F2EB;
	padding:20px;
}
#sxfooter{
	width:700px;
	float:left;	
}
#dxfooter{
	width:108px;
	float:right;
}
#form_matrimonio{
	width:267px;
	background:url(img/bg_form_matrimonio.jpg);
	background-repeat:no-repeat;
	background-position:top;
	padding:20px;
}
.ville_sx{
	width:136px;
	float:left;
	margin-right:10px;
}
.thumb_gallery{
	padding:11px;
	width:167px;
	height:103px;
	background:url(img/thumb.jpg) no-repeat;
	float:left;
	margin:0px 3px 0px 3px;
}
/*--------------------------------------------------------------------------------*/
.box_offerte{
	width:307px;
	float:left;
	height:96px;
}
.divisore{
	width:1px;
	float:left;
	height:70px;
	margin:14px 8px 0px 8px;
	background:#52401E;
}
.thumb_offerte{
	width:100px;
	height:60px;
	padding:18px;
	background:url(img/bg-thumb.png);
	float:left;
	overflow:hidden;
}
.text_offerta{
	margin-top:16px;
	width:165px;
	height:80px;
	overflow:hidden;
	float:right;
}
.text_offerta_big{
	margin-top:10px;
	width:465px;
	height:80px;
	overflow:hidden;
	float:right;
}
.foto_offerte{
	border:18px #FFF solid;
	-moz-box-shadow: 0 0 10px #888;
	-webkit-box-shadow: 0 0 10px #888;
	box-shadow: 0 0 10px #888;
	float:left;
	margin:0px 10px 10px 0px;
}
/*---------------------------------------------------------------------------------*/
.spacer1px{
	clear:both;
	width:100%;
	height:1px;
}
.spacer5px{
	clear:both;
	width:100%;
	height:5px;
}
.spacer10px{
	clear:both;
	width:100%;
	height:10px;
}
.spacer20px{
	clear:both;
	width:100%;
	height:20px;
}
.spacer20pxnoclear{
	width:100%;
	height:20px;
}
.spacer30px{
	clear:both;
	width:100%;
	height:30px;
}
.spacer40px{
	clear:both;
	width:100%;
	height:40px;
}
.spacer50px{
	clear:both;
	width:100%;
	height:50px;
}
.clear{
	clear:both;
}
.spacer10vert{
	width:10px;
	float:left;
}

