* {
	font-size: 12px;
	font-family: arial, sans;
	margin: 0px;
	padding: 0px;
}

h1 { font-size: 15px; }

h2 { font-size:  13px; }

a { text-decoration: none; color: #0198ca; }
a:hover { color: #696967; }

html {
	background-color: #f0efdb;
}

/** - Struttura - */
#container {
	text-align: left;	
}

#sub_container {
	/*width: 908px;*/
	padding: 0px;
	margin-top: 0px;
	/*margin-left: auto;
	margin-right: auto;*/
	text-align: left;
	background-color: #fff;
}

#page_header {
	height: 242px;
	background-color: #33F;
	background-image: url(css_img/zeco_header_left);
	background-repeat: repeat-x;
}

#page_header_sub {
	width: 908px;
	height: 242px;
	float: left;
}

#page_body {
	float: left;
	width: 908px;
	/*height: auto !important;*/     /* FF interpreta IE lo ignora*/
	/*height: 380px;*/                    /* per IE, FF lo ignora per la priorita' del precedente */
	/*min-height: 380px;*/             /* IE lo ignora*/
	background-image: url(css_img/zeco_body_bg);
	background-repeat: repeat-y;
	background-color: #f0efdb;
}

#page_footer {
	
}

/** - page_header - */

#logo {
	width: 171px;
	height: 242px;
	background-image: url(css_img/zeco_logo);
	background-repeat: no-repeat;
	float: left;
	/*position: absolute;
	top: 0px;
	left: 0px;*/
}

#logo_home {
	width: 171px;
	position: relative;
	top: 190px;
	text-align: center;
	color: #fff;
}

#logo_home a, #logo_home a :visited {
	color: #fff;
	text-decoration: none;
}

#top_mot {
	width: 737px;
	height: 86px;
	float: right;
	/*
	position: relative;
	top: -242px;
	left: 171px;*/
	background-image: url(zeco_top_mot);
	background-repeat: no-repeat;
}

#top_menu {
	width: 737px;
	height: 156px;
	float: right;
	/*
	position: relative;
	top: -242px;
	left: 171px;*/
	background-image: url(zeco_topmenu_bg);
	background-repeat: no-repeat;
}

#top_menu a, #top_menu img {
	text-decoration: none;
	margin-right: 1px;
	border: none 0px;
}

/** - page_body - */

#body_menu {
	width: 171px;
	float: left;
}

#body_menu a {
	display: block;
	width: 171px; 
	height: 32px; 
	border: none 0px;
	text-decoration: none;
	margin: 0px !important; 	/* FF interpreta IE lo ignora*/
	margin-bottom: -3px;			/* per IE, FF lo ignora per la priorita' del precedente */
}

#body_menu img { margin: 0px; border: none 0px; padding: 0px; }

#body_pics {
	float: left;
	width: 150px;
	margin-left: 58px;
	margin-top: 1em;
}

#body_pics img { margin-bottom: 1em; }

#body_content {
	float: left;
	width: 368px;
	margin-left: 20px;
	margin-top: 1em;
}

/*#body_content * { margin-bottom: 1em; }*/

#body_content p { text-align: justify;  margin-bottom: 1em; }

#body_content .line_title { display: block; margin-top: 1em; border-bottom: 1px solid #000; font-weight: bold; }
#body_content input { border: solid 1px #ccc; }
#body_content .cb{ border: none; }
#body_content .input_small {  width: 75px; }
#body_content .input_notop {  border-top: none; }
#body_content .input_line {  width: 366px; }
#body_content .text_line { border: solid 1px #ccc; width: 366px; }
#body_content sub, #body_content sup { font-size: 85%; }



