/*===================================================================
    General styles
	Valid for all browsers
===================================================================*/
HTML{ height: 100%; }
BODY{
	border: 0px;
	margin: 0px auto;
	padding: 0px;
	height: 100%;
	color: #ffffff;
	font: 0px Tahoma, Helvetica, Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
	overflow: auto;
	background: url(../img/bg-body.jpg) #171718 repeat top left;
}
TR,TD,DIV,SPAN,P,FORM,H1,H2,H3,H4,H5,H6,UL,OL,LI{
	color: #ffffff;
	font: 14px Tahoma, Helvetica, Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding: 0px;
	letter-spacing: 1px;
	margin: 0px;
	border: 0px;
}
TABLE{
	padding: 0px;
	margin: 0px;
	border: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
}
IMG{ border: 0px; margin: 0px; }
A,A:link,A:active,A:visited{ text-decoration: underline; color: #ffffff; }
A:hover{ text-decoration: none; }
/* Misc */
.noflash{ margin: 40px; text-align: left; }
LABEL.errorValidate{ color: #ffd700; }
.alertFormContatti{ color: #ffffff; }
LABEL.errorValidate{ display: none; font-weight: normal; }
P{
	margin: 5px 0px 10px 0px;
	text-align: justify;
}
P.last{ margin: 5px 0px 20px 0px; }
H1{
	font-size: 24px;
	line-height: 24px;
	color: #9c2917;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
}
H2{
	font-size: 18px;
	line-height: 18px;
	color: #9c2917;
	font-weight: normal;
}
.float-dx{ float: right; }
.float-sx{ float: left; }
.clear{ clear: both; }
.clear-dx{ clear: right; }
.clear-sx{ clear: left; }
DIV.sep{
	background: #666666;
	height: 1px;
	font-size: 0px;
}
DIV.loading{
	margin: 50px auto 50px auto;
	text-align: center;
	background: transparent url(../img/loading02.gif) no-repeat center center;
	width: 32px;
	height: 32px;
}
#no-flash,
#no-flash-content{ display: none; }
/* Form elements */
INPUT,
SELECT{
	border: 1px solid #dddddd;
	border-top: 1px solid #bbbbbb;
	border-left: 1px solid #aaaaaa;
	width: 555px;
	color: #666666;
	font: 20px Tahoma, Helvetica, Verdana, Geneva, Arial, Helvetica, sans-serif;
}
INPUT{
	padding: 4px;
	height: 28px !important;
	height: 30px;
	vertical-align: middle;
	background: url(../img/bg_input.gif) no-repeat top left;
	display: block;
}
SELECT{ padding: 0px; height: auto; }
OPTION{ padding: 1px; }
TEXTAREA{
	border: 1px solid #dddddd;
	border-top: 1px solid #bbbbbb;
	border-left: 1px solid #aaaaaa;
	font: 20px  Tahoma, Helvetica, Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding: 2px;
	width: 555px;
	height: 120px;
	overflow: auto;
	color: #666666;
	background: url(../img/bg_input.gif) no-repeat top left;
	display: block;
}
TEXTAREA#textprivacy{
	font: 11px  Tahoma, Helvetica, Verdana, Geneva, Arial, Helvetica, sans-serif;
}
INPUT.radio{
	border: 0;
	margin: 0pt;
	width: 13px;
	font-size: 0px;
	color: #666666;
	padding: 0px;
	background: none no-repeat;
	display: inline;
}
INPUT.hidden{ display: none; }
INPUT.button{
	height: 40px !important; /*height: 25px !important;
	height: 23px;*/
	height: 38px;
	border: 0px none;
	overflow: hidden;
	color: #ffffff;
	/*	font-size: 12px;*/
	font-size: 26px;
	/*font-weight: bold;*/
	cursor: pointer;
	text-align: center;
	vertical-align: middle;
	padding: 0px;
	/*width: 100px;*/
	width: 555px;
	background: #9c2917;
	display: inline;
}
INPUT.button_disabled{
	height: 40px !important; /*height: 25px !important;
	height: 23px;*/
	height: 38px;
	border: 0px none;
	overflow: hidden;
	color: #999999;
	/*	font-size: 12px;*/
	font-size: 26px;
	/*font-weight: bold;*/
	cursor: default;
	text-align: center;
	vertical-align: middle;
	padding: 0px;
	/*width: 100px;*/
	width: 555px;
	background: #cccccc;
	display: inline;
}
INPUT.upload{
	border: 1px solid #dddddd;
	border-top: 1px solid #bbbbbb;
	border-left: 1px solid #aaaaaa;
	width: 555px;
	color: #666666;
	font: 15px  Tahoma, Helvetica, Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding: 4px;
	height: 28px !important;
	height: 30px;
	vertical-align: middle;
	background: url(../img/bg_input.gif) no-repeat top left;
	display: block;
}
INPUT.errorValidate,
TEXTAREA.errorValidate{
	border: 1px solid #ffd700;
}
/* Structure */
.general-wrapper{
	width: 949px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto 0 auto;
	text-align: center;
	position: relative;
	font-size: 0px;
	background: transparent url(../img/bg-wrapper.jpg) repeat-y top center;
}
/* Header */
.header-wrapper{
	text-align: center;
	position: relative;
	height: 150px;
	width: 949px;
	margin: 0px auto 0px auto;
	padding: 0px;
}
.splash-page .header-wrapper{ padding: 50px 0px 0px 0px; }
.header-sx{
	text-align: left;
	position: relative;
	height: 150px;
	float: left;
	padding: 0px;
	width: 259px;
	margin: 0px;
}
.header-dx{
	text-align: right;
	position: relative;
	height: 150px;
	float: right;
	padding: 0px;
	width: 680px;
	margin: 0px;
}
.header-sx .logo{
	position: absolute;
	bottom: 30px;
	left: 40px;
	margin: 0px;
}
/*.header-sx .baloon{
	position: absolute;
	top: 8px;
	left: 15px;
	margin: 0px;
	z-index: 10;
}*/
.header-sx A#baloon { 
	display: block; 
	font-size: 1px;
	height: 55px;
	text-indent: -5000px;
	width: 104px;
	position: absolute;
	top: 8px;
	left: 15px;
	margin: 0px;
	z-index: 10;
}

.header-dx .title01{ position: relative; margin: 30px 0px 0px 0px; }
.header-dx .title01 P{
	margin: 0px 0px 0px 0px;
	text-align: right;
	font-size: 28px;
	color: #ffffff;
}
.header-dx .title01 P.subtitle{
	margin: 0px 0px 5px 0px;
	text-align: right;
	font-size: 14px;
	color: #ffffff;
}
.header-dx .title01 P.subtitle A,
.header-dx .title01 P.subtitle A:link,
.header-dx .title01 P.subtitle A:active,
.header-dx .title01 P.subtitle A:visited{ text-decoration: underline; color: #ffffff; }
.header-dx .title01 P.subtitle A:hover{ text-decoration: none; }
.header-dx .title02{
	position: relative;
	margin: 17px 0px 0px 0px;
	font-size: 0px;
}
.header-dx .title02 P{
	margin: 0px 0px 0px 0px;
	text-align: right;
	font-size: 14px;
	color: #ffffff;
}
.header-dx .title02 P.subtitle{ display: inline; vertical-align: middle; }
.header-dx .title02 IMG.social,
.header-dx .title02 IMG.pdf-download{ vertical-align: middle; margin-left: 3px; }
.header-dx .title02 P.subtitle A,
.header-dx .title02 P.subtitle A:link,
.header-dx .title02 P.subtitle A:active,
.header-dx .title02 P.subtitle A:visited{ text-decoration: none; color: #ffffff; }
.header-dx .title02 P.subtitle A:hover{ text-decoration: underline; }

/* Video */
.video-wrapper{
	text-align: center;
	position: relative;
	min-height: 394px;
	height: auto !important;
	height: 394px;
	width: 949px;
	clear: both;
	margin: 0px auto 0px auto;
	padding: 0px;
	font-size: 0px;
	/*border-bottom: 1px solid #000000;*/
}
.navigation-wrapper{
	width: 949px;
	height: 23px;
	border-bottom: 1px solid #333333;
	font-size: 0px;
	text-align: center;
}
.navigation-wrapper.bottom{
	border-top: 1px solid #333333;
	border-bottom: 0px none;
	height: 24px;
	text-align: left;
	position: relative;
}
.navigation-wrapper IMG{ 
	vertical-align: bottom; 
	margin: 0px 0px 0px 0px; 
	line-height: 0px;
	top: -1px;
	position: relative;
	cursor: pointer;
}
.navigation-wrapper.bottom IMG{ 
	vertical-align: top; 
}
.navigation-wrapper.bottom IMG.first{ 
	margin: 0px 0px 0px 6px;
}
.customers .navigation-wrapper{
	height: 33px;
}
.select-wrapper{
	background: transparent url(../img/bg-navigation.png) no-repeat center top;
	width: 450px;
	height: 28px;
	padding-top: 5px;
	top: 1px;
	position: relative;
}
.select-wrapper.float-sx{ margin-left: 20px; }
.select-wrapper.float-dx{ margin-right: 20px; }
.select-wrapper P{
	color: #cccccc;
	font-size: 18px;
	margin: 6px 6px 0px 6px;
	line-height: 18px;
	display: inline;
}
.select-wrapper SELECT{
	border: 1px solid #dddddd;
	border-top: 1px solid #bbbbbb;
	border-left: 1px solid #aaaaaa;
	width: 200px;
	color: #666666;
	font-size: 14px;
	padding: 0px;
	height: 20px;
	height: 20px !important;
	vertical-align: bottom;
}
.reel-wrapper{
	height: 394px;
	width: 949px;
	position: relative;
}
.reel-wrapper .swf-wrapper{
	height: 394px;
	width: 701px;
	position: relative;
	float: left;
	background: #000000;
}
.reel-wrapper .description-wrapper{
	height: 394px;
	width: 248px;
	position: relative;
	background: #000000;
	float: right;
	text-align: center;
}
.reel-wrapper .description-wrapper .bottom{
	position: absolute;
	bottom: 14px;
	left: 0px;
	width: 234px;
}
.reel-wrapper .description-wrapper .top{
	position: absolute;
	top: 14px;
	left: 14px;
	width: 220px;
}
.reel-wrapper .description-wrapper .top.news{
	top: 30px;
}
.reel-wrapper .description-wrapper P{
	font-size: 11px;
	color: #f5f5f5;
	font-weight: normal;
	margin: 10px 0px 15px 0px;
	text-align: left;
}
.reel-wrapper .description-wrapper P A,
.reel-wrapper .description-wrapper P A:link,
.reel-wrapper .description-wrapper P A:active,
.reel-wrapper .description-wrapper P A:visited{
	text-decoration: underline;
	color: #ffffff;
	font-weight: bold;
}
.reel-wrapper .description-wrapper P A:hover{ text-decoration: none; }
.reel-wrapper .description-wrapper H1{
	font-size: 22px;
	line-height: 22px;
	color: #f5f5f5;
	font-weight: bold;
	font-style: normal;
	margin: 0px 0px 10px 0px;
	text-align: center;
}
.reel-wrapper .description-wrapper H2{
	font-size: 21px;
	line-height: 21px;
	color: #f5f5f5;
	font-style: italic;
	font-weight: normal;
}
.reel-wrapper .description-wrapper DIV.date{
	border-bottom: 1px solid #111111;
	text-align: right;
	font-size: 11px;
	padding: 3px 3px 3px 3px;
	color: #454545;
	font-style: italic;
}
.reel-wrapper .description-wrapper DIV.date SPAN{
	font-size: 11px;
	color: #454545;
	font-style: italic;
}
.reel-wrapper .description-wrapper .cuepoint IMG{
	margin-bottom: 3px;
	cursor: pointer;
	float: left;
}

/* Slider */
#slider{ height: 90px; }

/* Body */
.body-wrapper{
	width: 949px;
	min-height: 250px;
	height: auto !important;
	height: 250px;
	margin: 30px auto 0px auto;
	text-align: center;
	position: relative;
	clear: both;
}
.body-wrapper TABLE.body-table{ width: 949px; }
.body-wrapper TABLE.body-table TD.sx{ text-align: left; vertical-align: top; }
.body-wrapper TABLE.body-table TD.sx .sx-container{ text-align: left; padding: 0px 40px 0px 0px; }
.body-wrapper TABLE.body-table TD.dx{ text-align: right; vertical-align: top; }
.body-wrapper TABLE.body-table TD.dx .dx-container{ text-align: center; padding: 40px; }
.body-wrapper TABLE.body-table TD.sep{
	background: #666666;
	width: 1px;
	font-size: 0px;
}
.body-wrapper TABLE.body-table TD.sx .sx-container TABLE.text-numbers{ margin: 0px auto 0px auto; }
.body-wrapper TABLE.body-table TD.sx .sx-container TABLE.text-numbers TD{
	padding: 10px;
	text-align: center;
	vertical-align: top;
}
.body-wrapper TABLE.body-table TD.sx .sx-container TABLE.text-numbers TD P{
	text-align: center;
	margin: 0px;
	font-size: 13px;
}
.body-wrapper TABLE.body-table TD.sx .sx-container TABLE.text-numbers TD H1{ text-align: center; margin-bottom: 3px; }
.body-wrapper TABLE.body-table TD.dx .dx-container TABLE.logos{ margin: 0px auto 0px auto; }
.body-wrapper TABLE.body-table TD.dx .dx-container TABLE.logos TD{ padding: 15px; }
.footer-body{ height: 85px; }
.splash-page .body-wrapper IMG{ vertical-align: middle; }

/* Footer */
.footer-wrapper{
	text-align: center;
	position: fixed;
	bottom: 0px;
	left: 0px;
	z-index: 100;
	height: 65px;
	padding: 0px;
	width: 100%;
	clear: both;
	margin: 0px auto 0px auto;
	border-top: 1px solid #171718;
	background: url(../img/bg-footer.jpg) #111111 repeat-x top left;
}
.footer-content{
	text-align: center;
	z-index: 101;
	height: 45px;
	padding: 0px;
	width: 949px;
	margin: 0px auto 0px auto;
}
/*.footer-content .sx{
	float: left;
	margin-left: 0px;
	margin-top: 6px;
}
.footer-content .dx{
	float: right;
	margin-right: 0px;
	margin-top: 8px;
}
.footer-content .sx IMG{ vertical-align: middle; }
.footer-content .dx IMG{ vertical-align: middle; margin-left: 5px; }
.footer-content .sx IMG.logo-adv{ margin-left: 25px; }
.footer-content .dx DIV.copy{
	margin-left: 10px;
	color: #666666;
	font-size: 10px;
	padding-top: 18px;
}*/
.footer-content UL.sx-list{
	float: left;
	margin-left: 0px;
	margin-top: 6px;
	list-style: none;
}
.footer-content ul.sx-list LI {float: left; margin-right: 10px;}
.footer-content ul.sx-list LI A { 
	display: block; 
	font-size: 1px;
	height: 30px;
	text-indent: -5000px;
	width: 176px;
}
.footer-content ul.sx-list LI A#contact,
.footer-content ul.sx-list LI A#contactLink {
	width: 120px;
	height: 32px;
}

.footer-content UL.dx-list{
	float: right;
	margin-right: 0px;
	margin-top: 8px;
	list-style: none;
}
.footer-content ul.dx-list LI {float: left; margin-left: 10px;}
.footer-content ul.dx-list LI A { 
	display: block; 
	font-size: 1px;
	height: 30px;
	text-indent: -5000px;
	width: 176px;
}
.footer-content #contactLink{ cursor: pointer; }
.footer-news{
	text-align: left;
	z-index: 101;
	height: 20px;
	padding: 0px;
	width: 949px;
	margin: 0px auto 0px auto;
}
.footer-news .title{
	float: left;
	margin-right: 5px;
	font-size: 11px;
	color: #999999;
}
.footer-news .title A,
.footer-news .title A:link,
.footer-news .title A:active,
.footer-news .title A:visited{ text-decoration: underline; color: #999999; }
.footer-news .title A:hover{ text-decoration: none; }
.footer-news #jqnewsOriz {
	border: 0px none;
	height: 20px;
	width: 759px;
	overflow: hidden;
	margin: 3px 0px 0px 0px;
}
.footer-news #jqnewsOriz DIV {
	float: left;
	border: 0px none;
	height: 20px;
	width: 759px;
	margin: 0px;
	font-size: 12px;
}
.footer-news #jqnewsOriz DIV A{ font-size: 11px; color: #cccccc; }
.footer-news #jqnewsOriz DIV .date {
	color: #aaaaaa;
	margin-right: 5px;
	font-size: 11px;
}

/* Home */
.home .body-wrapper TABLE.body-table TD.sx{ width: 500px; vertical-align: middle; }
.home .body-wrapper TABLE.body-table TD.dx{ width: 445px; vertical-align: middle; }
.home .body-wrapper TABLE.body-table TD.sx H1{ margin-bottom: 10px; }
.home .body-wrapper TABLE.body-table TD.dx DIV.copy{
	margin-right: 10px;
	color: #666666;
	font-size: 10px;
	padding-top: 18px;
}
.home .body-wrapper TABLE.body-table TD.dx DIV.copy IMG{ vertical-align: middle; }

/* What */
.what .body-wrapper TABLE.body-table TD.sx{
	text-align: left;
	vertical-align: top;
	width: 316px;
}
.what .body-wrapper TABLE.body-table TD.sx .sx-container{ text-align: left; padding: 0px 40px 0px 0px; }
.what .body-wrapper TABLE.body-table TD.dx{
	text-align: left;
	vertical-align: top;
	width: 315px;
}
.what .body-wrapper TABLE.body-table TD.dx .dx-container{
	text-align: center;
	padding: 0px 0px 0px 40px;
}
.what .body-wrapper TABLE.body-table TD.cx{
	text-align: left;
	vertical-align: top;
	width: 316px;
}
.what .body-wrapper TABLE.body-table TD.cx .cx-container{
	text-align: center;
	padding: 0px 40px 0px 40px;
}
.what .body-wrapper TABLE.body-table TD.sep{
	background: #666666;
	width: 1px;
	font-size: 0px;
}
.what .body-wrapper TABLE.body-table P{ text-align: justify; font-size: 13px; }
.what .body-wrapper TABLE.body-table H1{ text-align: left; margin-bottom: 10px; }
/* How */
.how .body-wrapper { margin: 0px auto 0 auto; }
.how .body-wrapper TABLE.body-table{ width: 949px; margin-bottom: 30px; }
.how .body-wrapper TABLE.body-table TD.sx{
	text-align: left;
	vertical-align: top;
	border-bottom: 1px solid #444444;
	width: 60px;
}
.how .body-wrapper TABLE.body-table TD.sx.last{ border-bottom: 0px none; }
.how .body-wrapper TABLE.body-table TD.sx .sx-container{ text-align: left; padding: 15px 0px 0px 0px; }
.how .body-wrapper TABLE.body-table TD.dx{
	text-align: left;
	vertical-align: top;
	border-bottom: 1px solid #444444;
	width: 804px;
}
.how .body-wrapper TABLE.body-table TD.dx.last{ border-bottom: 0px none; }
.how .body-wrapper TABLE.body-table TD.dx .dx-container{ text-align: left; padding: 20px 0px 0px 30px; }
.how .body-wrapper TABLE.body-table TD.dx IMG.title{ display: block; margin-bottom: 5px; }
.how .body-wrapper TABLE.body-table TD.dx-arrow{
	text-align: center;
	vertical-align: middle;
	width: 85px;
}
.how .body-wrapper TABLE.body-table TD.dx-arrow .dx-arrow-container{ position: relative; height: 110px; }
.how .body-wrapper TABLE.body-table TD.dx-arrow IMG.arrow-bottom{ position: absolute; top: 0px; right: 0px; }
.how .body-wrapper TABLE.body-table TD.dx-arrow IMG.arrow-top{ position: absolute; bottom: 0px; right: 0px; }
/* Press */
.press .body-wrapper{ margin: 0px auto 0px auto; }
.press .body-wrapper H1{ margin-bottom: 5px; }
.press .body-wrapper H1 SPAN{ color: #999999; font-size: 14px; }
.press .body-wrapper TABLE.body-table TD.sx{
	text-align: left;
	vertical-align: top;
	width: 300px;
}
.press .body-wrapper TABLE.body-table TD.sx .sx-container{ text-align: left; }
.press .body-wrapper TABLE.body-table TD.dx{
	text-align: left;
	vertical-align: top;
	width: 648px;
}
.press .body-wrapper TABLE.body-table TD.dx .dx-container{ text-align: left; padding: 0px 0px 0px 40px; }
.press .body-wrapper TABLE.body-table TD.dx .dx-container H2{
	font-size: 15px;
	font-weight: bold;
	line-height: 15px;
}
.press .body-wrapper .sep{ margin-bottom: 15px; }
.press .body-wrapper .press-news-wrapper{ margin-bottom: 30px; }
.press .body-wrapper .press-news-wrapper IMG{ margin-bottom: 20px; }
.press .body-wrapper .press-news-wrapper .info-links{
	font-size: 11px;
	color: #CCCCCC;
	margin-bottom:15px;
}
.press .body-wrapper .press-news-wrapper .info-links A,
.press .body-wrapper .press-news-wrapper .info-links .date,
.press .body-wrapper .press-news-wrapper .info-links A:link,
.press .body-wrapper .press-news-wrapper .info-links A:active,
.press .body-wrapper .press-news-wrapper .info-links A:visited{ 
	font-size: 11px; 
	text-decoration: none;
	color: #CCCCCC;
}
.press .body-wrapper .press-news-wrapper .info-links A:hover{ 
	color: #999999;
}
.press .body-wrapper UL.press-menu{ float: right; margin-bottom: 5px; }
.press .body-wrapper UL.press-menu LI{
	list-style: none outside none;
	font-size: 11px;
	float: left;
	margin-left: 10px;
}
.press .body-wrapper UL.press-menu LI A, 
.press .body-wrapper UL.press-menu LI A:link, 
.press .body-wrapper UL.press-menu LI A:active, 
.press .body-wrapper UL.press-menu LI A:visited { text-decoration: none; color: #666666; }
.press .body-wrapper UL.press-menu LI A:hover,
.press .body-wrapper UL.press-menu LI A.selected { color: #9c2917; }
.press .body-wrapper P.show{
	font-size: 11px;
	float: left;
	margin: 0px 0px 5px 0px;
	color: #aaaaaa;
}
.press .body-wrapper UL.articles LI{
	list-style: none inside none;
	font-size: 12px;
	margin-bottom: 10px;
}
.press .body-wrapper UL.articles LI SPAN{
	font-size: 11px;
	font-style: italic;
	color: #dddddd;
}
.press .body-wrapper UL.articles LI A, 
.press .body-wrapper UL.articles LI A:link, 
.press .body-wrapper UL.articles LI A:active, 
.press .body-wrapper UL.articles LI A:visited {
	text-decoration: none;
	display: block;
	padding: 5px;
	background: #282828;
}
.press .body-wrapper UL.articles LI A:hover { background: #3f3f3f; }
.press .body-wrapper UL.articles LI.selected A { font-weight: bold; background: #3f3f3f; }

/* Forms */
#form{
	width: 600px;
	text-align: left;
	margin: 60px auto 0px auto;
}
#form FORM{ margin: 35px auto 0px auto; }
#form P{ margin: 5px 0px 0px 0px; }
P.alertFormContatti{
	width: 500px;
	margin: 10px auto 30px auto;
	font-size: 14px;
	padding: 6px;
	font-weight: normal;
	text-align: left;
	background-color: transparent;
	border: 1px solid #ffd700;
	color: #ffd700;
}
#form .field{
	position: relative;
	width: 97%;
	padding: 6px 6px 6px 0px;
	margin-bottom: 3px;
	clear: both;
}
#form .submit{
	position: relative;
	width: 97%;
	padding: 6px;
	clear: both;
}
#form .required{ position: relative; z-index: 3; }
#form LABEL{ cursor: pointer; display: block; }
#form LABEL#labelNome{ float: left; margin-right: 17px; }
#form LABEL#labelCognome{ float: left; margin-right: 0; }
#form #labelNome INPUT,
#form #labelCognome INPUT{ width: 265px; }

/* Work with us */
.job .body-wrapper{ margin: 0px auto 0px auto; }
.job .body-wrapper H1{ 
	margin-bottom: 15px;;
	color: #ffffff;
	font-weight: bold;
}
.job .body-wrapper TABLE.body-table TD.sx{
	text-align: left;
	vertical-align: top;
	width: 648px;
}
.job .body-wrapper TABLE.body-table TD.sx .sx-container{ text-align: left; padding:0 40px 0 0; }
.job .body-wrapper TABLE.body-table TD.dx{
	text-align: left;
	vertical-align: top;
	width: 300px;
}
.job .body-wrapper TABLE.body-table TD.dx .dx-container{ text-align: left; padding: 0px 0px 0px 40px; }
.job .body-wrapper TABLE.body-table TD.dx .dx-container P.intro{ margin: 10px 0 30px 0; }
.job .body-wrapper TABLE.body-table TD.dx .dx-container H2{
	font-size: 15px;
	font-weight: bold;
	line-height: 15px;
}
.job .panel H2{
	margin-top: 5px;
	font-size: 20px;
	line-height: 20px;
	color: #9c2917;
	font-weight: bold;
}
.job .panel UL{
	margin-bottom: 15px;
}
.job .panel LI{
	background-repeat: no-repeat;
	background-position: 3px 4px;
	background-image: url(../img/arrow-pixel-red.gif);
	font-size: 12px;
	padding-left: 15px;
	margin-bottom: 5px;
	list-style-position: outside;
	list-style-type: none;
}
.works-wrapper{
	border-bottom: 1px solid #333333;
	border-top: 1px solid #333333;
	margin-bottom: 30px;
	position: relative;
	height: 160px;
}
.works-wrapper #flash-guru{ position: absolute; top: 10px; left: 20px; }
.works-wrapper #php-ninja{ position: absolute; top: 80px; left: 130px; }
.works-wrapper #html-rockstar{ position: absolute; top: 15px; left: 230px; }
.works-wrapper #community-manager{ position: absolute; top: 50px; left: 440px; }
.works-wrapper #online-marketing{ position: absolute; top: 80px; left: 650px; }
.works-wrapper #video-maker{ position: absolute; top: 10px; left: 768px; }
.works-wrapper #anonimous{ position: absolute; top: 85px; left: 820px; }
.works-wrapper #project-manager{ position: absolute; top: 80px; left: 305px; }
.works-wrapper #account{ position: absolute; top: 10px; left: 570px; }
.works-wrapper TABLE{ width: 100%; height: 160px; }
.works-wrapper TABLE TD{
	text-align: center;
	width: 14%;
	padding: 10px 5px 10px 5px;
}
.works-wrapper TABLE TD.up{ vertical-align: top; }
.works-wrapper TABLE TD.down{ vertical-align: bottom; }
.job #form{
	margin: 10px auto 0px auto;
}
.job #form FORM{ margin: 15px auto 0px auto; }

/* Contacts */
.address{ position: absolute; top: 120px; left: 45px; }
.address P{ color: #cccccc; }
#contactForm,
#messageSent,
#messageSentKO { display: none; }
#messageSent.view,
#messageSentKO.view {
	height: 16px !important;
	height: 14px;
	border: 0px none;
	color: #ffd700;
	font-size: 12px;
	text-align: center;
	vertical-align: middle;
	width: 290px;
	border: 1px solid #ffd700;
	display: block;
	padding: 7px;
}
#contactForm{ width: 949px; margin: 0 auto 0 auto; }
#contactForm .left{
	float: left;
	margin-left: 0px;
	margin-top: 8px;
	width: 49%;
	text-align: left;
}
#contactForm .right{
	float: right;
	margin-right: 0px;
	margin-top: 8px;
	width: 49%;
}
#contactForm #form{
	text-align: left;
	margin: 8px auto 0px auto;
	width: auto;
}
#contactForm #form FORM{ margin: 0px auto 0px auto; }
#contactForm #form .form-wrapper{ float: right; width: 520px; }
#contactForm #form .form-wrapper TD{
	padding: 3px;
	text-align: left;
	vertical-align: top;
}
#contactForm #form .form-wrapper TD.label{ width: 50%; text-align: right; }
#contactForm #form .form-wrapper TD.input{ width: 50%; }
#contactForm #form .form-wrapper TD.label.privacy_text{ padding: 20px 3px 3px 3px; font-size: 10px; }
#contactForm #form .form-wrapper TD.label.privacy_text SPAN{ font-size: 10px; }
#contactForm #form .form-wrapper TD.button{ padding: 22px 3px 3px 3px; }
#contactForm #form INPUT,
#contactForm #form SELECT{
	border: 1px solid #dddddd;
	border-top: 1px solid #bbbbbb;
	border-left: 1px solid #aaaaaa;
	width: 300px;
	color: #666666;
	font: 14px Tahoma, Helvetica, Verdana, Geneva, Arial, Helvetica, sans-serif;
}
#contactForm #form INPUT{
	padding: 2px;
	height: 18px !important;
	height: 20px;
	vertical-align: middle;
	background: url(../img/bg_input.gif) no-repeat top left;
	display: block;
}
#contactForm #form TEXTAREA{
	border: 1px solid #dddddd;
	border-top: 1px solid #bbbbbb;
	border-left: 1px solid #aaaaaa;
	font: 14px  Tahoma, Helvetica, Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding: 2px;
	width: 300px;
	height: 80px;
	overflow: auto;
	color: #666666;
	background: url(../img/bg_input.gif) no-repeat top left;
	display: block;
}
#contactForm #form TEXTAREA#textprivacy{
	font: 11px  Tahoma, Helvetica, Verdana, Geneva, Arial, Helvetica, sans-serif;
}
#contactForm #form INPUT.radio{
	border: 0;
	margin: 0pt;
	width: 13px;
	font-size: 0px;
	color: #666666;
	padding: 0px;
	background: none no-repeat;
	display: inline;
}
#contactForm #form INPUT.hidden{ display: none; }
#contactForm #form INPUT.button{
	height: 30px !important; /*height: 25px !important;
	height: 23px;*/
	height: 28px;
	border: 0px none;
	overflow: hidden;
	color: #ffffff;
	/*	font-size: 12px;*/
	font-size: 20px;
	/*font-weight: bold;*/
	cursor: pointer;
	text-align: center;
	vertical-align: middle;
	padding: 0px;
	/*width: 100px;*/
	width: 304px;
	background: #9c2917;
	display: inline;
}
#contactForm #form INPUT.errorValidate,
#contactForm #form TEXTAREA.errorValidate{
	border: 1px solid #ffd700;
	background: #fff6c3;
}
.card{
	width: 378px;
	margin-top: 10px;
	height: 100px;
	padding: 8px 15px 8px 15px;
	background-color: #2d2d2d;
	font-size: 12px;
	background-image: url(../img/bg-card.png);
	background-position: 318px center;
	background-repeat: no-repeat;
}
.card P{ font-size: 11px; margin: 0 0 2px 0; }
.card P.title{
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 5px 0;
}
.card P.last{ margin: 5px 0px 10px 0px; }
.card .print{ position: absolute; bottom: 15px; right: 0px; }
#privacy_policy{ display: none; }

/* Map */
IMG.mapImg{ margin: 10px auto 0px auto; }
IFRAME#mapIframe{
	height: 300px;
	background: transparent;
	width: 406px;
	overflow: hidden;
	border: 2px solid #f5f5f5;
	margin: 10px auto 0px auto;
}
DIV.mapContainer{
	text-align: center;
	width: 100%;
	margin: 0px auto 0px auto;
}
DIV#map_canvas{
	border: 1px solid #dddddd;
	margin: 0px auto 0px auto;
	text-align: left;
}
DIV#map_canvas *{ color: #000000; font-size: 12px; }

/* Weeby Awards */
.reel-wrapper .description-wrapper.webby P{
	font-size: 12px;
	color: #f5f5f5;
	font-weight: normal;
	margin: 10px 0px 15px 0px;
	text-align: left;
}
.reel-wrapper .description-wrapper.webby P A,
.reel-wrapper .description-wrapper.webby P A:link,
.reel-wrapper .description-wrapper.webby P A:active,
.reel-wrapper .description-wrapper.webby P A:visited{
	text-decoration: underline;
	color: #ffffff;
	font-weight: bold;
}
.reel-wrapper .description-wrapper.webby P A:hover{ text-decoration: none; }
.reel-wrapper .description-wrapper.webby P IMG{ vertical-align: middle; }
.reel-wrapper .description-wrapper.webby H1{
	font-size: 22px;
	line-height: 22px;
	color: #f5f5f5;
	font-weight: bold;
	font-style: normal;
	margin: 0px 0px 10px 0px;
	text-align: left;
}
.reel-wrapper .description-wrapper.webby .ext-link{
	position: relative;
	margin: 5px 0px 0px 0px;
	font-size: 0px;
	text-align: left;
}
.reel-wrapper .description-wrapper.webby .ext-link P{
	margin: 0px 0px 0px 0px;
	text-align: right;
	font-size: 12px;
	color: #999999;
}
.reel-wrapper .description-wrapper.webby .ext-link P.subtitle{ display: inline; vertical-align: middle; }
.reel-wrapper .description-wrapper.webby .ext-link IMG.icon{ vertical-align: middle; margin-left: 3px; }
.reel-wrapper .description-wrapper.webby .ext-link P.subtitle A,
.reel-wrapper .description-wrapper.webby .ext-link P.subtitle A:link,
.reel-wrapper .description-wrapper.webby .ext-link P.subtitle A:active,
.reel-wrapper .description-wrapper.webby .ext-link P.subtitle A:visited{
	text-decoration: none;
	color: #999999;
	font-weight: normal;
}
.reel-wrapper .description-wrapper.webby .ext-link P.subtitle A:hover{ text-decoration: underline; }
.webby-awards-logo{ float: right; }

/* Navigazione home e customer */
ul.navigation-list-wrapper {
	width: 949px;
	height: 24px;
	border-bottom: 1px solid #333333;
	font-size: 0px;
	text-align: center;
	list-style: none;
}
.navigation-list-wrapper.bottom{
	border-top: 1px solid #333333;
	border-bottom: 0px none;
	height: 24px;
	text-align: left;
	position: relative;
}
ul.navigation-list-wrapper li { 
	float: left; 
	margin: 0 1px 0 0; 
}
ul.navigation-list-wrapper li.first{
	margin: 0 1px 0 6px;
}
ul.navigation-list-wrapper li a { 
	display: block; 
	font-size: 1px;
	height: 24px;
	text-indent: -5000px;
	width: 133px;
}
a:active, a:focus { outline: none !important; }