@charset "UTF-8";

/* CSS Document */

/*** TAGS ***/
body
{
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #232323;
	font-size: 12px;
	background-color: inherit;
}

h1
{
	margin: 0;
	padding: 0 0 15px 0;
	font-size: 22px;
	font-weight: normal;
	color: #1;
	background-color: inherit;
}

h2
{
	margin: 0;
	padding: 0 0 5px 0;
	font-size: 18px;
	font-weight: normal;
	color: #093c92;
	background-color: inherit;
}

h3
{
	margin: 0;
	padding: 10px 0 5px 0;
	font-size: 14px;
	font-weight: bold;
	color: #093c92;
	background-color: inherit;
}

h4
{
	margin: 0;
	padding: 0 0 15px 0;
	font-size: 22px;
	color: #ffffff;
	font-weight: normal;
	background-color: inherit;
}

h5
{
	margin: 0;
	padding: 40px 10px;
	font-size: 33px;
	color: #ffffff;
	font-weight: normal;
	background-color: inherit;
}

h6
{
	margin: 0;
	/*padding: 0 0 0 25px;*/
	font-size: 16px;
	font-weight: normal;
	color: inherit;
	background-color: inherit;
}

.h7
{
	margin: 0;
	padding: -5px 0 15px 0;
	font-size: 14px;
	font-weight: normal;
	color: #093c92;
	background-color: inherit;
}

ul
{
	list-style: square;
	padding:0px;
}

ol
{
	list-style: decimal;
}

li
{
	line-height: 18px;
	margin-bottom:10px;
}

p
{
	line-height: 18px;
}

img
{
	border-style: none;
}

/*** LINKS ***/
a
{
	color: #77B800;
	text-decoration: none;
}

a:hover
{
	text-decoration: none;
}

/*** TOPLINE ***/

.topline
{
	margin: 0;
	padding: 0;
	background: url(../img/bg-topline.png) repeat-x;
	background-position:0px -29px;
}

.topline-table
{
	margin: 0 auto;
	padding: 0;
	width: 965px;
	height: 80px;
}

.topline-left-td
{
	width: 100%;
	vertical-align: top;
}

.topline-right-td
{
	vertical-align: top;
	text-align: right;
	padding: 25px 30px 0 0;
}

/** LOGO **/

.logo
{
	display: block;
	margin: 30px 0 0 35px;
	padding: 0;
}

/*** MAINMENU ***/

.mainmenu
{
	margin: 40px 0px 0 0;
	height: 29px;
	width:550px;
}

.mainmenu a:visited
{
	color: #77B800;
}

.mainmenu a:active
{
	color: #77B800;
}

.mainmenu a
{
	display: block;
	float: left;
	margin: 0;
	padding: 8px 15px 2px 16px;
	font-size: 14px;
	font-weight: normal;
	color: #77B800;
	text-decoration: none;
	background: url(../img/bg-mainmenu.png) no-repeat 0 6px;
	background-color: inherit;
	text-transform:capitalize;
}

.mainmenu a:hover
{
	color:#232323;
}

/*** MAINMENU ACTIVE ***/

.mainmenu-active
{
	float: right;
	margin: 0;
	padding: 0 5px 0 6px;
	background: url(../img/bg-mainmenu.png) no-repeat 0 6px;
	position: relative;
}

.mainmenu-active-table
{
	height: 31px;
}

.mainmenu-active-td1
{
	width: 10px;
	background: url(../img/bg-mainmenu-active-td1.png) no-repeat;
}

.mainmenu-active-td2
{
	padding: 4px 0 0 0;
	background: url(../img/bg-mainmenu-active-td2.png) repeat-x;
}

.mainmenu-active-td3
{
	width: 10px;
	background: url(../img/bg-mainmenu-active-td3.png) no-repeat;
}

.mainmenu-active-table a:hover
{
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-weight: normal;
	color: #093c92;
	text-decoration: none;
	background-image: none;
	background-color: inherit;
}

.mainmenu-active-table a:visited
{
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-weight: normal;
	color: #093c92;
	text-decoration: none;
	background-image: none;
	background-color: inherit;
}

.mainmenu-active-table a:active
{
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-weight: normal;
	color: #093c92;
	text-decoration: none;
	background-image: none;
	background-color: inherit;
}

.mainmenu-active-table a:link
{
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-weight: normal;
	color: #093c92;
	text-decoration: none;
	background-image: none;
	background-color: inherit;
}

/*** SUBMENU ***/

.submenu-position
{
	margin: 0;
	padding: 0;
	position: relative;
}

.submenu-table
{
	clear: both;
	margin: 0;
	padding: 0;
	width: 545px;
	position: absolute;
	top: 30px;
	right: 0;
	bottom: auto;
	left: auto;
}

.submenu-table td
{
	vertical-align: top;
}

.submenu-td1
{
	width: 10px;
	background: url(../img/bg-submenu-td1.png) no-repeat;
}

.submenu-td2
{
	background: url(../img/bg-submenu-td2.png) repeat-x;
}

.submenu-td3
{
	width: 10px;
	background: url(../img/bg-submenu-td3.png) no-repeat;
}

.submenu-table a:hover
{
	display: block;
	float: left;
	margin: 0;
	padding: 6px 11px 8px 9px;
	font-size: 11px;
	font-weight: bold;
	color: #464646;
	text-decoration: none;
	background: url(../img/bg-submenu.gif) no-repeat right 8px;
	background-color: inherit;
}

.submenu-table a:visited
{
	display: block;
	float: left;
	margin: 0;
	padding: 6px 11px 8px 9px;
	font-size: 11px;
	font-weight: bold;
	color: #464646;
	text-decoration: none;
	background: url(../img/bg-submenu.gif) no-repeat right 8px;
	background-color: inherit;
}

.submenu-table a:active
{
	display: block;
	float: left;
	margin: 0;
	padding: 6px 11px 8px 9px;
	font-size: 11px;
	font-weight: bold;
	color: #464646;
	text-decoration: none;
	background: url(../img/bg-submenu.gif) no-repeat right 8px;
	background-color: inherit;
}

.submenu-table a:link
{
	display: block;
	float: left;
	margin: 0;
	padding: 6px 11px 8px 9px;
	font-size: 11px;
	font-weight: bold;
	color: #464646;
	text-decoration: none;
	background: url(../img/bg-submenu.gif) no-repeat right 8px;
	background-color: inherit;
}

.submenu-table a:hover
{
	color: #093c92;
}

a.submenu-active:hover
{
	color: #093c92;
	background-color: inherit;
}

a.submenu-active:visited
{
	color: #093c92;
	background-color: inherit;
}

a.submenu-active:active
{
	color: #093c92;
	background-color: inherit;
}

a.submenu-active:link
{
	color: #093c92;
	background-color: inherit;
}

a.submenu-last:hover
{
	background-image: none;
}

a.submenu-last:visited
{
	background-image: none;
}

a.submenu-last:active
{
	background-image: none;
}

a.submenu-last:link
{
	background-image: none;
}

/*** HEADER ***/

#header
{
	margin: 0;
	padding: 0;
	height:210px;
	background: transparent url(../img/bg-header-table.jpg) repeat scroll 0 0;
}

#header h1
{
	margin: 0;
	padding: 0;
	color:#1549c3;
}

#header p
{
	margin: 0;
	padding: 0;
	color:#FFFFFF;
	line-height:1.5em;
}

#header-content
{
	margin: 0;
	padding-top: 20px;
	width:500px;
	float:left
}

#header-swf
{
	margin-left: -75px;
	margin-top: 2px;
	width:515px;
	float:left;
	border:1px solid #FFF;
}

#shadow-top
{
	background:transparent url(../img/shadow-top.png) repeat-x scroll 0 0;
	height:3px;
	margin:0;
	padding:0;
	position:absolute;
	top:80px;
	width:100%;
}

#shadow-bottom
{
	height:3px;
	margin:0;
	padding:0;
	position:absolute;
	top:287px;
	width:100%;
	background: url(../img/shadow-bottom.png) repeat-x;
}

#action
{
	margin-top:20px;
	margin-left:40px;
}

/*** HEADER BUTTON ***/

#download-button
{
	width: 203px;
	/*	text-indent: 10px;
*/	line-height:2.4em;
	height:29px;
	text-align: left;
	background: url(../img/button_green_70.png) no-repeat;
	background-position:0px 0px;
	text-decoration:none;
	text-transform:uppercase;
}

#download-button a
{
	text-decoration:none;
	margin-left:10px;
	color:#FFF;
}

#download-button a:hover
{
	color:#FFF;
}

#presentation-button
{
	width: 203px;
/*	text-indent: 10px;
*/	line-height:2.4em;
	height:29px;
	text-align: left;
	background: url(../img/button_white_70.png) no-repeat;
	background-position:0px 0px;
	text-decoration:none;
	text-transform:uppercase;
}

#presentation-button a
{
	text-decoration:none;
	margin-left:10px;
	color:#000000;
}

#presentation-button a:hover
{
	color:#77B800;
}

/*** CONTENT ***/

.content-1
{
	margin: 0;
	padding: 0;
	background: #ffffff url(../img/bg-content-1.png) repeat-x;
}

.content-2
{
	margin: 0 auto;
	padding: 0;
	width: 965px;/*	height: 110px;
*/
}

.content-table
{
	margin: 0 0 110px 0;
	padding: 0;
	width: 100%;
}

.firststeps
{
	margin-left: 66px;
}

.startpage-bottomimage-table
{
	margin: 0;
	padding: 0;
	width:100%;
}

.startpage-bottomimage-table td p
{
	text-align:justify;
}

#listino td
{
	border-bottom:1px solid #999;
	margin:0px;
	padding:0px;
}

.black
{
	color:#000;
}

.small
{
	font-size:10px;
}

.red
{
	color:#FF0000;
}

.spiegazione
{
	font-size:11px;
	color:#999;
	font-style:italic;
}

.content-table td
{
	vertical-align: top;
}

.content-split-left-td
{
	padding: 33px 18px 0 10px;
	width: 50%;
}

.content-split-right-td
{
	padding: 33px 0 0 18px;
	width: 50%;
}

.content-firststeps
{
	margin-top: -90px;
	width: 949px;
	padding: 0 10px 110px;
}

.content-firststeps .firststeps-topic
{
	margin-left: 66px;
}

.content-firststeps .firststeps-topic h2
{
	margin-bottom: 5px;
}

.content-firststeps .steps
{
	width: 251px;
	height: 255px;
	color: #fff;
	padding: 40px 612px 0 66px;
	font: 1.3em "Times New Roman", Times, serif;
}

.content-firststeps .steps h2
{
	color: #fff;
	font-weight: bold;
	margin-bottom: 10px;
}

.content-firststeps .steps a
{
	color: #fff;
}

.step1
{
	margin-top: 20px;
	background: url(../img/firststeps/firststeps_bg1.jpg) no-repeat;
}

.step2
{
	background: url(../img/firststeps/firststeps_bg2.jpg) no-repeat;
}

.step3
{
	background: url(../img/firststeps/firststeps_bg3.jpg) no-repeat;
}

/*** CONTENT LEFT ***/

.content-left-td
{
	padding: 33px 0 0 10px;
	width: 631px;
}

.smaller
{
	width: 518px;
}

.smaller-firststeps
{
	width: 565px;
}

.content-left-td p
{
	margin: 0;
	padding: 0 0 10px 0;
}

.content-left-td ul
{
	margin: 0;
	padding: 0 0 10px 0;
	list-style: none;
}

.content-left-td li
{
	margin: 0;
	padding: 0 0 10px 15px;
	list-style: none;
	background: url(list-black.gif) no-repeat 0 6px;
}

/*** TRIAL LICENSE ***/
.trialpopup
{
	padding: 30px 0 0 0px;
	width: 430px;
}

/*** DOUBLE COLUMN ***/

.double-column-table
{
}

.double-column-left
{
	padding: 0 11px 0 0;
	width: 305px;
}

.double-column-right
{
	padding: 0 0 0 10px;
	width: 305px;
}

/*** ARTICLE ***/

.article-table
{
	width: 100%;
}

.icon-td
{
	width: 1px;
	padding: 0 15px 0 0;
}

.reflogo-td
{
	width: 1px;
	background: url(../img/bg_references.gif) no-repeat 0px 0px;
}

.reflogo-td img
{
	padding-left:13px;
	padding-top:14px;
	padding-bottom:20px;
	padding-right:13px;
}

.box
{
	margin: 0 0 10px 0;
	padding: 20px 0;
	text-align: center;
	border: 1px solid #bebebe;
}

/*** BLUE TABLE ***/

.blue-table
{
	margin: 0 0 10px 0;
	width: 100%;
}

.blue-table td
{
	vertical-align: middle;
}

.blue-table p
{
	margin: 0;
	padding: 0;
}

.blue-table-td1
{
	width: 135px;
	padding: 5px;
	font-weight: bold;
}

.blue-table-td2
{
	padding: 10px;
	border-left: 1px solid #ffffff;
}

.table-header
{
	color: #ffffff;
	background-color: #67B5F8;
}

.table-row-even
{
	color: inherit;
	background-color:#E1F0FE;
}

.table-row-odd
{
	color: inherit;
	background-color: #C3E2FC;
}

.table-row-bottom td
{
	vertical-align:bottom;
}

.table-row-middle
{
	vertical-align:middle;
}

/*** SHOP TABLE ***/

.shop-table
{
	margin: 0 0 10px 0;
	width: 100%;
}

.shop-table p
{
	margin: 0;
	padding: 0;
}

.shop-table-td1
{
	padding: 10px;
	text-align: left;
}

.shop-table-td2, .shop-table-colspan
{
	padding: 10px;
	text-align: center;
	border-left: 1px solid #ffffff;
}

/*** CONTENT RIGHT ***/

.content-right-td
{
	width: 265px;
	padding: 0 26px;
}

.bigger
{
	padding: 0 10px;
	width: 440px;
}

.bigger-firststeps
{
	width: 331px;
}

.content-right
{
	margin: 0;
	padding: 50px 20px 0 20px;
	background: url(../img/bg-content-right.png) no-repeat 0 35px;
}

.content-right .width-217
{
	width: 217px;
}

.content-right .width-217 .button-standard2
{
	margin-left: 4px;
}

.content-right p
{
	margin: 0;
	padding: 20px 0 0 0;
	color: #8c8c8c;
	background-color: inherit;
}

.content-right td
{
	margin: 0;
	color: #8c8c8c;
	background-color: inherit;
}

.content-right .pics
{
	margin: 7px 0 2px 0;
	border: 1px solid #ccc;
}

.phone
{
	color: #093C92;
	background: url(../img/icons/phone.png) no-repeat 0 1px;
	background-color: inherit;
}

.download
{
	color: #093c92;
	background: url(../img/icons/download.png) no-repeat 0 1px;
	background-color: inherit;
}

.info
{
	color: #77b800;
	background: url(../img/icons/info.png) no-repeat 0 1px;
	background-color: inherit;
}

.green, .green a
{
	color: #77b800;
	font-weight: bold;
	background-color: inherit;
}

.green a:visited, .green a:hover, .green a:active, .green a:link
{
	color: #77b800;
}

.blue
{
	color: #093c92;
	font-weight: bold;
	background-color: inherit;
}

.company-pics
{
	margin-top: 30px;
}

.company-pics .single-td
{
	width: 1px;
	background: url(../img/jobs/company_pics_bg.gif) no-repeat 0px 0px;
}

.company-pics .single-td img
{
	width: 190px;
	height: 127px;
	padding: 5px;
}

/*** BUTTON STANDARD ***/

.button-standard
{
	display: block;
	margin: 0;
	padding: 2px 0 0 0;
	width: 189px;
	height: 21px;
	text-align: center;
	background: url(../img/button-standard.png) no-repeat;
}

.button-standard2
{
	display: block;
	margin: 0;
	padding: 2px 0 0 0;
	width: 100%;
	height: 21px;
	text-align: center;
	background: url(../img/button-standard.png) no-repeat center;
}

a.button-a:hover
{
	font-size: 11px;
	font-weight: normal;
	color: #464646;
	text-decoration: none;
	cursor: pointer;
	background-color: inherit;
}

a.button-a:visited
{
	font-size: 11px;
	font-weight: normal;
	color: #464646;
	text-decoration: none;
	cursor: pointer;
	background-color: inherit;
}

a.button-a:active
{
	font-size: 11px;
	font-weight: normal;
	color: #464646;
	text-decoration: none;
	cursor: pointer;
	background-color: inherit;
}

a.button-a:link
{
	font-size: 11px;
	font-weight: normal;
	color: #464646;
	text-decoration: none;
	cursor: pointer;
	background-color: inherit;
}

/*** BUTTON SMALL ***/

.button-small
{
	display: block;
	margin: 0;
	padding: 2px 0 0 0;
	width: 100%;
	height: 21px;
	text-align: center;
	background: url(../img/button-small.png) no-repeat center;
}

/*** FORM ***/

.form
{
	display: block;
	margin: 0;
	padding: 2px;
}

.select
{
	margin: 0;
	padding: 0;
	width: 185px;
	font-size: 12px;
}

.input
{
	margin: 0;
	padding: 0;
	width: 385px;
	font-size: 12px;
}

.textarea
{
	margin: 0;
	padding: 0;
	width: 385px;
	font-size: 12px;
}

/*** MISCS ***/

.spacer-td
{
	width: 7px;
}

.normal
{
	font-weight: normal;
}

.bold
{
	font-weight: bold;
}

.italic
{
	font-style: italic;
}

.small
{
	font-size: 11px;
}

.green2
{
	color: #77b800;
	background-color: inherit;
}

.blue2
{
	color: #093c92;
	background-color: inherit;
}

.subcontent-table
{
}

.subcontent-table-td
{
	width:50px;
	padding-top:10px;
}

.table-header a
{
	color:white;
}

.table-row-odd a, .table-row-even a
{
/*	font-weight:normal;*/
}

.tightList p.bold
{
	margin:0px;
	padding:0px;
}

.tightList li
{
	margin: 0;
	padding: 0 0 0px 15px;
	list-style: none;
	background: url(../img/list-black.gif) no-repeat 0 4px;
}

.specialPrice
{
	color:#c22700;/*#FAFD00;*/
	font-weight:bold;
}

.specialSubPrice
{
	color:#c22700;/*#FAFD00;*/
	font-weight:normal;
}

.regularPrice
{
	font-weight:normal;
	text-decoration:line-through;
}

.tvBackground
{
	background-image:url(../img/icons/tv_background.gif);
	background-color:white;
	background-repeat:repeat-x;
	background-position:bottom;
}

/*** FOOTER ***/
#footer
{
	width:100%;
	border-top: 1px solid #CCC;
}

#footer_content
{
	width:500px;
	margin:auto;
}

#footer_content a:visited
{
	color: #77B800;
}

#footer_content a:active
{
	color: #77B800;
}

#footer_content a
{
	display: block;
	float: left;
	margin: 0;
	padding: 8px 15px 2px 16px;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	background: url(../img/bg-mainmenu.png) no-repeat 0 6px;
	text-transform:lowercase;
}

#footer_content a:hover
{
	color: #232323;
}

#copyright
{
	color:#333;
	font-size:11px;
	padding-top:10px;
	text-align:center;
	clear:both;
}

.margin_left_45
{
	margin-left:45px !important;
}

.margin_left_30
{
	margin-left:30px !important;
}

.uppercase
{
	text-transform:uppercase !important;
}

.green
{
	color:#77B800 !important;
}

.gray
{
	color:#999 !important;
}

.orange
{
	color:#FF9900
}

.white
{
	color:#FFF
}

.float_left
{
	float:left !important;
}

.padding_0
{
	padding:0px;
}

table #caratteristiche
{
	width:100%;
}

table #caratteristiche td
{
	vertical-align:middle;
}

table #caratteristiche h3
{
	border-bottom:1px solid #CCC;
}

#questions
{
	background:transparent url(../img/bg-content-right.png) no-repeat scroll 0 35px;
	margin:0;
	padding:50px 20px 0;
	color:#999;
}

#questions_left
{
	background:transparent url(../img/bg-content-right.png) no-repeat scroll 0 20px;
	margin:0;
	padding:40px 20px 0;
	width:257px;
	color:#999;
}

#questions_left a
{
	color:#77B800 !important;
}

#questions_left a:visited
{
	color:#77B800;
}

#questions_left a:active
{
	color:#77B800;
}

#questions_clients
{
	background:transparent url(../img/bg-content-right.png) no-repeat scroll 0 20px;
	margin:0;
	padding:40px 20px 0;
	width:257px;
	color:#999;
}

#questions_clients p
{
	width:240px;
	padding-bottom:4px;
	text-align:left;
}

em
{
	color:#036;
}

hr
{
	border-top:1px dotted #333
}

.border_bottom_dotted
{
	border-bottom:1px dotted #333
}

.border
{
	border:1px solid #999
}

.clear_left
{
	float:left;
}

.invisible
{
	display:none;
}

#presentazione_swf
{
	margin:auto;
	width:320px;
	height:240px;
	border:1px solid #333;
}

.text_align_left
{
	text-align:left !important;
}

.no_list
{
	list-style:none;
}
.margin_r_10
{
	margin-right:10px;
}