body {
	font-family: "Segoe UI", Corbel, "Franklin Gothic Medium", "Trebuchet MS", Arial, sans-serif ;
	background: #0A183D url("../images/body_bg.jpg") no-repeat left top;
	color: #fff;
	margin-bottom: 60px;
	}
h2 {
	margin: 0;
	padding: 0 7px;
	color: #006666;
	border-bottom: 1px dotted #222;
	font-size: 2.2em;
	font-weight: normal;
	text-align: right;
	}
h3 {
	margin: 0;
	padding-left: 7px;
	background: transparent url("../images/h3Back.png") repeat-x center center; 
	border-bottom: 1px dotted #cccccc;
	color: #006666;
	font-weight: bold;
	font-size: 1.3em;
	font-weight: normal;
	}
hr {
	border: 1px solid #ccc;
	}
img {
	border: none;
	}
img.left {
	float: left; 
	margin: 5px 10px 0 4px; 
	padding: 2px;
	}
img.right {
	float: right; 
	margin: 5px 4px 0 10px; 
	padding: 2px;
	}
table {
	color: #000;
	}
table td {
	padding: 2px 12px 2px 0;
	}
textarea {
	display: block; 
	width: 597px; 
	padding: 5px 3px 0 3px; 
	border: 1px solid #C8C8C8; 
	background: #FAFAFA url(../images/img06.png) bottom repeat-x;
	font: normal 14px "Segoe UI", Corbel, "Franklin Gothic Medium", "Trebuchet MS", Arial, sans-serif; 
	color: #000; 
	}
	
.tBox {
	width: 240px; 
	height: 23px; 
	padding: 1px 3px 0 3px; 
	border: 1px solid #C8C8C8; 
	background: #FAFAFA url(../images/img04.png) center center repeat-x; 
	font: normal 14px "Segoe UI", Corbel, "Franklin Gothic Medium", "Trebuchet MS", Arial, sans-serif; 
	color: #000; 
	}
.tBoxSecure {
	width: 80px; 
	height: 23px; 
	padding: 1px 3px 0 3px; 
	border: 1px solid #C8C8C8; 
	background: #FAFAFA url(../images/img04.png) repeat-x; 
	font: normal 14px "Segoe UI", Corbel, "Franklin Gothic Medium", "Trebuchet MS", Arial, sans-serif; 
	color: #000; 
	text-align: center;
	}
.btn {
	width: 65px; 
	height: 25px; 
	margin: 0; 
	border: 1px solid #86B2D1; 
	background: #FAFAFA url(../images/img05.png) repeat-x; 
	font: normal "Segoe UI", Corbel, "Franklin Gothic Medium", "Trebuchet MS", Arial, sans-serif; 
	color: #013473; 
	cursor: pointer; 
	}

#headDiv {
	position: relative;
	margin: 20px auto;
	width: 850px;
	height: 100px;
	}

#logo {
	width: 405px;
	height: 100px;
	background: url("../images/logo_img1.png") no-repeat;
	}
#logo span {
	color: #999;
	}
#logo span.sloganTop {
	position: absolute;
	padding: 50px 0 0px 60px;
	}

#langs {
	position: absolute;
	width: 114px;
	height: 24px;
	padding: 3px;
	top: -10px;
	right: 1px;
	/* background: transparent url("../images/langsBg.png") center center no-repeat; */
	text-align: center;
	color: #ffffff;
	background: transparent url("../images/langsBg.png") no-repeat;
	}
#langs a {
	padding: 6px;
	font-family: Tahoma, Arial, sans-serif;
	font-size: .7em;
	text-decoration: none;
	color: #aaaaaa;
	letter-spacing: 2px;
	}
#langs a:hover {
	text-transform: uppercase;
	color: #f8f8f8;
	}
#langs a.currLang {
	text-transform: uppercase;
	color: #f8f8f8;
	}

/* MENU ---------------------------------------------------------- */
#menu {
	float: right;
	height: 35px;
	margin-top: -27px;
	padding: 0px 5px 15px 25px;
	text-align: right;
	}
#menu ul {
	line-height: 35px; 
	list-style: none; 
	margin: 0; 
	padding: 0 10px 0 10px; 
	}
#menu ul li {
	display: inline;
	padding: 0;
	}
#menu ul li a {
	color: #FFF; 
	float: left; 
	padding: 0 3px 0 3px; /* left 3 px because of left.png image */ 
	text-decoration: none; 
	}
#menu a span {
	display: block; 
	float: none; 
	padding: 0 10px 0 7px; 
	}
#menu a span img {
	border: none; 
	margin: 8px 4px 0 0; 
	}
#menu ul li a:hover {
	background: url("../images/btn_left.png") no-repeat left center; 
	}
#menu ul li a:hover span {
	background: url("../images/btn_right.png") no-repeat right center; 
	}
/* --------------------------------------------------------------- */

#contentMaster {
	width: 900px;
	margin: 0px auto;
	margin-top: 10px;
	background: transparent;
	}
#extBox {
	width: 900px;
	margin: 0px auto;
	border: 1px solid #505B77;
	}
.intBox {
	width: 860px;
	border: 1px solid #505B77;
	position: relative;  	/* PER CENTRARE UN DIV ALL'INTERNO DI UN ALTRO */
	left: 50%; 				/* PER CENTRARE UN DIV ALL'INTERNO DI UN ALTRO */
	margin-left: -430px;	/* PER CENTRARE UN DIV ALL'INTERNO DI UN ALTRO */
	margin-top: -45px;
/*
	background: #090909;
	filter:alpha(opacity=15);
	-moz-opacity: .15;
	opacity: .15;
*/
	}

#handSx {
	position: absolute;
	width: 138px;
	height: 268px;
	left: 9.5%;
	background: transparent url("../images/handSx.png") no-repeat;
	z-index: 200;
	}
#handDx {
	position: absolute;
	width: 138px;
	height: 268px;
	left: 79.85%;
	background: transparent url("../images/handDx.png") no-repeat;
	z-index: 200;
	}

.transparent {
	width: 100%;
	height: 100%;
	padding: 15px 0 15px 0;
	background: transparent url("../images/sfondo.png") repeat;
	}

#contentTop {
	height: 50px;
	margin-bottom: -30px;
	background: transparent url("../images/content_box_top.png") no-repeat;
	}

#content {
	padding: 1px 35px 1px 35px;
	background: transparent url("../images/content_box_mid.png") repeat-y;
	color: #000;
	}
#content p {
	position: relative;
	padding: 0 5px 0 5px;
	color: #000;
	}
#content p span {
	font-weight: bold;
	}
#content p.disclaimer {
	font-size: 0.9em;
	}
#content p.disclaimer span {
	font-size: 1.1em;
	font-weight: bold;
	}
#content a.website {
	margin: 0 3px;
	}
#content li {
	color: #000;
	}
#content h3 a {
	color: #3399FF;
	text-decoration: none;
	}
#content h3 a:hover {
	text-decoration: underline;
	}
#content li a {
	color: #3399FF;
	text-decoration: none;
	}
#content li a:hover {
	margin-left: 4px;
	text-decoration: underline;
	}
#content table.pricelist {
	width: 89.5%;
	margin: 0 5%;
	border-collapse: collapse;
	}
#content table.pricelist tr {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #ddd;
	}
#content table.pricelist tr.noBorder {
	border-bottom: none;
	}
#content table.pricelist td {
	margin: 0;
	padding: 0 7px;
	}
#content span.bottomNote {
	font-size: 0.8em;
	}
#content span.evidence {
	font-size: 1.3em;
	font-weight: bold;
	}

#slogan {
	margin: 30px 5px;
	text-align: center;
	font-size: 2em;
	}
#slogan img {
	float: left; 
	margin: 5px 10px 0 4px; 
	padding: 2px;
	}

#home {
	font-size: 2em;
	}

#contentBot {
	height: 50px;
	margin-top: -30px;
	background: transparent url("../images/content_box_bot.png") no-repeat;
	}

#bottomBox {
	width: 860px;
	position: relative;  	/* PER CENTRARE UN DIV ALL'INTERNO DI UN ALTRO */
	left: 50%; 				/* PER CENTRARE UN DIV ALL'INTERNO DI UN ALTRO */
	margin-left: -430px;	/* PER CENTRARE UN DIV ALL'INTERNO DI UN ALTRO */
	margin-top: 5px;
	text-align: center;
	font-size: 0.8em;
	color: #cfcfcf;
	}
#bottomBox a {
	margin: 0 7px;
	color: #afafaf;
	text-decoration: none;
	}
#bottomBox a:hover {
	color: #fff;
	text-decoration: underline;
	}

#endPage {
	width: 900px;
	margin: 0px auto;
	font-size: 0.7em;
	text-align: center;
	color: #006699;
	}