/* ===== Elementi relativi alla tipografia della pagina ===== */
body {
	font: 75%/1.5 Arial, Helvetica, sans-serif;
	background: #006acd url(../img/bkg_body.png) 0 0 repeat-x;
	color: #ecf3ff;
}	
html>body {
	font-size: 12px;
}
h1, h2, h3, h4 {
	color: #fff;
}
h1 {
	font-size: 2em;
	line-height: 0.75;
	margin: 0.75em 0 1em 0;
}
h2 {
	font-size: 1.75em;
	line-height: 0.7;
	margin: 1.05em 0 0.35em 0;
}
h3 {
	font-size: 1.5em;
	line-height: 1;
	margin: 1.5em 0 0.5em 0;
}
h4 {
	font-size: 1.25em;
	line-height: 1.2;
	margin: 1.8em 0 0.6em 0;
}
p {
	margin: 0 0 1.5em 0;
}
a {
	color: #fff;
}
a:hover {
	color: #fdb;
}
/* ====== Elementi relativi al layout ===== */

/* Contenitore */
#bdWrap {
	padding-bottom: 32px;
	background: url(../img/bkg_wrap.png) center bottom no-repeat;
} 
/* Contenitore */
#container {
} 

/* Testata della pagina */
#boxTestata {
	height: 280px;
	background: #039;
}

/* Navigazione servizio testata */
#navServizio {
	padding: 5px 0;
	width: 960px;
	height: 20px;
	background: url(../img/bkg_navSer.png) 0 0 no-repeat;
}
#navServizio ul {
	width: 200px;
	text-align: center;
}
#navServizio li {
	float: left;
	display: inline;
	margin: 0 2.25em;
}
#navServizio a {
	color: #fff;
	font-variant: small-caps;
	font-weight: bold;
}
#navServizio a {
	color: #fff;
	font-variant: small-caps;
	font-weight: bold;
	text-decoration: none;
}
#navServizio a:hover {
	color: #fd0;
}
/* Immagine splash */
#splash {
	margin: 0;
	padding: 0 0 0 200px;
	width: 760px;
	height: 250px;
	background: url(../img/bkg_splash.png) 0 0 no-repeat;
}

/* corpo pagina */
#boxCorpo {
	float: left;
	background: url(../img/bkg_boxCorpo.png) left bottom;
}

/* Colonna sinistra */
#sidebarSx {
	padding-top: 48px;
	min-height: 350px;
	height: auto !important;
	height: 350px;
	background: url(../img/bkg_corpo_01.png) 0 0 no-repeat;
}

/* Area testo */
#boxTxt {
	padding: 0 85px 0 20px;
	width: 455px;
	min-height: 560px;
	height: auto !important;
	height: 560px;
	background: url(../img/bkg_corpo_02.png) 0 0 no-repeat;
}
#boxTxt ul {
	margin: 1.5em;
	list-style-type: square;
}
#boxTxt ol {
	margin: 1.5em;
	list-style-type: lower-alpha;
}
#boxTxt img {
	float: right;
	margin: 0 -65px 1.5em 1.5em;
} 
div.imgCol {
	float:right;
	margin: 0 0 10px 10px;
	padding: 0;
	width:200px;
}

/* box sezione acquisto prodotti */
div.boxProdotti {
	float: left;
	margin: 0 -40px 20px 0;
	padding: 10px 15px 10px 10px ;
	border: solid #05b;
	border-width: 0 1px 1px 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	width: 480px;
	background: #1fa5eb url(../img/bkg_lista.png) 0 0 repeat-x;
	
}
div.boxProdotti h2 {
	font-size: 1.25em;
	line-height: 1.2;
	margin: 0.6em 0;
}
div.boxProdotti p {
	margin: 0 0 0.75em 0;
}
#boxTxt div.boxProdotti img {
	float: right;
	margin: 0 0 1.5em 1.5em;
} 
#boxPay {
	clear: both;
	padding-top: 12px;
	width: 480px;
}
#boxPay h3 {
	font-size: 1.2em;
	font-weight: normal;
	letter-spacing: -0.02em;
	line-height: 1;
	padding: 10px 50px 10px 0;
	margin: 0 0 0.5em 0;
	width: 180px;
} 
form.crCard {
	float: left;
	width: 230px;
}
form.paypal {
	float: right;
	width: 230px;
}
form.crCard h3 {
	background: url(../img/crCredito.gif) 0 0 no-repeat;
}
form.paypal h3 {
	background: url(../img/PayPal.gif) 0 0 no-repeat;
}
div.boxProdotti input.bottone {
	padding: 5px;
	border: 1px solid #039;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	width: 198px;
	background: #06c;
	font-weight: bold;
	color: #fff;
}
div.boxProdotti input.bottone:hover, div.boxProdotti input.bottone.sfhover {
	background: #f90;
	color: #fff;
}

/* stili tabelle carrello */
table.carrello {
	margin-bottom: 20px;
	border-collapse: separate;
	border-spacing: 1px;
	border: solid #039;
	border-width: 0 1px 1px 0;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	width: 100%;
	background: #05b;
	font-weight: bold;
}
table.carrello th {
	padding: 7px;
	background: #07d;
	text-align: left;
	color: #028;
}
table.carrello td {
	padding: 7px;
	background: #4bf url(../img/bkg_lista.png) 0 0 repeat-x;
	color: #03a;
}
table.carrello td.tdTot {
	background: #28e;
}
#modifica input, #cancella input {
	margin: 0;
	padding: 2px;
	border: 1px solid #039;
	font-family: Arial, Helvetica, sans-serif;
	color: #321;
	background: #ecf3ff;
}
#modifica input:hover, #modifica input.sfhover {
	background: #fff;
}
#modifica input.bottone, #cancella input.bottone, #conferma input.bottone {
	padding: 5px;
	border: 1px solid #039;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	width: 160px;
	background: #06c url(../img/lk_boxSondaggio.gif) 0 0;
	font-weight: bold;
	color: #fff;
}
#modifica input.bottone:hover, #modifica input.bottone.sfhover, #cancella input.bottone:hover, #cancella input.bottone.sfhover, #conferma input.bottone:hover, #conferma input.bottone.sfhover {
	background-position: 0 -60px;
	color: #fff;
}
a.lkBottone {
	display: block;
	border-top: 6px;
	padding: 5px;
	border: 1px solid #039;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	width: 160px;
	height: 18px;
	background: #06c url(../img/lk_boxSondaggio.gif) 0 0;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #fff;
}
a.lkBottone:hover {
	background-position: 0 -60px;
	color: #fff;
}

div.proOrd {
	float: left;
	padding-bottom: 15px;
	width: 200px;
	height: 75px;
}
div.carOrd {
	float: right;
	padding-bottom: 15px;
	width: 200px;
	height: 75px;
}
div.aggOrd {
	padding-bottom: 15px;
	width: 455px;
}
div.proOrd h2, div.carOrd h2, div.aggOrd h2, #cancella h2, #conferma h2 {
	font-size: 1.25em;
	line-height: 1.2;
	margin: 0.6em 0;
}
#cancella {
	clear: both;
}
div.clear {
	clear: both;
	width: 100%;
}
#textarea2 {
	font-size: 92%;
}
/* Stili elementi liste */
ul#lista {
	margin: 0.75em 0;
	list-style-type: none;
}
ul#lista li {
	clear: both;
	float: left;
	margin: 6px -65px 6px 0;
	padding: 6px 12px;
	width: 496px;
	background: #1fa5eb url(../img/bkg_lista.png) 0 0 repeat-x;
}
ul#lista li img {
	margin-right: 0;
}
ul#lista h2 {
	font-size: 1.5em;
	font-weight: normal;
	line-height: 1;
	margin: 1.5em 0 0.5em 0;
}

/* Stili elementi galleria */
ul#galleria {
	clear: both;
	float: left;
	margin: 6px -65px 6px 0;
	padding: 6px 12px;
	width: 496px;
	background: #1fa5eb url(../img/bkg_lista.png) 0 0 repeat-x;
	list-style-type: none;
}
ul#galleria li {
	float: left;
	margin: 0 12px 12px 0;
	padding: 6px 12px;
}
ul#galleria li img {
	margin: 0;
}
/* Colonna destra */
#sidebarDx {
	padding: 0 20px 0 10px;
	width: 170px;
	min-height: 350px;
	height: auto !important;
	height: 350px;
	background: url(../img/bkg_corpo_03.png) 0 0 no-repeat;
	color: #e9f6ff;
}
#sidebarDx h2 {
	line-height: 0.7;
	margin: 1.05em 0;
	letter-spacing: -0.02em;
}

#jqnewsVert {
	overflow: hidden;
	margin: 0 -20px 0 -10px;
	padding: 0;
	width: 200px;
	height: 300px; 
}

#jqnewsVert div {
	display: block; 
	overflow: hidden; 
	margin: 0;
	padding: 3px 10px;
	width: 170px; 
	height: 94px; 
	border-bottom: 1px solid #79ccf9;
}
#sbNews h3 {
	font-size: 1.25em;
	line-height: 1.2;
	margin: 0 0 1.2em 0;
	font-variant: small-caps;
}
#sbNews h3 a {
	color: #fff;
	text-decoration: none;
}
#sbNews h3 a:hover {
	color: #fd0;
}
#sbNews p {
	margin: 0.75em 0 0 0;
}
/* Footer */
#boxFooter {
	margin: 0 200px;
	padding: 20px;
	width: 520px;
	height: 60px;
	background: #0029a3 url(../img/bkg_footer.png) 0 0 no-repeat;
	line-height: 0.3725;
}
#boxFooter a {
	padding-right: 1.5em;
	color: #bdf;
}
#boxFooter a:hover {
	color: #fff;
}
#boxFooter a.nolink {
	color: #b3e6ff;
	text-decoration: none;
}

/* Stile elementi modulo */

#modulo {
	clear: both;
	margin: 0 -65px 0 0;
	width: 520px;
}
#modulo label {
	display: block;
	margin: 5px 0 0 0;
}
#modulo input, #modulo select, #modulo textarea {
	margin: 0 5px 0.75em 0;
	padding: 2px;
	border: 1px solid #039;
	font-family: Arial, Helvetica, sans-serif;
	color: #321;
	background: #ecf3ff;
}
#modulo input:hover, #modulo select:hover, #modulo textarea:hover, #modulo input.sfhover, #modulo select.sfhover, #modulo textarea.sfhover {
	background: #fff;
}

#modulo input.bottone {
	border: 1px solid #039;
	background: #06c;
	font-weight: bold;
	color: #fff;
}
#modulo input.bottone:hover, #modulo input.bottone.sfhover {
	background: #f90;
	color: #fff;
}
#modulo br {
	margin: 0.75em 0;
	clear: left;
}
#modulo p {
	margin: 0.75em 0;
	padding-top: 0.75em;
	border-top: 1px solid #ecf3ff;
}

/* Stili galleria immagini */
.pgGalleria #boxTxt {
	padding: 0 20px;
	width: 520px;
}
.pgGalleria #boxTxt img {
	float: none;
	margin: 0;
} 
div.boxGalleria {
	float: left;
	padding: 0;
	width: 520px;
}
div.boxGalleria ul {
	list-style-type: none;
	margin: 0.75em 0;
}
div.boxGalleria li {
	float: left;
	display: inline;
	margin: 0 15px 15px 0;
}

/* Classi varie */
p.lkBack {
	clear: both;
	margin: 0 -65px 1.5em 0;
	padding-top: 0.3em;
	border-top: 1px dotted #fff;
}

/* Stili home page */
.pgNdx #boxTxt {
	padding: 0 20px;
	width: 520px;
}
.pgNdx #boxTxt img {
	float: none;
	margin: 0;
}

/* Area testo */
#ndxA {
	clear: both;
	width: 520px;
}
#ndxTxt {
	float: left;
	padding: 0;
	width: 250px;
}
#ndxImg {
	float: right;
	padding: 8px 0 0 0;
	width: 250px;
}

/* Area box */
#ndxB {
	float: left;
	width: 520px;
	background: url(../img/bkg_ndxB.png) 0 0 no-repeat;
}

/* Area promozioni home */
#promoNdx {
	float: left;
	padding: 10px;
	width: 230px;
}
#promoNdx ul {
	list-style-type: none;
	margin: 0.75em 0;
}
#promoNdx h3 {
	font-size: 1.25em;
	line-height: 1.2;
	margin: 1.2em 0 0 0;
	font-variant: small-caps;
}
#promoNdx h3 a {
	color: #fff;
	text-decoration: none;
}
#promoNdx h3 a:hover {
	color: #fd0;
}
#promoNdx p {
	margin: 0 0 0.75em 0;
}

/* Area galleria home */
#galleriaNdx {
	float: right;
	padding: 10px;
	width: 230px;
}
#galleriaNdx ul {
	list-style-type: none;
	margin: 0.75em 0;
}
#galleriaNdx li {
	float: left;
	display: inline;
	margin: 0 15px 15px 0;
}

/* Box contatti home */
#contattiNdx {
	margin: 0 -20px 0 -10px;
	padding: 3px 20px 3px 10px;
	width: 170px;
	min-height: 360px;
	height: auto !important;
	height: 360px;
	background: url(../img/bkg_contattiNdx.png) 0 0  no-repeat;
}

/* boxSondaggio Ninfea */
#boxPro, #boxSondaggio {
	clear: both;
	width: 520px;
	margin: 5px -20px 0 -20px;
	padding: 0 20px 25px 20px;
	border-top: 1px solid #069;
}
#boxPro {
	background: url(../img/payNdx.gif) left bottom no-repeat;
}
#boxPro h2, #boxSondaggio h2 {
	font-size: 1.75em;
	line-height: 0.7;
	margin: 0 -20px 6px -20px;
	padding: 12px 20px 0 20px;
	border-top: 1px solid #8acae9;
}
.pgNdx #boxTxt #boxSondaggio img {
	float: right; 
	margin: -12px 0 10px 10px;
}
#boxPro a, #boxSondaggio a {
	display: block;
	width: 246px;
	height: 25px;
	margin: 0;
	padding: 10px 0;
	border: 2px solid #8acae9;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	text-align: center;
	background: #06c url(../img/lk_boxSondaggio.gif) 0 0;
	color: #fff;
	font-size: 120%;
	font-weight: bold;
	text-decoration: none;
}
#boxPro a:hover, #boxSondaggio a:hover {
	background-position: 0 -60px;
}

