@import "reset.css";
@import "typography.css";
@import url(http://fonts.googleapis.com/css?family=England);

body, html {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

body {
	font-family: 'PTSansRegular', sans-serif;
	line-height: 22px;
	font-size: 13px;
}

body a {
	outline: 0 !important;
}

:focus {
	outline: 0;
}

.clear:after {
	content: ".";
	visibility: hidden;
	display: block;
	height: 0px;
	clear: both;
}

.topHeader {
	
}

* html .clear {
	height: 1%;
}

#bottom-bar {
	bottom: 0;
	position: absolute;
	height: 120px;
	width: 100%;
	background: url(../imgs/black-80.png) repeat;
}

#bottom-bar .wrapper {
	position: relative;
}

#bottom-bar .wrapper .top-line {
	height: 1px;
	width: 100%;
	position: absolute;
	overflow: hidden;
	background: #1f1f1f url(../imgs/line-bottom-bar.png) no-repeat center top;
}

#footer {
	bottom: 0;
	position: absolute;
	font-size: 9px;
	line-height: 22px;
	color: #666;
	z-index: 400;
	height: 21px;
	width: 100%;
	background: #000;
}

#footer .contact {
	float: left;
	text-transform: uppercase;
	width: 700px;
	margin-left: 45px;
}

#footer .copy {
	float: right;
	display: inline-block;
	text-align: right;
	margin-right: 45px;
	margin-left: 45px;
}

#footer a {
	color: #777;
}

#footer a:hover {
	color: #999;
}


#navigation {
	position: absolute;
	top: 24px;
	left: 45px;
	font-size: 25px;
	font-family: 'Dynalight', sans-serif;
	font-weight: normal !important;
}

#navigation li {
	float: left;
	margin-left: 40px;
}

#navigation li:FIRST-CHILD {
	margin-left: 0;
}

#navigation li a {
	color: #FFFFFF;
	background: transparent;
}

#navigation li a:hover {
/* 	color: #CCC !important; */
}

#navigation li a.active {
	color: #f9032d !important;
	cursor: default;
}

#lang-switcher {
	display: block;
	position: absolute;
	top: 60px;
	left: 45px;
	color: #FFF;
	font-size: 11px;
}

/* ============================================== */

#navigation .sub-btn {
	position: relative;
}

#sub-menu {
	visibility: hidden;
	z-index: 948;
	position: absolute;
	width: 160px;
	left: -40px;
	overflow: hidden;
}

#sub-menu-int {
	width: 160px;
	position: relative;
}

#sub-menu ul {
	position: absolute;
	top: 0;
	left: 3px;
	margin: 0;
	width: 154px;
	padding: 5px 0 5px 0;
	font-size: 12px;
	background: #000;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	box-shadow: 0 0 3px #999;
	-moz-box-shadow: 0 0 3px #999;
	-webkit-box-shadow: 0 0 7px #999;
}

#sub-menu li {
	margin: 1px 0 0 0;
	line-height: 12px;
	overflow: hidden;
}

#sub-menu li.first {
	margin: 0;
}

#sub-menu li a {
	display: block;
	padding: 4px 10px 4px 10px;
	width: 140px;
	color: #DDD;
	background: #111;
}

#sub-menu li a:hover {
	color: #FFF;
	background: #C00;
}

#sub-menu li a.active {
	border-color: #333;
	color: #FFF !important;
	background: #000;
	cursor: default;
}

/* ============================================== */

#logo {
	position: absolute;
	top: 15px;
	right: 45px;
}

#logo a {
	text-indent: -9999999px;
	display: block;
	width: 146px;
	height: 69px;
	background: url(../imgs/logo.png) no-repeat left top;
}

/* ---------------------------------------------------------------- */

#content {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -280px 0 0 -480px;
	width: 960px;
	height: 440px;
}

#content .boxes {
	width: 800px;
	margin: 0 auto;
}

#content .boxes .box {
	float: left;
	width: 240px;
	height: 180px;
	margin-left: 40px;
	zoom:1;
	box-shadow: 0 0 7px #000;
	-moz-box-shadow: 0 0 7px #000;
	-webkit-box-shadow: 0 0 7px #000;
}

#content .boxes .box:FIRST-CHILD {
	margin-left: 0;
}

.white-box {
	background: url(../imgs/white-90.png) repeat;
}

#content h1.title-home {
	margin-top: 90px;
	margin-bottom: 30px;
}

#content h1.title-lavora {
	margin-top: 0px;
	margin-bottom: 10px;
}

h1.title-contatti {
	margin-bottom: 30px;
	font-family: 'England', sans-serif;
	font-size: 50px;
	line-height: 42px;
	color: #FFF;
	font-weight: normal;
	text-shadow: 0 0 7px #FFF;
}

#content h1 {	
	font-family: 'England', sans-serif;
	font-size: 50px;
	line-height: 42px;
	color: #FFF;
	font-weight: normal;
	text-align: center;
	text-shadow: 0 0 7px #FFF;
}

#content .boxes .box img {
	display: block;
	margin: 5px;
}

#content .boxes .white-box .box-title {
	cursor: pointer;
	display: block;
	font-weight: normal;
	font-size: 26px;
	line-height: 20px;
	font-family: 'Dynalight', sans-serif;
	text-align: center;
	margin-top: 10px;
	text-shadow: 0 2px 2px #777;
}

#content .boxes .box a {
	display: block;
	color: #333;
}

/* ======================================= VIDEO ============================================== */

#video {
	background: #FFF;
	height: 400px;
	width: 730px;
	margin: 15px auto;
	zoom: 1;
	box-shadow: 0px 0px 7px #000;
	-moz-box-shadow: 0 0 7px #000;
	-webkit-box-shadow: 0 0 7px #000;
	background: url(../imgs/white-20.png) repeat;
}

/* ======================================= SLIDESHOW ============================================== */

#slideshow {
	background: #FFF;
	height: 400px;
	width: 700px;
	margin: 7px auto;
	zoom: 1;
	box-shadow: 0px 0px 7px #000;
	-moz-box-shadow: 0 0 7px #000;
	-webkit-box-shadow: 0 0 7px #000;
	background: url(../imgs/white-20.png) repeat;
}

.slide {
	float: left;
	margin: 7px;
	background: #000;
	position: relative;
	height: 386px;
	width: 686px;
	overflow: hidden;
}

.slide img {
	margin-top: -50px;
	width: 686px;
}

.slide h3 {
	font-size:22px;
	font-weight:normal;
	margin:0 0 20px 0;
	color:#456;
}

.slidetabs {
	margin-top: 10px;
	float: left;
	clear: both;
	display: inline-block;
	height: 20px;
}

.slidetabs li {
	width: 19px;
	height: 19px;
	float: left;
	text-indent: -99999999px;
	display: inline-block;
}
.slidetabs li:first-child {
	margin-left: 0;
}

.slidetabs a {
	width: 19px;
	height: 19px;
	text-indent: -99999999px;
	background: url(../imgs/navigator.png) 0 0 no-repeat;
	display: block;
	font-size: 1px;
}

.slidetabs a:hover {
	background-position:0 -19px;      
}

.slidetabs li.current a {
	background-position:0 -38px;    
}

#back {
	top: 10px;
	right: 10px;
	width: 62px;
	height: 18px;
	position: absolute;
	display: block;
	text-indent: -999999px;
	background: url(../imgs/back.png) 0 0 no-repeat;
}

#gallery-btn {
	bottom: -5px;
	right: 115px;
	width: 84px;
	height: 22px;
	position: absolute;
	display: block;
	text-indent: -999999px;
	background: url(../imgs/gallery.png) 0 0 no-repeat;
}


.arrows {
	top: 200px;
	width: 27px;
	height: 42px;
	position: absolute;
	display: block;
	text-indent: -999999px;
	zoom: 1;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

#prev {
	left: 50px;
	background: url(../imgs/arrow-prev.png) left top no-repeat;
}

#next {
	right: 50px;
	background: url(../imgs/arrow-next.png) left top no-repeat;
}

#prev:HOVER, #next:HOVER {
	background-position: left bottom;
}


#contatti-left {
	position: absolute;
	top: 40px;
	left: 50px;
}

#contatti-left p {
	color: #FFF;
	font-size: 15px;
	text-transform: uppercase;
	margin-bottom: 20px;
}

#contatti-left h2,
#contatti-right h2 {
	color: #FFF;
	font-size: 28px !important;
	margin-bottom: 7px;
	font-family: 'Dynalight', sans-serif;
	font-size: 36px;
	line-height: 22px;
	color: #FFF;
	font-weight: normal;
}

#contatti-left h5,
#contatti-right h5 {
	color: #FFF;
	font-size: 14px !important;
	margin-bottom: 12px;
	font-size: 36px;
	line-height: 22px;
	color: #FFF;
	font-weight: normal;
}

#contatti-right {
	position: absolute;
	top: 112px;
	right: 50px;
	text-align: right;
}

#contatti-right p {
	color: #FFF;
	font-size: 15px;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.contatti-big {
	line-height: 14px !important;
	font-size: 19px !important;
}

.contatti-bold {
	font-family: 'PTSansBold', sans-serif;
}

.contatti-small {
	font-size: 10px !important;
}

#map-button {
	margin-top: 20px;
	width: 120px;
	display: block;
	color: #FFF;
	font-size: 13px;
	text-transform: uppercase;
	margin-bottom: 20px;
}

#map-button:hover {
	color: #F9032D;
}







#email-button {
	padding-left: 20px;
	padding-right: 20px;
	
}



.button {
	display: inline-block;
	font-size: 12px;
	line-height: 15px;
	background-color: #333; 
	border: 1px solid #555;
	padding-top: 5px;
	padding-bottom: 2px;
	zoom:1;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	color: #CCC;
}


#content .big-area {
	width: 800px;
	height: 400px;
	margin: 0 auto;
}

/* --------------------------------------------------------------- */

.big-area .wrapper {
	position: relative;
	width: 800px;
	height: 400px;
	zoom:1;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

#area-company .wrapper {
	background: url(../imgs/bg-company.jpg) no-repeat right top; 
}

#area-quality .wrapper {
	background: url(../imgs/bg-quality.jpg) no-repeat right top; 
}

#area-company .big-area-holder {
	top: 60px;
	left: 60px;
	width: 450px;
	height: 280px;
	position: absolute;
}

#btn-diploma {
	bottom: 0;
	left: 0;
	width: 100px;
	height: 50px;
	position: absolute;
}

#btn-artis {
	bottom: 0;
	left: 140px;
	width: 100px;
	height: 50px;
	position: absolute;
}

#area-quality .big-area-holder {
	top: 60px;
	left: 60px;
	width: 450px;
	height: 280px;
	position: absolute;
	background: url(../imgs/vera-pelle.gif) no-repeat left bottom;
}

.big-area  .big-area-holder h1 {
	font-weight: normal;
	font-size: 36px;
	line-height: 36px;
	color: #CC0000;
	margin-bottom: 3px;
	font-family: 'YanoneKaffeesatzLight';
}

.big-area  .big-area-holder h3 {
	font-size: 14px;
	font-family: 'DroidSansBold', sans-serif;
	font-weight: normal;
	margin-bottom: 10px;
	color: #777;
}

.big-area  .big-area-holder p {
	font-size: 13px;
	line-height: 22px;
	color: #777777;
}

/* ------------------------------------------------------------------------------- */
