
* {
font-weight: normal;
font-style: normal;
text-decoration: none;
text-align: left;
text-indent: 0;
}

html { height: 100%; }

body {
	margin: 0;
	padding: 0;
	background: #fff url(../images/body-bg.jpg) repeat-x scroll center top;
	height: 100%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 80%;
	line-height: 1.75;
	color: #888;
	text-align: center;
}

#container {
	margin: 0 auto;
	width: 720px;
	min-height: 100%;
	position: relative;
}

* html #container { height: 100%; }


/* ===================================[ various ]=================================== */

a, a:visited, a:active { color: #a0273c; font-style: italic; }
a:hover { color: #000; }
*:link, *:visited { text-decoration: none; }
a img, *:link img, *:visited img, fieldset { border: medium none ; }
ul, ol { list-style-type: none; list-style-image: none; list-style-position: outside; }
h1, h2, h4, h5, h6, pre, code, p, strong { font-size: 1em; }
ul, ol, li, h1, h2, h4, h5, h6, pre, form, body, html, p, blockquote, fieldset, input { margin: 0; padding: 0; }
address { font-style: normal; }
acronym { border-bottom: 1px dotted; cursor: help; font-weight: inherit; }
strong { font-weight: bold; }
legend { display: none; }
label { display: block; }
.capital { text-transform: uppercase; }
.text-right { text-align: left; }
.text-right { text-align: right; }
.text-center { text-align: center; }
.img-right { float: right; }
.img-left { float: left; }
.hide { display: none; }

a#codice_img { float:left; }
div#contatti input#codice { display:inline; float:left; width:115px; margin-left:10px; }

/* ===================================[ content ]=================================== */

#head p.head-line {
	background: transparent url(../images/head-line.jpg) no-repeat;
	width: 433px;
	height: 28px;
	position: absolute;
	top: -28px;
	right: 0;
	text-indent: -9999px;
}

#head img { position: absolute; top: 14px; right: 10px; }

#content {
	margin: 35px 0;
	background: #fff url(../images/content-bg.jpg) no-repeat;
	overflow: visible;
	width: 470px;
	position: relative;
	float: left;
}

#content ul {
	margin: 0 10px;
	padding: 0 20px 10px;
	font-size: 1em;
	list-style-type: disc;
	list-style-image: none;
	list-style-position: outside;
}

#content-cnt h2 {
	width: 240px;
	height: 53px;
	position: relative;
	clear: both;
	left: -38px;
	text-indent: -9999px;
	margin-bottom: 5px;
}

#content-cnt img.thumbnail, #content-main img.thumbnail-left, #content-main img.thumbnail-right {
	border: 1px solid #efb5c4;
	margin: 0 8px 8px 0;
	padding: 4px;
	width: 115px;
	height: 115px;
	float: left; 
	clear: none;
	font-size: 0.8em;
	text-align: center;
	font-style: italic;
}

#content-cnt div.vert-testimonial, #content-main div.horiz-testimonial {
	border: 1px solid #f5f5f5;
	background: #fefdfb;
	width: 430px;
	height: 280px;
	margin-bottom: 15px;
	position: relative;
}

#content-cnt { margin: 325px 0 0; padding: 10px 10px 10px 20px; }
#content p, #content ul { margin: 0 15px 10px; clear: both; }
#content-cnt h2 { background: url(../images/content-title.gif) no-repeat; }
#content-cnt h2.home { background-position: 0 0; }
#content-cnt h2.cerimonie { background-position: 0 -53px; }
#content-cnt h2.ideeregalo { background-position: 0 -106px; }
#content-cnt h2.contatti { background-position: 0 -159px; }
#content-cnt img.thumbnail-left { margin: 3px 10px 0 0; }
#content-cnt img.thumbnail-right { margin: 3px 0 0 10px; float: right; }
div.home p { font-size: 1.25em; font-style: italic; }
div.combo p { font-size: 1.13em; }
div.combo ul li { font-size: 1em; font-style: italic; }
span.name { font-weight: bold; font-style: italic; }


/* ===================================[ cerimonie ]=================================== */

#combobox {
	margin: 0;
	padding: 0;	
	width: 435px;
}

h3.box {
	margin: 3px 0 0 0;
	cursor: pointer;
	font-size: 12px;
	background: #fbfbfb;	
	text-transform: uppercase;	
	color: #999;		
}

h3.box a {
	display: block;	
	margin: 0;
	height: 33px;		
	padding: 5px 10px;
	background: url(../images/combo-bg.gif) center bottom no-repeat;	
	text-decoration: none;
	color: #999;
}

.combo ul li {
	margin: 0;
	padding:0 0 6px 12px;
	list-style-type: none;
	background: url(../images/bullet-a.png) 0 7px no-repeat;
	font-weight: bold;
	font-size: 12px;
}

.combo ul li ul li{
	margin: 0; 
	padding:0 0 6px 12px;
	list-style-type: none;
	background: url(../images/bullet-b.png) 25px 25px no-repeat;
}

.combo p {
	margin: 0;
	padding: 15px 10px 0 10px;
	font-size: 6px;
}

i { display: none; }
h3.box a:hover, h3.box a:active { color: #999; text-decoration: none; }
h3.last { background: none; }
.combo { background: #fff; }
.combo ul { padding: 10px 33px 20px 33px; margin: 0; }


/* ===================================[ contatti ]=================================== */

#contatti {
	border: 2px solid #f5f5f5;
	margin: 0 auto; padding: 10px;
	background: #fefdfb;
	width: 350px;
	color: #9d9c9a;
}

#contatti input, #contatti textarea {
	border: 1px solid #ccc;
	color: #de5f74;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.25em;
	font-weight: normal;
	background: #fff;
}
#contatti input { width: 225px; }
#contatti textarea { width: 320px; }
#contatti input.button { border-style: none; width: 125px; height: 48px; cursor: pointer; }
#privacy { border: 1px solid #eaeaea; margin: 5px 0; padding: 5px 10px; text-align: justify; background: #fffefc; }
#contatti input.send { background: url(../images/input-send.gif) center no-repeat;}
#contatti input.canc { background: url(../images/input-canc.gif) center no-repeat; }
.richiesto { color: #c2823b; font-size: 0.75em; text-transform: uppercase; }
.validation-advice { border: 1px solid #dbcd80; margin: 5px 0; padding: 3px 5px; background: #ffef95; }


/* ===================================[ sidebar ]=================================== */

#sidebar {
	width: 250px;
	float: left;
}

#sidebar-cnt {
	margin: 5px 14px 10px 10px;
	padding: 10px;
	background: #fff none repeat;
	color: #aaa;
	text-align: center;
}

#sidebar-cnt p {
	padding: 0 20px;
	font-size: 0.85em;
}

#sidebar h1 {
	background: transparent url(../images/top-logo.jpg) no-repeat;
	width: 250px;
	height: 185px;
	text-indent: -9999px;
}

#sidebar h1 a, #sidebar h1 a:visited, #sidebar h1 a:link { 
	background: url(../images/top-logo.jpg) no-repeat;
	overflow: hidden;
	width: 250px;
	height: 185px;
	display: block;
	text-indent: -9999px;
}

#sidebar h1 a:hover { background-position: 0 -185px; }


/* ===================================[ gallery ]=================================== */

#gallery {
	background: url(../images/gallery-title.gif) repeat;
	width: 200px;
	height: 45px;
	text-indent: -9999px;
}

#gallery-cnt a {
	display: block;
	background: url(../images/gallery.jpg) 33px 20px no-repeat;
	padding-top: 125px;
	padding-left: 5px;
	color: #cc0066;
}

#gallery-cnt a:hover {
	background: url(../images/gallery-hover.jpg) 33px 20px no-repeat;
	color: #016bae;
}


/* ===================================[ friends ]=================================== */

#friends {
	background: url(../images/friends-title.gif) no-repeat;
	width: 200px;
	height: 45px;
	text-indent: -9999px;
	margin-top: 35px;
	padding-bottom: 12px;
}

#friends-cnt a {
	display: block;
	color: #cc0066;
	text-align: center;
}

#friends-cnt a:hover { color: #016bae; }


/* ===================================[ menu ]=================================== */

#nav {
	padding: 13px 0 25px;
	background: #fff url(../images/navbar-bg.gif) center top no-repeat scroll;
}

#nav li {
	overflow: hidden;
	width: 200px;
	height: 38px;
	text-indent: -9999px;
}

#nav li a {
	background: url(../images/navbar.gif) no-repeat;
	overflow: hidden;
	width: 200px;
	height: 38px;
	display: block;
	text-indent: -9999px;
}

#nav li a.nav-home, #nav li a.nav-home:link, #nav li a.nav-home:visited { background-position: 0 0; }
#nav li a.nav-home:hover { background-position: 0 -38px; }
#nav li.active a.nav-home, #nav li.active a.nav-home:link, #nav li.active a.nav-home:hover, #nav li.active a.nav-home:visited { background-position: 0 -76px; }
#nav li a.nav-cerimonie, #nav li a.nav-cerimonie:link, #nav li a.nav-cerimonie:visited { background-position: 0 -114px; }
#nav li a.nav-cerimonie:hover { background-position: 0 -152px; }
#nav li.active a.nav-cerimonie, #nav li.active a.nav-cerimonie:link, #nav li.active a.nav-cerimonie:hover, #nav li.active a.nav-cerimonie:visited { background-position: 0 -190px; }
#nav li a.nav-ideeregalo, #nav li a.nav-ideeregalo:link, #nav li a.nav-ideeregalo:visited { background-position: 0 -228px; }
#nav li a.nav-ideeregalo:hover { background-position: 0 -266px; }
#nav li.active a.nav-ideeregalo, #nav li.active a.nav-ideeregalo:link, #nav li.active a.nav-ideeregalo:hover, #nav li.active a.nav-ideeregalo:visited { background-position: 0 -304px; }
#nav li a.nav-contatti, #nav li a.nav-contatti:link, #nav li a.nav-contatti:visited { background-position: 0 -342px; }
#nav li a.nav-contatti:hover { background-position: 0 -380px; }
#nav li.active a.nav-contatti, #nav li.active a.nav-contatti:link, #nav li.active a.nav-contatti:hover, #nav li.active a.nav-contatti:visited { background-position: 0 -418px; }


/* ===================================[ footer ]=================================== */

#footer {
	background: #fff url(../images/footer-bg.jpg) center bottom repeat-x scroll;
	width: 100%;
	min-height: 252px;
	position: relative;
	clear: both;
	font-size: 0.85em;
	text-align: center;
}

#footer-hr {
	border: 0 none ;
	background: #fff url(../images/footer-hr.jpg) center no-repeat scroll;
	width: 100%;
	height: 33px;
}

* html #footer { height: 252px; }
#footer-cnt { margin: 0 auto; width: 720px; }
#footer-hr hr { display: none; }
.footer-col { margin: 0 10px; width: 215px; float: left; color: #8a8a8a; line-height: 3em; }


/* ===================================[ subfooter ]=================================== */

#subfooter {
	background: #999;
	width: 100%;
	height: 40px;
	position: absolute;
	left: 0;
	bottom: 0;
	color: #fff;
	line-height: 40px;
	border-top: 3px solid #ccc;
}

#subfooter a, #subfooter a:link, #subfooter a:visited {
	border-right: 1px dashed #eaeaea;
	padding-right: 10px;
	margin-right: 10px;
	color: #fff;
}

#subfooter a:hover { color: #eaeaea; background: none; }

/* POWERED BY Syn-Ergo(R) S.n.C. */