@charset "utf-8";

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0;
	padding:0;
	color:#252525;
}
div {
	float:left;
	width:100%;
}
form {
	margin:0;
	padding:0;
}
a:link, a:visited {
	color: #187628;
}
a:hover {
	color: #68c331;
}

#topBar {
	background-image: url(images/headerPattern.gif);
	background-repeat: repeat-x;
	height: 102px;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
}

#container {
	float:none;
	width: 1000px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position: relative;
	z-index: 10;
}
#header {
	height: 102px;
	background-image: url(images/headerImage.gif);
	background-repeat: no-repeat;
}
	#header h1 {
		margin:15px 0 5px 30px;
		padding:0;
		color:white;
		font-size:25px;
		font-weight:bolder;
	}

#banner {
	background-image: url(images/banner.gif);
	height: 185px;
}
#body {
	margin-top: 30px;
}
#leftBody {
	width: 619px;
	margin:0 20px 0 30px;
}

.bodyTitle {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #187628;
	margin-bottom: 5px;
}
.titolino {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #187628;
	margin-bottom: 5px;
}
.articoli {
font-size: 14px;
	text-align: justify;
}
.landing {
font-size: 13px;
	text-align: justify;
}
.articolone {
font-size: 14px;
	text-align: center;
	color: #336699;
}
.vendita {
font-size: 14px;
	text-align: center;
	color: #003300;
}
.standard {
font-size: 13px;
	text-align: justify;
	color: #333333;
}
#leftBody p {
	margin-bottom: 30px;
	text-align: justify;
}
#rightMenu {
	width: 331px;
}

#rightMenu a:link, #rightMenu a:visited {
	color: #555;
}
#rightMenu a:hover {
	color: #999;
}
#zanzareBlock {
	background-image: url(images/leftBar_zanzara.jpg);
	background-repeat: no-repeat;
	height: 170px;
	width: 331px;
	margin-bottom: 20px;
}
#zanzareBlock ul {
	list-style-position: outside;
	list-style-type: none;
	padding:0;
	line-height:25px;
}

#zanzareBlock li {
	margin-left:0;
}
#zanzareTitle {
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 5px;
	margin-left: 10px;
}
#zanzareLinks {
	font-size: 14px;
	font-weight: bold;
	width: 200px;
	margin-left: 10px;
}


.menuBlock {
	margin-bottom: 5px;
	width: 331px;
	height: 112px;
	background-repeat: no-repeat;
}


#menuBlock1 {
	background-image: url(images/leftBar_proj1.jpg);
	height: 93px;
}
#menuBlock2 {
	background-image: url(images/leftBar_proj2.jpg);
	margin-bottom: 10px;
}
#menuBlock2  .blockText {
	margin-top: 52px;
}

#menuBlock3 {
	background-image: url(images/leftBar_proj3.jpg);
}
#menuBlock3 .blockText {
	margin-top: 39px;
}
#menuBlock4 {
	background-image: url(images/leftBar_proj4.jpg);
	height: 100px;
	margin-bottom: 12px;
}
#menuBlock4 .blockText {
	margin-top: 38px;
}
#menuBlock5 {
	background-image: url(images/leftBar_proj5.jpg);
	height: 90px;
}
#menuBlock5  .blockText {
	margin-top: 30px;
}
.blockText {
	width: 150px;
	margin-top: 35px;
	margin-left: 75px;
	font-size: 13px;
	font-weight: bold;
}
#footer {
	color: #999999;
	text-align: center;
	margin-bottom: 15px;
}
