/* The Harvest First Light Web Design 2007 

- background: #677C2F url(images/background.jpg) repeat; 

background-color:#60430F;
background-image: url(bk03.jpg);
background-position: top left;
background-repeat: repeat-x



*/


body{background-color:#60430F;background-image: url(bk03.jpg);background-position: top left;background-repeat: repeat-x;text-align:center;margin: 0px 0px;}


<!--




body {

background: #677C2F url(images/background.jpg) repeat; 


	color: #6C6C6C;
	font-size: 12px;
	font-family: "palatino linotype", "trebuchet ms", "times new roman";
	margin: 0;
	padding: 0;
	text-align: center;
} /* Needed to center layout in old IE browsers. */

acronym, abbr {
	cursor: help;
	border-bottom: 1px dotted;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 25px 0;
	padding: 0 0 2px 0;
	color: #8BA11D;
	background-color: #FFF;
	font-weight: normal;
}

.bottom-border {border-bottom: 1px solid #E0E0E0;}

.headline {
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 12px;
}

ul {list-style-type: square;}

p {
	padding: 0;
	margin: 0 0 25px 0;
	line-height: 160%;
}

p.clear-left {clear: left;}

img {border: 0;
     margin: 0 0 25px 0;}
       
h1 {font-size: 24px;}
h2 {font-size: 22px;}
h3 {font-size: 20px;}
h4 {font-size: 18px;}
h5 {font-size: 16px;}
h6 {font-size: 14px;}

a {color: #8BA11D; text-decoration: none; background-color: #FFF;}
a:link {color: #8BA11D; background-color: #FFF;}
a:visited {color: #677C2F; background-color: #FFF;}
a:hover {color: #CC6633; background-color: #FFF;}
            
#container {
	width: 760px;
	background-color: #FFF;
	color: #6C6C6C;
	text-align: left;
	padding: 0;
	margin: 10px auto;
}

#header {
	width: 100%;
	color: #EEE;
	height: 112px;
	background: #3D3D3D url(images/header.png) center no-repeat;
}

#header span {
	position: absolute;
	margin-top: 6px;
	margin-left: 45px;
	width: 650px;
	height: 100px;
	background: #3D3D3D;
	color: #FFF;
	padding: 0;
	background: #FFF url(small.png) no-repeat;
}

#logo {
	display: block;
	margin: 0;
}

#sub-header {
	width: 760px;
	height: 218px;
	background: #FFF url(images/wheat_field.jpg) no-repeat;
	color: #6C6C6C;
}

#sub-header span {
	margin-top: 51px;
	margin-left: 15px;
	padding-top: 51px;
	color: #6C6C6C;
}



/* Begin main navigation menu. */

#menu {
	width: 100%;
	height: 52px;
	margin: 0;
	padding: 0;
	background: #FFF url(images/menu_background.jpg) repeat-x;
	color: #333;
	position: relative;
	display: block;}

#menu-right {
	position: absolute;
	width: 13px;
	height: 52px;
	right: 0;
	top: 0;
	background: #FFF url(images/menu_right.jpg) no-repeat;
	color: #333;
}

#menu-left {
	position: absolute;
	width: 13px;
	height: 52px;
	left: 0;
	top: 0;
	background: #FFF url(images/menu_left.jpg) no-repeat;
	color: #333;
}


#menu ul {
	list-style-type: none;
	margin: 0;
	padding: 12px 0 0;
	text-align: center;
}

#menu ul li {
	display: inline;
	margin: 10px 0 0 10px;
	padding: 0;
	font-weight: bold;
}

#menu ul li#first {
	margin: 0;
}

#menu ul li a {
	text-decoration: none;
	text-transform: uppercase;
	color: #525252;
	background-color: #FFF;
	font-size: 14px;
}

#menu ul li a:hover {
color: #000;
	background-color: #FFF;
}

.access-key {
	color: #8BA11D;
	font-size: 18px;
	background-color: #FFF;
	font-weight: normal;
}

/* End main navigation menu. */ 

#content {
	padding: 0 20px;
	background: #FFF url(images/content_top.jpg) no-repeat;
	color: #6C6C6C;
}

/* The right-column division is your main content division. */

#right-column {
	width: 468px;
	float: right;
	min-height: 350px;
}

#right-column ul{
	padding-left: 25px;
}
#right-column ul li{
	margin-left: 2px;
	padding-left: 10px;
	font-weight: bold;
}

#left-column {
	width: 216px;
	padding: 0;
	margin-right: 504px;
}

#footer {
	width: 760px;
	height: 78px;
	clear: both;
	margin: 0;
	padding: 0;
	background: #FFF url(images/footer_background.jpg) no-repeat;
	color: #6C6C6C;
}

#footer-content {
	padding: 51px 20px 0;
}

#footer-right {
	float: right;
	margin: 0;
	font-size: 13px;
	font-family: "trebuchet ms", "times new roman";
}

#footer p {margin: 0;}

.news {margin: 0 0 40px 0;}

.date {
	color: #8BA11D;
	background-color: #FFF;
	font-style: italic;
	float: right;
}

.left {float: left;
       margin: 3px 5px 0 0;}

.right {float: right;}

.justify {text-align: justify;font-size: 14px;}

.clear {clear: both;}

/* Begin recent clients list. */

#recent-clients {
	margin-bottom: 25px;
	padding: 0;
}

#recent-clients ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#recent-clients li {
	display: inline;
	padding: 0 1px 0 0;
}

#recent-clients li a img {
	padding: 0;
	margin: 0;
	border: 2px solid #E0E0E0;
}

#recent-clients li a:hover img {
	border: 2px solid #677C2F;
}

/* End recent clients list. */

/* Begin style for the featured services. */

#featured-wrapper {
	width: 468px; 
	background: #FFF url(images/featured_background.png) repeat-y;
	color: #6C6C6C;
}

#featured-top {
	width: 468px;
	height: 48px;
	background: #FFF url(images/featured_top.png) no-repeat;
	color: #6C6C6C;
}

#featured-bottom {
	width: 468px;
	height: 15px;
	background: #FFF url(images/featured_bottom.png) no-repeat;
	color: #6C6C6C;
}

#featured-content {
	margin: -20px 10px 0;
	padding: 0 10px 10px 10px;
}

#featured-content a{
	text-decoration: underline;
}
#featured-content a:hover{
	text-decoration: none;
}


.featured {
	width: 96%;
	clear: both;
	padding: 10px;
	border: 1px solid;
}


.boxcontatti {
	width: 96%;
	clear: both;
}
.txtcontatti {
	color: #6C6C6C;
	font-size: 15px;
	font-family: "trebuchet ms", "times new roman";
	padding-top: 7px;
}
.imgcontatti {
	float: left;
	padding-right: 10px;
	font-size: 13px;
	font-family: "trebuchet ms", "times new roman";
}
.txtcontattismall {
	color: #6C6C6C;
	font-size: 13px;
	font-family: "trebuchet ms", "times new roman";
	padding-top: 7px;
}
.txtcontattismallbox {
	color: #6C6C6C;
	font-size: 13px;
	font-family: "trebuchet ms", "times new roman";
}

.txtcontattigooglemap {
	color: #6C6C6C;
	font-size: 12px;
	font-family: "trebuchet ms", "times new roman";
}

#txtboxcentrale {
	color: #6C6C6C;
	font-size: 14px;
	font-family: "trebuchet ms", "times new roman";
	line-height: 21px;
	text-align: justify
}


#txtboxcentrale a img {
	padding: 0;
	margin: 0;
	border: 2px solid #E0E0E0;
}

#txtboxcentrale a:hover img {
	border: 2px solid #677C2F;
}


.featured h3 {
	margin: 0;
	padding: 8px 0 0 0;
	background: transparent;
	font-size: 16px;
}

.number {
	font-size: 17px;
	line-height: 17px;
	float: left;
	margin: 0 10px 0 0;
	color: #8BA11D;
	padding: 0;
}

/* End style for featured services. */

/* Begin style for the featured services. */


.menuasterisco {
	color: #FFF;
	background: #FFF url(1asterisco.png) no-repeat;
}




form {
	padding: 1px;
	border: 2px solid #f3a251; 
	font-family: "trebuchet ms", "times new roman";
	background-color: #fff;
	width: 96%;
	text-align: left;
}
textarea {
	padding: 3px;
	font-family: "trebuchet ms", "times new roman";
	font-size: 13px;
	border: 2px solid #dadada;
	display:block;
	color:#333;
	background: #fafafa;
}
input {
	padding: 2px;
	border: 2px solid #dadada;
	font-family: "trebuchet ms", "times new roman";
	font-size: 13px;
	color: #333;
	background: #fafafa;
}
input:focus, input:active, textarea:focus, textarea:active, select:focus, select:active {
	border: 2px solid #f3a251;
	background: #ffeddc;
}
input.button { 
	margin: 3px;
	padding: .25em .3em;
	border: 2px solid #f3a251;
	background: #ffeddc;
	font-family: "trebuchet ms", "times new roman";
	font-size: 13px;
	cursor: pointer;
}
input.button:hover { 
	background: #f3a251;
	color: #fff;
}
select {
	padding: .2em 0;
	border: 2px solid #dadada;
	font-family: "trebuchet ms", "times new roman";
	font-size: 13px;
	color: #333;
	background: #fafafa;
}








#fotografiebox {
	margin-bottom: 20px;
	padding: 0;
}

#fotografiebox ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#fotografiebox li {
	display: inline;
	padding: 0 1px 0 0;
}

#fotografiebox li a img {
	padding: 0;
	margin: 0;
	border: 2px solid #E0E0E0;
}

#fotografiebox li a:hover img {
	border: 2px solid #677C2F;
}


.telefonosmall {
	margin: 5px;
	float: left;
	padding-left: 22px;
	font-size: 13px;
	font-family: "trebuchet ms", "times new roman";
	background: url(images/fax16.png) left no-repeat;
}
.sedesmall {
	margin: 5px;
	float: left;
	padding-left: 22px;
	font-size: 13px;
	font-family: "trebuchet ms", "times new roman";
	background: url(images/home16.png) left no-repeat;
}
.emailsmall {
	margin: 5px;
	float: left;
	padding-left: 22px;
	font-size: 13px;
	font-family: "trebuchet ms", "times new roman";
	background: url(images/email16.png) left no-repeat;
}
.wwwsmall {
	margin: 5px;
	float: left;
	padding-left: 22px;
	font-size: 13px;
	font-family: "trebuchet ms", "times new roman";
	background: url(images/www16.png) left no-repeat;
}


.telefonobig {
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 10px;
	float: left;
	padding-left: 42px;
	font-size: 15px;
	font-family: "trebuchet ms", "times new roman";
	background: url(images/fax32.png) left no-repeat;
}
.sedebig {
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 10px;
	float: left;
	padding-left: 42px;
	font-size: 15px;
	font-family: "trebuchet ms", "times new roman";
	background: url(images/home32.png) left no-repeat;
}
.emailbig {
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 10px;
	float: left;
	padding-left: 42px;
	font-size: 15px;
	font-family: "trebuchet ms", "times new roman";
	background: url(images/email32.png) left no-repeat;
}
.wwwbig {
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 10px;
	float: left;
	padding-left: 42px;
	font-size: 15px;
	font-family: "trebuchet ms", "times new roman";
	background: url(images/www32.png) left no-repeat;
}




