body {
	margin: 0px;
	padding: 0px;
	background-color: #a8bf34;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 1em;
}

p {
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 1.6em;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 10px;
}
h1 {
	color: #a8bf34;
	font-size: 1em;
	font-weight: bold;
	line-height: 1em;
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
}

h2 {
	font-size: 1.5em;
	color: #666666;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
h3 {
	color: #666666;
	font-size: 1.2em;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

h4 {
	font-size: 1.1em;
	font-weight: bold;
	color: #3B4B28;
	margin: 0px;
	padding: 0px;
}

h5 {
	font-size: 0.8em;
	font-weight: bold;
	color: #666666;
	margin: 0px;
	padding: 0px;
}
h6 {
	color: #666666;
	font-size: 0.8em;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}


ul {
	margin: 0px;
	list-style-type: square;
	padding-left: 15px;
}

li {
	font-size: 0.8em;
	margin: 0px;
	padding: 0px;
}
a:link {
	color: #254150;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #254150;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #A8BF34;
	font-weight: bold;
}
a:active {
	color: #A8BF34;
	font-weight: bold;
}

.right {
	float: right;
	margin-left: 15px;
	margin-bottom: 5px;
}

.left {
	float: left;
	margin-right: 15px;
	margin-bottom: 5px;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

strong {
	color: #A8BF34;
	font-weight: bold;
}
a.special-link {
	background-image: url(../img/ico-link.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
	color: #FFFFFF;
	height: 17px;
	display: block;
}


#container {
	padding: 0px;
	height: auto;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	z-index: 1;
}
#wrapper {
	margin: 0px;
	position: relative;
	float: left;
	width: 770px;
	height: auto;
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
}

#top {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 222px;
	width: 770px;
	position: relative;
	z-index: 2;
	background-image: url(../img/bg-top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.homepage #top {
	background-image: url(../img/bg-top-home.jpg);
}

#lang {
	color: #FFFFFF;
	font-size: 11px;
	width: 200px;
	float: left;
	padding-left: 15px;
	padding-top: 20px;
	height: 30px;
}


#nav {
	float: left;
	height: 85px;
	width: 191px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	clear: left;
	margin-top: 70px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#nav ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	float: left;
	width: 191px;
}
#nav ul li{
	padding: 0px;
	height: 14px;
	width: 191px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	clear: left;
	float: left;
}
#nav ul li a {
	margin: 0px;
	padding: 0px;
	display: block;
	height: 14px;
	width: 191px;
	text-indent: -3000px;
	background-repeat: no-repeat;
	background-position: left top;
}
#nav ul li a:hover{
	background-position: left bottom;
}
#nav ul li#current a{
	background-position: left bottom;
}
#nav ul li.n-azienda a {
	background-image: url(../img/link-azienda.gif);
}
#nav ul li.n-allestimenti a {
	background-image: url(../img/link-allestimenti.gif);
}
#nav ul li.n-servizi a {
	background-image: url(../img/link-servizi.gif);
}
#nav ul li.n-gallery a {
	background-image: url(../img/link-gallery.gif);
}
#nav ul li.n-contatti a {
	background-image: url(../img/link-contatti.gif);
}
#content {
	margin: 0px;
	float: left;
	height: auto;
	width: 755px;
	position: relative;
	z-index: 5;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 15px;
}
.allestimenti #content, .servizi #content {
	background-color: #A8BF34;
	height: 415px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 20px;
	margin-bottom: 50px;
}
.allestimenti #content p, .servizi #content p {
	color: #254150;
}
.allestimenti #content strong, .servizi #content strong {
	color: #FFFFFF;
}
.homepage #content {
	padding: 0px;
}
.gallery-box {
	background-color: #eeeeee;
	padding: 8px;
	display: inline;
	height: auto;
	width: 152px;
	float: left;
	margin-right: 18px;
	margin-bottom: 18px;
	border: 1px solid #dddddd;
}
.gallery-box h3 {
	font-size: 10px;
	font-weight: bold;
	padding-bottom: 10px;
}
.gallery-box img {
	border: 1px solid #dddddd;
}

#sidebar {
	float: right;
	height: auto;
	width: auto;
	position: relative;
	z-index: 4;
	display: inline;
	margin-left: 70px;
}
.contatti #sidebar {
	margin-left: 15px;
}

#subnav {
	background-image: url(../img/bg-subnav.gif);
	background-repeat: repeat-x;
	background-position: left top;
	float: left;
	width: 770px;
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	text-align: center;
}

#footer {
	margin: 0px;
	float: left;
	height: 50px;
	width: 770px;
	background-color: #254150;
	position: relative;
	z-index: 6;
	clear: both;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
#footer p {
	color: #FFFFFF;
	text-align: center;
	font-size: 0.6em;
	margin-top: 20px;
}

.azienda h1, .contatti h1 {
	margin-bottom: 60px;
}

.gallery h1 {
	margin-bottom: 20px;
}

.contacts p {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	padding-bottom: 7px;
	margin-bottom: 7px;
	font-size: 12px;
}
.contacts a {
	font-weight: normal;
	color: #333333;
}
.contacts a:hover {
	color: #A8BF34;
}

.contacts {
	float: left;
	width: 390px;
}
.slogan {
	display: inline;
	float: left;
	margin-left: -15px;
	margin-top: 56px;
}

