
/* Imedia Creatives - servizi codifica html5 css3 - 
http://www.imediacreatives.it - 
postmaster@imediacreatives.it -

 */

@charset "utf-8";
a:link {
	color: #999999;
	text-decoration: none;
}

a:link img {
	text-decoration: none;
	border: 0px;



}
nav #nav_block a:hover {
	color: #EB7E29;
}


	a:visited {
	color: #E7E7E7;

	}
a:hover {
	color: #EB7E29;
}


body {
	height: 100%;
	width: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
}
#container_primary {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #ccc;
	background-color: #FFF;
	height: 870px;
	width: 1024px;
	min-width: 45%;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	
}

header {
	display: block;
	float: left;
	height: 100px;
	width: 960px;
	margin-left: 7%;
	position: relative;
	background-image: url(../images/separator_bottom.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#content {
	background-color: #FFF;
	float: left;
	height: 495px;
	width: 960px;
	margin-left: 7%;
	position: relative;
}
#nav {
	display: block;
	float: right;
	height: 90px;
	width: 200px;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin-top: 15px;
}
#nav_block {
	display: block;
	float: right;
	height: 90px;
	width: 280px;
	position: relative;
}
#nav_block .row a {
	color: #AAAAAA;
	text-decoration: none;
}
#nav ul {
	list-style-type: none;
	color: #999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
}
nav {
	display: block;
	float: right;
	height: 90px;
	width: 500px;
	position: relative;
}
.current {
	color: #EB7E29;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-decoration: none;
	}
.current_b {
	color: #EB7E29;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: none;
}
#nav_block .row {
	float: left;
	height: 25px;
	width: 280px;
	margin-top: 53px;
	margin-bottom: 27px;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #999;
	text-align: right;
}
.logo {
	display: block;
	float: left;
	height: 35px;
	width: 230px;
	position: relative;
	top: 65px;
}
.social a {
	color: #FFF;
}
.social img {
	margin-right: 3px;
}
.social {
	float: left;
	height: 30px;
	width: 200px;
	position: relative;
	margin-left: 10px;
	margin-top: 8px;
}
.copy p {
	line-height: 10px;
}

footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
	display: block;
	float: left;
	height: 50px;
	width: 960px;
	position: relative;
	font-style: normal;
	line-height: 20px;
	font-weight: 200;
	margin-left: 7%;
	background-image: url(../images/line_top_footer.png);
	background-repeat: no-repeat;
	background-position: left -15px top;
}
.copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
	display: block;
	float: left;
	height: 35px;
	width: 560px;
	position: relative;
	line-height: 0px;
	overflow: hidden;
}
#contact {
	display: block;
	float: right;
	height: 35px;
	width: 170px;
	position: relative;
}
.active_nav {
	color: #EB7E29!important;
}


#loading {
	width: 200px;
	height: 100px;
	position: absolute;
	left: 49%;
	top: 50%;
	margin-top: -50px;
	margin-left: -80px;
	background-repeat: no-repeat;
