body, html {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666;
	margin:0;
	padding:0;
	text-align:center;
}
div, td , p {
	text-align:left;
	font-size:11px;
	vertical-align:top;
}
p {
	line-height:1.5;
	padding:0;
	margin:5px 5px 10px 5px;
}

a, a:visited {
	color:#E01D61;	
}
a:hover {
	color:#f90;
}
a.plain, a.plain:visited {
	color:#666;
	text-decoration:none;
}
a.plain:hover {
	text-decoration:underline;
}
.c {
	text-align:center;
}
#outer {
	width:970px;
	height:auto;
	margin:0 auto;
	background:#fff url(../images/outer_bg.gif) bottom left repeat-x;
}
#header {
	height:97px;
	background:#fff url(../images/header_bg.gif) bottom left repeat-x;

}

*html #header {
	height:98px;
}
#header_left {
	width:329px;
	height:97px;
	float:left;
}
#logo {
	width:329px;
	height:66px;
	background:#fff url(../images/logo.gif) top left no-repeat;
}
*html #logo {
	margin-bottom:2px;
}
#logo a, #logo a:visited, #logo a:hover {
	display:block;
	width:329px;
	height:67px;
}
#memnav {
	padding:10px 0 0 10px;
	color:#fff;
}
#memnav_in {
	padding:9px 0 0 5px;
	color:#fff;
}

#memnav a, #memnav a:visited {
	display:block;
	width:60px;
	height:19px;
	padding:2px 18px 0 0;
	background:transparent url(../images/ico_arrowright.jpg) bottom right no-repeat;
	color:#fff;
	text-decoration:none;

}
#memnav_in a, #memnav_in a:visited {
	color:#fff;
}

ul#tnav, ul#membertnav {
	display:block;
	float:left;
	width:470px;
	height:37px;
	margin:0;
	padding:59px 0 0 160px;
	list-style:none;
}
ul#membertnav {
	padding:59px 0 0 100px;
	width:510px;
}
ul#tnav li, ul#membertnav li {
	float:left;
	width:102px;
	height:40px;
	padding:0 0 0 0;
	margin:0;

}
ul#tnav li a, ul#tnav li a:visited,
ul#membertnav li a, ul#membertnav li a:visited {
	display:block;
	height:36px;
	color:#666;
	text-decoration:none;
}

*html ul#tnav li a, *html ul#tnav li a:visited,
*html ul#membertnav li a, *html ul#membertnav li a:visited {
	margin-top:3px;
}
ul#tnav li a, ul#tnav li a:visited { padding:2px 10px 0 55px; }

ul#membertnav li a, ul#membertnav li a:visited { padding:2px 10px 0 0px; }


a.faq { background:url(../images/button_faq.jpg) top left no-repeat }
a.services { background:url(../images/button_services.jpg) top left no-repeat }
a.register { background:url(../images/button_register.jpg) top left no-repeat }
a.contact { background:url(../images/button_contact.jpg) top left no-repeat }
a.home { background:url(../images/button_home.jpg) top left no-repeat;  }

ul#membertnav li a.tab, ul#membertnav li a.tab:visited { 
	background:url(../images/memtnav.gif) top left no-repeat;	
	text-align:center;
	font-weight:bold;
	margin-right:2px;
	color:#fff; !important
	
}
ul#membertnav li a.logout, ul#membertnav li a.logout:visited { 
	padding-left:5px;
	color:#E01D61; !important
	
}
ul#membertnav li a.logout:hover {
	color:#f90;
	
}
ul#membertnav li a.home, ul#membertnav li a.home:visited { padding:2px 10px 0 55px; float:right }

#main {
	padding:0;
	margin:0;
	background:url(../images/main_bg.gif) top left repeat-x;
}
#front_right {
	float:right; 
	width:494px;
	padding-top:1px;

}
#front_left {
	float:left;
	width:392px;
	padding:5px;
      margin:5px 5px 10px 5px;
}
#footer {
	height:120px;
	border-top:4px solid #fc0;
	text-align:center;
	padding-top:5px;

}
#rightblocks {
	width:235px;
	float:left;
	padding-bottom:10px;
}
.rightblockframe {
	width:240px;
	height:auto;	
}
form {
	display:inline;
}
.formframe {
	background-color:#eaeaea;
	border:1px solid #ccc;
	margin:0 160px 0 0;
	padding:5px;
}
label, div.empty {
	display:block;
	float:left;
	width:90px;
	text-align:right;
	padding:2px 4px 0 0;
}
#regform label, #accupdateform label, div.empty ,#passform label 
{
	width:120px;
}
input , select , option {
	font-family:Tahoma;
}
#regform select {
	border:1px solid #ccc;
}
/*inputs*/
input.finput{
	width:200px;
	height:auto;
	padding:2px;
	background:#fff url(../images/inputbg.gif) top left no-repeat;
	border:1px #ccc solid;
	font-weight:bold;
	margin-bottom:1px;	
}
input.finput:hover{
	height:auto;
	background:#fff url(../images/inputbg_focus.gif) top left no-repeat;
	border:1px #ccc solid;
}
input.finput:focus{
	height:auto;
	background:#fff url(../images/inputbg_focus.gif) top left no-repeat;
	border:1px #999 solid;
}
textarea.finput {
	padding:3px;
	background:#fff url(../images/inputbg.gif) top left no-repeat;
	border:1px #ccc solid;	
	font-weight:bold;
	width:400px;
	height:160px;
}
textarea.finput:hover {
	background:#fff url(../images/inputbg_focus.gif) top left no-repeat;
	border:1px #ccc solid;
}
textarea.finput:focus {
	background:#fff url(../images/inputbg_focus.gif) top left no-repeat;
	border:1px #999 solid;
}
a.button, a.button:visited {
	display:block;
	width:143px;
	height:23px;
	float:left;
	margin-right:2px;
	padding-top:7px;
	background:#FF6600 url(../images/button.jpg) top left no-repeat;
	color:#931340;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	letter-spacing:1px;
}
a.button:hover {
	background-position:bottom left;
	color:#931340;
}
#loginbox {
	width:240px;
	height:80px;
	background:transparent url(../images/loginbox_bg.png) top left repeat-x;
	position:absolute;
	color:#fff;
	z-index:666666;
}
#loginbox input.finput {
	width:105px;
	padding:1px;
	font-size:11px;
	font-weight:normal;
}
#loginbox a, #loginbox a:visited {
	color:#FFCC00;
}
#loginbox a:hover {
	color:#FFFF99;
}
#loginbox label, #loginbox div.empty {
	width:65px;
}
#loginbox_in {
	padding:10px 5px 5px 5px;
}

* html #loginbox {

	background-image:url(../images/loginbox_bg.gif);
}
.centered {
	text-align:center;
}
a.login_icon {
	display:block;
	width:32px;
	height:32px;
	padding-right:10px;
	float:right;
	background:transparent url(../images/ico_arrowright_big.gif) top left no-repeat;
	text-decoration:none;
}
a.login_profile_icon {
	display:block;
	padding-left:50px;
	background:transparent url(../images/ico_arrowright_small.png) top left no-repeat;
	line-height:50px;
}

.narrow_content {
	padding:0 0 0 240px;
}
.narrow_content_in {
	padding:0px 155px 20px 10px;	
}
.banner_about, .banner_services, .banner_testimonials, .banner_how {
	display:block;
	width:230px;
	height:129px;
	float:left;
	margin:4px 0 2px 0;	
	text-decoration:none;
}
.banner_about {
	background:#fff url(../images/banner_about.jpg) top left no-repeat;
}
.banner_services {
	background:#fff url(../images/banner_services.jpg) top left no-repeat;
}
.banner_testimonials {
	background:#fff url(../images/banner_testimonials.jpg) top left no-repeat;
}
.banner_how {
	background:#fff url(../images/banner_how.jpg) top left no-repeat;
}
.banner_title {
	text-align:center;
	color:#fff;
	padding-top:10px;
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing:2px;
}
.banner_title a, .banner_title a:visited, .banner_title a:hover {
	color:#fff;
	text-decoration:none;
}
.banner_inside {
	padding:20px 5px 5px 130px;
	text-align:left;
}
.banner_inside a, .banner_inside a:visited {
	text-decoration:none;
	color:#f90;
}
.banner_inside a:hover {
	text-decoration:underline;
}
ul.subnav {
	width:240px;
	height:auto;
	float:left;
	list-style:none;
	margin:5px 0 5px  0;
	padding:0;
}
ul.subnav li {
	margin:2px 0;
	padding:0;
}
ul.subnav li a, ul.subnav li a:visited {
	display:block;
	width:228px;
	height:46px;
	background:#FF6600 url(../images/big_button.jpg) top left no-repeat;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
}
ul.subnav li a:hover {
	background-position:bottom left;
}
h1 {
	margin:0 0 10px 0;
	padding:10px 4px 4px 4px;
	font-size:18px;
	font-weight:normal;
	letter-spacing:2px;
	color:#682F1E;
}
h2 {
	color:#931340;
	border-bottom:1px solid #fc0;
	font-size:12px;
}

li.faq_question  {
	text-decoration:underline;
	cursor:pointer;
	color:#931340;
	margin:4px 0;
}

li.faq_question:hover  {
	color:#f90;
}

li.faq_answer{
	list-style-type:none;
	border:#ccc solid 1px;
	background: transparent url(../images/faqanswer_bg.jpg) left top repeat-y;
	line-height:1.5;
}
li.faq_answer div.faq_answer_frame {
	padding:5px;
	position:relative;
	top:0px;
	left:0px;
}
ul.faq_list {
	margin:0;
	padding:0;
	padding-left:20px;
}
img.illustration_regular {
	margin:5px 0;
	float:right;
}



/*news styles*/
div#newstabs {
	margin-top:4px;
	height:25px;
}
#newstabs a, #newstabs a:visited {
	float:left;
	width:103px;
	height:18px;
	padding-top:5px;
	display:block;
	text-decoration:none;
	font-weight:bold;
	text-align:center;
}
#newstabs a.currentnews, #newstabs a.currentnews:visited {
	background:transparent url(../images/newstab.gif) top left no-repeat;
	color:#F56011;
	
}
#newstabs a.archivednews, #newstabs a.archivednews:visited {
	background:transparent url(../images/archivestab.gif) top left no-repeat;
	color:#f80;
}
#newsnavigationblock {
	height:120px;
	width:235px;
	float:left;
	
}
div#newsnavigation ,
div#archivesnavigation {
	height:108px;
	overflow:auto;
	overflow-x:hidden;
	padding:5px 2px 5px 0px;
	width:225px;
	
}
#newsnavigationblock a, #newsnavigationblock a:visited, .newsitem a, .newsitem a:visited {
	display:block;
	background:transparent url(../images/arrow.gif) top left no-repeat;
	padding:0 4px 0 12px;
	text-decoration:none;
	color:#F56011;
}
.newsitem a, .newsitem a:visited{
	text-transform:uppercase;
	color:#E01D61;
	letter-spacing:1px;
	
}
#newsnavigationblock a:hover, .newsitem a:hover {
	background:transparent url(../images/arrow_o.gif) top left no-repeat;
	color:#F56011;
}

div#newsnavigation{
	border:#FFC800 solid 1px;
	background-color:#ffc;
}

div#archivesnavigation{
	border:#fc8 solid 1px;
	background-color:#FFF1BB;
}

#newsnavigationblock ul {
	margin:0 0 0 5px;
	padding:0px;
}
.newsitem {
	background-color:#fafafa;
	padding:5px 0;
	margin-bottom:3px;
	border:1px solid #eaeaea;
}
.newsitem_in {
	padding-left:12px;
}

.news_subtitle {
	border-bottom:1px solid #eaeaea;
	font-size:10px;
}
.stamp {
	font-size:10px;
	color:#aaa;
}
.newsitem p {
	margin-left:0;
}
h4 {
	font-size:11px;
	margin:0;
	padding:0 0 5px 0;
	color:#F55E12;
}
h6 {
	font-size:10px;
	color:#999;
	margin:0;
	padding:0;
	font-weight:normal;
}
/* end of rightblock_ news styles */

ul.regular {
	list-style:none;
	padding:0;
	margin:5px 5px 5px 20px;
}
ul.regular, ol {
	line-height:1.5;
}
ul.regular li {
	padding:0 2px 2px 20px;
	background:transparent url(../images/bullet.gif) top left no-repeat;
}
ol li {
	padding:0 0 20px 0;
}
ol li li {
	padding-bottom:0;
}
table#services {
	width:725px;
	border-right:1px solid #ccc;
	table-layout:fixed;

	
}
table#services th {
	background-color:#931340;
	color:#fff;
	padding:5px;
	text-align:center;
}
table#services td {
	padding:5px;
	border-bottom:2px solid #ccc;
	background:transparent url(../images/tablebg.gif) top left repeat-y;
}
table#services td.tag {
	text-align:right;
	border-right:1px solid #ccc;
	border-left:1px solid #ccc;
	width:123px;
	font-weight:bold;
}
table#services a.button, table#services a.button:visited {
	float:none;
	margin:4px auto;
	background:transparent url(../images/button_price.jpg) top right;
	text-align:right;
	padding-right:15px;
	width:128px;

}
table#services a.button:hover {
	background-position:bottom right;
}
.orderpackage {
	text-align:center;
	font-weight:bold;
}
.packagetitle {
	font-weight:bold;
}
#largelinks {
	font-family:Arial, Helvetica, sans-serif;
	padding-top:20px;
	height:40px;
	text-align:center;
	font-size:14px;
	width:450px;
	font-weight:bold;
	color:#921340;
}
#largelinks a {
	text-decoration:none;
}
.msg {
	background-color:#FFFFCC;
	border:1px solid #FFCC33;

}
.req {
	color:#F6680F;
}
table.regular {
	border:1px solid #ccc;
	background-color:#999;
}
table.regular td {
	background-color:#fff;
	padding:4px;
}
table.regular th {
	background-color:#ddd;
	padding:4px;
	letter-spacing:1px;
}
.formframe table.regular th {
	text-align:right;
}
.shadedbox {
	background:#fff url(../images/filemanager/rpbg.png) top left repeat-x;
	border:#ccc solid 1px;
	width:222px;
	margin-top:5px;
}
.shadedtitle {
	font-weight:bold;
	font-size:15px;
	height:24px;
	color:#fff;
	padding-left:30px;
	padding-top:3px;
	margin:9px 0px 0px 9px;
	background:transparent url(../images/filemanager/rpbg_myaccount.png) top left no-repeat;
}
/* NUOVI STILI */

.title1 {
    font-size:28px;
	color:#4B2419;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	line-height:normal;
}

.subtitle1 {
	font-size:12px;
	color:#4B2419;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	text-align: justify;
	line-height:normal;
}

.title2 {
	font-weight:bold;
	font-size:12px;
	color:#931340;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	line-height:normal;
}

.subtitle2 {
	font-size:12px;
	color:#4B2419;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	line-height:normal;
	text-align: justify;
}
/*  Home  */
a {outline: none;}
#content {
    position: relative;
    min-height: 250px;
}
#head{
    position: absolute;
    top: -32px;
    left: 193px;
    width: 141px;
    height: 42px;
    background: url(../images/home/home-head.jpg) no-repeat top center;
}
#home-box{
    margin-top: 11px;
    width: 970px;
    height: 237px;
    background: url(../images/home/home-box.jpg) no-repeat top center;    
}
#home-box a{
    display: block;
}
#come-funziona {
    position: relative;
    top: 114px;
    left: 427px;
    width: 218px;
    height: 80px;
    background: url(../images/home/come-funziona.jpg) no-repeat top center;
    text-indent: -9999px;
}
#registrati-al-servizio {
    position: relative;
    top: 35px;
    left: 648px;
    width: 301px;
    height: 80px;
    background: url(../images/home/registrati-al-servizio.jpg) no-repeat top center;
    text-indent: -9999px;
}
#home-box a:hover{
    background-position: 0 -83px ;
}
/*  Servizi-home   */
.servizi {
    width: 300px;
    border-right: 1px dotted #c6c6c6;
    float: left;
    margin: 0 0 15px 30px;
}
.first{
    margin-left: 5px;
}
.last{
    border: none;
}
.servizi h2{
    font-size: 15px;
    padding-top: 0;
    padding-left: 10px;
    background: url(../images/home/square.jpg) no-repeat 0 6px;
    font-family: arial;
    border: none;
    color: #f76d12;
    margin-bottom: -2px;
}
.servizi h2 a{
    text-decoration: none;
    color: #f76d12;
}
.servizi p{
    text-align: justify;
}
.servizi a{
    text-decoration: none;
}
.img-right{
    float: right;
    padding-left: 15px;
}
/*  Prezzi   */
#prezzi-box{
    margin-top: 11px;
    width: 970px;
    height: 119px;
    background: url(../images/home/prezzi-offerti.jpg) no-repeat top center;    
}
table.prezzi{
    width: 720px;
    float: left;
}
table.prezzi h2{
    font-size: 15px;
    padding-top: 0;
    padding-bottom: 10px;
    padding-left: 15px;
    font-family: arial;
    border: none;
    color: #f76d12;
    margin-bottom: -2px;
}
table.prezzi td{
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    font-size: 12px;
    font-family: arial;  
    color: #979595;
    padding: 14px 5px 8px;    
}
table.prezzi td img{
    margin-top: -5px;
}
table.prezzi td a{
    color: #979595;
    cursor:help;
}
table.prezzi td.table-center2{
    border-right: none;
}
.table-center, .table-center2{
    text-align: center;
    width: 200px;
    line-height: 18px;
}
.table-center h2, .table-center2 h2{
    text-align: center;
    margin-left: -15px;
}
.table-background {
    background: #fafafa;
}
/*  JQuery Tooltip   */
#demotip { 
    display:none; 
    background:transparent url(../images/home/black_arrow.png); 
    font-size:12px; 
    height:70px; 
    width:160px; 
    padding:25px; 
    color:#fff;     
    text-align: justify;
    line-height: 14px;
}
.banner_testimonials{
    float: right;
}
a.ordinaora-01{
    display: block;
    text-indent: -9999px;
    background: url(../images/home/ordinaora-01.jpg) 0 -4px;
    width: 186px;
    height: 56px;  
}
a.ordinaora-02{
    display: block;
    text-indent: -9999px;
    background: url(../images/home/ordinaora-02.jpg) 0 -4px;
    width: 186px;
    height: 56px;  
    margin-bottom: 5px;
}
a.ordinaora-03{
    display: block;
    text-indent: -9999px;
    background: url(../images/home/ordinaora-03.jpg) 0 -4px;
    width: 186px;
    height: 56px;  
}
a.ordinaora-04{
    display: block;
    text-indent: -9999px;
    background: url(../images/home/ordinaora-04.jpg) 0 -4px;
    width: 186px;
    height: 56px;  
}
a.ordinaora-06{
    display: block;
    text-indent: -9999px;
    background: url(../images/home/ordinaora-06.jpg) 0 -4px;
    width: 186px;
    height: 56px;  
}

a.ordinaora-01:hover, a.ordinaora-02:hover, a.ordinaora-03:hover, a.ordinaora-04:hover, a.ordinaora-06:hover{
    background-position: 0 -61px;
    cursor: pointer;
}