body {
	padding: 0; 
	margin:0 !important;
	margin-bottom:-10px !important;
	color:#3f4246;
	height:100%;
	background:url(images/page_bg.png) repeat;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	/*line-height:15px;*/
}
ul {
	list-style-position:inside;
}
ol {
	list-style-position:inside;
}
#main {
	position:relative;
	/*overflow:hidden;*/
	z-index:1;
	width:100%;
	left:0;
	top:0;
	cursor:default;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#3f4246;
}
.cleared {
	float:none;
	clear:both;
	margin:0;
	padding:0;
	border:none;
	font-size:1px;
}
h1, h2, h3, h4, h5, h6, p, a, ul, ol, li {
	margin:0;
	padding:0;
	text-decoration:none;
}
p {font-size:12px; line-height:15px;}
h1 {font-size:38px;}
h2 {font-size:26px;}
h3 {font-size:16px;}
h4 {font-size:12px;}


/* begin Menu */
/* menu structure */
.art-menu a, .art-menu a:link, .art-menu a:visited, .art-menu a:hover {
	outline:none;
}
.art-menu, .art-menu ul {
	margin:0;
	padding:0;
	border:0;
	list-style-type:none;
	display:block;
}
.art-menu li {
	margin:0;
	padding:0;
	border:0;
	display:block;
	float:left;
	position:relative;
	z-index:5;
	background:none;
	background-color:white;
}
.art-menu li:hover {
	z-index:10000;
	white-space:normal;
	background-color:#D0D0D0;
}
.art-menu:after, .art-menu ul:after {
	content:".";
	height:0;
	display:block;
	visibility:hidden;
	overflow:hidden;
	clear:both;
}
.art-menu {
	min-height:0;
	padding:0;
}


/* menu structure */
.art-nav {
	position:relative;
	width:100%;
	margin:0 auto;
	height:37px;
	z-index:100;
	background-image:url('images/nav_bar.png');
}
.art-nav-wrapper {
	position:relative;
	width:790px;
	margin:0 auto;
}
.art-menu ul{
  visibility: hidden;
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  background: none;
  min-height: 0;
  background-image: url('images/spacer.gif');
  padding: 10px 30px 30px 30px;
  margin: -10px 0 0 -30px;
}
.art-menu li:hover>ul{
  visibility: visible;
  top: 100%;
}
.art-menu li li:hover>ul{
  top: 0;
  left: 100%;
}
/* end menu structure */


/* begin MenuItem */
.art-menu a {
	position:relative;
	display:block;
	overflow:hidden;
	height:31px;
	cursor:pointer;
	text-align:left;
	text-decoration:none;
	font-size:12px;
}
.art-menu ul li {
	margin:0;
	clear:both;
}
.art-menu a .r, .art-menu a .l {
	position:absolute;
	display:block;
	top:0;
	z-index:-1;
	height:151px;
	background-image:url('images/menuitem.png');
}
.art-menu a .l {
	left:0;
	right:0;
}
.art-menu a .r {
	width:400px;
	right:0;
	clip:rect(auto, auto, auto, 400px);
}
.art-menu a .t, .art-menu ul a, .art-menu a:link, .art-menu a:visited, .art-menu a:hover {
	text-align:left;
	text-decoration:none;
}
.art-menu a .t {
	color:#3f4246;
	padding:0 15px;
	margin:0;
	line-height:34px;
	text-align:center;
}
.art-menu a:hover .l, .art-menu a:hover .r {
	top:-43px;
}
.art-menu li:hover>a .l, .art-menu li:hover>a .r {
	top:-43px;
}
.art-menu li:hover a .l, .art-menu li:hover a .r {
	top:-43px;
}
.art-menu a:hover .t {
	color:#000000;
}
.art-menu li:hover a .t {
	color:#000000;
}
.art-menu li:hover>a .t {
	color:#000000;
}
.art-menu a.active .l, .art-menu a.active .r {
	top:-86px;
}
.art-menu a.active .t {
	color:#FFFFFF;
}
/* end MenuItem */
/* end Menu */


/* begin MenuSubItem */
.art-menu ul a {
	display: block;
	white-space: nowrap;
	height: 26px;
	width: 180px;
	overflow: hidden;
	/*background-image: url('images/subitem.png');*/
	background-position: left top;
	background-repeat: repeat-x;
	border-width: 0px;
	border-style: solid;
	border-color: #56A7D2;
	text-align: left;
	text-indent: 12px;
	text-decoration: none;
	line-height: 26px;
	color: #1F1F1F;
	font-size: 13px;
	margin:0;
	padding:0;
}
.art-nav ul.art-menu ul span, .art-nav ul.art-menu ul span span {
	display: inline;
	float: none;
	margin: inherit;
	padding: inherit;
	background-image: none;
	text-align: inherit;
	text-decoration: inherit;
}
.art-menu ul a:link,
.art-menu ul a:visited,
.art-menu ul a:hover,
.art-menu ul a:active,
.art-nav ul.art-menu ul span,
.art-nav ul.art-menu ul span span {
	text-align: left;
	text-indent: 12px;
	text-decoration: none;
	line-height: 26px;
	color: #1F1F1F;
	font-size: 13px;
	margin:0;
	padding:0;
}
.art-menu ul li a:hover {
	color: #000000;
	border-color: #82BEDE;
	background-position: 0 -26px;
}
.art-menu ul li:hover>a {
	color: #000000;
	border-color: #82BEDE;
	background-position: 0 -26px;
}
.art-nav .art-menu ul li a:hover span, .art-nav .art-menu ul li a:hover span span {
	color: #000000;
}
.art-nav .art-menu ul li:hover>a span, .art-nav .art-menu ul li:hover>a span span {
	color: #000000;
}
/* end MenuSubItem */


/* begin Header */
div.header {
	margin:0 auto;
	position:relative;
	width:100%;
}
.header-wrapper  {
	position:relative;
	width:800px;
	height:190px;
	margin:12px auto;
	background:url(images/header.png) no-repeat;
}
/* end Header */


/* begin Logo */
#logo img {
	float:left;
	background:#4a4e53;
	padding:5px;
	margin-right:10px;
}
div.logo {
	display:block;
	position:relative;
	left:30px;
	top:30px;
}
h1#name-text {
	display:block;
	text-align:left;	
	padding:0;
	margin:0;
	top:35px;
	color:#4a4e53 !important;
	position:relative;
}
h2#slogan-text {
	padding:0;
	margin:0;
	top:50px;
	color:#4a4e53 !important;
	position:relative;
}
/* end Logo */


.sheet {
	width:800px;
	margin:0 auto;
	padding:0;
}


/* begin Body */
.body_top {
	height:305px;
	position:relative;
	padding:15px 27px;
	margin:0;
	background:url(images/body_top.png) no-repeat;
}
div.body_md {
	width:800px;
	background:url(images/body_md.png) repeat-y;
}
div.content {
	background:url(images/body_mask.png) bottom no-repeat;
	padding:18px 0 25px 0;
	display:table;
}
div.body_bottom {
	height:13px;
	background:url(images/body_bottom.png) no-repeat;
}

.page_top {
	height:16px;
	position:relative;
	margin:0;
	padding:0;
	background:url(images/page_top.png) no-repeat;
}
.page_md {
	width:800px;
	position:relative;
	background:url(images/page_md.png) repeat-y;
}
.page_mask {
	background:url(images/page_mask.png) bottom no-repeat;
	padding:10px 30px;
	min-height:180px;
}
.page_bottom {
	height:16px;
	background:url(images/page_bottom.png) no-repeat;
}
/* end Body */


#slider-wrapper {
    background:url(images/slider.png) no-repeat;
    width:730px;
    height:250px;
    margin:0 auto;
	padding:16px 6px;
	position:relative;
	overflow:hidden;
}
h3.welcome {
	position:relative;
	width:740px;
	text-align:center;
	margin:14px auto;
	color:#FFFFFF;
}
div.welcome {
	position:relative;
	margin:20px 28px 0 20px;
	/*float:right;*/
	/*width:550px;*/
	line-height:18px;
}
.info_panel {
	float:left;
	width:150px;
	background:url(images/info_panel.png) no-repeat;
	height:159px;
	margin:15px 0 0 30px;
	position:relative;
	padding:13px 10px 15px 22px;
}
.info_panel h4 {
	margin-top:5px;
	color:#FFFFFF;
}
.info_panel p {
	background:#FFFFFF;
	width:120px;
	height:14px;
	padding-left:10px;
	margin:2px 0 9px;
	overflow:hidden;
}


/* begin googleMaps */
.mapsText {
	margin-bottom:20px;
}
.googleMaps {
	border:1px solid #0F2A38;
}
/* end googleMaps */


/* begin Contacts */
td.ContattiLabelTextNormal {
	background:#8F969F;
	line-height:19px;
	font-weight:bold;
	color:#FFFFFF;
	display:block;
	margin-top:1px;
	font-size:12px;
}
.ContattiRequiredField {
	background:#ae4848;
	color:#FFFFFF;
}
.required-field {
	border:1px solid #8F969F;
	font-size:9px;
	padding:1px;
	margin-top:5px;
	background:#ae4848;
	width:90px;
	text-align:center;
}
.personal-info{
	font-size:9px;
	padding:3px;
	margin-top:15px;
	line-height:12px;
	text-align:justify;
}
/* end Contacts */


/* begin Elenco */
.ProjectListDiv {
	margin-top:15px;
}
.ProjectListDiv  td h3 {
	margin:4px 0 4px;
}
.ProjectListImg {
	display:block;
}
.ProjectListRowNormal {
	background:#C8C8C8;
	border:1px solid #FFFFFF;
}
.ProjectListRowHover {
	background:#3F4246;
	border:1px solid #FFFFFF;
	color:#FFFFFF;
	cursor:pointer;
}
.list_title {
	background:#C8C8C8;
	padding:5px 10px;
	border:1px solid #FFFFFF;
}
.list_text {
	margin:10px 0;
	padding:10px;
}
.list_img {
	display:inline;
	width:178px;
	height:118px;
	margin-left:3px;
	margin-bottom:5px;
}
.list_back a, .list_back a:visited {
	margin:18px 5px;
	float:left;
	width:150px;
	color:#3F4246;
}
.list_back a:hover {
	color:#ae4848;
}
.list_buttons {
	width:430px;
	margin:10px 0;
	float:right;
}
.list_center_btn {
	float:left;
}
.list_right_btn {
	float:right;
	margin-right:5px;
}
/* end Elenco */


/* begin LinkList */
.linkDelete {
	float:right;
	margin:0 10px 0 0;
}
/* end LinkList */


/* begin Footer */
.footer {
	width:800px;
	margin:12px auto;
}
.footer_wrapper {
	width:652px;
	height:28px;
	font-size:11px;
	color:#3f4246;
	float:left;
	margin:0;
	position:relative;
	padding:15px 0 0 30px;
	background:url(images/foot_bg.png) no-repeat;
	text-align:left;
}
.footer a {
	font-weight:bold;
	color:#3f4246;
	padding-left:3px;
}
.footer a:hover {
	color:#000000;
}
a.login {
	font-size:10px;
	background:url(images/login_n.png) no-repeat;
	float:right;
	width:113px;
	height:28px;
	color:#3f4246;
	padding:15px 5px 0 0;
	text-align:center;
	margin:0;
}
a.login:hover {
	background:url(images/login_h.png) no-repeat;
	color:#FFFFFF;
}
/* end Footer */


/* begin Button */
.art-button-wrapper a.art-button,
.art-button-wrapper a.art-button:link,
.art-button-wrapper input.art-button,
.art-button-wrapper button.art-button {
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	font-size: 11px;
	position:relative;
	top:0;
	display: inline-block;
	vertical-align: middle;
	white-space: nowrap;
	text-align: center;
	color: #272A2D !important;
	width: auto;
	outline: none;
	border: none;
	background: none;
	line-height: 31px;
	height: 31px;
	margin: 0 !important;
	padding: 0 16px !important;
	overflow: visible;
	cursor: pointer;
}
.art-button img, .art-button-wrapper img {
	margin: 0;
	vertical-align: middle;
}
.art-button-wrapper {
	vertical-align: middle;
	display: inline-block;
	position: relative;
	height: 31px;
	overflow: hidden;
	white-space: nowrap;
	width: auto;
	margin: 0;
	padding: 0;
	z-index: 0;
}
.firefox2 .art-button-wrapper {
	/*display: block;*/
	/*float: left;*/
}
input, select, textarea {
	vertical-align: middle;
	font-style: normal;
	font-weight: normal;
	font-size: 11px;
}
.art-block select  {
	width:96%;
}
.art-button-wrapper.hover .art-button, .art-button-wrapper.hover a.art-button:link, .art-button:hover {
	color: #FFFFFF !important;
	text-decoration: none !important;
}
.art-button-wrapper.active .art-button, .art-button-wrapper.active a.art-button:link {
	color: #CBDBE1 !important;
}
.art-button-wrapper .art-button-l, .art-button-wrapper .art-button-r {
	display: block;
	position: absolute;
	height: 109px;
	margin: 0;
	padding: 0;
	background-image: url('images/button.png');
}
.art-button-wrapper .art-button-l {
	left: 0;
	right: 9px;
}
.art-button-wrapper .art-button-r {
	width:411px;
	right:0;
	clip:rect(auto, auto, auto, 402px);
}
.art-button-wrapper.hover .art-button-l, .art-button-wrapper.hover .art-button-r {
	top:-38px;
}
.art-button-wrapper.active .art-button-l, .art-button-wrapper.active .art-button-r {
	top:-76px;
}
.art-button-wrapper input {
	float: none !important;
}
/* end Button */


/* begin Box, Block */
.art-block {
	position: relative;
	min-width: 33px;
	min-height: 33px;
	margin: 5px;
}
.art-block-body {
	position: relative;
	padding: 4px;
}
.art-blockheader {
	margin-bottom:0;
	position:relative;
	height:40px;
	text-align:left;
}
.art-block-tr,
.art-block-tl,
.art-block-br,
.art-block-bl,
.art-block-tc,
.art-block-bc,
.art-block-cr,
.art-block-cl {
	position: absolute;
}
.art-block-tr,
.art-block-tl,
.art-block-br,
.art-block-bl {
	width: 44px;
	height: 44px;
	background-image: url('images/block_s.png');
}
.art-block-tl {
	top: 0;
	left: 0;
	clip: rect(auto, 22px, 22px, auto);
}
.art-block-tr {
	top: 0;
	right: 0;
	clip: rect(auto, auto, 22px, 22px);
}
.art-block-bl {
	bottom: 0;
	left: 0;
	clip: rect(22px, 22px, auto, auto);
}
.art-block-br {
	bottom: 0;
	right: 0;
	clip: rect(22px, auto, auto, 22px);
}
.art-block-tc, .art-block-bc {
	left: 22px;
	right: 22px;
	height: 44px;
	background-image: url('images/block_h.png');
}
.art-block-tc {
	top: 0;
	clip: rect(auto, auto, 22px, auto);
}
.art-block-bc {
	bottom: 0;
	clip: rect(22px, auto, auto, auto);
}
.art-block-cr, .art-block-cl {
	top: 22px;
	bottom: 22px;
	width: 44px;
	background-image: url('images/block_v.png');
}
.art-block-cr {
	right: 0;
	clip: rect(auto, auto, auto, 22px);
}
.art-block-cl {
	left: 0;
	clip: rect(auto, 22px, auto, auto);
}
.art-block-cc {
	position:absolute;
	top:22px;
	left:22px;
	right:22px;
	bottom:22px;
	background-color:#EDEDED;
}
/* end Box, Block */


/* begin BlockHeader */
.art-blockheader {
	margin-bottom:0;
	position:relative;
	height:40px;
}
.art-blockheader h3.t {
	position:relative;
	color:#4a4e53;
	font-size:14px;
	margin-top:10px;
	padding:0 35px 0px 35px;
	white-space:nowrap;
	line-height:30px;
}
.art-blockheader h3.t a,
.art-blockheader h3.t a:link,
.art-blockheader h3.t a:visited, 
.art-blockheader h3.t a:hover {
	color:#0F2A38;
	font-size:14px;
}
.art-blockheader .l, .art-blockheader .r {
	position:absolute;
	height:30px;
	background-image:url('images/blockheader_alt.png');
}
.art-blockheader .l {
	left:0;
	right:30px;
}
.art-blockheader .r {
	width:898px;
	right:0;
	clip:rect(auto, auto, auto, 760px);
}
/* end BlockHeader */


/* begin Box, BlockContent */
.art-blockcontent {
	position:relative;
	margin:0 auto;
	min-width:1px;
	min-height:1px;
}
.art-blockcontent-body {
	position:relative;
	padding:5px;
	color:#3F4249;
	font-size:11px;
}
.art-blockcontent-body li, 
.art-blockcontent-body a,
.art-blockcontent-body a:link,
.art-blockcontent-body a:visited,
.art-blockcontent-body a:hover {
	color:#3F4249;
	font-size:11px;
}
.art-blockcontent-body p {
	margin:6px 0;
}
.art-blockcontent-body a {
	color:#88C1D3;
	text-decoration:underline;
}
.art-blockcontent-body a:link {
	color:#88C1D3;
	text-decoration:underline;
}
.art-blockcontent-body a:visited, .art-blockcontent-body a.visited {
	color:#D8E4E9;
}
.art-blockcontent-body a:hover, .art-blockcontent-body a.hover {
	color:#ADD5E1;
	text-decoration:none;
}
.art-blockcontent-body ul li {
	line-height:125%;    
	color:#9BAEBB;
	padding:0 0 0 11px;
	background-image:url('blockcontentbullets.png');
	background-repeat:no-repeat;
}
/* end Box, BlockContent */


/* begin Article */
.art-post-inner {
	padding:10px 0;
}
h2.art-postheader {
	text-align:right;
	margin-bottom:20px;
	padding:0 20px 10px 0;
	border-bottom:2px solid #3f4246;
	font-size:22px;
}
div.art-postcontent {
}
/* end Article */


td.login-label {
	background:#8F969F;
	line-height:19px;
	font-weight:bold;
	color:#FFFFFF;
	display:block;
	margin-top:1px;
	font-size:12px;
	padding:0 5px;
}

.SocialPanel{
	margin:20px 10px;
	padding:10px;
	background-color:#EFEFEF;
	text-align:center;
	overflow:visible;
}
.SocialPanel>div{
	display:inline-block;
}
.SocialPanel>div+div{
	/*margin-left:20px;*/
}
.SocialPanel .Panel{
	/*background-color: #2C3B52;*/
	width:auto;
}
.SocialPanel .Panel+.Panel{
	margin-left:40px;
}
.GooglePanel{	
	/*float:right;*/
	/*width:350px;*/
	/*display:inline-block;*/
}
.FacebookPanel{
	text-align:left;
}
.FbLikePanel{
	float:left;
	display:inline-block;
	margin-left:20px;
}
.FbSendPanel{
	float:left;
	display:inline-block;
	/*border:1px solid red;*/
	width:50px;
	height:20px;
	overflow:hidden;
	margin-left:20px;
	/*margin-left:0;*/
	/*padding:0;*/
}
.TwitterPanel{
	/*float:right;*/
	/*width:350px;*/
	/*display:inline-block;*/
}
.fb_iframe_widget+.fb_iframe_widget{
	margin-left:28px;
}
