

body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url(images/img01.gif) repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
}



p, ol, ul {
	line-height: 180%;
}

p {
}

ol {
}

ul {
}

blockquote {
	margin: 0;
	padding-left: 20px;
	border-left: 10px solid #E6E6E6;
	font-style: italic;
	color: #999999;
}

blockquote * {
	line-height: normal;
}

a {
	color: #E06529;
}

a:hover {
	text-decoration: none;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 15px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 15px;
}

.nobordo
{
	border: none;
	margin: 2px 10px 2px 20px;

}

hr {
	display: none;
}

/* Header */

#header {
	width: 760px;
	height: 90px;
	margin: 0 auto;
}

/* Logo */

#logo {
	float: left;
	padding-top: 20px;
	background: url(images/img02.gif) no-repeat left bottom;
}

#logo h1, #logo h2 {
	margin: 0;
	padding-left: 60px;
	font-weight: normal;
	color: #E06529;
}

#logo h1 {
	font-weight: bold;
}

#logo h2 {
	font-size: 92%;
}

#logo a {
	text-decoration: none;
}



/* Header 2 */

#header2 {
	width: 760px;
	height: 200px;
	padding-top: 50px;
	margin: 0 auto;
}

/* Menu */

#menu {
	float: left;
	width: 200px;
	height: 200px;
	background: url(images/img03.jpg);
}

#menu ul {
	margin: 0;
	padding: 20px 20px 0 20px;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	padding: 8px 10px;
	background: url(images/img05.gif) repeat-x;
	text-decoration: none;
	font-size: 100%;
	font-weight: bold;
	color: #003300;
}

#menu a:hover {
	text-decoration: none;
	color: #008200;
}

#menu .first a {
	background: none;
}

/* Splash */

#splash {
	float: right;
	width: 560px;
	height: 200px;

}


/* Page */

#page {
	width: 760px;
	margin: 0 auto;
	padding: 10px 0;


}

/* Content */

#content {
	float: left;
	width: 760px;
	padding-left: 0px;
    border: 1px solid #cdcdcd;


}

.title {
	padding-top: 3px;
}

.content {
	padding: 20px;

}

/* Menu prodotti */

#menu_pro {
	float: right;
	width: 140px;
	height: 200px;
	border: 1px solid #cdcdcd;
    margin-right: 10px;
    margin-bottom: 10px;
}

#menu_pro ul {
	margin: 0;
	padding: 5px 5px 0 5px;
	list-style: none;
	line-height: normal;
}

#menu_pro li {
	display: inline;
}

#menu_pro a {
	display: block;
	padding: 5px 5px;
    text-decoration: none;
	font-size: 100%;
	font-weight: bold;
	color: #666666;
}

#menu_pro a:hover {
	text-decoration: none;
	color: #003300;
}

#menu_pro .first a {
	background: none;
}

/* prodotti */

#prodotti {
	float: left;
	width: 580px;
	margin-left: 10px;
}

.title {
	padding-top: 3px;
}


/* Footer */

#footer-wrapper {
	height: 100px;
	padding: 20px 0;
	background: #E6E6E6;
	border-top: 10px solid #CDCDCD;
}

#footer {
	width: 760px;
	margin: 0 auto;
}

#footer p {
	margin: 0;
	line-height: normal;
}

#footer a {
	color: #666666;
}

#legal {
	float: left;
	width: 760px;
	text-align:center;
	padding: 10px 0 10px 60px;

}

#links {
	float: right;
	padding: 10px 0 0 0;
}



.gallery {
	/*border: 1px solid #cdcdcd;*/
	margin: 0 5px 5px 50px;
	
}

.miniatura {
	border: 1px solid #cdcdcd;*/
	margin: 0 5px 5px 15px;
	padding: 0 10px 0 10px;
	
}

.paginavuota {
	height: 500px;
	background-color:#0F3;
}