@charset "UTF-8";

/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	background-attachment: fixed;
	background-image: url(img/bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
h2 {
	font-size: 20px;
	margin-bottom: 15px;
	font-weight: normal;
}

h2.home { margin-bottom:5px; }

h3 { font-size: 15px; margin-bottom:15px; font-weight:normal; margin-top:5px; }

p {
	margin-bottom: 15px;
	word-spacing: 0.5em;
	line-height: 18px;
}
a {
	color: #020B5E;
	text-decoration: none;
}

.cancella {
	clear:both;
	visibility:hidden;

}

.centro { text-align:center; }

#contenitore {
	width: 960px;
	position: relative;
	border-top-width: 13px;
	border-bottom-width: 13px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #020B5E;
	border-bottom-color: #020B5E;
	margin-top: 13px;
	margin-right: auto;
	margin-bottom: 13px;
	margin-left: auto;
}
#contenitore .wrapper {
	margin: auto;
	width: 800px;
	
}
#contenitore #menu {
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #c2c2c2;
	position: relative;
}
#menu .wrapper {
	height: 85px;
	
}
#menu #logo {
	background-image: url(img/logo.png);
	background-repeat: no-repeat;
	position: absolute;
	left: 0px;
	top: 15px;
	text-indent: -9000px;
	height: 54px;
	width: 181px;
}

#contenitore #testata {
	margin-top: 5px;
	position: relative;
}
#testata .wrapper {
	height: 215px;
}
#testata .immagine {
	background-image: url(img/immagine_top2.jpg);
	position: absolute;
	height: 214px;
	width: 329px;
	left: 0px;
	top: 0px;
	text-indent: -9000px;
}
#testata #banner {
	
	height: 214px;
	width: 463px;
	position: absolute;
	top: 0px;
	right: 0px;
}

#testata #banner a.cosmetici {
	background-image: url(img/banner_prodotti.png);
	height: 214px;
	width: 157px;
	display:block;
	text-indent:-9000px;
	float:left;
}

#testata #banner a.solari {
	background-image: url(img/banner_prodotti.png);
	height: 214px;
	width: 156px;
	display:block;
	text-indent:-9000px;
	float:left;
	background-position: -157px;
}

#testata #banner a.tricologici {
	background-image: url(img/banner_prodotti.png);
	height: 214px;
	width: 150px;
	display:block;
	text-indent:-9000px;
	float:left;
	background-position: -314px;
}

#testata #banner a.cosmetici:hover {
	background-image: url(img/banner_hover.png);
	background-position:0px -1px;
}

#testata #banner a.solari:hover {
	background-image: url(img/banner_hover.png);
	background-position:-157px -1px;
}

#testata #banner a.tricologici:hover {
	background-image: url(img/banner_hover.png);
	background-position:-314px -1px;
}



#contenitore #corpo {
	margin-top: 15px;
	margin-bottom: 15px;
	/*position: relative;*/
	background-image: url(img/bgbarra2.png);
	background-repeat: repeat-y;
	background-position: left top;
}
#corpo #barra {
	float: left;
	
	width: 328px;
	/*border: 1px solid #FF0000;*/
}
#barra .wrapper {
	margin: 8px;
	width:inherit;
	
}
#corpo #contenuto {
	
	float: right;
	width:460px; 
}
#contenitore #corpo.corpoprodotti {
	background-image: none;
}

#contenitore #corpo.corpoprodotti #contenuto {
	width:788px;
	float:none;
}

.corpoprodotti #contenuto .wrapper {
	width:788px;
}

#contenuto .wrapper {
	width:444px;
	margin-top: 8px;
	margin-right: auto;
	margin-bottom: 8px;
	margin-left: auto;
	}

.piede ul {

	margin-bottom: 15px;

}

.piede a:hover {
	color: #CC0000;
}
.piede .dati li {
	display: inline;
	margin-right: 7px;
	font-size: 10px;
}

.piede li {
	height: 30px;
	width:90%;
	margin:auto;
}

#barra .piccolanotizia {
	padding-left: 2px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #000066;
}

#barra .piccolanotizia h3 {
	font-size: 14px;
	margin-bottom: 10px;
	color: #333333;
}

#barra .piccolanotizia a {
	color: #003366;
}

#barra .piccolanotizia p { width:300px;}

#map { width:100%; height:200px; display:none; }

#contenuto .prodotto {
	float: left;
	margin: 2px;
	padding: 1px;
	
}

.prodotto a { color: #FFFFFF; }

#contenuto .prodotto .wrapper {
	
	width:100px;
	height: 160px;
	margin:0px;
	
}

.prodotto.cosmetici {
	border: 2px solid #020B5E;
	background-color: #020B5E;
}

.prodotto.solari {
	border: 2px solid #FF9024;
	background-color: #FF9024;
}

.prodotto.tricologici {
	border: 2px solid #844DE9;
	background-color: #844DE9;
}

.prodotto p { text-align:center; }

.pagine { margin-right:5px; float:right; margin-bottom:5px;}

.pagine li { display:block; float:left; padding-bottom:5px; }

.pagine a {
	padding: 2px;
	margin:2px;
	border: 1px solid transparent;
	display:inline;
}

.pagine a.attiva {
	color: #FFFFFF;
	background-color: #521F84;
}

.pagine a:hover {
	border-top-color: #FF4949;
	border-right-color: #FF4949;
	border-bottom-color: #FF4949;
	border-left-color: #FF4949;
}

#prodotto img { float:left; margin-right:10px; }

#prodotto h2 {
	 
	color: #521F84;
	margin-bottom: 16px;
	font-size:17px;
	
}

.notizia {
	padding-left: 2px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #000066;
}

.notizia h3 {
	font-size: 16px;
	
	color: #FFFFFF;
	background-color: #000066;
	font-weight: normal;
	padding: 4px;
}
.notizia h5 {
	font-size: 10px;
	font-weight: normal;
	margin-bottom: 10px;
	text-align: right;
}
.notizia a {
	color: #003366;
}

.contatto li {
	list-style-position:outside;
	list-style-type: disc;
	margin-left:30px;
	margin-bottom:15px;
}

.contatto .telefono {
	
	list-style-image: url(img/telefono.gif);
}


.contatto .mobile {
	
	list-style-image: url(img/mobile.gif);
}



.contatto .lettera {
		list-style-image: url(img/lettera.gif);
		line-height:18px;
}

.contatto .email {
	
	list-style-image: url(img/email.gif);
}

.contatto .fax {
	
	list-style-image: url(img/fax.gif);
}

.contatto .skype {
		list-style-image: url(img/skype.jpg);
}

.contatto .msn {
	
	list-style-image: url(img/msn.jpg);
}

.contatto .facebook {
		list-style-image: url(img/facebook.jpg);
}

.contatto .myspace {
	
	list-style-image: url(img/myspace.jpg);
}

#ultimenotizie {
	background-image: url(img/ultimenotizie2.gif);
	background-repeat: no-repeat;
	height: 32px;
	width: 100%;
	text-indent: -9000px;
}

#argomentinotizie {
	background-image: url(img/argomentinotizie.gif);
	background-repeat: no-repeat;
	height: 37px;
	width: 100%;
	text-indent: -9000px;
}


#nav {
	height:60px;
	width: 480px;
	position: relative;
	background-image: url(img//menu_2hover.png);
	background-repeat: no-repeat;
	float: right;
	background-position: center;
}
#nav li {margin: auto;padding: 0px;list-style: none;position: absolute;top: 0px; /*border: 1px solid #FF0000;*/}
#nav li, #nav a{height: 60px;display: block;text-decoration:none;}

#nav a:hover {
	background-image:url(img/menu_2hover.png);
	background-repeat: no-repeat;
	background-position: 16px;
}
/*Default*/
/*
#nav #index{left: 0px; width: 59px; text-indent: -5000px; overflow: hidden;}
#nav #prodotti{left: 64px; width: 104px; text-indent: -5000px; overflow: hidden;}
#nav #chisiamo{left: 173px; width: 106px; text-indent: -5000px; overflow: hidden;}
#nav #news{left: 286px; width: 82px; text-indent: -5000px; overflow: hidden;}
#nav #contatto{left: 373px; width: 99px; text-indent: -5000px; overflow: hidden;}*/

#nav #index{left: 0px; width: 63px; text-indent: -5000px; overflow: hidden;}
#nav #prodotti{left: 68px; width: 104px; text-indent: -5000px; overflow: hidden;}
#nav #chisiamo{left: 178px; width: 106px; text-indent: -5000px; overflow: hidden;}
#nav #news{left: 291px; width: 82px; text-indent: -5000px; overflow: hidden;}
#nav #contatto{left: 378px; width: 99px; text-indent: -5000px; overflow: hidden;}

#nav #index a:hover{
	background-position: -6px;
}

#nav #prodotti a:hover{
	background-position: -74px;
	
}

#nav #chisiamo a:hover{
	background-position: -184px;
}

#nav #news a:hover{
	background-position: -297px;
	
}

#nav #contatto a:hover{
	background-position: -384px;
	
}

/*Hover*/
/*
#nav_home a:hover {background: transparent url(img/nav00000.jpg) -0px -60px no-repeat}
#nav_about-us a:hover {background: transparent url(img/nav00000.jpg) -279px -60px no-repeat}
#nav_services a:hover {background: transparent url(img/nav00000.jpg) -415px -60px no-repeat}
#nav_portfolio a:hover {background: transparent url(img/nav00000.jpg) -546px -60px no-repeat}
#nav_support a:hover {background: transparent url(img/nav00000.jpg) -681px -60px no-repeat}
/*Active*/
/*
.home #nav_home, .home #nav_home a:hover {background: transparent url(img/nav00000.jpg) -0px -120px no-repeat}
.about-us #nav_about-us,.about-us #nav_about-us a:hover {background: transparent url(img/nav00000.jpg) -279px -120px no-repeat}
.services #nav_services,.services #nav_services a:hover {background: transparent url(img/nav00000.jpg) -415px -120px no-repeat}
.portfolio #nav_portfolio,.portfolio #nav_portfolio a:hover {background: transparent url(img/nav00000.jpg) -546px -120px no-repeat}
.support #nav_support,.support #nav_support a:hover {background: transparent url(img/nav00000.jpg) -681px -120px no-repeat}*/

.wrapper .immaginihome {margin:0 0 20px 10px;
padding:10px 0 0;
position:relative; }
.immaginihome a { display:block; width:130px; float:left; text-align:center;} 

#galleria { width:550px; }

#galleria img { 
	border: 1px solid #FFFFFF; 
	}
	
#galleria li { float:left; }
	
#galleria a {  width: 110px; height:110px; display:block; }

h2 a { width:100%; height:100%; display:block; }

#NOME { visibility:hidden; }

form .formbox {
	width: 220px;
	float:left;
}

form input, form select {
	width: 200px;
	border: 1px solid #666666;
}


form textarea {
	width: 420px;
}
form #c {
	width: 100px;
}

form #invia {
	width: 120px;
}

img.dx { float:right; margin-left:5px; margin-bottom:5px; }

.blocco { float:left; display:inline-block; width:150px; }
