/*---------INIZIO CODICE INSERIMENTO SET CARATTERI---------*/
@font-face
{
	font-family:'TradeGothicStd';
	font-style: normal;
	font-weight: normal;
	src: url(../font/TradeGothicLTStd.woff);
}
@font-face
{
	font-family:'TradeGothicStdBold';
	font-style: normal;
	font-weight: normal;
	src: url(../font/TradeGothicLTStd-Bold.woff);
}
@font-face
{
	font-family:'TradeGothicStdLight';
	font-style: normal;
	font-weight: normal;
	src: url(../font/TradeGothicLTStd-Light.woff);
}
@font-face
{
	font-family:'TradeGothicStdLightOblique';
	font-style:normal;
	font-weight:normal;
	src:url(../font/TradeGothicLTStd-LightObl.woff);
}
@font-face
{
	font-family:'TradeGothicStdBold2';
	font-style:normal;
	font-weight:normal;
	src:url(../font/TradeGothicLTStd-Bd2.woff);
}
/*---------FINE CODICE INSERIMENTO SET CARATTERI---------*/




/*---------INIZIO CODICE DEFINIZIONE PROPRIETA' PAGINA---------*/

body {
	margin: 0 0 0 0;
	padding: 0;
	background-color:#FFF;
	font-family: 'TradeGothicStd','TradeGothicStdBold','TradeGothicStdLight';
	font-size: 13px;
	text-align: left;
	height:100%;
	width:100%;
}

.big-link {
	
}

/*---------FINE CODICE DEFINIZIONE PROPRIETA' PAGINA---------*/

/*---------INIZIO CODICE DEFINIZIONE PROPRIETA' PARAGRAFI E TESTO---------*/

h1, h2, h3 {
	margin: 0;
	font-weight: normal;
	color: #231F20;
}

h1 {
	font-family: 'TradeGothicStdBold2';
	font-size: 32px;
	line-height: 32px;
}

h2 {
	font-size: 16px;
	font-family: 'TradeGothicStdBold2';
	font-weight: bold;
}
h3 {
	font-size: 14px;
	font-family: 'TradeGothicStd';
	font-style:normal;
	line-height: 30px;
	word-spacing: 0px;
}
h4 {
	font-size: 14px;
	font-family: 'TradeGothicStd';
	font-style:normal;
	line-height: 15px;
	word-spacing: 0px;
}
h5 {
	font-size: 32px;
	font-family: 'TradeGothicStd';
	text-align: left;
	text-decoration: line-through;
	line-height: 15px;
	margin: 0 auto 12px auto;
}
h7 {
	font-size: 14px;
	font-family: 'TradeGothicStdBold2';
	font-style: italic;
	line-height: 15px;
	word-spacing: 0px;
	text-align: left;
}
h8 {
	font-size: 22px;
	font-family: 'TradeGothicStdBold2';
	line-height: 22px;
	word-spacing: 4px;
	letter-spacing: 2px;
	font-weight: bold;
}
h9 {
	font-size: 22px;
	font-family: 'TradeGothicStdBold2';
	line-height: 22px;
	word-spacing: 0px;
	letter-spacing: 0px;
	font-weight: bold;
}
h10
{
	font-size:14px;
	font-family: 'TradeGothicStdBold2';
	margin-bottom: 20px;
	letter-spacing: 1px;
}
h11
{
	font-size:12px;
	font-family: 'TradeGothicStdLight';
	margin-bottom: 20px;
	letter-spacing: 1px;
}
h12
{
	font-size:12px;
	font-family: 'TradeGothicStdLightOblique';
	margin-bottom: 20px;
	letter-spacing: 1px;
}
p4
{
	font-size:12px;
	font-family: 'TradeGothicStdLight';
	margin-bottom: 20px;
	letter-spacing: 1px;
}
p {
	font-family: 'TradeGothicStd';
	font-size: 10pt;
	letter-spacing: 0px;
	word-spacing: 2px;
	line-height: 18px;
	color: #231F20;
}

p3 {
	font-family: 'TradeGothicStd';
	font-size: 10pt;
	letter-spacing: 0px;
	word-spacing: 2px;
	line-height: 18px;
	color: #231F20;
}
/*---------INIZIO CODICE TESTO FORMATTATO LINK ATTIVO---------*/

p2
{
	font-family: 'TradeGothicStdLight';
	font-size: 12pt;
	letter-spacing: 2px;
	word-spacing: 10px;
	color: #231F20;
	line-height: 180%;
	background-color: #FFF;
	text-decoration:line-through;
}

/*---------FINE CODICE TESTO FORMATTATO LINK ATTIVO---------*/

/*---------FINE CODICE DEFINIZIONE PROPRIETA' PARAGRAFI E TESTO---------*/

/*---------INIZIO CODICE DEFINIZIONE IMMAGINE SFONDO---------*/

#top
{
	width: 100%;
	height: 372px;
	background-color:#231F20;
	background-image:url(../images/top_1024.jpg);
	background-repeat:no-repeat;
	background-position: center center;
}

/*---------FINE CODICE DEFINIZIONE IMMAGINE SFONDO---------*/

/*---------INIZIO CODICE DEFINIZIONE MENU---------*/

#header
{
	width: 1024px;
	height: 39px;
	margin: 0 auto 0 auto;
	padding-left: 65px;
	padding-top: 13px;
	font-family: 'TradeGothicStdLight';
	font-size: 12pt;
	letter-spacing: 2px;
	word-spacing: 10px;
	color: #231F20;
	line-height: 180%;
	background-color: #FFF;

}
#header a:link
{
	color: #231F20;
	text-decoration: none;
}

#header a:hover
{
	color: #231F20;
	text-decoration:line-through;
}

#header a:visited
{
	color: #231F20;
}
#header a:active
{
	color: #231F20;
	text-decoration:line-through;
}

/*---------FINE CODICE DEFINIZIONE MENU---------*/

/*---------INIZIO CODICE DEFINIZIONE BARRA SEPARAZIONE---------*/

#separate
{
	clear:both;
	width: 1024px;
	height: 1px;
	margin: 0 auto 0 auto;
	background-color:#231F20;
}
#separate_small
{
	width: 250px;
	height: 1px;
	margin: 0 auto 30px 0;
	background-color:#231F20;
}
#separate_live
{
	clear: both;
	width: 1024px;
	height: 1px;
	margin: 0 auto 0 auto;
	background-color: #231F20;
}
/*---------FINE CODICE DEFINIZIONE BARRA SEPARAZIONE---------*/

/*---------INIZIO CODICE DEFINIZIONE BARRA SOCIAL NETWORK---------*/

#social
{
	clear: both;
	width: 1024px;
	height: 55px;
	margin: 0 auto 0 auto;
	padding-left: 65px;
	padding-top: 40px;
	padding-bottom: 0px;
	font-family: 'TradeGothicStdLight';
	font-size: 12pt;
	letter-spacing: 2px;
	word-spacing: 5px;
	color: #231F20;
	line-height: 180%;
	background-color: #FFF
}

/*---------FINE CODICE DEFINIZIONE BARRA SOCIAL NETWORK---------*/

/*---------INIZIO CODICE DEFINIZIONE PIE' DI PAGINA---------*/

#footer
{
	width: 1024px;
	height: 40px;
	margin: 0 auto 0 auto;
	padding-left: 65px;
	padding-top: 13px;
	font-family: 'TradeGothicStdLight';
	font-size: 10pt;
	letter-spacing: 0px;
	word-spacing: 3px;
	text-align:center;
	color: #231F20;
	line-height: 100%;
	background-color: #FFF;
}

/*---------FINE CODICE DEFINIZIONE PIE' DI PAGINA---------*/


#pagina {   
	width: 1024px;
	height: auto;
	margin: 20px auto 65px auto;
	padding-top: 13px;
	font-family: 'TradeGothicStd';
	font-size: 12pt;
	letter-spacing: 0px;
	word-spacing: 2px;
	text-align:center;
	color: #231F20;
	line-height: 100%;
	background-color: #FFF;                    
	/*width: 1024px;
	margin: 65px auto 65px auto;
	color: #231F20;
	text-align: center center;
	padding-left: 85px;*/
}

#col1
{
	float:left;
	width: 300px;
	margin-left:31px;
	margin-right:0px;
	text-align: left;
	background-color:transparent;
}
#col2
{
	width: 300px;
	float:left;
	margin-left:31px;
	margin-right: 0px;
	text-align: left;
	background-color:transparent;
}
#col3
{
	width: 300px;
	float:right;
	margin-left: 31px;
	margin-right: 0px;
	text-align: left;
	background-color:transparent;
	div#foo
}
#colMap
{
	width: 631px;
	float:right;
	margin-left: 31px;
	margin-right: 0px;
	background-color:transparent;
	div#foo
}
#colLive
{
	width: 650px;
	float:left;
	margin-left: 0px;
	margin-right: 0px;
	text-align: left;
	background-color:transparent;
}
#topLett
{
	width: 1024px;
	float:left;
	margin-left: 0px;
	margin-right: 0px;
	text-align: left;
	background-color:transparent;
}
#topArt
{
	width: 1024px;
	float:left;
	margin-left: 20px;
	margin-right: 0px;
	text-align: left;
	background-color:transparent;
}
#preview
{
	width: 180px;
	display:block;
	margin-bottom:20px;
	margin-right:20px;
	float: left;
	background-color: transparent;
}
div.preview
{
	width: 180px;
	display:block;
	margin-bottom:20px;
	margin-right:20px;
	float: left;
	background-color: transparent;
}
#popup1,popup2
{
	display: none;
	position: absolute;
	width: 333px;
	padding: 10px;
	margin-top: 25px;
	background: #fff;
}

div.popup1, div.popup2
{
	display: none;
	position: absolute;
	width: 333px;
	padding: 10px;
	margin-top: 25px;
	background: #fff;
}


/*	--------------------------------------------------
	Reveal Modals
	-------------------------------------------------- */
		
	.reveal-modal-bg { 
		position: fixed; 
		height: 100%;
		width: 100%;
		background: #876998;
		background: rgba(0,0,0,.8);
		z-index: 100;
		display: none;
		top: 0;
		left: 0; 
		}
	
	.reveal-modal {
		visibility: hidden;
		top: 100px; 
		left: 50%;
		margin-left: -113px;
		width: 333px;
		/*background: #eee url(modal-gloss.png) no-repeat -200px -80px;*/
		background-color:#FFF;
		position: absolute;
		z-index: 101;
		padding: 30px 40px 34px;
		-moz-border-radius: 0px;
		-webkit-border-radius: 0px;
		border-radius: 0px;
		-moz-box-shadow: 0 0 10px rgba(0,0,0,.4);
		-webkit-box-shadow: 0 0 10px rgba(0,0,0,.4);
		-box-shadow: 0 0 10px rgba(0,0,0,.4);
		}
		
	.reveal-modal.small 		{ width: 200px; margin-left: -140px;}
	.reveal-modal.medium 		{ width: 400px; margin-left: -240px;}
	.reveal-modal.large 		{ width: 600px; margin-left: -340px;}
	.reveal-modal.xlarge 		{ width: 800px; margin-left: -440px;}
	
	.reveal-modal .close-reveal-modal {
		font-size: 22px;
		line-height: .5;
		position: absolute;
		top: 8px;
		right: 11px;
		color: #aaa;
		text-shadow: 0 -1px 1px rbga(0,0,0,.6);
		font-weight: bold;
		cursor: pointer;
		} 
	/*
		
	NOTES
	
	Close button entity is &#215;
	
	Example markup
	
	<div id="myModal" class="reveal-modal">
		<h2>Awesome. I have it.</h2>
		<p class="lead">Your couch.  I it's mine.</p>
		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. In ultrices aliquet placerat. Duis pulvinar orci et nisi euismod vitae tempus lorem consectetur. Duis at magna quis turpis mattis venenatis eget id diam. </p>
		<a class="close-reveal-modal">&#215;</a>
	</div>
	
	*/
