/*-------------------------------------------------------
* Filename: stylesheet.css
* Website: http://www.metagrafica.it
* Author: Marco Morroni
* Description: Layout del sito Zampini.com.
-----------------------------------------------------*/

/************************************************
  								Global Reset
************************************************/	
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, 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%; 
}

.clearfix:after {
	content : ".";
	display : block;
	clear : both;
	visibility : hidden;
	line-height : 0;
	height : 0;
}

.clearfix {
	display : inline-block;
}

html[xmlns] .clearfix {
	display : block;
}
	
* html .clearfix {
	height : 1%;
}

body {
	font:normal 12px/20px "Tahoma","Verdana", Helvetica, sans-serif; 
	color:#5c5c5c;
	margin:0;
	line-height:18px;
	text-align: center;
	background: #423d3a url('../../images/home-layout/home-background.jpg') repeat-x scroll top center;
}

img, div, input { behavior: url("includes/css/iepngfix.htc") }

a {
	color:#739900;
	text-decoration:none;
}
	
a:hover {
	color:#000;
	text-decoration:none;
}

p {
	padding:8px 0 5px 0;
	margin:0;
}

/*Allineamenti e floats*/	
.floatright {
	float:right;
}

.floatleft {
	float:left;
}
 
.textleft {
	text-align:left;
}

.textright {
	text-align:right;
}

.textcenter {
	text-align:center;
}

/*Titoli (heading)*/
h1, h2, h3, h4, h5, h6 {
	color:#333333;
	font-weight:bold;
	font-family: "tahoma", "Lucida Sans", "Lucida Sans", "Trebuchet MS", sans-serif;
}

h1 {
	font-weight:normal;
	font-size: 12pt;
	color: #7a7a7a;
	margin:22px 16px 0 15px;
	text-align: right;
	float: right;
	line-height: 14pt;
}

h2 {
	font-size: 20px;
	letter-spacing: 0.7pt;
	color: #6092c4;
	margin: 0;
	padding: 0;
	line-height: normal;
}

h3 {
	font-size: 17px;
	color: #6092c4;
	margin: 0 0 5px 0;
	padding: 0;
}

h4 {
	font:normal 16px "Lucida Sans Unicode", "Lucida Sans", "Trebuchet MS", sans-serif;
	margin:0 0 5px 0;
}

h5 {
	font:normal 13px "Lucida Sans Unicode", "Lucida Sans", "Trebuchet MS", sans-serif;
	margin:0 0 5px 0;
}

h6 {
	font:normal 11px "Lucida Sans Unicode", "Lucida Sans", "Trebuchet MS", sans-serif;
	margin:0 0 5px 0;
}

/*Struttura della pagina*/
div#container {
	width: 967px;
	margin: 0 auto;
	text-align: center;
	padding: 0;
}

/*Header*/
div#header {
	width: 967px;
	height: 125px;
	background: transparent url('../../images/home-layout/header.gif') repeat-y top center;
	margin-top: 41px;
}

div#header .toptext {
	overflow: hidden;
	height: 98px;
}

div#header a.headmail {
	color: #7a7a7a;
}

div#header span {
	padding: 5px;
}

div#header img.logoheader {
	float: left;
	margin-top: 10px; 
	margin-left: 18px;
}

/*Footer*/
div#footer {	
	clear: both;
	width: 967px;
	height: 90px;
	background: transparent url('../../images/home-layout/footer.gif') repeat-y top center;
}

div#copyright {	
	padding: 1px 0 12px 0;
	font-size: 8pt;
	color: #ffffff;
	clear: both; 
	width: 927px;
	text-align: center;
	margin: 0 auto;
}

div#copyright a {	
	color: #ffffff;
}

div#copyright a:hover {	
	color: #739900;
}

/*CSS per il menu fisheye*/
ul#eyemenu {
	height: 87px;
	padding: 0;
	position: absolute;
	left: 50%;
	margin: -17px -227px;
	width: 700px;
}

ul#eyemenu li {
	display: inline;
	position: relative;
	margin-bottom: 0;
	float: left;
	margin-right: 20px;
}

ul#eyemenu * {
	margin-bottom: 0;
}

ul#eyemenu li a {
	position: relative;
	width: 74px;
	height: 87px;
	margin: 0;
}

ul#eyemenu li a img {
	width: 74px;
	height: 87px;
	position: relative;
	border: 0;
}

/*corpo e generici*/
div#content {
	width: 967px;
	height: 441px;
	margin: 0;
	padding: 0;
	background: transparent url('../../images/home-layout/home-content-bg.png') repeat-y top center;
	float: left;
}

div#content img {
	border:1px solid #dddddd;
	background:#FFFFFF;
	padding:3px;
}

a.continua {
	font-weight: bold;
	color:#739900;
	text-decoration:none;
}
	
a.continua:hover {
	color:#6092c4;
	text-decoration:none;
}

div.box {
	line-height: 11pt;
	font-size: 8pt; 
	background-color: #eaeaea;
	padding: 10px;
	width: auto;
}

div#content img.imgbase {
	float: left; 
	border: 0; 
	padding: 0; 
	margin: 0;
}

ul.lists{
	margin:0;
	padding:10px 0 10px 10px;
	list-style:none;
	display : inline-block;
}
	
ul.lists li {	
	padding:3px 5px 3px 10px;
	background:url('../../images/bullet.jpg') left 10px no-repeat;
}

div.minibox {
	padding: 3px 5px 0 70px;
}



