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

body {
	margin:0;
	padding:0;
	background-color:#6f665c;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
}

img {
	border:0;
}

p {
	margin:0;
	padding:0;
}

a {
	color:#FFF;
	text-decoration:underline;
}

a:hover {
	color:#FFF;
	text-decoration:none;
}

h1 {
	margin:0;
	padding:0;
	font-size:15px;
	font-weight:normal;
	color:#6f665c;
}

#container {
	width:900px;
	margin:auto;
	margin-top:20px;
	margin-bottom:20px;
}

#header {
	width:900px;
	height:202px;
	background-image:url(../img/bg-header.gif);
	background-repeat:no-repeat;
	position:relative;
}

#header-img {
	position:absolute;
	left:11px;
}


/*-- Menu --*/

#menu {
	width:900px;
	height:20px;
	background-image:url(../img/bg-menu.gif);
}

#menu-first-spacer {
	float:left;
	width:11px;
	height:20px;
}

.menu-spacer {
	float:left;
	width:1px;
	height:20px;
}

#menu a {
	display:block;
	float:left;
	padding:0 4px 0 4px;
	color:#fff;
	text-decoration:none;
	height:20px;
	line-height:18px;	
}

#menu a:hover {
	background-color:#675644;
	text-decoration:none;
}

#aboutus			#menu-aboutus,
#ceremonies			#menu-ceremonies,
#locations			#menu-locations,
#services			#menu-services,
#venues				#menu-venues,
#villarental		#menu-villarental,
#receptions			#menu-receptions,
#accomodations		#menu-accomodations,
#photogallery		#menu-photogallery,
#wedidit			#menu-wedidit,
#theyenjoyedit		#menu-theyenjoyedit,
#form				#menu-form,
#contact			#menu-contact {
	background-color:#675644;
	text-decoration:none;
}


/*-- Sottomenu --*/

#sottomenu {
	width:900px;
	height:20px;
	background-image:url(../img/bg-sottomenu.gif);
	position:relative;
}

#sottomenu-first-spacer {
	float:left;
	width:11px;
	height:20px;
}

.sottomenu-spacer {
	float:left;
	width:1px;
	height:20px;
}

#sottomenu a {
	display:block;
	float:left;
	padding:0 5px 0 5px;
	color:#675644;
	text-decoration:none;
	height:20px;
	line-height:18px;	
}

#sottomenu a:hover {
	background-color:#f8f4ed;
	text-decoration:none;
}

/*-- Centro --*/

#center {
	width:900px;
	background-image:url(../img/bg-center.gif);
	background-repeat:repeat-y;
	color:#675644;
	margin-bottom:-11px;
}

#col-unica {
	margin-left:11px;
	width:878px;
	background-color:#d3cbc1;
}

#col-sx {
	float:left;
	margin-left:11px;
	width:307px;
	background-color:#d3cbc1;
}

.titolo-col-sx {
	margin:10px;
	padding-left:5px;
	height:20px;	
}

#contenuto-col-sx {
	margin:10px;
}

#col-dx {
	float:left;
	width:571px;
}

.padding-contenuto {
	padding:5px;
}

.padding-contenuto a {
	color:#000;
	text-decoration:underline;
}

.padding-contenuto a:hover {
	color:#6f665c;
	text-decoration:none;
}

.input-lungo {
	width:350px;
	border:1px solid #6f665c;
}

.inputtino {
	border:1px solid #6f665c;
}

.line-height {
	 line-height:17px;
}

.margin-left {
	margin-right:100px;
}

#footer {
	width:900px;
	height:20px;
	background-image:url(../img/bg-footer.gif);
	font-size:10px;
	text-align:center;
	line-height:18px;
	color:#675644;
}