/* CSS RESET */
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;font-variant:normal;}sup {vertical-align:text-top;}sub {vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}legend{color:#000;}

body {font:13px/1.231 arial,helvetica,clean,sans-serif;}table{font-size:inherit;font-size:100%;}pre,code,kbd,samp,tt{font-family:monospace;line-height:100%;}
/* CSS RESET */


body {
	text-align:center;
	color: white;
	background-color: #8bbfd7;
}
a {
	text-decoration:none;
		color:#fff
}
a:hover {
	text-decoration: underline;
		color:#A1E062
}
#wrap {
	width:1000px;
	text-align:left;
	margin:0 auto;background: url(images/bg.jpg) no-repeat;
}

.fl{ float:left}
.fr{ float:right}
.clearfix{ clear:both}



/* header */
#header { position:relative;height:260px  }
#logo {position:absolute; top:60px; right:130px}
#logo h1 {
	font-size:34px;
	color:#fff
}
#logo div {
	padding-left:100px
}
#nav { position:absolute; top:180px; left:470px; background:url(images/nav.jpg); width:435px;height:46px; line-height:46px; padding: 0 0 0 40px }
#nav li {float:left;  font-weight:700; width:100px }
#nav a {text-decoration:none; display:block; text-align:center;}
#nav a:hover {background:url(images/nav_hover.jpg) -10px; }
/* content */
#content { }
.main {width:660px; font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #fdf5c0;
}
#text {width:530px; }
#text h2 {font-size:30px; padding-bottom:20px}
#text p img {float:left; padding:0 20px 0 0}
#text a { color: #FFCC00}

#col {margin:50px 0 0 0;width:300px; background:url(images/col.jpg); width: 535px; height:156px ; }

#col div {width: 200px; margin: 20px 0 0 70px; display:inline}
#col .first  {margin: 20px 0 0 50px }
#col li{line-height:20px;}
.side {margin:0 0 0 40px; width:250px;display: inline;}
.side h2 {font-size:22px}
.side li {line-height:20px; list-style:inside disc; color:#FFFFFF; }
.side ul {margin:30px  0 30px 20px}
/* footer */
#footer { background:url(images/ft.jpg); height:133px; position:relative}
#ftinner{ position:absolute; bottom:20px; width:680px; margin-left:120px;
	font-size: 0.8em;
}
.ftlink {width:500px;}



/* tabella peso ideale*/

table {	width: 550px;	border:1px solid #000000;	border-spacing: 0px; }table a, table, tbody, tfoot, tr, th, td {
	font: 1.1em Arial, Helvetica, sans-serif;
}table caption {	font-size: 1.8em;	text-align: left;	text-indent: 100px;	background: url(images/bg_caption.gif) left top;	height: 40px;	color: #FFFFFF;	border:1px solid #000000; }thead th {	background: url(images/bg_th.gif) left;	height: 21px;	color: #FFFFFF;	font-size: 8.8em;	font-family: Verdana;	font-weight: bold;	padding: 0px 7px;	margin: 20px 0px 0px;	text-align: left; }tbody tr {	background: #ffffff; }tbody tr.odd {	background: #f0f0f0; }tbody th {	background: url(images/arrow_white.gif) left center no-repeat;	background-position: 5px;	padding-left: 40px !important; }tbody tr.odd th {	background: url(images/arrow_grey.gif) left center no-repeat;	background-position: 5px;	padding-left: 40px !important; }tbody th, tbody td {	font-size: 0.8em;	line-height: 1.4em;	font-family: Arial, Helvetica, sans-serif;	color: #000000;	padding: 10px 7px;	border-bottom: 1px solid #800000;	text-align: left; }tbody a {	color: #000000;	font-weight: bold;	text-decoration: none; }tbody a:hover {	color: #ffffff;	text-decoration: underline; }tbody tr:hover th {	background: #800000 url(images/arrow_red.gif) left center no-repeat;	background-position: 5px;	color: #ffffff; }tbody tr.odd:hover th {	background: #000000 url(images/arrow_black.gif) left center no-repeat;	background-position: 5px;	color: #ffffff; }tbody tr:hover th a, tr.odd:hover th a	{		 color: #ffffff; }tbody tr:hover td, tr:hover td a, tr.odd:hover td, tr.odd:hover td a {	background: #800000;	color: #ffffff;	 }tbody tr.odd:hover td, tr.odd:hover td a{	background: olive;	color: #ffffff;	 }tfoot th, tfoot td {	background: #ffffff url(images/bg_footer.gif) repeat-x bottom;	font-size: 0.8em;	color: #ffffff;	height: 21px;	}