/* 
Design credits by:
Pilutti Craetive S.n.c. 10143 Torino (TO) Italy
http://www.pilutticreative.com/
Phone: +39 011 48 77 99
*/

/* @group Tags */

body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	background: #E3DBBE;
	}

a, a:link, a:hover, a:active {
	text-decoration: none;
	font-weight: bold;
	}

form, img {
	padding: 0;
	margin: 0;
	border: 0;
	}

/* @end */

/* @group Classi generiche */

a.link {
	color: #5B584C;
	text-decoration: underline;
	}

.nascondi {
	display: none;
	}

.centro {
	text-align: center
	}

.boldRosso {
	font-weight: bold;
	color: #880000;
	font-style: normal;
	}
	
.font24px {
	font-size: 24px;
	}

h2.titolo_primario {
	font-family:Georgia, Times, serif;
	font-weight: normal;
	color: #2D2C26;
	font-size: 24px;
	text-align: center;
	margin: 0;
	padding:10px 0;
	}
	
h2.titolo_secondario {
	font-family:Georgia, Times, serif;
	font-weight: normal;
	color: #5B584C;
	font-size: 18px;
	text-align: left;
	margin: 0;
	padding:0 0 0 15px;
	float: left;
	max-width: 430px;
	}

h2.titolo_istituzionale {
	font-family:Georgia, Times, serif;
	font-weight: normal;
	color: #880000;
	font-size: 24px;
	text-align: left;
	margin: 0;
	padding:20px 0 0 20px;
	}

h3.sottotitolo_istituzionale {
	font-family:Georgia, Times, serif;
	font-weight: normal;
	color: #5B584C;
	font-size: 11px;
	letter-spacing: 3px;
	text-align: left;
	margin: 0;
	padding:0 0 10px 20px;
	}
	
.bordoDx {
	border-right: 1px solid #fff;
}
	
/* @end */

/* @group Div strutturali */

/* @group Generici */

#contenitore {
	width: 710px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	}

#header {
	width: 700px;
	height: 72px;
	background: url(immagini/head.gif) no-repeat;
	}

#header a.head {
	float: left;
	display: block;
	width: 700px;
	height: 72px;
	}
	

#header img {
	display: none;
	}

#miniMenu {
	position: absolute;
	left: 50%;
	top: 26px;
	margin: 0 0 0 135px;
	width: 205px;
	height: 46px;
	background: url(immagini/bgminimenu.gif);
	font-size: 12px;
	font-family:Georgia, Times, serif;
	line-height: 150%;
	}
	
#miniMenu ul {
	padding:2px 5px;
	margin: 0;
	list-style: none;
	}
	
#miniMenu li {
	border-bottom: 1px solid #fff;
	margin: 0;
	padding: 0;
	}

#miniMenu a {
	color: #fff;
	font-weight: normal;
	}

#footer {
	font-family:Georgia, Times, serif;
	float: left;
	width: 700px;
	height: 20px;
	margin: 0 0 50px 0;
	background-image: url(immagini/footer.gif);
	text-align: center;
	}

#footer a {
	display: inline;
	font-size: 11px;
	font-style: italic;
	color: #FFFFFF;
	padding: 0 15px;
	font-weight: normal;
	letter-spacing: 1px;
	}

#footer a:hover {
	text-decoration: underline;
	}

/* @end */

/* @group Home */

#navHome {
	font-family:Georgia, Times, serif;
	float: left;
	position: relative;
	width: 260px;
	height: 520px;
	margin: 0;
	padding: 0;
	background:url(immagini/bgnav.gif);
	}

#colNav {
	position: absolute;
	width: 250px;
	top: 30px;
	left: 0;
	z-index: 1;
	}

#colNav p {
	padding: 0;
	margin: 0 15px 0 15px;
	font-size: 12px;
	color: #880000;
	line-height: 15px;
	}

#menuHome {
	clear: left;
	width: 260px;
	height: 30px;
	background-image: url(immagini/menuHome.gif);
	}

#fotoPaesaggio {
	position: absolute;
	height: 160px;
	width: 250px;
	background-image: url(immagini/paesaggio.jpg);
	bottom: 0;
	left: 5px;
	z-index: 0;
	}

#offerte {
	float: left;
	position: relative;
	width: 430px;
	margin: 0;
	padding: 0 0 0 10px;
	}

#titoloOfferte {
	float: left;
	height: 75px;
	width: 430px;
	margin: 0;
	text-align: left;
	font-family:Georgia, Times, serif;
	font-size: 46px;
	line-height: 140%;
	letter-spacing: -3px;
	color: #000;
/*	background: url(immagini/giordano.jpg) no-repeat 315px;*/
	}

/* @group Offerta */

#offerta {
	float: left;
	position: relative;
	width: 440px;
	height: 275px;
	left: -5px;
	}
	
.boxOfferta {
	float: left;
	position: relative;
	width: 440px;
	height: 275px;
	background: url(immagini/ombra-offerta.gif);
	}

.fotoOfferta {
	float: left;
	width: 280px;
	height: 265px;
	margin: 0;
	}
	
.infoOfferta {
	float: left;
	width: 150px;
	height: 265px;
	margin: 0;
	font-family:Georgia, Times, serif;
	}
	
.infoOfferta ul, .infoAppoggio ul {
	margin: 0 10px;
	padding: 0;
	font-size: 11px;
	list-style: none;
	color: #2D2C26;
	line-height: 120%;
	}
	
.infoOfferta li, .infoAppoggio li {
	padding: 0;
	margin: 0;
	}

.infoOfferta h4 {
	margin: 10px 0 0 10px;
	font-size: 14px;
	padding: 0;
	font-weight: bold;
	font-style: italic;
	color: #880000;
	}
	
.infoOfferta h2 {
	margin:2px 0;
	padding: 0;
	font-size: 24px;
	font-weight: bold;
	color: #880000;
	text-align: center;
	}
	
.infoOfferta span {
	display: block;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #333;
	text-align: center;
	margin: 0 0 10px 0;
	}

.shopNowOfferta {
	position: absolute;
	bottom: 20px;
	right: 20px;
	width: 130px;
	}

/* @end */

/* @group Appoggio */

#appoggio {
	width: 440px;
	height: 170px;
	float: left;
	position: relative;
	left: -5px;
	}
	
.boxAppoggio {
	float: left;
	position: relative;
	width: 146px;
	height: 170px;
	background: url(immagini/ombra-appoggio.gif);
}


	
.boxAppoggioBig {
	float: left;
	position: relative;
	width: 440px;
	height: 170px;
	background: url(immagini/ombra-offerta.gif) bottom right;
	
}


.boxAppoggioDoppio {
	float: left;
	position: relative;
	width: 280px;
	height: 170px;
	text-align: right;
}


.fotoAppoggio {
	width: 136px;
	height: 75px;
	}
	
	
.fotoAppoggioBig {
	width: 280px;
	height: 160px;
	position: absolute;
	top: 0;
	right: 11px
	}

.infoAppoggio {
	float: left;
	width: 136px;
	height: 75px;
	text-align: center;
	font-family:Georgia, Times, serif;
	}

.infoAppoggio h4 {
	font-size: 12px;
	margin: 2px 0 2px 0;
	padding: 0;
	font-weight: normal;
	font-style: italic;
	color: #880000;
	}
	
.infoAppoggio span {
	display: block;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #333;
	}
		
.infoAppoggio h2 {
	margin: 0;
	font-size: 14px;
	padding: 0;
	font-weight: bold;
	color: #880000;
	}

.shopNowAppoggio {
	position: absolute;
	bottom: 20px;
	left: 27px;
	}
	
	
.elenco {
	font-family:Georgia, Times, serif;
	font-size: 14px;
	margin: 0 20px;
	padding: 0 0 10px;
	color: #625D57;
	line-height: 130%;
	}	

/* @end */

/* @end */


/* @group Altre pagine */

#pagina {
	width: 700px;
	background-image: url(immagini/bgpag.gif);
	padding: 0 0 20px 0;
	}
	
#pagina p {
	font-family:Georgia, Times, serif;
	font-size: 14px;
	margin: 0 20px;
	padding: 0 0 10px;
	color: #625D57;
	line-height: 130%;
	}
		
#pagina ul {
	font-style: normal;
	font-weight: bold;
	font-family:Georgia, Times, serif;
	font-size: 14px;
	margin: 0 20px;
	padding: 0 0 10px;
	color: #625D57;
	line-height: 130%;
	}
	
#pagina ul li {
	font-style: italic;
	font-weight: normal;
	list-style-position: inside;
	list-style-type: circle;
	}
	
.boxProdotto {
	width: 33%;
	float: left;
	}

.boxProdotto img {
	width: 200px;
	height: 190px;
	margin: 10px 0 5px 20px;
	}

.boxProdotto h4 {
	font-family:Georgia, Times, serif;
	font-size: 14px;
	font-style: italic;
	color: #880000;
	margin: 0 20px;
	}
	
.titoloGaranzia {
	display: block;
	margin: 20px auto 10px;
}

/* @end */

/* @group Landing */

#menuGenerico {
	width: 700px;
	height: 20px;
	background-image: url(immagini/menuGenerico.gif);
	}

#navLanding {
	font-family:Georgia, Times, serif;
	float: left;
	position: relative;
	width: 260px;
	margin: 0;
	padding: 0;
	background:url(immagini/bgnav.gif);
	}

#offertaLanding {
	float: left;
	padding: 0 10px 5px 0;
	margin: 0;
	height: 250px;
	}

#offertaLandingWide {
	float: left;
	padding: 0 0 5px 0;
	margin: 0;
	height: 250px;
	}

#gadgetLanding {
	float: left;
	padding: 0 0 5px 0;
	margin: 0;
	}

/* @end */

/* @end */

/* @group Menu */

h4.titoloNav {
	display: block;
	margin: 15px 15px 5px 15px;
	color: #5B584C;
	font-size: 16px;
	font-weight: normal;
	line-height: 100%;
	font-style: italic;
	}

.menu {
	margin: 0 0 0 5px;
	width: 250px;
	}

.menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
	
.menu ul li {
	display: block;
	margin: 5px 10px 3px 10px;
	padding: 0 0 3px 0;
	color: #5B584C;
	font-size: 12px;
	font-weight: normal;
	line-height: 100%;
	border-bottom: 1px solid #DDD;
	font-style: italic;
	}

.menu ul li a {
	color: #880000;
	font-size: 12px;
	font-weight: normal;
	line-height: 100%;
	font-style: normal;
	}

.menu ul li a:hover {
	color: #000;
	font-weight: normal;
	}

/* @end */

/* @group Modulo */

#boxModulo {
	float: left;
	margin: 0;
	color: #2D2C26;
	width: 440px;
	background: #fff url(immagini/bgform.gif);
	}
	
form.modulo {
	float: left;
	margin: 0;
	padding: 0 0 20px 0;
	}

input {
	font-size:11px;
	}
	
select {
	font-size:11px;
}

fieldset {
	border:0;
	margin:5px 5px 5px 5px;
	padding:0;
	width:203px;
	float:left;
	text-align:right;
	}
		
input, select {
	padding:0;
	margin:0;
	margin:0 0 5px 0;
	}	
label {
	font-size:12px;
	}

#bill_quantity,
#bill_firstname,
#bill_lastname,
#bill_email,
#bill_refnumber,
#bill_address1,
#bill_address2,
#bill_city,
#bill_state,
#bill_zipcode,
#bill_phonenumber,
#ship_method,
#ship_firstname,
#ship_lastname,
#ship_lastname,
#ship_address1,
#ship_address2,
#ship_city,
#ship_state,
#ship_zipcode,
#ship_phonenumber {
	width:55%;
	}	
	
#bill_mm,
#bill_dd,
#bill_yyyy {
	width:18%;
	}
	
h3 {
	clear:left;
	border:0;
	margin: 0;
	padding: 10px 0 0 0;
	font-size:11px;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align: center;
	}
	
.filetto {
	clear: left;
	margin: 5px 15px;
	padding: 0;
	border-top: 1px solid #DDD;
	}
	
.risparmio{
	background-image: url(immagini_confezioni/red-bg.jpg);
	height: 16px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	text-align: center
}

/* @end */
