a{color:#4758bd}
a:link {color: #4758bd; text-decoration: none;border:0px}
a:visited {color: #4758bd;text-decoration: none;border:0px}
a:active {color: #4758bd;text-decoration: underline;border:0px;outline:none}
a:hover {color: red;text-decoration: none;border:0px;}
a:focus{outline: none;}		
:-moz-any-link:focus {
 outline: none;
}
:focus
{
  -moz-outline-style: none;
}

img{
	border:0px;
}

html,body{
  height:100%;
}


body {
  background: url(../images/bg_new.jpg) top repeat-x;
	background-color: #1a6a7d;	
	font-family: lucida sans unicode,lucida grande,sans-serif;
  font-size:12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #636363;
	text-decoration: none;	
	margin:0px;
	padding:0px;
}

#tb_main{	
	width:980px;
	height:100%;
	margin-left:auto;
	margin-right:auto;	
	z-index:100;
 	border-spacing:15px;
}

#tb_main>td{
  margin:0px;
  padding:0px;
}

#td_header{
	width:100%;
	vertical-align:bottom;
  background-color:#ffffff;
	-webkit-box-shadow: 0px 4px 8px rgba(50, 50, 50, 0.46);
	-moz-box-shadow:    0px 4px 8px rgba(50, 50, 50, 0.46);
	box-shadow:         0px 4px 8px rgba(50, 50, 50, 0.46);

	
}

#td_content{
  width:650px;
	vertical-align:top;
  background-color: #ffffff;
	padding:15px;
	-webkit-box-shadow: 0px 4px 8px rgba(50, 50, 50, 0.46);
	-moz-box-shadow:    0px 4px 8px rgba(50, 50, 50, 0.46);
	box-shadow:         0px 4px 8px rgba(50, 50, 50, 0.46);
}

#td_left{
  width:250px;
  vertical-align:top;
  background:#f0f0f0;
	border:1px dashed #cecece;
	padding-top:15px;
}

#td_footer_right{
	width:650px;
	text-align:justify;
  background-color: #cecece;
	border:1px dashed #f0f0f0;
	color:#000000;
}

#td_footer_right p{
	padding:0px;
	margin:0px;
}

#td_footer_left{
	width:250px;
  background-color: #f0f0f0;
	border:1px dashed #cecece;
}

#searchBox{
  float:right;
  padding-left:5px;
 	width:180px;
	height:20px;
	border:0px;
	border-radius: 5px; 
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #ffffff;
	box-shadow: inset 0px 2px 5px 0px rgba(0, 0, 0, 0.5);
}

#searchBox2{
	margin-left:auto;
	margin-right:auto;
  padding-left:5px;
 	width:180px;
	height:20px;
	border:0px;
	border-radius: 5px; 
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #ffffff;
	box-shadow: inset 0px 2px 5px 0px rgba(0, 0, 0, 0.5);
}

#searchBox2>img:hover{
	cursor:pointer;
}

#barraMenu{
  padding:10px;
  width:850px;
  height:20px;
  background:#000000;
  margin-left:auto;
  margin-right:auto  
}

#boxSpot{
	margin-left:auto;
	margin-right:auto;
	padding-bottom:20px;
}

.btnBox{
	font-size:10px;
}

.inputArea{
 	width:150px;
	border:0px;
	height:20px;
	border:1px solid #cecece;
	border-radius: 5px; 
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #ffffff;
	box-shadow: inset 0px 2px 5px 0px rgba(0, 0, 0, 0.5);
	
}

.table_dieta {
	border: 1px dotted #cecece;
	background: #e8ebf1;
	width: 100%;
}

.evidenza:hover{
  color: #183076;
}


#btnLook{
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	background:#005574;
	color:#FFFFFF;
	font-size:16px;
	border:1px solid black;
	width:80px;
	height:25px
}

#btnLook:hover{
	color:#000000;
	cursor:pointer;
	background:#0DC2EF;
}


.citazione{ 
	font-family: 'PT Serif', Georgia, "Times New Roman", Times, serif; font-style: italic; font-size: 15px; line-height: 28px; 
	padding: 20px 20px 20px 60px; background: #f9f9f9 url(../images/quotes.png) no-repeat 20px 25px; color: #999; margin: 20px 0;
}

/* MENU PRINCIPALE */
ul#nav,ul#nav li,ul#nav ul{margin:0;padding:0;list-style:none}
ul#nav{height:26px;line-height:25px;
    background: #000000;color: #ffffff}
ul#nav a{display:block;padding: 0 15px;text-decoration: none; color:#FFF}
ul#nav li{float: left;position: relative}
ul#nav li li{float: none;line-height: 22px;
    display:block !important;display: inline; /*IE*/}
ul#nav ul{position: absolute;top: 23px;left: -9999px;
    width: 12em;background: #fff;color: #3B5998;width:290px;}
ul#nav ul{padding: 7px 0;border: 1px solid #3B5998}
ul#nav ul,ul#nav li li a{background-color: #FFF;color: #3B5998}
ul#nav li:hover,ul#nav a:hover{background-color: #577CE7;color: #FFF}
ul#nav li:hover ul,ul#nav li.sfhover ul{left: -1px;z-index: 100}