/* CSS Document */
	/* MSCreation.it  layout  */
	/* You may adapt certain elements of this CSS in your own projects, but the unique combination of images, colors, sizes, typography, and positioning  may not be reproduced. */ 
	/* Last updated Sep 21, 2009 */ 

@import url("reset.css"); 

/* =main  
 -------------------------------------------------- */  
html {  font-size: 62.5%; text-align: center;   } 
body {
	font: normal 100% "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: left;
	background: #ebebeb url("../images/bg_html.gif") repeat-x left top;
	/*background: #0490e2 url("../images/natale.jpg") no-repeat fixed 50% 5px;*/
	padding-bottom: 30px;
	color: #000;
} 
a { text-decoration: none; font-weight: bold; color:#000; } 
.anchor { text-decoration: none; font-weight: normal; color:#5C583E; } 
p {
	text-align: left;
	font-size: 1.1em;
	line-height: 130%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
p a { border-bottom: 1px dotted; } 
p a:hover { color: #2e3531; border-bottom-style: solid; } 
em { font-weight: bold; font-style: italic; } 
address { font-style: normal; } 
strong { font-weight: bold; } 
hr { display: block; height: 0px; line-height: 0; margin: 15px 20px; background-color: #333; color: #333; border: 1px solid #333; border-bottom: 0; } 
 
button { border: 0; text-indent: -9999px; display: block; cursor: pointer;  } 
button { background-position: 0 0; background-repeat: no-repeat; } 
button:hover { background-position: 0 100%; } 
a.skip {
	position: absolute;
	width: 0px;
	height: 0px;
	overflow: hidden;
}
 
/* =generic classes 
 -------------------------------------------------- */ 

.left { float: left; } 
.right { float: right; } 
.img-left {
	float: left;
	margin: 0 50px 0 50px;
	padding: 0 50px 0 20px;
} 
.img-right {
	float: right;
	margin: 0 50px 0 50px;
	padding: 0 50px 0 0px;
 } 
 
.removed { position: absolute; left: -9999px; text-indent: -9999px; font-size: 0; height: 0; } 
 
/* =more-link */ 
.more-link { font-size: 1.4em; font-weight: bold; color: #0490e2; background: url("../images/bg_more_link.png") no-repeat 100% 100%; padding-right: 20px; } 
.more-link:hover { background-position: 100% 0; color: #333; } 
 
/* =back-link */ 
.back-link { font-size: 1.1em; font-weight: bold; color: #0490e2; background: url("../images/bg_back_link.png") no-repeat 0 100%; padding: 1px 0 1px 20px; } 
.back-link:hover { background-position: 0 0; color: #333; } 
 
 /* =external-link */ 
.external-link { font-weight: bold; color: #333;} 
.external-link:hover { color: #0490e2; } 
 
/* =box-left */ 
.box-left { width: 440px; float: left;} 
 
/* =box-right*/ 
.box-right{ width: 465px; float: right;} 
 
 .sider {width: 265px; float: right;} 
.box-lsider { width: 640px; float: left;} 
/*  =wrap */ 
#wrap {
	width: 980px;
	margin: 0 auto;
	position: relative;
} 

/* =masthead  
--------------------------------------------------------------------------*/ 
 
#masthead {
	height: 405px;
	position: relative;
	margin-top: 5px;
	background-color: #fff;
}
 
/* =logo */ 
#masthead #logo {
	position: absolute;
	display: block;
	left: 3px;
	top: 13px;
	width: 370px;
	height: 75px;
	border: none;
    background: url("../images/logo_wtge_beta_tm.gif") no-repeat left top; 
	text-indent: -9999px;
} 
 
/* header */ 
#masthead .header {
	position: absolute;
	bottom: 0px;
	left: -0px;
	height:300px;
	width: 980px;
	background-color: #181817;
	background-repeat: no-repeat;
	background-position: left bottom;
}
 
/* =global-navigation */ 
#global-navigation {
	position: absolute;
	top: -5px;
	left: 373px;
	padding: 10px 0px 0 0;
	width: 606px;
	background: url("../images/bgd-global_nav_wrap.png") no-repeat top right;
} 
#global-navigation ul { float: left; margin-top: -10px; background: url("../images/bgd-global_nav.png") repeat-x left top;} 
#global-navigation li { display: block; float: left; height: 47px; } 
#global-navigation li a { display: block; padding: 17px 12px 12px; border: none; color: #0490e2; font-size: 1.4em; letter-spacing: -1px; } 
#global-navigation li a:hover { color: #000; } 
#global-navigation li.first {padding-left: 10px;background: url("../images/bgd-global_nav_left.png") no-repeat left bottom;} 
#global-navigation li.last { padding-right: 10px; background: url("../images/bgd-global_nav_right.png") no-repeat right bottom;  } 
#global-navigation li.active a { color: #001a27; background: url("../images/blt-global_nav_active.png") no-repeat top center;  }
#global-navigation li.news { color: #001a27; background: url("../images/blt-global_nav_news.png") no-repeat top center;    }  
#global-navigation a.news { color: #fff;} 
#global-navigation li.news_active a { color: #e67817; background: url("../images/blt-global_nav_news_active.png") no-repeat top center;  }  
/* =account-navigation */ 
#account-navigation {width: auto;position: absolute;right: 10px;	top: 50px;padding: 0;} 
#account-navigation li { display: inline;  margin-left: 5px; font-size: 1.1em; } 
ul#account-navigation a { border-bottom: none } 
#account-navigation li a:hover { color: #2e3531; border-bottom-style: none;} 
#account-navigation li em { margin-left: 5px; color: #2e3531; font-style: italic; font-size: 1.2em; } 

/* =content 
-----------------------------------------------------------------*/ 
#content {width: 940px;	background-color: #fff;	padding: 20px;overflow: hidden;	margin-left: -0px;}
 
/* =blog OK*/ 
#blog {
	position: relative;
	top: 0px;
	height: 320px;
} 
#blog h2 {font-size: 1.9em;	font-weight: normal;width: 340px;margin-left: 60px;	margin-bottom: 35px;padding-bottom: 2px; padding-top: 13px; border-bottom: 3px solid #f2f2da;color: #E67817;} 
#blog h2 a:hover { color: #0490e2; border-bottom: 1px dotted; } 
#blog p {font-size: 1.4em;line-height: 140%;text-align: justify;} 
 
#blog .more-link {position: absolute;right: 0px;bottom: 18px;} 
#blog .comments { position: absolute; bottom: 28px; left: 0; font-weight: normal; font-size: 1.1em; color: #9c8893; } 

#blog .date {
	position:absolute;
	left: 0px;
	top: 0px;
	width: 50px;
	font-size: 1.1em;
	height: 50px;
} 
#blog .prev-post { position: absolute; bottom: 0; left: 0; width: 100%; padding-top: 5px; border-top: 1px dotted #b0bfbe; } 
#blog .prev-post a { float: left; width: 340px; display: block; height: 14px;  }
#blog .prev-post span { float: right; font-size: 1.1em; color: #d7d7d7; } 
 
/* =#sponsor OK*/ 
#sponsor {
	position: relative;
	top: 10px;
	height: 280px;
} 
#sponsor h2 {
	font-size: 1.9em;
	font-weight: normal;
	width: 190px;
	margin-left: 60px;
	margin-bottom: 35px;
	padding-bottom: 2px;
	padding-top: 13px;
	border-bottom: 3px solid #f2f2da;
	color: #0490EC;
} 
#sponsor h2 a:hover { color: #0490e2; border-bottom: 1px dotted; } 
#sponsor p {font-size: 1.4em;line-height: 140%;text-align: justify;} 
#sponsor h3 {
	font-size: 1.7em;
	font-weight: bold;
	width: 340px;
	margin-left: 60px;
	margin-bottom: 15px;
	padding-bottom: 2px;
	padding-top: 0px;
	color: #000;
} 
#sponsor .date {
	position:absolute;
	left: 0px;
	top: 0px;
	width: 50px;
	font-size: 1.1em;
	height: 76px;
}  
#sponsor .more-link { position: absolute; right: 0; bottom: 0; } 
 
#sponsor .blogpics {
	width: 100px;
	padding-top: 10px;
	padding-left:20px;
	position: absolute;
	right: 80px;
	top: 40px;
} 
#sponsor .post {
	font-size: 1.4em;
	line-height: 140%;
	text-align: justify;
	margin-left:60px;
	color: #0490EC;
	font-weight: bold;
	width: 300px;
	float: left;
} 
#sponsor ul li {
	margin-left: 90px;
	font-size: 1.3em;
	width: 300px;
} 
#sponsor .prev-post { position: absolute; bottom: 0; left: 0; width: 100%; padding-top: 5px; border-top: 1px dotted #b0bfbe; }  

/* =#psicologia OK*/ 
#psicologia {
	position: relative;
	top: 10px;
	height: 230px;
} 
#psicologia h2 {
	font-size: 1.9em;
	font-weight: normal;
	width: 250px;
	margin-left: 60px;
	margin-bottom: 35px;
	padding-bottom: 2px;
	padding-top: 13px;
	border-bottom: 3px solid #f2f2da;
	color: #0490EC;
} 
#psicologia h2 a:hover { color: #0490e2; border-bottom: 1px dotted; } 
#psicologia p {font-size: 1.4em;line-height: 140%;text-align: justify;} 
#psicologia h3 {
	font-size: 1.7em;
	font-weight: bold;
	width: 340px;
	margin-left: 60px;
	margin-bottom: 15px;
	padding-bottom: 2px;
	padding-top: 0px;
	color: #000;
} 
#psicologia .date {
	position:absolute;
	left: 0px;
	top: 0px;
	width: 50px;
	font-size: 1.1em;
	height: 76px;
}  
#psicologia .more-link { position: absolute; right: 0; bottom: 0; } 
 
#psicologia .blogpics {
	width: 100px;
	padding-top: 10px;
	padding-left:20px;
	position: absolute;
	right: 80px;
	top: 40px;
} 
#psicologia .post {
	font-size: 1.4em;
	line-height: 140%;
	text-align: justify;
	margin-left:60px;
	color: #0490EC;
	font-weight: bold;
	width: 300px;
	float: left;
} 
#psicologia ul li {
	margin-left: 90px;
	font-size: 1.3em;
	width: 300px;
} 
#psicologia .prev-post { position: absolute; bottom: 0; left: 0; width: 100%; padding-top: 5px; border-top: 1px dotted #b0bfbe; } 

/* =#omeopatia OK*/ 
#omeopatia {
	position: relative;
	top: 10px;
	height: 130px;
} 
#omeopatia h2 {
	font-size: 1.9em;
	font-weight: normal;
	width: 250px;
	margin-left: 60px;
	margin-bottom: 35px;
	padding-bottom: 2px;
	padding-top: 13px;
	border-bottom: 3px solid #f2f2da;
	color: #0490EC;
} 
#omeopatia h2 a:hover { color: #0490e2; border-bottom: 1px dotted; } 
#omeopatia p {font-size: 1.4em;line-height: 140%;text-align: justify;} 
#omeopatia h3 {
	font-size: 1.7em;
	font-weight: bold;
	width: 340px;
	margin-left: 60px;
	margin-bottom: 15px;
	padding-bottom: 2px;
	padding-top: 0px;
	color: #000;
} 
#omeopatia .date {
	position:absolute;
	left: 0px;
	top: 0px;
	width: 50px;
	font-size: 1.1em;
	height: 76px;
}  
#omeopatia .more-link { position: absolute; right: 0; bottom: 0; } 
 
 
#omeopatia .post {
	font-size: 1.4em;
	line-height: 140%;
	text-align: justify;
	margin-left:60px;
	color: #0490EC;
	font-weight: bold;
	width: 300px;
	float: left;
} 
 
#omeopatia .prev-post { position: absolute; bottom: 0; left: 0; width: 100%; padding-top: 5px; border-top: 1px dotted #b0bfbe; }   
/* =users OK*/ 
#users {
	position: relative;
	top: 10px;
	height: 190px;
} 

#users h2 {
	font-size: 1.9em;
	font-weight: normal;
	width: 230px;
	margin-left: 60px;
	margin-bottom: 35px;
	padding-bottom: 2px;
	padding-top: 13px;
	border-bottom: 3px solid #f2f2da;
	color: #E67817;
} 
#users h2 a:hover { color: #0490e2; border-bottom: 1px dotted; }
#users p {
	font-size: 1.4em;
	line-height: 140%;
	text-align: justify;
}  
#users .users-list li { float: left; margin: 0 4px 4px 0; } 
#users .users-list li a { display: block; padding: 3px; border: 1px solid #eaeabe; float: left;  } 
#users .users-list li a:hover { border-color: #bfbf86; } 
#users .users-list li a img { float: left; } 
#users .users-list li a span { position: absolute; left: -9999px; text-indent: -9999px; font-size: 0; height: 0; } 
 
#users .user-links { float: left; position: absolute; bottom: 75px; left: 0;  }
#users .user-links li { float: left; padding-left: 20px; background: url("../images/blt_user_links.gif") no-repeat left center; text-transform: uppercase; font-size: 1.4em; margin: 0 0 5px 2px; }
#users .user-links li.odd { width: 244px;  margin-left: 0; }
#users .user-links li a { color: #4996ad; } 
#users .user-links li a span { color: #7dd9ff; } 
#users .user-links li a:hover { color: #333; } 
#users .user-links li a:hover span { color: #b63566; } 
 
#users button { background-image: url("../images/btn_sign_up.gif"); width: 121px; height: 30px; position: absolute; bottom: 0; left: 0; } 
#users .more-link {
	position: absolute;
	right: 0;
	bottom: 18px;
} 
#users .date {
	position:absolute;
	left: 0px;
	top: 0px;
	width: 50px;
	font-size: 1.1em;
	height: 50px;
} 
#users .prev-post { position: absolute; bottom: 0; left: 0; width: 100%; padding-top: 5px; border-top: 1px dotted #b0bfbe; } 
#users .prev-post a { float: left; width: 340px; display: block; height: 14px;  }
#users .prev-post span { float: right; font-size: 1.1em; color: #d7d7d7; } 


/* =salvetti_amsi OK*/ 
#salvetti_amsi {
	position: relative;
	top: 10px;
	height: 315px;
} 

#salvetti_amsi h2 {
	font-size: 1.9em;
	font-weight: normal;
	width: 230px;
	margin-left: 60px;
	margin-bottom: 35px;
	padding-bottom: 2px;
	padding-top: 13px;
	border-bottom: 3px solid #f2f2da;
	color: #E67817;
} 
#salvetti_amsi h2 a:hover { color: #0490e2; border-bottom: 1px dotted; }
#salvetti_amsi p {
	font-size: 1.4em;
	line-height: 140%;
	text-align: justify;
}  
 
 
#salvetti_amsi .more-link {
	position: absolute;
	right: 0;
	bottom: 18px;
} 
#salvetti_amsi .date {
	position:absolute;
	left: 0px;
	top: 0px;
	width: 50px;
	font-size: 1.1em;
	height: 50px;
} 
#salvetti_amsi .prev-post { position: absolute; bottom: 0; left: 0; width: 100%; padding-top: 5px; border-top: 1px dotted #b0bfbe; } 
#salvetti_amsi .prev-post a { float: left; width: 340px; display: block; height: 14px;  }
#salvetti_amsi .prev-post span { float: right; font-size: 1.1em; color: #d7d7d7; } 


 
/* =amsi OK*/ 
#amsi {
	position: relative;
	top: 10px;
	height: 300px;
} 

#amsi h2 {
	font-size: 1.9em;
	font-weight: normal;
	width: 230px;
	margin-left: 60px;
	margin-bottom: 35px;
	padding-bottom: 2px;
	padding-top: 13px;
	border-bottom: 3px solid #f2f2da;
	color: #E67817;
} 
#amsi h2 a:hover { color: #0490e2; border-bottom: 1px dotted; }
#amsi p {
	font-size: 1.4em;
	line-height: 140%;
	text-align: justify;
}  
#amsi .more-link {
	position: absolute;
	right: 0;
	bottom: 18px;
} 
#amsi .date {
	position:absolute;
	left: 0px;
	top: 0px;
	width: 50px;
	font-size: 1.1em;
	height: 50px;
} 
#amsi .prev-post { position: absolute; bottom: 0; left: 0; width: 100%; padding-top: 5px; border-top: 1px dotted #b0bfbe; } 
#amsi .prev-post a { float: left; width: 340px; display: block; height: 14px;  }
#amsi .prev-post span { float: right; font-size: 1.1em; color: #d7d7d7; } 
  
 /* =foad OK*/ 
#foad {
	position: relative;
	top: 10px;
	height: 260px;
} 

#foad h2 {
	font-size: 1.9em;
	font-weight: normal;
	width: 340px;
	margin-left: 60px;
	margin-bottom: 35px;
	padding-bottom: 2px;
	padding-top: 13px;
	border-bottom: 3px solid #f2f2da;
	color: #E67817;
} 
#foad h2 a:hover { color: #0490e2; border-bottom: 1px dotted; }
#foad p {
	font-size: 1.4em;
	line-height: 140%;
	text-align: justify;
}  
#foad .more-link {
	position: absolute;
	right: 0;
	bottom: 18px;
} 
#foad .date {
	position:absolute;
	left: 0px;
	top: 0px;
	width: 50px;
	font-size: 1.1em;
	height: 50px;
} 
#foad .prev-post { position: absolute; bottom: 0; left: 0; width: 100%; padding-top: 5px; border-top: 1px dotted #b0bfbe; } 
#foad .prev-post a { float: left; width: 540px; display: block; height: 14px;  }
#foad .prev-post span { float: right; font-size: 1.1em; color: #d7d7d7; } 
  
/* =personale OK*/ 
#personale {
	position: relative;
	top: 10px;
	height: 450px;
} 

#personale h2 {
	font-size: 1.9em;
	font-weight: normal;
	width: 400px;
	margin-left: 60px;
	margin-bottom: 35px;
	padding-bottom: 2px;
	padding-top: 13px;
	border-bottom: 3px solid #f2f2da;
	color: #E67817;
} 
#personale h2 a:hover { color: #0490e2; border-bottom: 1px dotted; }
#personale p {
	font-size: 1.4em;
	line-height: 140%;
	text-align: justify;
}  
#personale .borderimg {
	border: solid 1px #f2f2da;
}  
#personale .personale-list li { float: left; margin: 0 4px 4px 0; } 
#personale .personale-list li a { display: block; padding: 3px; border: 1px solid #eaeabe; float: left;  } 
#personale .personale-list li a:hover { border-color: #bfbf86; } 
#personale .personale-list li a img { float: left; } 
#personale .personale-list li a span { position: absolute; left: -9999px; text-indent: -9999px; font-size: 0; height: 0; } 
 
#personale .user-links { float: left; position: absolute; bottom: 75px; left: 0;  }
#personale .user-links li { float: left; padding-left: 20px; background: url("../images/blt_user_links.gif") no-repeat left center; text-transform: uppercase; font-size: 1.4em; margin: 0 0 5px 2px; }
#personale .user-links li.odd { width: 244px;  margin-left: 0; }
#personale .user-links li a { color: #4996ad; } 
#personale .user-links li a span { color: #7dd9ff; } 
#personale .user-links li a:hover { color: #333; } 
#personale .user-links li a:hover span { color: #b63566; } 
 
#personale button { background-image: url("../images/btn_sign_up.gif"); width: 121px; height: 30px; position: absolute; bottom: 0; left: 0; } 
#personale .more-link {
	position: absolute;
	right: 0;
	bottom: 240px;
} 
#personale .date {
	position:absolute;
	left: 0px;
	top: 0px;
	width: 50px;
	font-size: 1.1em;
	height: 50px;
} 
#personale .prev-post { position: absolute; bottom: 0; left: 0; width: 100%; padding-top: 5px; border-top: 1px dotted #b0bfbe; } 
#personale .prev-post a { float: left; width: 340px; display: block; height: 14px;  }
#personale .prev-post span { float: right; font-size: 1.1em; color: #d7d7d7; }  
#personale .boximg-left {
	float: left;
	margin: 20px 0px 0 0px;
	padding: 0 0px 0 0px;
 
} 
#personale .boximg-right {
	float: right;
	margin: 20px 0px 0 0px;
	padding: 0 0px 0 0px;
 
 } 

/* =news OK*/ 
#news {
	position: relative;
	top: 10px;
	height: 1080px;
} 
 
#news h2 {
	font-size: 1.9em;
	font-weight: normal;
	width: 230px;
	margin-left: 60px;
	margin-bottom: 15px;
	padding-bottom: 2px;
	padding-top: 13px;
	border-bottom: 3px solid #f2f2da;
	color: #E67817;
} 
#news h2 a:hover { color: #0490e2; border-bottom: 1px dotted; } 
#news h3 {
	float: right;
	font-size: 1.7em;
	font-weight: normal;
	width: 340px;
	margin-right: 225px;
	margin-bottom: 15px;
	padding-bottom: 2px;
	padding-top: 15px;
	border-bottom:  1px solid #dbd49f;
	color: #0490e2;
} 
 
#news .more-link {
	position: relative;
	bottom: 0px;
	left: 545px;
	top: 10px;
} 
 
#news .blogpics {

	width: 100%;
	padding-top: 10px;
	padding-left:70px;
} 
 
#news .pointer {
	float: left;
	width: 50px;
	font-size: 1.1em;
	height: 50px;
	padding-top: 0px;
}  
#news .date {
	float: left;
	width: 50px;
	font-size: 1.1em;
	height: 50px;
	padding-top: 26px;
} 
#news .date .day { display:block; position: relative; color: #0490e2; } 
#news .date .day em {
	color: #848c77;
	font-size:2em;
	font-weight: bold;
	position: absolute;
	right: -7px;
	bottom: 0;
	line-height: 100%;
} 
#news .date .year { display: block;  height: 1em; border-top: 1px solid #dbd49f; color: #d7d7d7; position: relative; font-size: 0.909em; } 
#news .date .year em {
	color: #b0bfbe;
	position: absolute;
	right: -5px;
	font-weight: normal;
} 
 
#news .post {
	font-size: 1.4em;
	line-height: 140%;
	text-align: justify;
	margin-left:65px;
} 
#news .prev-post { position: absolute; bottom: 0; left: 0; width: 100%; padding-top: 5px; border-top: 1px dotted #b0bfbe; }
 
 
 
 
 
 
/* =push */ 
.push { display: block; height:100px; clear:both; } 


/* =manufacturers OK*/ 
#cosa-facciamo {
	position: relative;
	top: 0px;
	height: auto;
} 
#cosa-facciamo  h2 {
	font-size: 1.9em;
	font-weight: normal;
	width: 260px;
	margin-bottom: 5px;
	padding-bottom: 2px;
	color:#0490e2;
	padding-top: 13px;
	border-bottom: 3px solid #f2f2da;
} 
#cosa-facciamo  h2 a:hover { color: #0490e2; border-bottom: 1px dotted; }
#cosa-facciamo p {
	font-size: 1.4em;
	line-height: 140%;
	position: relative;
}

#cosa-facciamo h3 {
	font-size: 1.2em;
	font-weight: normal;
	width: 230px;
	padding-bottom: 2px;
	color:#DE127B;
	padding-top: 5px;
} 
 
#cosa-facciamo ul li {
	margin-left: 30px;
	font-size: 1.3em;
	text-transform: uppercase;
} 
#cosa-facciamo a {

	margin-bottom: 5px;
	font-weight: normal;
} 
#cosa-facciamo a:hover {
 
	text-decoration: underline;
	font-weight: bold;
} 
 
 
 
 
 
 
/* =footer  
------------------------------------------------------------- */ 
 
#footer {
	clear: both;
	position: relative;
	display: block;
	width: 980px;/*1001*/
	height: 168px;
	margin: 0 auto;
	background: url("../images/bg_footer_home.png") no-repeat 50% 100%;
	font-size: 1.1em;
} 
#footer p {
	color: #686868;
	font-size:12px;
	padding:0% 0% 0% 5%;
} 
#footer .copyright { text-align: right; }
#footer .copyright, #footer .copyright a { color: #666; border: 0; font-weight: normal; }
#footer .copyright a:hover { border-bottom: 1px dotted; }

#footer .w3c { text-align: right; }
#footer .w3c, #footer .w3c a { color: #666; border: 0; font-weight: normal; }
#footer .w3c a:hover { border-bottom: 1px dotted; }
/* =global-navigation */ 
#footer .global-navigation { position: absolute; width: 840px; top: 70px; left: 80px; padding: 5px 0; border-bottom: 1px solid #e3e3e3;} 
#footer .global-navigation li { display: inline; margin-right: 15px;} 
#footer .global-navigation li a { color: #0490e2; } 
#footer .global-navigation a:hover { color: #000; border-bottom: 1px solid; /* IE6 */ } 
#footer ul[class='global-navigation'] li a:hover { border-bottom: 1px dotted; } 
 
/* =profile-navigation */ 
#footer .profile-navigation { position: absolute; width: 840px; top: 95px; left: 80px; padding: 5px 0; } 
#footer .profile-navigation li { display: inline; margin-right: 15px;} 
#footer .profile-navigation li a { color: #72919c; } 
#footer .profile-navigation li a:hover { color: #333; border-bottom: 1px solid; /* IE6 */ } 
#footer ul[class='profile-navigation'] li a:hover { border-bottom: 1px dotted; } 
#footer .copyright { position: absolute; right: 60px; top: 100px;} 
#footer .w3c { position: absolute; left: 60px; top: 100px;} 
#footer .browser { position: absolute; left: 200px; top: 100px;} 




/* =two-column */
.two-column #primary-content { width: 690px; left:254px; }
.two-column #secondary-content { width: 220px; left: -690px; }



/* =primary-left
 -------------------------------------------------------------------*/
 .two-column.primary-left #content {
	width: 960px;
	padding: 10px;
}
.two-column.primary-left #primary-content { width: 600px; left: 0;  }
.two-column.primary-left #secondary-content { width: 280px; margin-left: 20px; left: 0; padding: 35px 10px 0; text-align: left; }

/* =static-page
-------------------------------------------------------------------- */

.two-column.primary-left.static #content { padding-top: 0; }
 

/* headings */
.static #wrap #content h1 {
	font-size: 2.3em;
	font-weight: normal;
	width: 520px;
	margin-bottom: 15px;
	padding-bottom: 2px;
}
.static #wrap #content h2 {
	margin: 1.5em 0 .5em;
	width: 500px;
}
 
.static #wrap #content h4 { margin: 1.5em 0; }

/* paragraphs */


.static #wrap #secondary-content h2 { font-size: 1.8em; font-weight: normal; width: 220px; margin-bottom: 15px; padding-bottom: 2px; } 
.static #wrap #secondary-content h2 a:hover { color: #0490e2; border-bottom: 1px dotted; }  
  
#content  ul {
	margin-top: 5px;
}
#content  li {
	padding: 3px 2px;
	font-size: 1.3em;
}

/* =primary-content */
.static #content #primary-content {
	position: relative;
	width: 660px;
	margin-left: 20px;
	margin-top: 20px;
}
.static #primary-content a.back { position: absolute; top: 1.65em; right: 0; padding: 1px 0 1px 20px; }
.static #content #primary-content ul, .static #content #primary-content ol { margin: 0; padding-left: 30px; }

/* =secondary-content */	
.static #content #secondary-content {
	width: 230px;
	margin-left: 30px;
	padding: 0;
	padding-top: 5px;
}
#secondary-content h2
{
	margin-bottom: 1.5em;
	padding: 0 0 .2em;
	font-size: 1.7em;
	font-weight: normal;
	border-bottom: 1px solid #dbd49f;
	color: #5C583E;
}
 #secondary-content h3
{ margin-bottom: 1.5em; padding: 0 0 .2em; font-size: 1.1em; font-weight: bold; color: #5C583E; }
 .static #wrap #content h1, .static #content h2/* all headings */
{ margin: 0; padding: 0; }
 

/* paragraphs */
.static #wrap #primary-content p {
	margin: 1.1em 0;
	text-align: justify;
	font-size: 1.4em;
	line-height: 130%;
	font-family: "Trebuchet MS", Arial;
}

 
#primary-content em {
	font-size: 1em;

} 
/* =primary-content, =secondary-content, =additional-content */
#primary-content, #secondary-content, #additional-content { position: relative; float: left; }

#primary-content a {  color: #E67817; } 
#primary-content h1 { display: block; margin-top: .5em; margin-bottom: 1em;}
#primary-content h2 {
	display: block;
	margin-bottom: 1em;
	font-size: 1.9em;
	font-weight: bold;
	width: 320px;
	padding-bottom: 2px;
	color: #E67817;
}

.fkt{
	color:#F58220;
}
.fktsalvetti{
	color:#44C8F5;
}
.ikor{
	color:#9FD18B;
}

/* =secondary-content */
#secondary-content { text-align: center; padding: 0 10px;}
#secondary-content .banners a { display: block; width: 218px; height: auto; margin-bottom: 10px; padding: 9px 0; }
#secondary-content .banners a img { display: block; width: 200px; height: 200px; margin: 0 auto; }
#secondary-content h1 { margin-bottom: 5px; }


/* =profile-navigation */
#profile-navigation {
	height: 173px;
	position: relative;
	margin-top: 5px;
	background-color: #fff;
} 
#profile-navigation .toolbar{
	position: absolute;
	left: -0px;
	bottom: 0px;
	height:70px;
	width: 980px;
	background-color: #fff;
	background-image: url(../images/toolbar.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#profile-navigation #logo {
	position: absolute;
	display: block;
	left: 3px;
	top: 13px;
	width: 370px;
	height: 75px;
	border: none;
	background: url("../images/logo_wtge_beta_tm.gif") no-repeat left top;
	text-indent: -9999px;
} 
 

 

/*  ----- FORM ----*/


.cont_tit				{
	font-family:Verdana;
	color:#0490e2;
	font-size:15px;
}
.cont_boxs				{
	background-image:url("../images/cont_bg_box.jpg");
	background-repeat:no-repeat;
	border:0px;
	height:35px;
	width:300px;
	font-family:Verdana;
	font-size:15px;
	color:#666;
	padding-top:5px;
	padding-left:5px;
	margin: 0;
						}
.cont_msg				{ overflow:auto; background-image:url("../images/cont_bg_msg.jpg"); background-repeat: repeat-y; 
						  border:0px; width:286px; height:100px; font-family:Verdana; font-size:11px; color:#666; 
						  padding-top:5px; padding-left:5px; border-bottom:1px solid #CCCCCC; border-right:1px solid #CCCCCC; 
						}

.antispam { display:none;}

.contacts				{
	color:#999;
	font-size:1.3em;
}

.contacts a			{
	color:#333;
	font-size:1.1em;

}

.contacts a:hover				{
	color:#666;
	font-size:1.1em;
}

.contacts_notes				{
	color:#000;
	font-size:0.8em;
}


/* =eventi */ 

#eventi{
	position: relative;
	top: 0px;
	height: auto;
} 
#eventi h2 {
	font-size: 1.9em;
	font-weight: normal;
	width: 340px;
	margin-left: 60px;
	margin-bottom: 35px;
	padding-bottom: 2px;
	padding-top: 13px;
	border-bottom: 3px solid #f2f2da;
	color: #E67817;
} 
#eventi h2 a:hover { color: #0490e2; border-bottom: 1px dotted; } 
#eventi h3 {
	float: right;
	font-size: 1.7em;
	font-weight: normal;
	width: 340px;
	margin-right: 240px;
	margin-bottom: 35px;
	padding-bottom: 2px;
	padding-top: 24px;
	border-bottom:  1px solid #dbd49f;
	color: #0490e2;
} 
#eventi h3 a:hover { color: #0490e2; border-bottom: 1px dotted; } 
#eventi p {
	font-size: 1.4em;
	line-height: 140%;
} 
#eventi .post {

	font-size: 1.4em;
	line-height: 140%;
	text-align: justify;
    padding-left:70px;
} 
#eventi .blogpics {

	width: 100%;
	padding-top: 10px;
	padding-left:70px;
} 
#eventi .date {
	float: left;
	width: 50px;
	font-size: 1.1em;
	height: 50px;
	padding-top: 15px;
} 
#eventi .date .day { display:block; position: relative; color: #0490e2; } 
#eventi .date .day em {
	color: #848c77;
	font-size:2em;
	font-weight: bold;
	position: absolute;
	right: -7px;
	bottom: 0;
	line-height: 100%;
} 
#eventi .date .year { display: block;  height: 1em; border-top: 1px solid #dbd49f; color: #d7d7d7; position: relative; font-size: 0.909em; } 
#eventi .date .year em {
	color: #b0bfbe;
	position: absolute;
	right: -5px;
	font-weight: normal;
} 
#eventi .prev-post {
	left: 0;
	width: 100%;
	border-top: 1px dotted #b0bfbe;
	margin: 5px 0 5px 0;
	position: relative;
} 

/* =accessibility */ 

#accessibility  {
	position: relative;
	float: left;
	font: normal 100% Arial, Helvetica, sans-serif;
	margin-left: 5px;
}

#accessibility  p {
	margin: 0.5em 0;
	text-align: justify;
	font-size: 1.3em;
	line-height: 150%;
	color: #000000;
	width: 600px;
	padding-left: 0px;
}

#accessibility  h1 { display: block; margin-top: .5em; margin-bottom: 1em;}
#accessibility  h2 {
	display: block;
	margin-bottom: 1em;
	font-size: 2.4em;
	font-weight: normal;
	width: 600px;
	padding-bottom: 30px;
	color: #E67817;
	border-bottom: 2px solid #E67817;
	border-top: 2px solid #E67817;
	padding-top: 30px;
	padding-left: 0px;
}
#accessibility  h3 {
	display: block;
	margin-bottom:  15px;
	font-size: 1.6em;
	font-weight: bold;
	width: 500px;
	color: #000;
	padding-left: 0px;
	padding-top: 30px;
} 
#accessibility  h4 {
	display: block;
	margin-bottom:  15px;
	font-size: 1.3em;
	font-weight: bold;
	width: 300px;
	color: #000;
	padding-left: 0px;
	margin-top: 25px;
} 
#accessibility  a {
	margin: 1.1em 0;
	text-align: left;
	font-size: 1.3em;
	line-height: 130%;
	color: #990000;
			font-weight: normal;
} 
#accessibility  a:hover {
	margin: 1.1em 0;
	text-align: left;
	font-size: 1.3em;
		font-weight: normal;
	line-height: 130%;
	color: #990000;
} 

#accessibility  ul { margin-top: 0px; }
#accessibility  li {
	list-style-type: disc;
	margin-bottom:  5px;
	font-size: 1.3em;
	font-weight: normal;
	width: 500px;
	color: #000;
	margin-left: 20px;
}
#accessibility  em {
	font-style: italic;
}

/* =sitemap */ 

#sitemap   {
	position: relative;
	float: left;
	font: normal 100% Arial, Helvetica, sans-serif;
	margin-left: 5px;
}

#sitemap   p {
	margin: 0 0 5px 10px;
	text-align: justify;
	font-size: 1.3em;
	color: #000000;
	width: 600px;
	padding-left: 0px;
}

#sitemap  h1 { display: block; margin-top: .5em; margin-bottom: 1em;}
#sitemap  h2 {
	display: block;
	margin-bottom: 1em;
	font-size: 2.4em;
	font-weight: normal;
	width: 600px;
	padding-bottom: 30px;
	color: #E67817;
	border-bottom: 2px solid #E67817;
	border-top: 2px solid #E67817;
	padding-top: 30px;
	padding-left: 0px;
}
#sitemap  h3 {
	display: block;
	margin-bottom: 0px;
	font-size: 1.3em;
	font-weight: normal;
	width: 500px;
	color: #0490E2;
	padding-left: 0px;
	padding-top: 15px;
} 
#sitemap  h4 {
	display: block;
	margin-bottom:  15px;
	font-size: 1.3em;
	font-weight: bold;
	width: 300px;
	color: #000;
	padding-left: 0px;
	margin-top: 25px;
} 
#sitemap  a {
	margin: 1.1em 0;
	text-align: left;
	font-size: 1.3em;
	line-height: 130%;
	color: #E67817;
	font-weight: normal;
} 
#sitemap  a:hover {
	margin: 1.1em 0;
	text-align: left;
	font-size: 1.3em;
	font-weight: normal;
	line-height: 130%;
	color: #000;
	text-decoration: underline;
} 

#sitemap  ul { margin-top: 0px; }
#sitemap  li {
	list-style-type: disc;
	margin-bottom:  5px;
	font-size: 1.3em;
	font-weight: normal;
	width: 500px;
	color: #000;
	margin-left: 20px;
}
#sitemap  em {
	font-style: italic;
}
#sitemap .prev-post {
	left: 0;
	width: 100%;
	border-top: 1px dotted #b0bfbe;
	margin: 15px 0 15px 0;
} 


.clear
{
clear:both;
}


#wrapper
{
	width: 940px;
	margin:0px auto;
}


 

.iconboxleft
{
	width: 31%;
	height:148px;
	float:left;
	padding-right:2%;
	padding-top:28px;
	border-top:1px solid #b0bfbe;
	margin-top:28px;
 
}

.iconboxmiddle
{
	width: 31%;
	height:148px;
	float:left;
	padding-right:2%;
	padding-top:28px;
	border-top:1px solid #b0bfbe;
	margin-top:28px;
 
}

.iconboxright
{
	width: 31%;
	height:148px;
	float:left;
	padding-right:2%;
	padding-top:28px;
	border-top:1px solid #b0bfbe;
	margin-top:28px;
 
}
.iconbox {	width: 305px;	height:128px;	float:left;	padding-top:0px;	position: relative;	top: -34px;	left: -123px; background: url("../images/bg_logo_icon.png") no-repeat top;}

#icones h2 {color: #393939;	font-size:16px;	font-weight:normal;	padding-bottom:3px;}
#icones p {	color: #686868;	font-size:10px; padding:0% 0% 2% 6%; text-align:center;} 
 
/* =lavora con noi  
div.fileinputs {
	position: relative;
}

div.fakefile {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}

input.file {
	background-image:url("../images/cont_bg_box.jpg");
	background-repeat: no-repeat;
	position: relative;
	text-align: right;
	-moz-opacity:0 ;
	filter:alpha(opacity: 0);
	opacity: 0;
	z-index: 2;
}*/ 


/* ----- Modulo hai un dolore ----- */

#dolore-wizard-punti{min-height:369px;}
#dolore-wizard-tabs li{ position:absolute; z-index:10; }
#dolore-wizard-tabs li a{ display:block; text-indent:-9999px; width:20px; height:20px; overflow:hidden; background: url("../images/marker.png") no-repeat;background-position:5px 0px;}
#dolore-wizard-tabs li a:hover{ background-position: 5px -20px; }
#dolore-wizard-tabs li.ui-tabs-selected a { background-position: 5px -20px;}

#dolore-wizard-tabs div.ui-tabs-panel{position:absolute;left:0;top:420px;width:160px;height:369px;}
#dolore-wizard-tabs div.ui-tabs-panel p,#dolore-wizard-tabs div.ui-tabs-panel h4{width:350px;display:block;}
#dolore-wizard-tabs div.ui-tabs-panel h4 {color:#e67817; font-size:21px;}

#dolore-wizard-details {border-top: solid 1px #DBDBDB;padding-top:20px; margin-right:182px;}
#patologie-comuni {position:absolute; right:0px; top:120px;}
#patologie-comuni ul li{border-bottom: solid 1px #DBDBDB;width:190px;margin:1px; margin-right:10px;}
#patologie-comuni ul li a:link {color:#018fdb; line-height:25px; text-decoration: none;}
#patologie-comuni ul li a:visited {line-height: 25px; text-decoration: none;}
#patologie-comuni ul li a:hover {color:#e67817;}
#patologie-comuni h2 {	font-size: 1.6em; color:#999; margin-top:20px;}
#simpleTooltip { background:url("../images/tooltip-alt.png") no-repeat left top; height: 51px; width: 162px; }
#simpleTooltip span{ display:block; margin-top:7px; margin-left:25px; margin-right:5px; font: 11px Arial, Helvetica, sans-serif; color:#FFF; line-height:12px; }

.wizard-dettaglio:after,.cleared:after {clear:both; content:"."; display:block; height:0; visibility:hidden;}
.wizard-dettaglio,.cleared {clear:both; height:1%;}
#riabilitazione-wizard-details{min-height:340px;}


/* ----- Punti Hai un dolore ----- */

#marker-punto-1{ left:84px; top:10px; }
#marker-punto-2{ left:72px; top:40px; }
#marker-punto-3{ left:92px; top:35px; }
#marker-punto-4{ left:44px; top:70px;visibility:hidden; }
#marker-punto-5{ left:33px; top:117px; }
#marker-punto-6{ left:48px; top:127px; }
#marker-punto-7{ left:22px; top:161px; }
#marker-punto-8{ left:16px; top:184px; }
#marker-punto-9{ left:63px; top:168px; }
#marker-punto-10{ left:72px; top:248px; }
#marker-punto-11{ left:74px; top:326px; }
#marker-punto-12{ left:96px; top:332px;visibility:hidden; }
#marker-punto-13{ left:101px; top:248px;visibility:hidden; }
#marker-punto-14{ left:291px; top:333px; }
#marker-punto-15{ left:265px; top:324px; }
#marker-punto-16{ left:296px; top:283px; }
#marker-punto-17{ left:298px; top:206px; }
#marker-punto-18{ left:330px; top:148px; }
#marker-punto-19{ left:277px; top:131px; }
#marker-punto-20{ left:277px; top:95px; }
#marker-punto-21{ left:277px; top:54px; }
#marker-punto-22{ left:252px; top:180px; }
#marker-punto-23{ left:277px; top:165px; }

.ui-tabs-hide{display:none;}


/* ----- Punti Hai un dolore ----- */
#cse table{width:200px;}
#search-pusher{ margin-top:90px; top:90px; }
#search-ajax-results{margin-right:20px;margin-left:20px;border-top:solid 1px #F7F7F7;padding-top:10px;margin-bottom:20px; background: url("../images/ajax-loader.gif"/) no-repeat -100px 10px; }
#search-ajax-results.searching{background: url("../images/ajax-loader.gif") no-repeat 0px 10px;}
#search-close{ background: url("../images/search-form-close.gif") no-repeat left top;position:absolute;width:20px;height:20px;cursor:pointer;right:10px;bottom:10px;display:none; }
#search-close.over { background: url("../images/search-form-close.gif") no-repeat left -20px;}
#search-ajax-results p{display:inline;font-size: 1.1em;color:#666;}


/* -----  Hai un dolore ----- */

.wrapped {margin:0 auto; width:940px; position:relative;}
.text {position:absolute;top:70px;left:0;}
.text h2 { font-size:24px; color:#018fdb; margin-top:20px;}
.text h3 { font-size:18px; color:#e67817;}
.text p {font-size: 1.1em; color:#333;}
.col-280{width:280px;}
.col-640{position:relative; margin-left:305px; margin-top:-60px; width:640px;}
.height-950{min-height:950px !important;}
.grid{  padding:10px;position:relative;}
.center-box  {min-height:600px; padding:30px; padding-bottom:20px;float:left; margin:0; margin-bottom:20px;margin-top:5px; margin-right:15px;}
/* ----- Box Styling ----- */
.top-left {margin-right: 20px; background:url("../images/box/top-left.png") top left no-repeat; height: 10px; font-size: 2px;/* correct height for IE */}
.top-left-alt {margin-right: 20px; background:url("../images/box/top-left-alt.png") top left no-repeat; height: 10px; font-size: 2px;/* correct height for IE */}
.top-right {margin-top: -10px; margin-left: 20px; background:url("../images/box/top-right.png") 100% 0 no-repeat; height: 10px; font-size: 2px;}
.bottom-left {margin-right: 20px; background:url("../images/box/bottom-left.png") bottom left no-repeat; height: 20px; font-size: 2px;}
.bottom-right {margin-top: -20px; margin-left: 20px; background:url("../images/box/bottom-right.png") 100% 0px no-repeat; height: 20px!important; font-size: 2px;}
.inside {position:relative; border-left: 1px solid #DBDBDB; border-right: 1px solid #DBDBDB; background:#FFF url("../images/box/inside-tile.png") bottom left repeat-x; padding-left: 15px; padding-right: 15px;}
.inside h2 { font-size:24px; color:#018fdb; margin-top:20px;}
 
/* ----- Subpage Box ----- */
#sub-pages {position:absolute; bottom:0; left:0;}
.subpage-box {margin-top:20px;}
.no-margin {margin:0;}
.subpage-box .inside {min-height:60px;padding-bottom:30px;}
.col-280 .subpage-box {width:280px;}

.scheda-centro .c-box div.inside {min-height:600px;}
.c-box div.inside {min-height:500px; padding:30px; padding-bottom:20px;}
.inside img.align-left{margin-right:10px;margin-bottom:10px;margin-top:10px;}
.inside img.align-right{margin-left:10px;margin-bottom:10px;margin-top:10px;}
.c-box .foto {float:left; margin:0; margin-bottom:20px;margin-top:5px; margin-right:15px; min-height:230px;}
 
 
 
 
 
 
 
 

