/*
	Copyright © 2007 dotDesign
	All Rights Reserved
	dotDesign is the web design division of PLzAlliance
	www.plzalliance.com - plzalliance@gmail.com
	
	File per la configurazione dell'aspetto grafico del sito
*/

body {
	background-image:url(../imgs/top.png);
	background-repeat:repeat-x;
	background-color:#ededed;
	margin: 0px;
	font-family:'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 80%;
	}

#page {
	width: 780px;
	margin: 0 auto;
	border: #dddddd solid 1px;
	background-color:white;
	}
	
#header {
	width: 780px;
	height: 114px;
	}

.header_title {
	font-size: 48px;
	color: #FFFFFF;
	padding: 30px 0 0 20px;
	}
.header_title a { color:white; text-decoration:none; }
.header_title a:visited { color:white; }
.header_title a:hover { text-decoration:underline; color:white; }
	
.primary {
	width: 600px;
	_width: 600px; /* IE Hack */
	float: left;
	padding: 5px;
	line-height: 1.5em;
	color:#333333;
	}

.primary h2, .primary h3{
	margin: 3px 0 0 0;
	padding-bottom: 10px;
	}
.primary h4 {
	padding: 0px;
	margin: 0px;
	}

.primary ul li {
	padding: 5px 10px 0 7px;
	clear:both;
	}
	
.primary ul li:hover {
	background: #F3F3F3;
	}

.nav ul li {
	margin: 0px;
	padding: 0px;
	height: 13px;
	}
.secondary {
	font: 1em/1.5em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	width: 150px;
	color: #666;
	float: right;
	padding-left: 10px;
	padding-right: 10px;
	}
.clear { clear: both }

dl {
	margin: 0px;
	padding: 3px 0 3px 0;
	}
dl a { text-decoration:none; }
dl a:hover { text-decoration:underline; }

dt {
	border-top:#CCCCCC solid 1px;
	border-bottom:#CCCCCC solid 1px;
	}
dt:hover {
	background-color:#CCCCCC;
	}
dt:current {
	background-color:#CCCCCC;
	}
	
dl dd { margin: 5px; }
ul {
	margin: 0px;
	padding: 0px;
	}
ul li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	}

a{ color: #009900; text-decoration:none;}
a:hover{ color:#66CC00; text-decoration:underline;}


ul li a { color:#66CC00; }

ul li a:hover { color:#66FF00; text-decoration:underline; }
ul li a:visited { color:#66CC00; }

img {
	margin: 3px;
	padding: 3px;
	border:none;
	}

.information {
	background: #F8FAFC;
	border: #B6D5FE solid 1px;
	padding: 10px;
	}

/*
	Descrittori per l'header delle singole pagine
*/
.header_azienda {
	background-image:url(../../azienda/testata.jpg);
	width: 100%;
	height: 100%;
	}
.header_laboratorio {
	background-image:url(../../laboratorio/testata.jpg);
	width: 100%;
	height: 100%;
	}
.header_prodotti {
	background-image:url(../../prodotti/testata.jpg);
	width: 100%;
	height: 100%;
	}

.header_contatti {
	background-image:url(../../commerciale/contatti/testata.jpg);
	width: 100%;
	height: 100%;
	}

.header_offerte {
	background-image:url(../../commerciale/offerte/testata.jpg);
	width: 100%;
	height: 100%;
	}

/*
	Descrittori per l'header delle pagine prodotti in ordine alfabetico
*/
.header_agrumi {
	background-image:url(../../prodotti/agrumi/testata.jpg);
	height: 100%;
	widows: 100%;
	}
.header_albicocco {
	background-image:url(../../prodotti/albicocco/testata.jpg);
	height: 100%;
	widows: 100%;
	}
.header_ciliegio {
	background-image:url(../../prodotti/ciliegio/testata.jpg);
	height: 100%;
	widows: 100%;
	}
.header_fico {
	background-image:url(../../prodotti/fico/testata.jpg);
	height: 100%;
	widows: 100%;
	}
.header_fruttasecca {
	background-image:url(../../prodotti/frutta_secca/testata.jpg);
	height: 100%;
	widows: 100%;
	}
.header_frutticomplementari {
	background-image:url(../../prodotti/frutti_complementari/testata.jpg);
	width: 100%;
	height: 100%;
	}
.header_melo {
	background-image:url(../../prodotti/melo/testata.jpg);
	width: 100%;
	height: 100%;
	}
.header_olivo {
	background-image:url(../../prodotti/olivo/testata.jpg);
	width: 100%;
	height: 100%;
	}
.header_pero {
	background-image:url(../../prodotti/pero/testata.jpg);
	width: 100%;
	height: 100%;
	}
.header_pesco {
	background-image:url(../../prodotti/pesco/testata.jpg);
	width: 100%;
	height: 100%;
	}
.header_piccolifrutti {
	background-image:url(../../prodotti/piccoli_frutti/testata.jpg);
	width: 100%;
	height: 100%;
	}
	
.header_rose_e_pack {
	background-image:url(../../prodotti/rose%20e%20pack/testata.jpg);
	width:: 100%;
	height: 100%;
	}
	
.header_susino {
	background-image:url(../../prodotti/susino/testata.jpg);
	height: 100%;
	widows: 100%;
	}
.header_uva {
	background-image:url(../../prodotti/uva/testata.jpg);
	height: 100%;
	widows: 100%;
	}
.header_varietaantiche {
	background-image:url(../../prodotti/varieta_antiche/testata.jpg);
	height: 100%;
	widows: 100%;
	}
	
.header_comearrivare {
	background-image:url(../../../lib/imgs/prodotti.jpg);
	width: 100%;
	height: 100%;
	}
