@CHARSET "ISO-8859-1";

/*
	Pagina
*/

html {
  height: 100%;
}

body {
	font-family: Georgia, Geneva, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	font-size: 12px;
	background:#000 url('../img/bg_top.png') repeat-x;
	height: 100%;
}

/*
	Tag
*/

form {
  margin: 0;
  padding: 0;
}

a {
	text-decoration : none;
	color: #ff3c00;
}

img {
	border: 0;
}

/*
 * WRAPPERS 
 */

#global_wrapper {
	padding-top: 80px;
	padding-bottom:30px;
}

#languages_wrapper {
	margin: 0 auto;
	width: 800px;
	height:20px;
	text-align: right;
	font-weight: bold;
	font-size: 13px;
	color: #BCBEC0;
}

#languages_wrapper a {
	color:#BCBEC0;
}

#site_wrapper {
	min-height: 500px;
	background-color: #fff;
}

#header_wrapper {
	height: 156px;
	padding-bottom: 35px;
	background: url('../img/bg_gray.png') repeat-x 0px 109px;
}

#header_flash {
	height: 155px;
	background: url('../img/header.jpg') no-repeat top center;
}

#header_noflash {
	padding-top: 44px;
	width:800px;
	margin:0 auto;
}

#header_gray {
	margin-top: 2px;
	min-height: 51px;
	background: url('../img/bg_gray.png') repeat-x;
}

#body_wrapper {
	margin: 0 auto;
	width: 825px;
	border-left: 1px solid #ccc;
	overflow: hidden;
}

#menu_wrapper {
	float:left;
	width: 150px;
}

#menu_wrapper ul {
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	margin-left: 10px;
	list-style-type: none;
}

#menu_wrapper ul li {
	padding: 6px 0px;
}

#menu_wrapper ul li a {
	font-size: 13px;
	color: #58595B;
}

#menu_wrapper ul li.active a,
#menu_wrapper ul li a.current,
#menu_wrapper ul li a:hover {
	color: #149E4D;
}

#content_wrapper {
	margin-left: 150px;
}

#content_wrapper div.content {
	font-size: 14px;
	color: #8A8C8E;
}

#content_wrapper div.content strong {
	font-weight: normal;
	color: #A3C347;
}

#content_wrapper div.content p {
	line-height: 25px;
}

#footer_wrapper {
	padding-top: 6px;
}

#footer {
	padding-top: 8px;
	border-top: 1px solid #696A6A;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #696A6A;
	text-align: center;
}

/**/

div.tab {
	overflow: hidden;
}

div.tab p {
	border-bottom: 1px solid #808080;
	height: 130px;
}

div.prodotti div.tab h3 {
	font-size: 14px;
	font-weight: bold;
	color: #9AB841;
	margin: 0;
	margin-top: 40px;	
}

div.prodotti div.tab p {
	margin-top: 5px;
	border-bottom:0;
	height: auto;
}

div.images-home {
    padding-top: 14px;
    border-top: 1px solid #808080;
}

div.images a.image img {
	border: 3px solid #A3C347; 
}

div.gmap {
	width: 400px;
	float: left;
}

div.gmap_details {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding-top: 80px;
	margin-left: 400px;
}

/*
 * News 
 */

div.news_index div.news_item {
	margin-bottom: 10px;
}

div.news_item {
	border:1px solid #A3C347;
	padding:12px;
	overflow:auto;
}

div.news_summary div.news_item {
	border: 0;
}

div.news_item img.news_image {
	 float:left;
	 border:3px solid #A3C347; 
}

div.news_item div.news_details {
	float:right;
	margin-top:50px;
}

div.news_item div.news_details a {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #6D6E71;
}

div.news_item h3 {
	margin:0px;
	margin-left:130px;
	color: #6D6E71;
}

div.news_item div.content {
	margin:0px;
	margin-left:130px;
	display: none;
}

dl.zend_form_dojo {
	font-size: 13px;
}

dl.zend_form_dojo dd {
	margin-left: 0px;
	margin-bottom: 10px;
}

dl.zend_form_dojo div.RichTextEditable {
	border: 1px solid #8BA0BD;
}

label.required {
	font-weight: bold;
	font-style: italic;
}

ul.errors {
	color: #f00;
	font-weight: bold;
}

div#flash_messenger {
	padding:5px 0px;
	border: 1px solid red;
}

div#flash_messenger ul {
	color: red;
	font-weight: bold;
	font-size: 14px;
	list-style-type: square;
}

div.pagination {
	clear: both;
	text-align: right;
	font-size: 15px;
	padding-bottom: 15px;	
}

div.admin {
	text-align: right;
}

/*
	Contacts
*/
div.contacts_index label {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #58595B;
}

div.contacts_index dd {
	margin: 0;
}

div.contacts_index input[type=text], textarea {
	font-family: Verdana, Arial, sans-serif;
	font-size: 16px;	
	border:1px solid #A3C347;
}

div.contacts_index input[type=submit],
div.contacts_index input[type=reset] {
	background-color: #A3C347;
	border: 0;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;	
	color: #fff;
	padding: 3px;
}

div.contacts_index textarea {
	width: 650px;
	height: 60px;
}

div.contacts_index input#name {
	width: 400px;
}

div.contacts_index dd {
	margin-bottom: 15px;
}

div.contacts_index dd#type-label {
	display:none;
}

div.contacts_index dd#type-element {
	float: right;
	width: 200px;
	margin-top: 15px;
}

div.contacts_index dt#submit-label,
div.contacts_index dt#reset-label,
div.contacts_index dd#type-element br {
	display:none;
}

div.contacts_index dd#type-element label {
	padding: 0px 5px;
}

div.contacts_index dd#submit-element,
div.contacts_index dd#reset-element {
	float: right;
}

div.contacts_index dd#submit-element {
	margin-right: 5px;
}

div.contacts_index dd#reset-element {
	margin-right: 25px;	
}

div.contacts_index dt#content-label,
div.contacts_index dt#content-element {
	display: none;
}

div.contacts_index dt#privacy-label {
	float:left;
	width:300px;
}

div.contacts_index dd#privacy-element {
	float:left;
}


/*
	Premi
*/
div.prize_item {
	float: left;
	text-align: center;
	width: 150px;
	height: 140px;
}

/*
	Login	
*/

span.openmodalbox {
	/*cursor: pointer;*/
}

div#admin_info {
	padding: 5px;
	position:absolute;
	background-color: #fff;
}

form.login label {
	display: block;
	width: 150px;
}

form.login label input {
	width: 150px;
}

div#modalBox.small {
	width: 205px !important;
}
