/*
Theme Name: Black Buttons Theme
Theme URI: http://www.wptown.com/
Description: Black Buttons Theme is a unique Widget ready WordPress theme with 2 columns, right sidebar, rounded corners and fixed width. Tested on Firefox, Internet Explorer 6, 7 and Opera. Theme is XHTML/CSS valid and SEO friendly.
Version: 1.0
Author: WP Town
Author URI: http://www.wptown.com/
Tags: black, gray, 2 columns, widget ready, rounded corners, right sidebar, fixed width, seo friendly
*/



/* General */

body {
	margin: 0;
	background: #ffffff;
}

h1, h2, h3, h4 {
	margin: 0;
}

img {
	border: 0;
}

.clear {
	clear: both;
	height: 0;
	overflow: hidden;
}


/* Page */

#page {

	margin: 10px 0 25px 21px;
	width: 935px;
}


/* Header */

#header {
	width: 920px;
	height: 230px;
	position: relative;
}

	/* Header - Info */
	
	#header #header-info {
		position: absolute;
		top: 25px;
		left: 37px;
		width: 930px;
		text-align: right;
	}
	
	#header #header-info h1 {
		color: #cfcdcd;
		font: normal 40px Arial;
		padding-bottom: 5px;
	}
	
	#header #header-info h1 a {
		color: #cfcdcd;
		text-decoration: none;
	}
	
	#header #header-info .description {
		color: #cfcdcd;
		font: normal 18px Arial;
	}
	
	/* Header - Menu */
	
	#header #header-menu {
		position: absolute;
		top: 461px;
		left: 20px;
		width: 964px;
		height: 35px;
	}
	
	#header #header-menu ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
		width: 964px;
		height: 35px;
	}
	
	#header #header-menu ul li {
		float: left;
		width: 125px;
		height: 35px;
		margin-right: 8px;
		font: normal 18px/35px Arial;
		color: #cfcdcd;
		text-align: center;
		background: url("images/header_menu.gif") no-repeat;
	}
	
	#header #header-menu ul li a {
		color: #cfcdcd;
		text-decoration: none;
		display: block;
	}
	
	#header #header-menu ul li a:hover {
		color: #000000;
		background: url("images/header_menu_hover.gif") no-repeat;
	}
	
		/* Header - Menu - Active */
		
		#header #header-menu ul li.current_page_item a {
			color: #000000;
			background: url("images/header_menu_hover.gif") no-repeat;
		}
		
		/* Header - Menu - Submenu */
		
		#header #header-menu ul li ul {
			display: none;
		}


/* Main */

#main {
	width: 920px;
	padding-left: 1px;
}

	/* Main - Content */
	
	#content {
		float: left;
		width: 460px;
	}
	
	/* Main - Content - Post */
	
	#content .post {
		float: left;
		margin-bottom: 1px;
		width: 460px;
		background: url("images/post.gif") repeat-y;
	}
	
		/* Post - Title */
		
		#content .post .post-title {
			width: 460px;
			padding: 16px 16px 16px 16px;
			color: #999898;
			font: bold 12px Arial;
		}
		
		#content .post .post-title a {
			color: #999898;
			text-decoration: none;
		}
		
		#content .post .post-title a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-title .post-date {
			float: left;
			text-align: center;
			text-transform: lowercase;
			color: #7e7e7e;
			width: 52px;
			height: 52px;
			font: normal 20px Arial;
			margin-right: 10px;
		}
		
		#content .post .post-title .post-date span {
			padding: 1px 0 3px 0;
			font: bold 14px/18px Arial;
			color: #000000;
			display: block;
		}
		
		#content .post .post-title h2 {
			color: #999898;
			font: normal 20px Arial;
			padding: 1px 0;
		}
		
		#content .post .post-title h2 a {
			color: #999898;
			text-decoration: none;
		}
		
		#content .post .post-title h2 a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-title .post-title-info {
			padding-top: 4px;
		}
		
		/* Post - Entry */
		
		#content .post .post-entry {
			padding: 0 17px;
			width: 460px;
			font: normal 12px/19px Arial;
			color: #7a7a7a;
		}
		
		#content .post .post-entry a {
			color: #cfcdcd;
			text-decoration: none;
		}
		
		#content .post .post-entry a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-entry a.more-link {
			font-weight: bold;
		}
		
		#content .post .post-entry blockquote {
			border-left: 10px solid #1c1c1c;
			margin: 0px 30px;
			padding-left: 15px;
		}
		
		/* Post - Info */
		
		#content .post .post-info {
			clear: both;
			padding: 0 17px 17px 17px;
			text-align: right;
			width: 441px;
			font: bold 12px Arial;
			color: #999898;
		}
		
		#content .post .post-info a {
			color: #999898;
			text-decoration: none;
		}
		
		#content .post .post-info a:hover {
			text-decoration: underline;
		}
		
		/* Post - Bottom */
		
		#content .post .post-bottom {
			clear: both;
			width: 766px;
			height: 17px;
		}
		
		/* Post - Subtitle */
		
		#content .post h3 {
			margin: 20px 0 5px 0;
			color: #999898;
			font: bold 15px Arial;
		}
		
		/* Post - Comments */
		
		#content .post .comments {
			width: 732px;
			font: normal 12px/19px Arial;
			color: #7a7a7a;
		}
		
		#content .post .comments ol {
			margin: 10px 0;
			padding-left: 25px;
		}
		
		#content .post .comments ol li {
			padding: 5px;
		}
		
		#content .post .comments ol li a {
			color: #cfcdcd;
			text-decoration: none;
		}
		
		#content .post .comments ol li a:hover {
			text-decoration: underline;
		}
		
		#content .post .comments ol li.alt {
			background: #1c1c1c;
		}
		
		#content .post .comments ol li cite {
			color: #cfcdcd;
			font-style: normal;
			font-weight: bold;
		}
		
		#content .post .comments ol li cite a {
			color: #cfcdcd;
			text-decoration: none;
		}
		
		#content .post .comments ol li cite a:hover {
			text-decoration: underline;
		}
		
		#content .post .comments ol li .commentmetadata a {
			color: #cfcdcd;
			text-decoration: none;
		}
		
		#content .post .comments ol li .commentmetadata a:hover {
			text-decoration: underline;
		}
		
		/* Post - Comment Form */
		
		#content .post #commentform {
			width: 707px;
			font: normal 12px/19px Arial;
			color: #7a7a7a;
			padding-left: 25px;
			margin: 0;
		}
		
		#content .post #commentform a {
			color: #cfcdcd;
			text-decoration: none;
		}
		
		#content .post #commentform a:hover {
			text-decoration: underline;
		}
	
	/* Main - Content - Navigation */
	
	#content .navigation {
		width: 766px;
		color: #cfcdcd;
		float: left;
	}
	
	#content .navigation a {
		margin-bottom: 1px;
		font: bold 12px/30px Arial;
		color: #cfcdcd;
		text-decoration: none;
		padding: 7px;
		width: 150px;
		height: 30px;
		background: url("images/navigation.gif");
		text-align: center;
		display: block;
	}
	
	#content .navigation a:hover {
		text-decoration: underline;
	}
	
		#content .navigation .navigation-previous {
			float: left;
		}
		
		#content .navigation .navigation-next {
			float: right;
		}
	
	/* Main - Sidebar */
	
	#sidebar {
		float: left;
		width: 438px;
		font: normal 12px/19px Arial;
		color: #000;
		margin-left:20px;
		margin-top:15px;
		padding:10px 0px 10px 0px;
		background-color: #fff;
	}
	
	#sidebar a {
		color: #990000;
		font-weight:bold;
		text-decoration: none;
	}
	
	.dataside{
	color: #990000;
	font-weight:bold;
		}
	
	#sidebar a:hover {
		text-decoration: underline;
	}
	
	/* Main - Sidebar - Boxes */
	
	#sidebar .sidebar-box {
		width: 236px;
		margin-bottom: 1px;
		background: url("images/sidebar_box.gif") repeat-y;
	}
	
	#sidebar .sidebar-box-top {
		width: 236px;
		background: url("images/sidebar_box_top.gif") no-repeat;
	}
	
	#sidebar .sidebar-box-bottom {
		width: 236px;
		min-height: 40px;
		background: url("images/sidebar_box_bottom.gif") no-repeat left bottom;
	}
	
		/* Sidebar - Titles */
		
		#sidebar h3 {
			width: 222px;
			height: 35px;
			padding: 7px 7px 8px 7px;
			text-align: center;
			font: normal 18px/35px Arial;
			color: #7a7a7a;
			background: url("images/sidebar_title.gif") no-repeat;
		}
		
		/* Sidebar - Menus */
		
		#sidebar ul {
			margin: 0;
			padding: 0 7px 17px 7px;
			list-style-type: none;
			width: 222px;
		}
		
		#sidebar ul li {
			color: #999898;
			font: bold 12px/23px Arial;
		}
		
		#sidebar ul li a {
			color: #999898;
			text-decoration: none;
			padding-left: 15px;
			display: block;
			height: 25px;
			background: url("images/sidebar_menu.gif") no-repeat left bottom;
		}
		
		#sidebar ul li a:hover {
			text-decoration: underline;
		}
		
			/* Sidebar - Menus - Submenus */
			
			#sidebar ul li ul {
				padding: 0;
			}
			
			#sidebar ul li ul li a {
				padding-left: 25px;
			}
		
		/* Sidebar - Forms */
		
		#sidebar #searchform {
			margin: 0;
			padding: 27px 0;
			width: 236px;
			text-align: center;
		}
		
		#sidebar #searchform #s {
			width: 178px;
		}
		
		/* Sidebar - Tables */
		
		#sidebar #calendar_wrap {
			margin: 0 auto;
			padding-bottom: 12px;
			width: 144px;
		}
		
		#sidebar #calendar_wrap caption {
			font-weight: bold;
		}
		
		#sidebar #calendar_wrap tbody {
			text-align: right;
		}
		
		#sidebar #calendar_wrap tfoot #next {
			text-align: right;
		}
		
		#sidebar #calendar_wrap #today {
			font-weight: bold;
		}
		
		/* Sidebar - Texts */
		
		#sidebar .textwidget {
			padding: 0 13px 12px 13px;
		}


/* Footer */

#footer {
	margin: 0 auto 8px auto;
	width: 984px;
	height: 30px;
	padding: 7px;
	background: url("images/footer.gif") no-repeat;
	color: #7a7a7a;
	font: normal 12px/30px Arial;
	text-align: center;
}

#footer a {
	color: #cfcdcd;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

	#block1 {
		float: left;
		width: 918px;
		font: normal 12px/19px Arial;
		color: #7a7a7a;
		margin-left:8px;
		margin-top:20px;
		background-color: #fff;
	}

#tabgrande {
		float: left;
		width: 980px;
		font: normal 12px/19px Arial;
		color: #7a7a7a;
		margin: 0;
		background-image: url("images/lati_ombra.gif");
	    background-repeat: repeat-y;
		margin-left:15px;
	}
	#top_ombra {
	float:left;
	margin: 0;
	width: 950px;
	height:11px;
	margin-left:30px;
	background-image: url("images/top_ombra.gif");
	background-repeat: repeat-x;
}

	#blocksx {
		float: left;
		width: 459px;
		font: normal 12px/19px Arial;
		color: #7a7a7a;
		margin-left:3px;
		margin-top:15px;
		background-color: #fff;
		padding:10px 0 0 0;
	}
	
		#webagency {
		float: left;
		width: 231px;
		}
		
			#webagency {
		float: left;
		width: 231px;
		}
		
			#seotools {
		float: left;
		width: 221px;
		}
		
			#multimedia {
		float: left;
		width: 231px;
		}
		
		#diconodinoi {
		float: left;
		width: 223px;
		}
		
		#banneraweb{
		float: left;
		width: 435px;
		margin-left:15px;
		margin-top:4px;
		}
		
			#soluzioni_int {
		float: left;
		width: 269px;
		font: normal 12px/19px Arial;
		color: #7a7a7a;
		margin: 0 auto;
		background-color: #fff;
		padding:0px 15px 15px 0px;
		text-align:justify;
	}
	
				#banner_bottom{
		float: left;
		width: 617px;
		font: normal 12px/19px Arial;
		color: #7a7a7a;
		margin: 0 auto;
		background-color: #fff;
		padding:0px 0px 15px 15px;
		border-left:1px solid #7a7a7a;
	}
	
	
		#com_grafica{
	float: right;
	width: 297px;
	height: 122px;
	background-image: url("images/com_grafica.jpg");
	background-repeat: no-repeat;
	margin-right:15px;
	margin-bottom:10px;
	}
	
		#webtv{
	float: right;
	width: 297px;
	height: 122px;
	background-image: url("images/webtv.jpg");
	background-repeat: no-repeat;
	margin-bottom:10px;

	
	}
	
	#agenziastampa{
	float: right;
	width: 297px;
	height: 122px;
	background-image: url("images/agenziastampa.jpg");
	background-repeat: no-repeat;
			margin-right:15px;
			margin-bottom:10px;
	}
	
	
			#formazione{
	float: right;
	width: 297px;
	height: 122px;
	background-image: url("images/formazione.jpg");
	background-repeat: no-repeat;
	margin-bottom:10px;

	}
	
				#portfolio{
	float: right;
	width: 297px;
	height: 122px;
	background-image: url("images/portfolio.jpg");
	background-repeat: no-repeat;
		margin-right:15px;
		margin-bottom:10px;
	}
	
				#portali{
	float: right;
	width: 297px;
	height: 122px;
	background-image: url("images/portali.jpg");
	background-repeat: no-repeat;
	margin-bottom:10px;
	}
	
				#download{
	float: right;
	width: 297px;
	height: 122px;
	background-image: url("images/download.jpg");
	background-repeat: no-repeat;
		margin-right:15px;
		margin-bottom:10px;
	}
	
				#lavora{
	float: right;
	width: 297px;
	height: 122px;
	background-image: url("images/lavora.jpg");
	background-repeat: no-repeat;
	margin-bottom:10px;
	}
	
		.titolocentro{
	color: #990000;
	font-weight:bold;
	font-size:16px;
		}

#footer2{
		float: left;
		width: 910px;
		font: normal 12px/19px Arial;
		color: #7a7a7a;
		background-color:#fff;
		margin: 0px 0 0px 15px;
		text-align:center;
	}
	
	#footlogo{
		float: left;
		width: 360px;
		font: normal 12px/19px Arial;
		color: #7a7a7a;
		background-color:#fff;
		text-align:right;
		margin-bottom:10px;
	}
	
		#foottxt{
		float: left;
		width: 350px;
		font: normal 12px/19px Arial;
		color: #7a7a7a;
		background-color:#fff;
		text-align:left;
		padding-top:6px;
		padding-left:5px;
		margin-bottom:10px;
	}
	
	
		#footer2_close {
		float: left;
		width: 950px;
		font: normal 12px/19px Arial;
		color: #7a7a7a;
	height:11px;
	margin-left:30px;
	background-image: url("images/bottom_ombra.gif");
	background-repeat: repeat-x;
	}
	
#testoazienda {
		float: left;
		width: 915px;
		font: normal 12px Arial;
		color: #000;
		margin-left:10px;
		margin-top:-10px;
		padding:10px 0px 10px 0px;
		background-color: #fff;
	}
	
.titazienda {
font-size: 16px;
font-weight: bold;
color: #990000;
}

/*AZIENDA*/

#boxazienda {
		float: left;
		width: 198px;
		height: 280px;
		font: normal 11px Arial;
		color: #000;
		margin-top:20px;
		padding:5px 7px 10px 10px;
		background-image: url("images/sfondo_az.gif");
		background-repeat: no-repeat;
		text-align:justify;
	}
	
#boxazienda2 {
		float: left;
		width: 198px;
		height: 280px;
		font: normal 11px Arial;
		color: #000;
		margin-top:20px;
		margin-left:18px;
		padding:5px 7px 10px 10px;
		background-image: url("images/sfondo_az.gif");
		background-repeat: no-repeat;
		text-align:justify;
	}
	
.titaziendabox {
font-size: 14px;
font-weight: bold;
color: #990000;
margin-bottom:5px;
}

#testoazienda a{
font-weight:bold;
color:#230185;
text-decoration:none;
}

#testoazienda a:hover{
font-weight:bold;
color:#230185;
text-decoration:underline;
}
/*AGENZIA DI STAMPA*/

#boxagenzia {
		float: left;
		width: 198px;
		height: 290px;
		font: normal 11px Arial;
		color: #000;
		margin-top:20px;
		padding:5px 7px 10px 10px;
		background-image: url("images/sfondo_agenzia.gif");
		background-repeat: no-repeat;
		text-align:justify;
	}
	
#boxagenzia2 {
		float: left;
		width: 198px;
		height: 290px;
		font: normal 11px Arial;
		color: #000;
		margin-top:20px;
		margin-left:18px;
		padding:5px 7px 10px 10px;
		background-image: url("images/sfondo_agenzia.gif");
		background-repeat: no-repeat;
		text-align:justify;
	}
	
	
	/*WEBMARKETING*/
	
	#boxmarketing {
		float: left;
		width: 198px;
		height: 380px;
		font: normal 11px Arial;
		color: #000;
		margin-top:20px;
		padding:5px 7px 10px 10px;
		background-image: url("images/sfondo_seo.gif");
		background-repeat: no-repeat;
		text-align:justify;
	}
	
	
	
#boxmarketingbig {
		float: left;
		width: 430px;
		height: 380px;
		font: normal 11px Arial;
		color: #000;
		margin-top:20px;
		margin-left:18px;
		padding:5px 7px 10px 10px;
		background-image: url("images/sfondo_seo_big.gif");
		background-repeat: no-repeat;
		text-align:justify;
	}
	
#boxmarketing2 {
		float: left;
		width: 216px;
		height: 380px;
		font: normal 11px Arial;
		color: #000;
		margin-top:20px;
		margin-left:18px;
		text-align:justify;
	}
	
#dotseo{
		float: left;
		width: 198px;
		height: 180px;
		margin-bottom:5px;
		font: normal 11px Arial;
		color: #000;
		text-align:justify;
		padding:5px 7px 10px 10px;
		background-image: url("images/boxmarketing_small.gif");
		background-repeat: no-repeat;
		}

#whois{
		float: left;
		width: 198px;
		height: 180px;
		font: normal 11px Arial;
		color: #000;
		text-align:justify;
		padding:5px 7px 10px 10px;
		background-image: url("images/boxmarketing_small.gif");
		background-repeat: no-repeat;
		}
		
	.submarketing {
font-size: 20px;
color:#230185;
}

/*MULTIMEDIA*/
	
#boxmultimedia {
		float: left;
		width: 198px;
		height: 470px;
		font: normal 11px Arial;
		color: #000;
		margin-top:20px;
		padding:5px 7px 10px 10px;
		background-image: url("images/sfondo_multimedia.gif");
		background-repeat: no-repeat;
		text-align:justify;
	}
	
	
	
#boxmultimediabig {
		float: left;
		width: 430px;
		height: 470px;
		font: normal 11px Arial;
		color: #000;
		margin-top:20px;
		margin-left:18px;
		padding:5px 7px 10px 10px;
		background-image: url("images/sfondo_multimedia_big.gif");
		background-repeat: no-repeat;
		text-align:justify;
	}
	
#boxmultimedia2 {
		float: left;
		width: 198px;
		height: 470px;
		font: normal 11px Arial;
		color: #000;
		margin-top:20px;
		margin-left:18px;
		text-align:justify;
		background-image: url("images/sfondo_multimedia.gif");
		background-repeat: no-repeat;
		padding:5px 7px 10px 10px;
	}
	
	
/*PORTFOLIO*/

#boxportfolio {
		float: left;
		width: 198px;
		height: 900px;
		font: normal 11px Arial;
		color: #000;
		margin-top:20px;
		padding:5px 7px 10px 10px;
		background-image: url("images/sfondo_portfolio.gif");
		background-repeat: no-repeat;
		text-align:left;
	}
	
#boxportfolio2 {
		float: left;
		width: 198px;
		height: 900px;
		font: normal 11px Arial;
		color: #000;
		margin-top:20px;
		margin-left:18px;
		padding:5px 7px 10px 10px;
		background-image: url("images/sfondo_portfolio.gif");
		background-repeat: no-repeat;
		text-align:justify;
	}

	
	
	
	/*SVILUPPO SOFTWARE*/
	
#boxsoftware {
		float: left;
		width: 198px;
		height: 430px;
		font: normal 11px Arial;
		color: #000;
		margin-top:20px;
		margin-left:18px;
		padding:5px 7px 10px 10px;
		background-image: url("images/sfondo_software.gif");
		background-repeat: no-repeat;
		text-align:left;
	}
	
	
	
#boxsoftwarebig {
		float: left;
		width: 430px;
		height: 430px;
		font: normal 11px Arial;
		color: #000;
		margin-top:20px;
		padding:5px 7px 10px 10px;
		background-image: url("images/sfondo_software_big.gif");
		background-repeat: no-repeat;
		text-align:left;
	}
	
#boxsoftware2 {
		float: left;
		width: 198px;
		height: 430px;
		font: normal 11px Arial;
		color: #000;
		margin-top:20px;
		margin-left:18px;
		text-align:left;
		background-image: url("images/sfondo_software.gif");
		background-repeat: no-repeat;
		padding:5px 7px 10px 10px;
	}
	
.titsoftwarebox {
font-size: 14px;
font-weight: bold;
color: #990000;
margin-bottom:5px;
text-align:left;
}


/*FORMAZIONE*/

#boxformazione {
		float: left;
		width: 198px;
		height: 900px;
		font: normal 11px Arial;
		color: #000;
		margin-top:20px;
		padding:5px 7px 10px 10px;
		background-image: url("images/sfondo_portfolio.gif");
		background-repeat: no-repeat;
		text-align:left;
	}
	
#boxformazione2 {
		float: left;
		width: 198px;
		height: 900px;
		font: normal 11px Arial;
		color: #000;
		margin-top:20px;
		margin-left:18px;
		padding:5px 7px 10px 10px;
		background-image: url("images/sfondo_portfolio.gif");
		background-repeat: no-repeat;
		text-align:left;
	}
	
	
	
		/*COMUNICAZIONE E GRAFICA*/
	
#boxgrafica{
		float: left;
		width: 198px;
		height: 430px;
		font: normal 11px Arial;
		color: #000;
		margin-top:20px;
		margin-left:18px;
		padding:5px 7px 10px 10px;
		background-image: url("images/sfondo_software.gif");
		background-repeat: no-repeat;
		text-align:justify;
	}
	
	
	
#boxgraficabig {
		float: left;
		width: 430px;
		height: 430px;
		font: normal 11px Arial;
		color: #000;
		margin-top:20px;
		padding:5px 7px 10px 10px;
		background-image: url("images/sfondo_software_big.gif");
		background-repeat: no-repeat;
		text-align:justify;
	}
	
#boxgrafica2 {
		float: left;
		width: 198px;
		height: 430px;
		font: normal 11px Arial;
		color: #000;
		margin-top:20px;
		margin-left:18px;
		text-align:justify;
		background-image: url("images/sfondo_software.gif");
		background-repeat: no-repeat;
		padding:5px 7px 10px 10px;
	}
	
	
			/*LAVORA CON NOI*/
	
#boxlavora{
		float: left;
		width: 300px;
		height: 100%;
		font: normal 11px Arial;
		color: #000;
		margin-top:0px;
		padding:5px 7px 10px 0px;
		text-align:justify;
	}
	
	
	
#boxlavora2 {
		float: left;
		width: 547px;
		height: 1200px;
		font: normal 11px Arial;
		color: #000;
		margin-top:0px;
		margin-left:28px;
		text-align:left;
		background-image: url("images/sfondo_job2.gif");
		background-repeat: no-repeat;
		padding:45px 15px 10px 18px;
	}
	
	.titopp {
font-size: 16px;
font-weight: bold;
color: #cc0000;
margin-bottom:5px;
text-align:left;
}

.titposizione{
font-size: 12px;
font-weight: bold;
color: #000000;
margin-bottom:5px;
text-align:left;
}

/*WEBAGENCY*/
	
#boxagency {
		float: left;
		width: 198px;
		height: 360px;
		font: normal 11px Arial;
		color: #000;
		margin-top:20px;
		padding:5px 7px 10px 10px;
		background-image: url("images/sfondo_agency.gif");
		background-repeat: no-repeat;
		text-align:justify;
	}
	
	
	
#boxagencybig {
		float: left;
		width: 430px;
		height: 360px;
		font: normal 11px Arial;
		color: #000;
		margin-top:20px;
		margin-left:18px;
		padding:5px 7px 10px 10px;
		background-image: url("images/sfondo_agency_big.gif");
		background-repeat: no-repeat;
		text-align:justify;
	}
	
#boxagency2 {
		float: left;
		width: 198px;
		height: 360px;
		font: normal 11px Arial;
		color: #000;
		margin-top:20px;
		margin-left:18px;
		text-align:justify;
		background-image: url("images/sfondo_agency.gif");
		background-repeat: no-repeat;
		padding:5px 7px 10px 10px;
	}



/*RICONOSCIMENTI*/

#boxrico {
		float: left;
		width: 198px;
		height: 280px;
		font: normal 11px Arial;
		color: #000;
		margin-top:20px;
		padding:5px 7px 10px 10px;
		background-image: url("images/sfondo_az.gif");
		background-repeat: no-repeat;
		text-align:justify;
	}
	
#boxrico2 {
		float: left;
		width: 198px;
		height: 280px;
		font: normal 11px Arial;
		color: #000;
		margin-top:20px;
		margin-left:18px;
		padding:5px 7px 10px 10px;
		background-image: url("images/sfondo_az.gif");
		background-repeat: no-repeat;
		text-align:justify;
	}

	/*RICONOSCIMENTI*/

#boxxrico {
		float: left;
		width: 198px;
		height: 280px;
		font: normal 11px Arial;
		color: #000;
		margin-top:20px;
		padding:5px 7px 10px 10px;
		background-image: url("images/sfondo_az.gif");
		background-repeat: no-repeat;
		text-align:justify;
	}
	
#boxxrico2 {
		float: left;
		width: 198px;
		height: 280px;
		font: normal 11px Arial;
		color: #000;
		margin-top:20px;
		margin-left:18px;
		padding:5px 7px 10px 10px;
		background-image: url("images/sfondo_az.gif");
		background-repeat: no-repeat;
		text-align:justify;
	}
	
	
	
		/*CONTATTACI*/
	
#boxcontattaci{
		float: left;
		width: 300px;
		height: 100%;
		font: normal 11px Arial;
		color: #000;
		margin-top:0px;
		padding:5px 7px 10px 0px;
		text-align:justify;
	}
	
	
	
#boxcontattaci2 {
		float: left;
		width: 549px;
		height: 550px;
		font: normal 11px Arial;
		color: #000;
		margin-top:0px;
		margin-left:28px;
		margin-bottom:15px;
		text-align:left;
		background-image: url("images/sfondo_cont.gif");
		background-repeat: no-repeat;
		padding:15px 15px 10px 15px;
	}
	

#testocontattaci {
		float: left;
		width: 915px;
		font: normal 12px Arial;
		color: #000;
		margin-left:10px;
		margin-top:-10px;
		padding:10px 0px 10px 0px;
		background-color: #fff;
	}
	
	.titcontattaci {
font-size: 18px;
font-weight: bold;
color: #000000;
margin-bottom:5px;
text-align:center;
}


.titsede{
font-size: 14px;
font-weight: bold;
color: #cc0000;
margin-bottom:5px;
text-align:left;
}

.txtsede{
font-size: 14px;
color: #000000;
margin-bottom:5px;
text-align:left;
}

.txtsede a{
color: #000000;
font-weight:bold;
text-decoration:none;
}

.txtsede a:hover{
color: #000000;
font-weight:bold;
text-decoration:underline;
}
	
.imgrico{
margin-left:-2px;
margin-top:8px;
}


/*DICONO DI NOI*/
	
#boxdicono{
		float: left;
		width: 430px;
		height: 100%;
		font: normal 11px Arial;
		color: #000;
		margin-top:0px;
		padding:5px 7px 10px 0px;
		text-align:justify;
	}
	
	
	
#boxdicono2 {
		float: left;
		width: 450px;
		height: 100%;
		font: normal 11px Arial;
		color: #000;
		margin-top:0px;
		margin-left:10px;
		margin-bottom:15px;
		text-align:justify;
		padding:5px 0 10px 15px;
	}
	

#testodicono {
		float: left;
		width: 915px;
		font: normal 12px Arial;
		color: #000;
		margin-left:10px;
		margin-top:-10px;
		padding:10px 0px 10px 0px;
		background-color: #fff;
	}
	
.titdiconobig {
font-size: 18px;
font-weight: bold;
color: #000000;
margin-bottom:5px;
text-align:center;
}


.titdicono{
font-size: 14px;
font-weight: bold;
color: #cc0000;
margin-bottom:5px;
text-align:left;
}




/*FORM AREA LAVORA CON NOI*/

	#div_form {
	width:560px;
	heigth:77px;float:left;
	margin:12px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
	
	#div_form a:link {
	color:#999999;
	text-decoration: none;
	}
	#div_form a:visited {
	color:#999999;
	text-decoration: none;
	}
	#div_form a:hover {
		color:#CC3300;
		text-decoration : none;
	}
	#div_form a:active {
		color:#CC3300;
		text-decoration : none;
	}
	
	.active {color: #CC3300}
	
	#div_form td {
		text-align:left;
		font-size:12px;
		padding:3px;
	}
	

.titdxhome{
font-size: 16px;
font-weight: bold;
color: #cc0000;
margin-top:5px;
margin-left:10px;
text-align:left;
}


.titdxhome a{

color: #cc0000;

text-decoration:none;
}

.titdxhome a:hover{

color: #cc0000;

text-decoration:underline;
}


.txtbannercomunicazione{
width:150px;
font: normal 11px Arial;
color: #202020;
margin-top:5px;
margin-left:10px;
text-align:justify;
}

.txtbanneragenziastampa{
width:170px;
font: normal 11px Arial;
color: #202020;
margin-top:5px;
margin-left:10px;
text-align:justify;
}

.txtbannerformazione{
width:180px;
font: normal 11px Arial;
color: #202020;
margin-top:5px;
margin-left:10px;
text-align:justify;
}

.txtbannerlavora{
width:150px;
font: normal 11px Arial;
color: #202020;
margin-top:5px;
margin-left:10px;
text-align:justify;
}



.txtwebtv{
width:145px;
font: normal 11px Arial;
color: #202020;
margin-top:5px;
margin-left:10px;
text-align:justify;
}

.txtwebtv a{
color: #202020;
font-weight:bold;
text-decoration:none;
margin:0 0 0 30px;
}

.txtwebtv a:hover{
font-weight:bold;
color: #202020;
text-decoration:underline;
margin:0 0 0 30px;
}

.txtbannerportfolio{
width:145px;
font: normal 11px Arial;
color: #202020;
margin-top:5px;
margin-left:10px;
text-align:justify;
}

.txtbannerevolution{
width:160px;
font: normal 11px Arial;
color: #202020;
margin-top:5px;
margin-left:10px;
text-align:justify;
}

.txtbannerevolution a{
color: #202020;
font-weight:bold;
text-decoration:none;
}

.txtbannerevolution a:hover{
font-weight:bold;
color: #202020;
text-decoration:underline;
}


.txtbannerportali{
width:130px;
font: normal 11px Arial;
color: #202020;
margin-top:5px;
margin-left:10px;
text-align:justify;
}

.txtbannerportali a{
color: #202020;
font-weight:bold;
text-decoration:none;
margin: 0 0 0 10px;
}

.txtbannerportali a:hover{
font-weight:bold;
color: #202020;
text-decoration:underline;
margin: 0 0 0 10px;
}


#myForm {

}

#myForm p {
	margin-bottom: 5px;
}

#myForm label {
	float: left;
	width: 100px;
}

#myForm input, #myForm textarea, #myForm select {
	border: 1px solid #cac9b9;
}

input a:link {
text-decoration:none;
	
	}
	#form a:visited {
text-decoration:none;
	}
	#form a:hover {
text-decoration:none;
	}
	#form a:active {
text-decoration:none;
	}
	
	.active {text-decoration:none;
}
	
	
	

#myForm .red {
	border: 1px solid red;
}

#Mod2Form .red {
	border: 1px solid red;
}

#myForm label.red {
	border: none;
	color: #CC0000;
}

#myForm .customRed {
	border: none;
	color: #CC0000;
}

#myForm #submit {
	margin-left: 100px;
}

#validationMessage {
	padding: 5px;
	/*background-color: #eee;*/
	border: 1px solid red;
	margin-bottom: 10px;
	color: red;
	font-weight: bold;
	display: none;
}

#myForm .errorMessage {
	color: red;
	font-size: 11px;
	display:block;
}

#PosForm .errorMessage {
	color: red;
	margin-left: 20px;
	font-size: 11px;
}

#ModuliForm .errorMessage {
	color: red;
	margin-left: 20px;
	font-size: 11px;
	display:block;
}

#Mod2Form .errorMessage {
	color: red;
	margin-left: 20px;
	font-size: 11px;
	display:block;
	margin-left:160px;
}

.linkmail a{
color:#cc0000;
text-decoration:none;
}

.linkmail a:hover{
color:#cc0000;
text-decoration:underline;
}

#testorico {
		float: left;
		width: 915px;
		font: normal 12px Arial;
		color: #000;
		margin-left:10px;
		margin-top:-10px;
		padding:10px 0px 10px 0px;
	}
	
.titblocco1{
font-size: 16px;
color: #cc0000;
text-align:left;
font-weight:bold;
}



