h1, h2, h3, h4, h5, h6, form
	{
		margin:0px;
		padding:0px;
	}
h1{font-size:22px;}
h2{font-size:20px;}
h3{font-size:15px; font-weight:normal;}
h4{font-size:16px;}
h5{font-size:14px;}
h6{font-size:12px;}
p
	{
		margin:0px;
		padding:0px;
		padding-bottom:12px;
	}
ul, ol, li
	{
		margin:0px;
		padding:0px;
		list-style:none;
	}
a, a:visited
	{
		color:#026e86;
		text-decoration:none;
		outline:none;
	}
	a.btn {
		font-family: Verdana !important;
		 padding-left:13px;
		 padding-right:13px;
	}
	a.btn:visited {
		color:white;
	}
a:hover
	{
		text-decoration:underline;
		cursor:pointer;
	}
img {border:none;}
img.alignright {float:right; margin:2px 0px 5px 5px; border:solid 1px #595959; padding:2px;}
img.alignleft {float:left; margin:2px 5px 5px 0px; border:solid 1px #595959; padding:2px;}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:2px 0 2px 5px;}
a img.alignleft {float:left; margin:0px 5px 2px 0px}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}

blockquote
	{
		padding:7px 0px 0px 20px;
		font-size:14px;
		font-style:italic;
		border-left:5px solid;
	}
.storyContent ul, ol
	{
		margin-left:20px;
		padding:5px 5px 15px 5px;
	}
.storyContent ol li
	{
		list-style:decimal;
	}
.storyContent ul li
	{
		list-style:square;
	}
.clear{
	clear:both;
}
	

/* -- Main Style  -- */	

body{
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#414141;
	background:#20202c url(images/bg_top.jpg) repeat-x top left;
}
.body_top{
	/*background:url(images/bg.jpg) repeat 927px left;
	background:url(images/bg_top.jpg) repeat-x top;*/
}
#main{
	margin:0px auto;
	padding:0px;
	width:933px;
	}
	
	
	
/* -- Header -- */

.header{
	height:140px;
}
.title{
	margin-top: 10px;
	margin-bottom: 18px;
}
.logo{
	float:left;
	padding-right:10px;
}
.title h1{
	padding-top:23px;
	height:30px;
	overflow:hidden;
	padding-bottom:4px;
}
.title h2{	
	font-size:13px;
	font-family:tahoma;
	color:#c3c6cc;
	font-weight:normal;
	letter-spacing:1px;
}

/******************************************/
.nav_div{
	background:url(images/nav.jpg) no-repeat left top;
	height:38px;
	margin-bottom:9px;
}
/*
.nav_left{
	background:url(images/n_left.jpg) no-repeat left top;
}
.nav_right{
	background:url(images/n_right.jpg) no-repeat right top;
	height:38px;
}
*/
/* -- Page Navigation -- */
.nav{
	width:940px;
	float:left;
	height:38px;
	/*background:#dbd2ba;*/
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
ul#nav{
  border: 0 none;
  padding: 0 0px 0 0;
  list-style: none;
  float:left;
  z-index:1000;
}
ul#nav li {
  margin: 0;
  border: 0 none;
  padding: 0 0 0 0;
  float: left; /*For Gecko*/
  display: inline;
  list-style: none;
  position: relative;
  height:auto;
  border-right:1px solid #000;
}
ul#nav ul {
  margin: 0;
  border: 0 none;
  padding: 0;
  width: 140px;
  list-style: none;
  display: none;
  position: absolute;
  top: 37px;
  left: 0px;
  /*border:solid 1px #c5aa59;*/
  z-index:2000;
}

ul#nav ul:after /*From IE 7 lack of compliance*/{
  clear: both;
  display: block;
  font: 1px/0px;
  content: ".";
  height: 0;
  visibility: hidden;
}

ul#nav ul li {
  width: 140px;
  float: left; /*For IE 7 lack of compliance*/
  display: block !important;
  display: inline; /*For IE*/
  background:none;

}

/* Root Menu */
ul#nav a {
 padding:11px 13px 15px 15px;
 
  text-align:center;
  /*padding-left:32px;*/
  float: none !important; /*For Opera*/
  float: left; /*For IE*/
  display: block;
 color:#fff;
  font-size:12px;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  text-decoration: none;
  height: auto !important;
  height: 1%; /*For IE*/
}
ul#nav li.current_page_item li a, ul#nav li.current_page_item li a:visited {
	color:#fff;
}
/* Root Menu Hover Persistence */
ul#nav a:hover,
ul#nav li:hover a,
ul#nav li.iehover a, ul#nav li.current_page_item a, ul#nav li.current_page_item a:visited {
	color:#fff;
	background:url(images/n_hover.jpg) repeat-x top;
}
ul#nav li:first-child a:hover,ul#nav li:first-child.current_page_item a,ul#nav li:first-child.current_page_item a:visited{
	background:url(images/first_li.jpg) no-repeat left top;
}

ul#nav li li.current_page_item a,ul#nav li li.current_page_item a:visited,ul#nav li.current_page_item li a,ul#nav li.current_page_item li a:visited{
	background:#1f232a !important;
}


ul#nav a:active,
ul#nav li:active a,
ul#nav li.ieactive a {
  color:#fff;
}

/* 2nd Menu */
ul#nav li:hover li a,
ul#nav li.iehover li a, ul#nav li.iehover li a:visited {
  float: none;
  padding:7px 5px 7px 15px;
  width:160px;
  color: #fff;
  font-size:12px;
  text-align:left;
	text-transform:none;
	background:#1f232a;
}

/* 2nd Menu Hover Persistence */
ul#nav li:hover li a:hover,
ul#nav li:hover li:hover a,
ul#nav li.iehover li a:hover,
ul#nav li.iehover li.iehover a {
	background:#1f232a;
  color: #00acd3;

}

/* 3rd Menu */
ul#nav li:hover li:hover li a,
ul#nav li.iehover li.iehover li a {
  padding:0px;
  width:160px;
  color: #fff;
  font-size:12px;
  text-align:left;
 text-transform:none;
 padding:7px 5px 7px 15px;
}

/* 3rd Menu Hover Persistence */
ul#nav li:hover li:hover li a:hover,
ul#nav li:hover li:hover li:hover a,
ul#nav li.iehover li.iehover li a:hover,
ul#nav li.iehover li.iehover li.iehover a {
background:#1f232a;
  color: #00acd3;
}

/* 4th Menu */
ul#nav li:hover li:hover li:hover li a,
ul#nav li.iehover li.iehover li.iehover li a {
  padding:0;
  width:160px;
   padding:0px;
  color: #fff;
  font-size:12px;
  text-align:left;
	text-transform:none;
  /*border:1px solid #d58836;*/
  /*border-top:1px solid #fff;*/
  /*background:#FF9F36;*/
  padding:7px 5px 7px 15px;
}

/* 4th Menu Hover */
ul#nav li:hover li:hover li:hover li a:hover,
ul#nav li.iehover li.iehover li.iehover li a:hover {
background:#1f232a;
  color: #00acd3;
}

ul#nav ul ul,
ul#nav ul ul ul {
  display: none;
  position: absolute;
  top: 0px;
  left: 180px;
}

/* Do Not Move - Must Come Before display:block for Gecko */
ul#nav li:hover ul ul,
ul#nav li:hover ul ul ul,
ul#nav li.iehover ul ul,
ul#nav li.iehover ul ul ul {
  display: none;
}

ul#nav li:hover ul,
ul#nav ul li:hover ul,
ul#nav ul ul li:hover ul,
ul#nav li.iehover ul,
ul#nav ul li.iehover ul,
ul#nav ul ul li.iehover ul {
  display: block;
}
/**---------------------------------------**/

.h_search{
	float:right;
	width:220px;
	padding:6px 0px 0px 0px;
}
.h_search .txt{
	float:left;
	margin:0px;
	padding:0px;
	border:none;
	background:url(images/search_txt.jpg) no-repeat left top;
	width:184px;
}
.h_search .txt input{
	background:none;
	border:none;
	margin:0px;
	padding:0px;
	padding:5px 5px 7px 5px;
	width:173px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#a2a4a6;
}
.h_search .btn{
	float:left;
}
/*---------------------------------------**/

.header_content{
	background:url(images/header_img.jpg) no-repeat left top;
	height:320px;
	padding:8px;
	overflow:hidden;
}



/**-------------- Slider style ---------------**/
#slider {float:left; position:relative; overflow:hidden; width:917px; height:270px; }
#slider ul {position:absolute; list-style:none; top:0; left:0}
#slider li {float:left; width:855px; height:240px;padding:0px 30px;}
/** #slider li img{z-index:-1;}**/
#pagination {float:right; list-style:none;  margin:0px;}
/** Spazio pulsanti**/
#pagination li {float:left; cursor:pointer;height:42px; margin:5px 10px 0px 0px; text-align:center; color:#222}
#pagination li:hover { color:#fff;  }
/** Link Slide attiva **/

.lavaLampWithImage {
	position: relative;
	height: 22px;
	width: 900px;
	background:none;
	padding:16px 6px;
	margin: 1px 0;
	overflow: hidden;
	margin:0px auto;
	margin-top:1px;	
	z-index: 900000;
}

			.lavaLampWithImage li a,.lavaLampWithImage li a:visited {
				font: normal 13px;
				font-family:tahoma;
				text-decoration: none;
				color: #FFFFFF;
				outline: none;
				text-align: center;			
				letter-spacing: 1px;
				display: block;
				float: left;
				height:18px !important;
				position: relative;				
				padding:2px 20px 0px 20px;
				margin:0px 0px 0px 0px; 

				background-color: #313131;
				-webkit-border-radius: 6px;
				-moz-border-radius: 6px;
				border-radius: 6px;	

				-webkit-transition: background 0.5s linear;
				-moz-transition: background 0.5s linear;
				-ms-transition: background 0.5s linear;
				-o-transition: background 0.5s linear;
				transition: background 0.5s linear;
		
			}
				.lavaLampWithImage li a:hover, .lavaLampWithImage li a:active {
					border: none;
					text-decoration:none;
					background-color: #FFFFFF;
					color: #000000;
						-webkit-border-radius: 6px;
						-moz-border-radius: 6px;
						border-radius: 6px;

				}
			
.lavaLampWithImage li.current a 	{
					border: none;
					text-decoration:none;
					background-color: #FFFFFF;
					color: #000000;
						-webkit-border-radius: 6px;
						-moz-border-radius: 6px;
						border-radius: 6px;
						z-index: 900000;
}		

        
/*---------------------------------------*/


.content{
	background:url(images/content_bg.jpg) repeat-y;
	margin-bottom:20px;
}
.content_top{
	background:url(images/content_top.jpg) no-repeat left top;
}
.content_bottom{
	background:url(images/content_bottm.jpg) no-repeat left bottom;
	padding:7px;
	height:auto;
}

/****************************************************************/

.story{
	padding:0px 0px 0px 0px;
}
.story h2,.innerContent h2{
	font-size:21px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#000;
	margin-bottom:10px;
}
.story h2 a, .story h2 a:visited{
	text-decoration:none;
	color:#000;
}
.story h2 a:hover{
	color:#000;
	text-decoration:none;
}

.story .post_img{
	margin:0px 15px 10px 0px;
	float:left;
}
.storyContent
	{
		padding:8px 0px 0px 0px;
	}
.storyContent table{font-size:12px;}
.storyContent p{
	text-align:justify;
	line-height:20px;
}
.storyContent h1, .storyContent h2, .storyContent h3, .storyContent h4, .storyContent h5, .storyContent h6
	{
		padding-bottom:10px;
	}
.best{
	padding-right:30px;
	float:left;
}
.s_title{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#16191e;
	font-weight:bold;
	padding-top:0px;
}
/**------------------------------**/

/****************************************************************/
.sidebar{
	float:right;
	width:285px;
	overflow:hidden;
}

.sidebar ul{
	padding:0px;
	margin:0px;
}
.sidebar ul ul{
	padding:0px;
	margin:0px;
}
.sidebar ul ul ul
	{
		padding:0px;
		margin:0px;
	}
.sidebar_top{
	background:url(images/sidebar_title.jpg) no-repeat left top;
	padding:9px 10px 10px 10px;
}
.sidebar_bg{
	background:url(images/sidebar_bg.jpg) repeat-y;
}
.sidebar_bottom{
	background:url(images/sidebar_bottom.jpg) no-repeat left bottom;
	height:1%;
}

.sidebar h3{
	font-size:15px;
	font-weight:bold;
	color:#efefef;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	margin-bottom:7px;	
}

.sidebar li ul,li
	{	
		list-style:none;
	}
.sidebar ul li
	{
		list-style:none;
		margin:0px;
		padding:0px;
		margin-bottom:15px;	
		font-size:13px;	
	}
.sidebar li li
	{
		padding:0px;
		margin:0px;
		padding:6px 5px 6px 20px;
		border-bottom:1px dotted #000;
		background:url(images/bullet.gif) no-repeat left 9px;	
	}
.sidebar li a,.sidebar li a:visited{
	color:#1d242e;
}
.sidebar li a:hover{
	text-decoration:none;
	color:#02819e;
}
.sidebar li li a,.sidebar li li a:visited{
	color:#1d242e;
}
.sidebar li li a:hover{
	text-decoration:none;
	color:#02819e;
}
.sidebar li p{
	line-height:18px;
}

.sidebar li li li{

	padding-bottom:0px;
	border:none;
}
.textwidget
	{
		padding:5px;
	}

.sidebar_bottom p{
	line-height:20px;
}
.readmore{
	font-weight:bold;
	color:#fff !important;
	float:right;
	background:url(images/btn_left1.jpg) no-repeat left top;
	display:block;
	margin-left:20px;
}
.readmore span{
	padding:5px 10px;
	background:url(images/btn_right1.jpg) no-repeat right top;
	display:block;
}
.readmore:hover{
	background:url(images/btn_left.jpg) no-repeat left top;
}
.readmore:hover span{
	background:url(images/btn_right.jpg) no-repeat right top;
}
.testi li{
	border-bottom:none !important;
}
.login_form{
	padding:12px 0px 5px 0px;
}
.login_txt{
	margin:0px;
	padding:0px;
	background:#fff;
	border:1px solid #d6d6d6;
	padding:3px 4px;
	width:254px;
	margin-bottom:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#737b82;
}
.l_submit{
	float:right;
}

.links_top{
	background:url(images/links_top.jpg) no-repeat left top;
	padding:10px;

}
.links_top .slink{
	padding-bottom:20px;
	padding-right:25px;
	float:left;	
}
.client_login{
	background:url(images/client_home.jpg) no-repeat left top;
	font-size:15px;
	color:#fff !important;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	padding:40px 0px 35px 109px;
	text-transform:uppercase;
}
.client_login a,.client_login a:visited{
	color:#fff !important;
}
.client_login a:hover{
	color:#fff !important;
}
.reviews li{
	border:none !important;
}
.reviews li a:hover{
	cursor:default;
}

#rvtickerContent 
	{
	  position: relative; 
	  height: 165px;
	  overflow: hidden;
	  padding:10px 2px 2px 2px; 
	  padding-left: 4px;
	  font-family:arial;
	  font-size:12px;
  }


/***********************************************/

/* -- Sidebar Search Tool -- */
.search{
	text-align:center;
	padding:0px 10px;
}

.search .search_text{
	margin:0px;
	padding:0px;
	padding:3px;
	background:#fff;
	border:1px solid #ccc;
	font-family:"Trebuchet MS";
	float:left;
	margin-right:5px;
}
.search .search_btn{
	float:left;
	background:#fff;
	border:1px solid #ccc;
	padding:3px;
	cursor:pointer;
}
/***********************************************/

/************************************/


/* -- Footer -- */
.footer{
	color:#f1efdb;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background:#1F212D;
	padding:20px;	
	-webkit-box-sizing: initial !important;
	box-sizing: initial !important;
	-moz-box-sizing:initial !important;
	
}

.footer1{
	width:170px;
	padding-right:20px;
	background:url(images/seperater.jpg) no-repeat right center;
	float:left;
	height:auto;
}
.footer2{
	width:219px;
	float:left;
	padding-left:20px;
	padding-right:22px;
	background:url(images/seperater.jpg) no-repeat right center;
	height:132px;
}
.footer3{
	width:166px;
	padding-left:20px;
	padding-right:22px;
	float:left;
	background:url(images/seperater.jpg) no-repeat right center;
	height:auto;
}
.footer4{
	width:170px;
	padding-left:20px;
	float:left;
	height:auto;
}
.footer h3{
	font-size:15px;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	padding-bottom:7px;
	border-bottom:1px dotted #6a6a6a;
	margin-bottom:7px;
}
.footer li{
	padding:5px 0px 5px 20px;
	color:#fff;
	background:url(images/bullet.gif) no-repeat left 7px;
	font-size:12px !important;
}
.NumTelTop{
	font-size:14px;
	color: #FFFFFF;
	font-weight:bold;
}
.faxNumb{
 font-size:14px;
 font-weight:bold;
 color: #FFFFFF;
}
.xinfo{
	color: #FFFFFF;
}
.footer li a,.footer li a:visited{
	color:#fff;
}
.footer li a:hover{
	border-bottom:1px dotted #fff;
	text-decoration:none;
}

/*****************************************************/

/* -- Pagination -- */

.navigation{

}
.alignleft
	{
		float:left;
		font-size:15px;
		padding:10px 0px;
	}
.alignright
	{
		float:right;
		font-size:15px;
		text-align:right;
		padding:10px 0px;
	}
.alignleft a,.alignleft a:visited,.alignright a,.alignright a:visited{

}
/**------------------------**/

/* -- search result's title -- */

h2.pagetitle, .article h2, .error, h2.center
	{
		color:#000;
		font-size:22px;
		font-weight:normal;
		font-family:Arial, Helvetica, sans-serif;
		text-transform:uppercase;
		font-weight:bold;
		padding-bottom:0px;
		text-align:left;
	}
	
	
	
/* -- Comments Section -- */
.comment_template{
	padding:0px;
	margin:0px;
	padding-bottom:10px;
}
#comments, .commenttitle{
	font-weight:bold;
	font-size:21px;
	color:#000;
	padding-bottom:10px;
	border-bottom:1px dotted #009cbf;
	margin-bottom:10px;
}
.commentlist{
	margin:0px;
	padding:0px;
}
.commentlist li{
	padding:0px;
	margin:0px;
}
.commentlist li img{
	float:left;
	margin:0px 15px 10px 0px;
}
.commentlist li p{
	line-height:20px;
	padding-bottom:0px;
}
.commentText{
	background:url(images/bullet.gif) no-repeat left 5px;
	padding-left:20px;
	padding-bottom:0px;
}

.commentlist li ul{
	margin-left:30px;
}
.commentlist li li{
	border:none;
	background:#ece8dd;
}
.commentlist li li li{
	background:#fff;
}
.reply{
	width:32px;
	border:1px solid #CCCCCC;
	padding:3px;
	margin-bottom:10px;
}
.reply a{
	text-decoration:none;
	color:#000;
}

#commentform .ctxt{
	padding:0px;
	margin:0px;
	background:url(images/ctxt.jpg) repeat-x top;
	border:1px solid #d6d6d6;
	padding:4px;
	width:250px;
	margin-bottom:10px;
}
#commentform .ctxtarea{
	padding:0px;
	margin:0px;
	background:url(images/txtarea.jpg) repeat-x top;
	border:1px solid #d6d6d6;
	padding:4px;
	width:559px;
	margin-bottom:15px;
}
#commentform .c_submit{
	padding:0px;
	margin:0px;
	margin-right:8px;
}
#commentform .c_submit input{
	background:url(images/send.jpg) no-repeat left top;
	padding:0px;
	padding:4px 0px;
	margin:0px;
	font-size:13px;
	color:#fff;
	font-weight:bold;
	float:right;
	border:none;
	width:80px;
}
#commentform label{
	display:block;
	padding-bottom:5px;
	font-size:13px;
	font-weight:bold;
	color:#1d242e;
	margin:0px;
}
#commentform label span{
	color:#cd2b00;
}
.comment_bg{
	background:url(images/comments_bg.jpg) repeat-y;
}
.comment_top{
	background:url(images/comments_top.jpg) no-repeat left top;
}
.commetnt_btm{
	background:url(images/comments_btm.jpg) no-repeat left bottom;
	padding:16px;
}

/* -- CALENDER STYLE -- */
/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin:0px auto;
	padding: 0px;
	width: 180px;
	font-size:11px;
	font-family:tahoma;
	text-align:center;
	}
#wp-calendar th
	{
		color:#483330;
	}
#wp-calendar #today
	{
		color:#fff;
		font-weight:normal;
		background:#000;
	}
#wp-calendar #next a {
	padding-right: 5px;
	text-align: right;
	background:none;
	text-decoration:none;
	}
#wp-calendar #next a:hover
	{
		text-decoration:underline;
		background:none;
	}
#wp-calendar #prev a {
	padding-left: 5px;
	text-align: left;
	background:none;
	text-decoration:none;
	}
#wp-calendar #prev a:hover
	{
		text-decoration:underline;
		background:none;
	}
#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align:center;
	font-weight:bold;
	padding-top:5px;
	padding-bottom:10px;
	width:180px;
	/*color:#105a82;*/
	/*background:#cfcfd0;*/
	}
	
#wp-calendar td a, #wp-calendar td a:visited {
	border-left: none;
	padding:0px;
	text-decoration:none;
	font-weight:bold;
	font-size:11px !important;
}
#wp-calendar td a:hover {
	background: none;
	border-left: none;
	font-weight:bold;
	text-decoration: underline;
}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	/*background-color: #b48625;*/ }
/* End Calendar */




/************************************************/
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}


.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   /*-moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;*/
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}
/*----------------------------------------------**/

.table_top{
	background:url(images/table_top.jpg) no-repeat left top;
}
.table_bg{
	background:url(images/table_bg.jpg) repeat-y;
	width:605px;
	margin-bottom:20px;
}
.table_bottom{
	background:url(images/table_btm.jpg) no-repeat left bottom;
	padding:10px 12px;
	height:1%;
}

.table_top2{
	background:url(images/table_top2.jpg) no-repeat left top;
}
.table_bg2{
	background:url(images/table_bg2.jpg) repeat-y;
	width:800px;
	margin-bottom:20px;
	/*margin:0px auto 20px auto;*/
}
.table_bottom2{
	background:url(images/table_btm2.jpg) no-repeat left bottom;
	padding:10px 12px;
	height:1%;
}
.table_top3{
	background:url(images/table_top3.jpg) no-repeat left top;
}

.price1 {padding:0px 0 0px; width:100%;}
.price1 th{
	font-size:14px;
	padding:0px 10px 0px 10px;
}
.price1 td {
	background:none; 
	letter-spacing:0.5px; 
	padding:9px;
	text-align:center;
}
.price1 td a ,.price1 td a:visited{
	color:#027089; 
	text-decoration:underline;
	font-size:14px;
}
.price1 td a:hover {color:#fff;text-decoration:none;}

.price1 .last_td{
	padding-top:6px;
}
.price1 td.last_td a.btn{
	font-size:12px;
	text-decoration:none;
	display:block;
	margin-top:5px;
}
/**---------------------------**/

.price2 {/*padding:10px 0px 18px 0px;*/padding:0px;margin:0px; width:100%;}
.price2 th{
	font-size:14px;
	padding:0px 10px 10px 10px;
	/*border:1px solid #5b5e65;
	background:#373b43;*/
	color:#fff;
}
.price2 td {
	/*border:1px solid #5b5e65;*/
	background:none; 
	letter-spacing:0.5px; 
	padding:8px;
	background:url(images/border_right.jpg) repeat-y right;
	text-align:center;
}
.bt{
	background:url(images/border_bottom.jpg) repeat-x bottom;
}
.first_td{width:180px;text-align:left !important;}
.first_td2{width:120px;text-align:left !important;}
.price2 td a ,.price2 td a:visited{
	color:#027089; 
	text-decoration:underline;
	font-size:14px;
}
.price2 td a:hover {color:#fff;text-decoration:none;}

.price2 td.last_td{
	padding:10px;
	text-align:center;
}
.price2 td.last_td a.btn{
	font-size:12px;
	text-decoration:none;
	display:block;
	margin-top:5px;
}

a.ordernow,a.ordernow:visited{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:13px !important;
	color:#fff !important;
	display:inline-block;
	background:url(images/btn1_left.jpg) no-repeat left top;
	text-decoration:none !important;
	letter-spacing:0px;

}
a.ordernow span,a.ordernow:visited span{
	background:url(images/btn1_right.jpg) no-repeat right top;
	display:inline-block;
	padding:5px 10px;
}
a.ordernow:hover{	
	background:url(images/btn2_left.jpg) no-repeat left top;
}
a.ordernow:hover span{
	background:url(images/btn2_right.jpg) no-repeat right top;
}

.contact_form label{
	display:block;
	padding-bottom:5px;
	font-size:13px;
	font-weight:bold;
	color:#1d242e;
}
.contact_form{
	width:305px;
	float:left;
	background:url(images/border_right.jpg) repeat-y right;
	padding-left:5px;
}
.contact_right{
	width:210px;
	padding:0px 20px 0px 30px;
	float:left;
}
.contact_form label span{
	color:#cd2b00;
}
.contact_form .txt_div{
	margin:0px;
	padding:0px;
	margin-bottom:20px;
}
.contact_form .ctxt{
	padding:0px;
	margin:0px;
	background:url(images/ctxt.jpg) repeat-x top;
	border:1px solid #d6d6d6;
	padding:4px;
	width:250px;
}
.contact_form .ctxtarea{
	padding:0px;
	margin:0px;
	background:url(images/txtarea.jpg) repeat-x top;
	border:1px solid #d6d6d6;
	padding:4px;
	width:250px;
	margin-bottom:20px;
}
.c_submit{
	margin-right:45px;
	padding:0px;
}
.c_submit input{
	background:url(images/send.jpg) no-repeat left top;
	padding:0px;
	padding:4px 0px;
	margin:0px;
	font-size:13px;
	color:#fff;
	font-weight:bold;
	float:right;
	border:none;
	width:80px;
}
.contact_right p{
	font-size:13px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	color:#1d242e;
}
.contact_right p span{
	font-weight:normal;
	color:#00a5cb;
}
.contact_right p span a,.contact_right p span a:visited{
	color:#00a5cb;
}
.wpcf7-response-output{
	border:2px solid #00a5cb !important;
}
.wpcf7-mail-sent-ok{
	border:none !important;
	font-weight:bold !important; 
	color:#00a5cb !important;
}

.search_div{
	margin:10px;
}
.search_div .story{
	border-bottom:1px solid #d6d6d6;
	margin-bottom:20px;
}
.search_div .story h2 a,.search_div .story h2 a:visited{
	color:#1d242e;
	font-size:16px;
	text-transform:none;
	background:url(images/bullet.gif) no-repeat left 4px;
	padding-left:20px;
}
.tutorials h3{
	color:#1d242e;
	font-size:13px;
	font-weight:bold;
	text-transform:none;
	background:url(images/bullet.gif) no-repeat left 4px;
	padding-left:20px;
	padding-bottom:13px;
}
.cust_title{
	background:url(images/bullet.gif) no-repeat left 3px;
	padding-right:15px;
}
.cust_aut{
	text-align:right;
	padding-bottom:15px;
	font-style:italic;
	font-weight:bold;
}
/***** ENRICO *************/
/**** BANNER *****/

.prezzoPromo{
	font-size:20px;
	color:#00a5cb;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;		
}
.bannerTITOLO{
	font-size:27px;
	color:#00A4CB;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;		
	/*text-shadow: #003780 2px -1px 1px;*/

}
.xxs {
	font-size:10px;
}

#slideSF1{
	background:url(/images/home_server_dedicato.gif) no-repeat;
	font-weight:normal;
	width:918px;
	height:264px;
	margin-left: -30px; 
	background-position: 20px 54px;

}

#slideSF2{
	background:url(banner/server_ridondanti_cluster.png) no-repeat;
	font-weight:bold;
	width:858px;
	height:264px;

}
#slideSF3{
	background:url(banner/mailserver_banner.png) no-repeat;
	font-weight:bold;
	width:858px;
	height:264px;
	margin-top:20px;

}
#slideSF4{
	background:url(banner/vps.png) no-repeat;
	font-weight:bold;
	width:858px;
	height:264px;
}
#slideSF5{
	background:url(banner/sicurezza.png) no-repeat;
	font-weight:bold;
	width:858px;
	height:264px;
	margin-top:20px;
	margin-left:-28px;

}

#slideSF6{
	background:url(banner/bitcoin_housing.png) no-repeat;
	font-weight:bold;
	width:858px;
	height:264px;
	margin-top:20px;
	margin-left:-28px;

}

#slide-SFhousing{
	background:url(/images/housing_hm_small.gif) no-repeat;
	font-weight:bold;
	width:858px;
	height:264px;
	background-position: 0px 45px;
}


.innerContent{
	padding-bottom:10px;
}
.Box {
	background:url(images/sfbox.gif) repeat-x;
    background-color: #dedee0;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
	border-radius: 4px;
	width:276px;
	height:100px;	
	padding:10px;
	border:1px #8e8d92 solid;
	margin:4px;
}
.centro_pag{
	min-height:300px;
	height:auto !important;
	padding:8px;
	
	background:url(images/sf_sez.jpg) no-repeat left top;		
	background-color: #FFFFFF;

}
.titSEZIONE {
	font-size:18px;
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin-top: 7px;
	margin-left: 15px;
}
.chiusura {
	background:url(images/chiusura.jpg) no-repeat bottom;		
	background-color: #FFFFFF;
	height:11px;
}
.vertical {
	width:27px;
	padding-bottom: 23px;
	
}

.boxContact {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
	border-radius: 4px;
}




/********* VECCHI **************/
.style1 {
	color: #00a5cb;
	font-weight: bold;
}
.style2 {color: #00a5cb}
.small {
  color: #000000;
  font: 6pt Verdana, Arial, Helvetica, sans-serif;
  font-weight: none;
  text-decoration: none
}

.button {BACKGROUND: #000063; COLOR: #ffffff; FONT-FAMILY: Arial, Helvetica, sans-serif; FONT-SIZE: 8pt; FONT-WEIGHT: bold; border:#0066cc 1px solid; cursor: hand }
.input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	background-color: #E9E9E9;
}
.br {
	border-bottom: 1px solid #333333;
}
.br1 {
	border-bottom: 1px solid #8B8B8B;
}

.br {
	border-bottom: 1px solid #333333;
}
.br1 {
	border-bottom: 1px solid #8B8B8B;
}
.br-tmpl {
	border-left: 1px solid #8B8B8B;
	border-right: 1px solid #DAE3F3;
}
.br-tmpl-1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.br-tmpl-2 {
	border: 1px solid #00a5cb;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.br-tmpl-3 {
	border-right: 1px dotted #00a5cb;
}
.br-tmpl-4 {
	border-right: 1px solid #00a5cb;
	border-left: 1px solid #00a5cb;
	border-top: 1px solid #00a5cb;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;	
}
.link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 9px;
}
.link1 {
	border-bottom: 1px solid #8B8B8B;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #1D3D7A;
	font-size: 10px;
	text-decoration: none;
}
.link2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 9px;
	text-decoration: none;
}
.t1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	font-size: 10px;
}
.t2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 13px;
	font-weight: bold;
}
.t3{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 10px;
}
.t4{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 11px;
}
.t5{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 11px;
	font-weight: bold;
}
.link-m-alt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 10px;
	text-decoration: none;
	font-weight: bold;
}
.bg0{background-color: #FFFFCC;}
.bg1{background-color: #E4E4E4;}
.bg2{background-color: #F0F0F0;}

/*CONF*/
.inputc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #E9E9E9;
	font-weight: bold;
}
.c0{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 15px;
	font-weight: bold;
}
.c01{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
}
.c1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 11px;
	background-color: #E9E9E9;
}
.c2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000099;
	font-size: 11px;
	font-weight: bold;
	background-color: #F0F0F0;
}
.cdesc{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 11px;
}

.rosso{color: #00a5cb;}
.fc{color: #0033FF;}
.conf-bg0{background-color: #FFFFCC;}
.conf-bg1{background-color: #D4D4D4;}
.conf-bg2{background-color: #F0F0F0;}

.txt-mail{
	font-family: Verdana, Arial;
	color: #999999;
	font-size: 13px;
	font-weight: bold;
	background-color: #F0F0F0;
}
.img-mail{
	background-image: url(http://www.server-dedicato.com/ita/img/operatrice.jpg);
	border: 1px solid #000000;
}
.evid1{
background-color: #FFFF00;
}
.tel1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #00a5cb;
}
.listeDiv {
	margin-left: 20px;
}
.liste li {
	list-style-type: square;
	color: #333
}
.testoTOP {
	margin-top: 20px;
	margin-bottom: 20px;
}
.col1{
    border-right: 1px solid #00a5cb;
	border-bottom: 1px dotted #CCCCCC;
}
.costo {
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	color:#00a5cb;
}
.contenutiCentrali{
	margin-top:40px; margin-bottom:60px;
}
.TRofferta {
	background-color: #fdefa5;
}

.myButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #d9d9d9) );
	background:-moz-linear-gradient( center top, #ededed 5%, #d9d9d9 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#d9d9d9');
	background-color:#ededed;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#454145;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	/*text-shadow:1px 1px 0px #ffffff;*/
	width: 100px;
	margin: 1px;
}.myButton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #d9d9d9), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #d9d9d9 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d9d9d9', endColorstr='#ededed');
	background-color:#d9d9d9;
	text-decoration:none;
	color:#52c6f9;
}.myButton:active {
	position:relative;
	color:#2ae837;
	top:1px;
}.myButton:visited {
	position:relative;
	top:1px;
	color:#454145;
}

.button12 {
   border-top: 1px solid #96d1f8;
   background: #65a9d7;
   background: -webkit-gradient(linear, left top, left bottom, from(#00a5cb), to(#007894));
   background: -webkit-linear-gradient(top, #00a5cb, #007894);
   background: -moz-linear-gradient(top, #00a5cb, #007894);
   background: -ms-linear-gradient(top, #00a5cb, #007894);
   background: -o-linear-gradient(top, #00a5cb, #007894);
   padding: 5.5px 11px;
   -webkit-border-radius: 18px;
   -moz-border-radius: 18px;
   border-radius: 18px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   /*text-shadow: rgba(0,0,0,.4) 0 1px 0;*/
   color: #FFF;
   font-size: 14px;
   font-family: Verdana,Georgia, serif;
   text-decoration: none;
   vertical-align: middle;
   }
.button12:hover {
   border-top-color: #19699e;
   text-decoration: none;
   background: #19699e;
   color: #FFF;
   background: -webkit-gradient(linear, left top, left bottom, from(#65a9d7), to(#3e779d));
   background: -webkit-linear-gradient(top, #65a9d7, #3e779d);
   background: -moz-linear-gradient(top, #65a9d7, #3e779d);
   background: -ms-linear-gradient(top, #65a9d7, #3e779d);
   background: -o-linear-gradient(top, #65a9d7, #3e779d);  
   }
.button12:active {
   border-top-color: #1b435e;
   background: #1b435e;
   text-decoration: none;
   color: #FFF;
   }
.button12:visited {
   color: #FFF;
   }   

   .bt-button {
	cursor: pointer;
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
}
   .bt-blue{
	color:#FFF !important;
	padding:0 1em 0 .5em;
	height:25px;
	line-height:25px;
	text-transform:uppercase;	
	border-radius: .3em;
	-moz-border-radius:.3em;
	-webkit-border-radius:.3em;
	behavior:url(/wp-content/themes/hv/border-radius.htc);
	background:#2b7cb8;
	filter:progid:DXImageTransform.Microsoft.gradient(StartColorStr='2b7cb8',EndColorStr='#085FA1');
	background:-webkit-gradient(linear,left top,left bottom,from(#2b7cb8),to(#085FA1));
	background:-moz-linear-gradient(top,#2b7cb8,#085FA1);
	background: linear-gradient(to bottom, #2b7cb8 0%,#085FA1 100%); /* W3C */
	width:108px;
	font-size:11px;
	font-weight: bold;
}

a.bt-blue:hover {
	text-decoration: none;	
}

.label1 {	
	font-weight: bold;
	color:#555;
	margin-top:7px;
	float:left;
}

.label1 > span {
	color:#f00;
}

.label2 {
	float: right;
}
#form_ddos input {
	padding:4px;
}
#form_ddos div {
	margin-top:7px;
	width:100%;
	display:inline-block;
}