/*
font-family: 'Share', cursive;
*/

body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #8f9ca7;
	font-family: 'Share', cursive;
	font-weight: 400;
}

form {
	margin: 0px 0px 0px 0px;
}

img {
	border: 0px;
}

a {
	border: 0px;
	outline: none;
}

div {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
	top: 0px;
	left: 0px;
}

p {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.fl {
	float: left;
}

.va {
	vertical-align: middle;
}

.abs-pos {
	position: absolute;
	display: block;
}
.cursor {
	cursor: pointer;
}
.loading {
	background-image: url("../img/layout/ajax-loader.gif");
	background-repeat: no-repeat;
	background-position: center;
}
/*******************************************************************************************************
** POSIZIONAMENTO SEZIONI
*/
#container {
	width: 100%;
}
#top-wrapper {
	width: 980px;
	height: 58px;
	margin: auto;
	background: transparent url("../img/layout/top.png") center 0 no-repeat;
}
#wrapper {
	width: 980px;
	margin: auto;
	background: transparent url("../img/layout/repeat.png") center 0 repeat-y;
}
#bottom-wrapper {
	width: 980px;
	height: 58px;
	margin: auto;
	background: transparent url("../img/layout/bottom.png") center 0 no-repeat;
}
#header {
	z-index: 100;
	height: 93px;
}
#content {
	padding: 20px 0px 0px 0px;
}
.format-footer {
	padding: 0px 15px 0px 14px;
}
#footer {
	padding: 7px 10px 0px 10px;
	border-top: 5px solid #C6C8CA;
	color: #2056AE;
	text-align: center;
	font-size: 12px;
	font-family: Arial;
}
/*******************************************************************************************************
** HEADER
*/
#logo {
 	display: block;
    left: 36px;
    position: absolute;
    top: -18px;
}
.img-header {
	display: block;
    left: 785px;
    position: absolute;
    top: -30px;
}
.cont-search-header {
	position: absolute;
	top: 0px;
	left: 462px;	
}
.title-searche-header {
	display: block;
	margin: 0px;
	padding: 0px 0px 5px 0px;
	font-size: 21px;
	color: #3e65b0;
}
.input-header {
	border: 1px solid #D0D0D0;
    height: 17px;
    width: 120px;
    padding: 2px;
    font-family: 'Share', cursive;
}
a.a-header {
	color: #202020;
	text-decoration: none;
}
/**************************************************************************************************
** MENU A TENDINA
*/
#cont-menu {
	background: transparent url("../img/layout/btn.png") center 0 repeat-x;
    height: 30px;
    left: 14px;
    width: 951px;
    z-index: 1002;
}
ul.menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.menu * {
	margin: 0;
	padding: 0;
}

ul.menu a {
	display: block;
	color: #FFF;
	text-decoration: none;
	font-size: 11px;
	text-transform: uppercase;
}

ul.menu li {
	position: relative;
	float: left;
	margin-right: 0px;
	background-color: transparent;
	border: 0px;
}

ul.menu ul {
	position: absolute;
	top: 30px;
	left: 0;
	background-color: #E0E0E0;
	display: none;
	opacity: 0;
	list-style: none;
}

ul.menu ul li {
	position: relative;
	border-top: none;
	width: 200px;
	margin: 0;
	background-color: transparent;
}

ul.menu ul li a {
	display: block;
	padding: 0px 0px 0px 25px;
	margin: 0px 0px 0px 0px;
	color: #303030;
	font-size: 11px;
	height: 30px;
	line-height: 30px;
	background-color: transparent;
	text-decoration: none;
	text-transform: uppercase;
}

ul.menu ul li a:hover {
	background: #EFEFEF url("../img/layout/bg_submenu.png") left 0 no-repeat;
}

ul.menu ul ul {
	left: 148px;
	top: -1px;
}

ul.menu .menulink {
	padding: 0px 12px 0px 12px;
	margin-right: 2px;
	font-weight: normal;
	text-align: center;
	color: #000;
	text-transform: uppercase;
	height: 31px;
	line-height: 31px;
	font-size: 14px;
	border-right: 1px solid #fff;
}

ul.menu .menulink:hover,ul.menu .menuhover {
	color: #909090;
}

ul.menu .sub {
	background: #d1d1d1 url(images/arrow.gif) 136px 8px no-repeat;
}

ul.menu .topline {
	border-top: 1px solid #aaa;
}
/*******************************************************************************************************
** SLIDER
*/
.cont-slider {
	width: 920px;
	height: 380px;
	padding: 20px 0px 20px 0px;
	margin: auto;
}
/*******************************************************************************************************
** HOME
*/
.spacer-box-home {
	width: 100%;
	height: 350px;
}
#bg-box-home {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color:#000000;
	-moz-opacity:.80;
	opacity:.80;
	filter:alpha(opacity=80);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	z-index: 1000;
	display: none;	
}
.title-box {
	display: block;
	position: absolute;
	top: 10px;
	left: auto;
	right: 20px;
	color: #FFF;
	font-family: Arial;
	margin: 0px;
	padding: 0px;
	font-size: 25px;
	letter-spacing: -1px;
	font-weight: normal;
}
.container-box {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
}
.cont-box-home {
	margin: auto;
    padding: 0px 0 0 18px;
    width: 935px;
    z-index: 999;
    top: 198px;
}
.box-home {
	padding: 0px 0px 0px 0px;
	margin: 0px 17px 0px 0px;
	width: 450px;
	height: 331px;
	float: left;
	z-index: 1001;
	cursor: pointer;
}
#img-box-1 {
	margin-right: 0px;
}
.cont-sottomenu-box {
	position: absolute;
	top: 40px;
	left: auto;
	right: 20px;
	display: none;
	background: transparent url("../img/layout/bg_alpha.png") center 0 repeat;
	width: 150px;
	padding: 15px 0px 10px 0px;
}
a.link-box {
	display: block;
	padding: 0px 10px 5px 10px;
	text-decoration: none;
	font-size: 14px;
	color: #FFF;
	text-transform: uppercase;
	text-align: right;
	font-weight: bold;
}
a.link-box:hover {
	text-decoration: underline;
}
.img-box {
	width: 450px;
	height: 331px;
}
.testo-home {
	display: block;
	margin: 0px;
	padding: 17px 0 17px 31px;
	letter-spacing: -1px;
	font-weight: lighter;
	font-size: 27px;
	color: #2056AE;
}
.txt-home {
	padding: 0px 20px 20px 32px;
	font-size: 13px;
	margin: 0px;
}
.cont-vetrina {
	padding: 3px 0px 20px 31px;
}
.img-vetrina {
	display: block;
	float: left;
	position: relative;
	top: 0px;
	left: 0px;
	width: 290px;
	height: 133px;
	box-shadow: 3px 7px 10px 0px #4A4A4A;
	margin-right: 20px;
	margin-bottom: 20px;
}
.img-i-vetrina {
	width: 290px;
	height: 133px;
}
.title-vetrina {
	position: absolute;
	bottom: 0px;
	background: transparent url("../img/layout/bg_alpha.png") center 0 repeat;
	width: 280px;
	padding: 3px 10px 3px 0px;
	color: #FFF;
	font-family: Arial;
	font-size: 23px;
	font-weight: lighter;
	letter-spacing: -1px;
	text-align: right;
	margin: 0px;
}
.format-brand {
	padding: 10px 15px 0px 14px;
}
.cont-brand {
	padding: 10px 10px 15px 10px;
	border-top: 5px solid #C6C8CA;
}
.cont-img-brand {
	float: left;
	height: 50px;
	margin: 0px 7px 0px 0px;
	line-height: 50px;
}
/*******************************************************************************************************
** TESTI
*/
.format-content {
	padding: 20px 15px 20px 14px;
}
.titolo-testo {
	display: block;
	padding: 10px 10px 10px 20px;
	border-top: 5px solid #DEDFE1;
	border-bottom: 5px solid #DEDFE1;
	margin: 0px 0px 5px 0px;
	font-size: 31px;
	color: #2056AE;
	letter-spacing: -1px;
}
.format-testo {
	padding: 20px 20px 20px 20px;
}
.testo-testo {
	padding: 20px 20px 20px 20px;
	color: #212121;
	border: 1px solid #cad3db;
    font-size: 14px;
    line-height: 19px;
    font-family: Arial;
    background: transparent url("../img/layout/bg_txt.png") center bottom repeat-x;
}
.testo-testo a {
	color: #945B99;
	text-decoration: none;	
}
.testo-testo a:hover {
	text-decoration: underline;
}
.sottomenu-sez {
	background: transparent url("../img/layout/btn.png") center 0 repeat;
	min-height: 31px;
	width: 100%;
}
.a-link-sottosez {
	padding: 0px 15px 0px 15px;
	height: 31px;
	line-height: 31px;
	color: #000;
	font-size: 13px;
	text-decoration: none;
	text-align: left;
	display: block;
	float: left;
	width: 200px;
}
.a-link-sottosez:hover {
	color: #707070;
}
.cont-img {
	padding: 30px 0px 10px 0px;
}
a.a-gallery {
	display: block;
	float: left;
	width: 97px;
	height: 97px;
	margin: 0px 7px 7px 0px;
	padding: 3px;
	border: 1px solid #DEDFE1;
	
}
.titolo-tt {
	display: block;
	margin: 0px;
	padding: 0px 0px 7px 0px;
	font-size: 18px;
	color: #303030;
	font-family: 'Share', cursive;
}
/*******************************************************************************************************
** SEARCH
*/
.cont-ricerca {
	padding: 20px;
}
a.a_search {
	display:block;
	position: relative;
	width: 890px;
	padding: 10px 0px 10px 20px;
	margin: 0px 0px 10px 0px;
	color: #3B3B3B;
	background-color: #F0F0F0;
	border: 1px solid #CBCBCB;
	font-size: 16px;
	text-decoration: none;
}
a.a_search:hover {
	color: #000000;
	background-color: #CBCBCB;
}
.span-search {
	display: block;
	position: absolute;
	top: 10px;
	left: auto;
	right: 20px;
	font-size: 12px;
}
.number-search {
	color: #2056AE;
}
.noresult {
	padding: 20px;
	color: #000;
	font-size: 18px;
}

/*******************************************************************************************************
** DOWNLOAD
*/
.cont-lista-doc {
	padding: 0px 0px 0px 0px;
}
.t-doc {
	display: block;
	margin: 0px;
	padding: 0px 0px 3px 0px;
	border-bottom: 1px solid #D0D0D0;
	width:900px;
	color: #AFAFAF;
    font-size: 23px;
}
.one-doc {
	width:860px;
	padding:20px;
	margin: 0px 0px 20px 0px;
	border: 1px solid #C0C0C0;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	behavior: url('/_static/css/PIE.htc');
	border-radius:7px;
	background-color: #F0F0F0;
}
.sx-doc {
	width: 480px;
	float: left;
	padding: 0px 20px 20px 0px;
}
.dx-doc {
	width: 319px;
	float: left;
	padding: 0px 20px 0px 20px;
	border-left: 1px solid #D0D0D0; 
}
.title-doc {
	margin: 0px;
	padding: 0px 0px 7px 0px;
	color: #909090;
    font-size: 18px;
}
.desc-doc {
	padding: 0px 0px 0px 0px;
	font-size: 13px;
	color: #58595B;
}
a.link-file-doc {
	display: block;
	width: 200px;
	margin: auto;
	text-align: center;
	text-decoration: none;
	font-size: 16px;
	color: #303030;
	padding: 20px 0px 20px 0px;
}
a.link-file-doc:hover {
	color: #A0A0A0;
}
.cont-risp-doc {
	padding: 7px 0px 20px 0px;
	color: #666;
    font-family: Helvetica;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: -0.03em;
}
.error {
	color: #F00;
}
/*******************************************************************************************************
** PHOTOGALLERY
*/
#corpo .photogallery {
	padding: 20px 30px 20px 30px; 
}
.one_gall {
	width: 154px;
	height: 154px;
	margin: 0px 20px 20px 0px;
}
.title_gall {
	display: block;
	width: 154px;
	color: #2056AE;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
}
.img_gall {
	border: 2px solid #CDCDCD;
	padding: 5px;
}
.span_gall {
	font-size: 14px;
	color: #909090;
	font-weight: normal;
	text-transform: none;
}
/*******************************************************************************************************
** UTIL MOZ
*/
.util_moz {
	position: relative;
	top: 0px;
	left: 0px;
	clear: both;
	border: 0px solid black;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	visibility: hidden;
}
.clear {
	clear: both;
}