@charset "UTF-8";

body {
 font-family: "Lucida Grande",Verdana,"Bitstream Vera Sans",Arial,sans-serif; 
  margin:0px;
  padding:0px;
  background:url(../img/layout/stripe_general.png) repeat-x #f9f9f9;
  font-size:13px;
  line-height:19px;
  color:#555555;
}

a {
  font-variant: none;
  color:#555555;
  border: none;
  text-decoration: none;
}
img {
  border: none;
}
a:hover {
  color:#555555;
  
}

#logo { 
  margin-left: 0px;
} 


#navigation { 
  height: 80px; 
  position: absolute; 
  display: block;
  left: 191px; 
  top: 30px; 
}
#navigation ul {
	margin:0px;
	padding:0px;
	list-style:none;
}
#navigation li {
	display:inline;
	margin:0px;
	padding:0px;
}
#navigation li a {
  color: #f7f7f7;
  cursor: hand;
	float:left;
	padding:0 0 0 15px;
	text-decoration:none;
  text-transform: uppercase;
  font-family:  Arial, Helvetica, sans-serif;
}
#navigation li a:hover {
  color: #67b53d;
  text-decoration: none;
}
#navigation .selected {
	float:left;
  margin-left: 15px;
	text-decoration:none;
  text-transform: uppercase;
  font-family:  Arial, Helvetica, sans-serif;
  float:left;
  display:inline;
  padding:5px 5px 5px 5px;
  background: url(../img/layout/sfondo-menu-scuro.png) no-repeat;
  color: #67b53d;
}
#navigation a span {
  float:left;
  display:inline;
  padding:5px 5px 5px 5px;
  background: url(../img/layout/sfondo-menu-scuro.png) no-repeat;
}
#navigation a:hover span {
	background: url(../img/layout/sfondo-menu-verde.png) repeat;
}


#content {
  margin: auto;
  height: 100%;
  background-color: #f9f9f9;
}
#stripe {
  width: 700px;
  margin-left: 220px;
  background-color: #f9f9f9;
}
#plant {
  position: absolute;
  left: 10px;
  top: 166px;
}


#horizontal_carousel {
  padding-left: 0px;
  padding-top: 40px;
  float: right;
  width: 680px;
  height: 250px;
  margin-bottom: 0px;
  position: relative;
}
#horizontal_carousel .container {
  float: left;
  width: 570px;
  height: 270px;
  position: relative;
  overflow: hidden;
}
#horizontal_carousel ul {
  margin: 0;
  padding:0;
  width: 100000px;
  position: relative;
  top: 0;
  left: 0;
  height: 270px;
}
#horizontal_carousel ul li {
  width: 285px;
  height: 270px;
  text-align: center;
  list-style:none;
  float:left;
}
.text_in_carousel {
  padding-left: 10px; padding-right: 10px;
}
#horizontal_carousel .previous_button {
  float:left;
  width: 32px;
  height: 205px;
  background: url(../img/prototype-ui/horizontal/left.png);
  z-index: 100;
  cursor: pointer;
}
#horizontal_carousel .previous_button_over {
  background: url(../img/prototype-ui/horizontal/left_over.png);
}
#horizontal_carousel .previous_button_disabled {
  background: url(../img/prototype-ui/horizontal/left_disabled.png);
  cursor: default;
}
#horizontal_carousel .next_button {
  float:left;
  width: 32px;
  height: 205px;
  background: url(../img/prototype-ui/horizontal/right.png);
  z-index: 100;
  cursor: pointer;
}
#horizontal_carousel .next_button_over {
  background: url(../img/prototype-ui/horizontal/right_over.png);
}
#horizontal_carousel .next_button_disabled {
  background: url(../img/prototype-ui/horizontal/right_disabled.png);
  cursor: default;
}


#bottom-stripe {
  position: absolute; top: 440px;
}


#keywords {
  position: absolute;
  display: block;
  width:100%;
  top: 640px;
}
#keywords ul {
	margin:0px;
	padding:0px;
	list-style:none;
}
#keywords li {
	display:inline;
	margin:0px;
	padding:0px;
}
#keywords li a {
  float:left;
	padding:0 0 0 5px;
  color: #f7f7f7;
  cursor: hand;
	text-transform: lowercase;
	text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.9em;
}
#keywords li a:hover {
  color: #67b53d;
  text-decoration: none;
}
#keywords .selected {
  color: #67b53d;
}
#keywords a span {
  float:left;
  display:inline;
  padding: 0px 2px 0px 2px;
  background: url(../img/layout/sfondo-menu-scuro.png) repeat;
}
#keywords a:hover span {
	background: url(../img/layout/sfondo-menu-verde.png) repeat;
}


#address {
  float: left;
  height: 300px;
  width: 300px;
  background: url(../img/address.gif) no-repeat;
  padding-left: 25px;
  padding-top: 50px;
}
#clearline {
	clear: both;
}
