/*
site: bandalarga editore
file: style.css 

20071217 gag-Paulo: ricambiato il CSS
*/


/*** begin startup ***/
* {margin:0px;padding:0px;border:0px solid;}
a {
	color:#718922;
	text-decoration:none;
}
a:hover {
	color:#030;
	text-decoration:none;	
}
h2 {
	color:#718922;
	font-size:20px;
	line-height:18px;
	margin:0 0 10px 0;
	padding:0;
}
body {
	font: 12px Arial, Helvetica, sans-serif;
	text-align:center; 
}

/*** end startup ***/

#container {
	display:block;
	background-color:#718922;
	margin:auto;
	padding:auto;
	width:800px;
}

/*** begin box header ***/
#header {
	display:block;
	height:55px;
	width:auto;
}
#header #logo{
	display:block;
	float:left;
	width:200px;		
}
#header #menu_1 {
	display:block;
	float:left;
	height:20px;
	padding:30px 0 0 0;
	width:532px;
}
/*** end box header ***/
/*** begin body ***/
#body {
	background:url("../img/bkg_grey.jpg") no-repeat;
	background-color:#ffffff;
	display:block;
	height:312px;
	width:auto;
}
#body div {
	border:0px solid;
	margin:auto;
	padding:auto;
	text-align:left;
}
 
#body p {
	border:0px solid;
	float:left;
}
/*** end body ***/
/*** begin box sotto ***/
#box_sotto {
	display:block;
	height:56px;
	width:auto
}
#box_sotto #menu_2 {
	display:block;
	float:left;
/*	width:582px; con ricerca */
	width:732px;
}

/*----------------------------*/
/*----------------------------*/
/*----begin class forms ------*/
/*----------------------------*/
/*----------------------------*/
#box_newsletter {
	border:0px;
	display:block;
	float:left;
	height:250px;
	overflow: hidden;
	padding:0 5px 0 40px;
	text-align:left;
	width:580px;
}
label {
	/*border: 1px solid;*/
	display:block;
	padding:0px 10px 5px 0;
}
input {
	background:#ffffff;
	border: 0px;
	margin:0 0 5px 0;
}

/*input.button {
	background:url("../img/bkg-button.gif");
	border-top: 1px solid  #dadada;
	border-right: 2px solid  #7a7a7a;
	border-bottom: 2px solid  #7a7a7a;
	border-left: 1px solid  #dadada;
	font-family: arial,helvetica,sans;
	font-size:10px;
	letter-spacing:0.1em;
	padding:1px 12px 1px 12px;
	width:120px;
}*/

input.button {
	background:transparent;
	border-top: 0px;
	border-right: 0px;
	border-bottom: 0px;
	border-left: 0px;
	cursor:pointer;
	font-family: arial,helvetica,sans;
	font-size:10px;
	letter-spacing:0.1em;
	padding:1px 0px 1px 0px;
	text-align:left;
	width:120px;
}
input.button_search {
	background:transparent;
	border-top:	   0;
	border-right:  0;
	border-bottom: 0;
	border-left:   0;
	color:#ffffff;
	cursor:pointer;
	margin:0 0 0 2px;
	padding:0px;
}
textarea {
	border: 1px solid #666;
}

.margine {
	margin:0 0 0 160px;
}
/*in sospeso
#box_sotto #search {
	display:block;
	float:left;
	width:150px;
}
*/
#box_sotto #search input {
	background:transparent;
	border:1px solid #ffffff;
	color:#ffffff;
	float:left;
	font-size:10px;
	margin:0px; 
	padding:0px;		
}
#box_sotto #search .bottone {
	background:transparent;
	border-top:	   0;
	border-right:  0;
	border-bottom: 0;
	border-left:   0;
	color:#ffffff;
	cursor:pointer;
	margin:0 0 0 2px;
	padding:0px;	
}
#box_sotto #search label {
	border:0px solid;
	color:#ffffff;
	display:block;
	float:left;
	margin-right:3px;
}				
/*** end box sotto ***/
/*** begin footer ***/
#footer {
	background-color:#ffffff;
	display:block;
	width:auto;
}
/*** end footer ***/

/*** begin classes ***/
.padding_1 {
	padding:30px 30px 30px 30px;		
}
.text-align_1 {
	text-align:right;
}
.text-align_2 {
	text-align:left;
}
.text-align_3 {
	text-align:center;
}
.font_grey {
	color:#696b63;
}	
.font_green {
	color:#718922;
}
.overflow_p_1 {
/*	height:265px; */
	border:0px solid;
	float:left;
	height:270px;
	_height:290px;
	overflow:hidden;
}
/*** begin classes ***/

/*** begin menu **/
.menu ul {
	border:0px solid #fff000;
	float:right; /**alineamento a destra */
}
.menu ul li {
	border:0px solid #ff0000;
	display:block;
	float:left;
	margin-left:30px;
	text-transform:lowercase;
	width:auto;
}	
.menu ul li a {
	color: #fff;
	font: 16px Helvetica, Arial, sans-serif;
	text-decoration: none;
}

.menu ul li a:hover {
	color: #fff;
	text-decoration:underline;
}
.menu ul li a.link_selected {
	font-weight:bold;
}
/*** end menu ***/

.scroll {
	border:0px solid;
	float:left;
	margin-left:0px;
	padding-top:237px;
	width:20px;
}

a.link_selected_1 {
	color:#030;
	font-weight:bold;
	text-decoration:none;
}

.msg_error {
	color:#000000;
	font-size:12px;
	font-weight: bold;
}

#scroll-1 {
	display:none;
}
#scroll-2 {
	display:none;
}

