/*
site: cooper 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;	
}
a.link_selected_1 {
	color:#030;
	font-weight:bold;
	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; 
}
ul {
	list-style:none;
}
/*** 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:135px;		
}
#header #menu_1 {
	display:block;
	float:left;
	height:15px;
	padding:30px 0 0 0;
	width:597px;
}
/*** 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:560px;
}
#box_sotto #search {
	display:block;
	float:left;
	width:157px;
}
#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;
	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;
}

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