/* css by arix@you 2007 */

/*-------------------- main elements -------------------- */

body {
	background: #97C726;
	margin: 0px;
	padding: 0px;
}

* {
	margin: 0px;
	padding: 0px;
}

a img {
	border: none;
}

/*-------------------- structural elements -------------------- */

/*sfondo della spirale*/
#site {
	background: #97C726;
	border: 0px solid red;
	position: relative;
	height: 500px;
	display: block;
	clear: both;
}

/*main container*/
#container { 
	display: block;
	position: absolute;
	top: 10px;
	left: 67px;
	float: left;
	width: 899px;
	height: auto;
	border: 0px solid red;
}

/* menu */
#navigation {
	display: block;
	clear: both;
	width: 899px;
	height: 221px;
	margin: 0px;
	padding: 0px;
	background: url('../img/header.jpg') no-repeat top left;
	position: relative;
}

#navigation1 {
	display: block;
	clear: both;
	width: 899px;
	height: 221px;
	margin: 0px;
	padding: 0px;
	background: url('../img/header1.jpg') no-repeat top left;
	position: relative;
}

a#home_link {
	text-indent: -10000px;
	color: white;
	width: 450px;
	height: 100px;
	position: absolute;
	top: 0px;
	left: 200px;
	overlay: none;
}

#tabs {
	list-style: none;
	position: absolute;
	top: 113px;
	right: 27px;
	width: auto;
	height: 62px;
	border: 0px solid red;
}

#tabs li {
	display: block;
	float: left;
}

#tabs li a {
	display: block;
	float: left;
	width: auto;
	height: 47px;
	padding: 15px 16px 0px 16px;
	color: white;
	font-size: 18px;
	font-family: "Trebuchet MS", Arial, Helvetica, Geneva, sans-serif;
	text-decoration: none;
	position: relative;
}

#tabs li a:hover,
#tabs li a.activ {
	background: url('../img/tab_right.jpg') no-repeat top right;
	color: #739a03;
	text-shadow: 0px 0px 0px;
}

#tabs li a em {
	display: none;
}

#tabs li a:hover em,
#tabs li a.activ em {
	font-size: 1px;
	text-indent: -10000px;
	background: url('../img/tab_left.jpg') no-repeat top left;
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 16px;
	height: 62px;
}

/* Content */

#flashcontent {
	border: 7px solid #ABD04D;
	margin:0px;
	padding:0px;
	width:347px;
}

#content {
	display: block;
	clear: both;
	position: relative;
	width: 899px;
	height: auto;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	background: white url('../img/center.jpg') repeat-y top left;
}


#content a {
	color: #739a03;
	text-decoration: none;
}

#content a:hover {
	text-decoration: underline;
}

/* content Left */

#content td.left {
	float: left;
	display: inline;
	width: 300px;
	padding: 0px 0px 0px 35px;
}


#content td.left h1, /* text */
#content td.left h2,
#content td.left h3,
#content td.left h4 {
	font: normal 27px "trebuchet ms", Arial, Helvetica, Geneva, sans-serif;
	margin: 0px 0px 4px 0px;
	color: #739a03;
	clear: both;
}

#content td.left h2 {
	font-size: 19px;
	color: #739a03;
	margin: 0px 0px 5px 0px;
}

#content td.left h3 {
	font-size: 15px;
	color: #739a03;
	margin: 0px 0px 15px 0px;
}

#content td.left h4 {
	font-size: 19px;
	color: #739a03;
	margin: 0px 0px 5px 0px;
}

#content td.left p,
#content td.left cite {
	color: #256074;
	font: 12px Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
	line-height: 17px;
	margin: 0px 0px 18px 0px;
	text-align: left;
}

#content td.left p.tools {
	background: #eaf4c3 url('../img/bg_tools.jpg') no-repeat top left;
	color: #739a03;
	font-size: 10px;
	width: 346px;
	height: 16px;
	padding: 5px 0px 0px 4px;
	line-height: 10px;
}

#content td.left p.tools a {
	text-decoration: none;
	color: #ff6900;
}

#content td.left p a {
	text-decoration: underline;
}

#content td.left hr { /* hr */
	display: block;
	clear: both;
	margin: 0px;
	padding: 0px;
	line-height: 0px;
	border: 1px dotted #cae5ec;
	border-width: 1px 0px;
	border-color: #cae5ec #cae5ec white white;
}

#content td.left p img.poza {
	background: #b1d7e5;
	padding: 4px;
	margin: 0px 0px 5px 0px;
}

#content td.left #banner {
	background: #b1d7e5;
	padding: 4px;
	margin: 0px 0px 20px 0px;
}

/* content center */

#content td.center {
	float: left;
	width: 200px;
	margin: 5px 0px 0px 50px;
	font: 11px Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
	color: #256074;
	line-height: 16px;
}

#content td.center a {
	text-decoration: underline;
}

#content td.center h1 {  /* text */
	display: block;
	clear: both;
	font: bold 16px "trebuchet ms", Arial, Helvetica, Geneva, sans-serif;
	color: #3ab2b6;
	margin: 0px 0px 10px 0px;
}

#content td.center p {
	font: 11px Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
	color: #256074;
	line-height: 16px;
	display: block;
	clear: both;
	margin: 0px 0px 10px 0px;
}

#content td.center div.thumb,  /* images */
#content td.right div.thumb {
	display: block;
	float: left;
	background: #b1d7e5;
	padding: 1px;
	margin: 0px 7px 7px 0px;
}

#content td.left div.thumb, #content td.leftcenter div.thumb {
	display: block;
	float: left;
	background: #b1d7e5;
	padding: 1px;
	margin: 0px 20px 20px 0px;
}

#content td.center div.thumb a img,
#content td.right div.thumb a img {
	width: 47px;
	height: 47px;
	border: 2px solid #b1d7e5;
}

#content td.left div.thumb a img, #content td.leftcenter div.thumb a img {
	border: 2px solid #b1d7e5;
}

#content td.center div.thumb a:hover img, 
#content td.right div.thumb a:hover img {
	width: 47px;
	height: 47px;
	border: 2px solid white;
}

#content td.left div.thumb a:hover img, #content td.leftcenter div.thumb a:hover img {
	border: 2px solid white;
}

#content td.center hr { /* hr */
	display: block;
	clear: both;
	margin: 0px;
	padding: 0px;
	line-height: 0px;
	border: 1px dotted #cae5ec;
	border-width: 1px 0px;
	border-color: #cae5ec #cae5ec white white;
}

#content td.center a.button { /* button */
	display: block;
	font-size: 11px;
	text-decoration: none;
	text-align: center;
	color: #2d7696;
	width: 95px;
	height: 22px;
	padding-top: 5px;
	background: url('../img/bg_read_more.jpg') no-repeat bottom left;
	text-shadow: 2px 2px 2px #fff;
}

#content td.center a.button:hover,
#content td.center a.button_hover {
	display: block;
	font-size: 11px;
	text-decoration: none;
	text-align: center;
	color: #b85601;
	width: 95px;
	height: 22px;
	padding-top: 5px;
	background: url('../img/bg_read_more.jpg') no-repeat top left;
	text-shadow: 2px 2px 2px #fff;
}


/* content right */

#content td.right {
	float: left;
	width: 205px;
	height: auto;
	margin: 0px 0px 0px 40px;
	position: relative;
}

#content td.right #heart {
	background: #ddeef3 url('../img/sidebar_center.jpg') repeat-y top left;
	display: block;
	clear: both;
	width: 205px;
	height:auto;
	margin: 0px;
	padding: 0px;	
	}

#content td.right a {
	text-decoration: underline;
}

#content td.right span.top {
	display: block;
	clear: both;
	width: 205px;
	height: 23px;
	line-height: 15px;
	margin: 0px;
	padding: 0px;
	background: white url('../img/sidebar_top.jpg') no-repeat top left;
}

#content td.right span.bottom {
	display: block;
	clear: both;
	width: 205px;
	height: 13px;
	line-height: 13px;
	margin: 0px;
	padding: 0px;
	background: white url('../img/sidebar_bottom.jpg') no-repeat bottom left;
}

#content td.right h1 { /* text */
	display: block;
	clear: both;
	font: bold 16px "trebuchet ms", Arial, Helvetica, Geneva, sans-serif;
	color: #3ab2b6;
	margin: 0px 0px 10px 20px;
}

#content td.right p {
	font: 11px Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
	color: #256074;
	line-height: 16px;
	display: block;
	clear: both;
	margin: 0px 0px 10px 20px;
}

#content td.right img.thumb { /* images */
	background: #b1d7e5;
	padding: 2px;
	margin: 0px 7px 7px 0px;
}
 
#content td.right hr { /* hr */
	margin:0px 0px 0px 5px;
	display: block;
	width: 96%;
	clear: both;
	padding: 0px;
	height: 0px;
	line-height: 0px;
	border: 1px solid red;
	border-width: 1px 0px;
	border-color: #cae5ec #cae5ec white white;
}

#content td.right a.button { /* button */
	display: block;
	font-size: 11px;
	text-decoration: none;
	text-align: center;
	color: #2d7696;
	width: 95px;
	height: 22px;
	padding-top: 5px;
	background: url('../img/bg_read_more_blue.jpg') no-repeat bottom left;
	text-shadow: 2px 2px 2px #fff;
}

#content td.right a.button:hover,
#content td.right a.button_hover {
	display: block;
	font-size: 11px;
	text-decoration: none;
	text-align: center;
	color: #b85601;
	width: 95px;
	height: 22px;
	padding-top: 5px;
	background: url('../img/bg_read_more_blue.jpg') no-repeat top left;
	text-shadow: 2px 2px 2px #fff;
}

/* content Left Center */

#content td.leftcenter {
	float: left;
	display: inline;
	width: 544px;
	padding: 0px 0px 0px 35px;
}


#content td.leftcenter h1, /* text */
#content td.leftcenter h2,
#content td.leftcenter h3,
#content td.leftcenter h4 {
	font: normal 27px "trebuchet ms", Arial, Helvetica, Geneva, sans-serif;
	margin: 0px 0px 4px 0px;
	color: #739a03;
	clear: both;
}

#content td.leftcenter h2 {
	font-size: 19px;
	color: #739a03;
	margin: 0px 0px 5px 0px;
}

#content td.leftcenter h3 {
	font-size: 15px;
	color: #739a03;
	margin: 0px 0px 15px 0px;
}

#content td.leftcenter h4 {
	font-size: 19px;
	color: #739a03;
	margin: 0px 0px 5px 0px;
}

#content td.leftcenter p,
#content td.leftcenter cite {
	color: #256074;
	font: 12px Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
	line-height: 17px;
	margin: 0px 0px 18px 0px;
	text-align: left;
}

#content td.leftcenter p.tools {
	background: #eaf4c3 url('../img/bg_tools.jpg') no-repeat top left;
	color: #739a03;
	font-size: 10px;
	width: 346px;
	height: 16px;
	padding: 5px 0px 0px 4px;
	line-height: 10px;
}

#content td.leftcenter p.tools a {
	text-decoration: none;
	color: #ff6900;
}

#content td.leftcenter p a {
	text-decoration: underline;
}

#content td.leftcenter hr { /* hr */
	display: block;
	clear: both;
	margin: 0px;
	padding: 0px;
	line-height: 0px;
	border: 1px dotted #cae5ec;
	border-width: 1px 0px;
	border-color: #cae5ec #cae5ec white white;
}


/* Footer */

#footer {
	display: block;
	clear: both;
	width: 899px;
	height: 300px;
	background: url('../img/footer.jpg') no-repeat top left;
	text-align: right;
	position: relative;
}

#footer a {
	display: none;
	font: 10px Arial, Helvetica, Geneva, sans-serif;
	color: #739a03;
}

#footer a.top {
	display: block;
	position: absolute;
	top: 50px;
	left: 32px;
	width: 23px;
	height: 53px;
	text-align: left;
	text-indent: -10000px !important;
}

#footer a.credits {
	display: block;
	position: absolute;
	top: 150px;
	left: 0px;
	width: 420px;
	height: 53px;
	text-align: left;
	text-indent: -10000px !important;
}

/* table */
table#link {
	font: 12px Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
	color: #256074;
}
