/* ---------------------------------------------------------------------------------------------------- */
/* 																										*/
/* CSS RESET ------------------------------------------------------------------------------------------ */
/* 																										*/
/* ---------------------------------------------------------------------------------------------------- */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, menu, time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
article, aside, figure, footer, header, hgroup, nav, section {
	display:block;
}

blockquote, q {
	quotes:none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content:'';
	content:none;
}
a {
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}
mark {
	background-color:#ff9;
	color:#000;
	font-style:italic;
	font-weight:bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom:1px dotted #000;
	cursor:help;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
hr {
	display:block;
	height:1px;
	border:0;
	border-top:1px solid #ccc;
	margin:1em 0;
	padding:0;
}
input, select {
	vertical-align:middle;
}
pre, code, kbd, samp {
	font-family: monospace, sans-serif;
}
html {
	overflow-y: scroll;
}
button {
	width: auto;
	overflow: visible;
}
.ie7 img {
	-ms-interpolation-mode: bicubic;
}
nav ul {
	list-style:none;
}
body li {
	list-style:none;
}
/* ---------------------------------------------------------------------------------------------------- */
/* 																										*/
/* BASE COLOR ----------------------------------------------------------------------------------------- */
/* 																										*/
/* ---------------------------------------------------------------------------------------------------- */

/*
Gray 1 		= #8f9597
Gray 2 		= #747e80
Gray 3 		= #e1e1e1
Orange 1 	= #cd0000
Orange 2 	= #ff3300
*/ 

/* ---------------------------------------------------------------------------------------------------- */
/* 																										*/
/* FONTS ---------------------------------------------------------------------------------------------- */
/* 																										*/
/* ---------------------------------------------------------------------------------------------------- */

@font-face {
	font-family: 'PT-SansNarrow';
	src: url('../fonts/PTN57F.eot');
	src: url('../fonts/PTN57Fd41d.html?#iefix') format('embedded-opentype'), 
	url('../fonts/PTN57F.woff') format('woff'), 
	url('../fonts/PTN57F.ttf') format('truetype'), 
	url('../fonts/PTN57F.svg#PT-SansNarrow') format('svg');
	font-weight: normal;
	font-style: normal;
}
/* ---------------------------------------------------------------------------------------------------- */
/* 																										*/
/* BODY ----------------------------------------------------------------------------------------------- */
/* 																										*/
/* ---------------------------------------------------------------------------------------------------- */


html {
	height: 100%;
	margin: 0 auto;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-family: 'PT-SansNarrow', Arial, Helvetica, sans-serif;
}
body {
	border: 0 none;
	color: #FFF;
	background: url(../pagination/background/bg-lace-body2.jpg) top left repeat #777779;
	font-family: 'PT-SansNarrow', Arial, Helvetica, sans-serif;
	font-size: 100%;
	height: 100%;
	line-height: 1.3em;
	margin: 0;
	outline: 0 none;
	padding: 0;
	text-align: left;
	width: 100%;
}
/*img {
	max-width: 100%;
	border-style: none;
}
*img {
	width: 100%;
	border-style: none;
}*/
/* ---------------------------------------------------------------------------------------------------- */
/* 																										*/
/* CLEARFIX ------------------------------------------------------------------------------------------- */
/* 																										*/
/* ---------------------------------------------------------------------------------------------------- */

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
/* ---------------------------------------------------------------------------------------------------- */
/* 																										*/
/* BASIC ELEMENTS ------------------------------------------------------------------------------------- */
/* 																										*/
/* ---------------------------------------------------------------------------------------------------- */

h1 {
	font-size: 1.6em;
	font-weight: normal;
	line-height: normal;
	padding-bottom: 5px;
	font-family: 'PT-SansNarrow', Arial, Helvetica, sans-serif;
}
h2 {
	font-size: 1.2em;
	font-weight: normal;
	line-height: normal;
	padding-bottom: 10px;
	color: #B9B9BB;
	font-family: 'PT-SansNarrow', Arial, Helvetica, sans-serif;
}
h3 {
	font-size: 1.1em;
	font-weight: normal;
	line-height: normal;
	padding-bottom: 5px;
	color: #B9B9BB;
	font-family: 'PT-SansNarrow', Arial, Helvetica, sans-serif;
}
h4 {
	font-size: 1.1em;
	font-weight: normal;
	line-height: normal;
	padding-bottom: 5px;
	font-style: italic;
}
h5 {
	font-size: 0.75em;
	font-weight: normal;
	line-height: normal;
	padding-bottom: 5px;
	color: #fff;
}
a {
	color: #FFF;
	text-decoration: none;
	cursor: pointer;
	cursor: hand;
}
a:hover {
	color: #b9b9bb;
	text-decoration: none;
}
/*.loading {
	padding:4px;
	background-color:#777779;
	width:31px;
	height:31px;
}*/

/* ---------------------------------------------------------------------------------------------------- */
/* 																										*/
/* INDEX ---------------------------------------------------------------------------------------------- */
/* 																										*/
/* ---------------------------------------------------------------------------------------------------- */

#logo {
	float: left;
	width: 100%;
	margin: 0 auto;
	height: 52%;
	min-width: 320px;
	min-height: 200px;
	position: relative;
}
#logo span {
	width: 100%;
	display: block;
	text-align: center;
	position: absolute;
	bottom: 5px;
	padding: 0;
	margin: 0;
}
#language_links {
	float: left;
	width: 100%;
	margin: 0 auto;
	height: 50%;
	min-width: 320px;
	min-height: 200px;
	border-top: 1px solid #FFF;
	padding-top: 25px;
	text-align: center;
}
#language_links a {
	padding: 0 10px;
	list-style: none;
}

/* ---------------------------------------------------------------------------------------------------- */
/* 																										*/
/* MAIN PRGINATION ------------------------------------------------------------------------------------ */
/* 																										*/
/* ---------------------------------------------------------------------------------------------------- */

#container {
	float: left;
	width: 100%;
	padding-bottom: 40px;
	
}
header {
	width: 100%;
	margin: 0 auto; 
	position: relative;
	overflow: hidden;
}
#main_content_container {
	width: 100%;
	margin: 0 auto;
	min-height: 200px;	
	border-top: 1px solid #b9b9bb;
}

#main_content {
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
}
footer {
	width: 100%;
	clear: both;
	font-size: 0.875em;
	height: 3em;
	line-height: 3em;
	color: #fff;
	text-align: left;
	text-indent: 20px;
	vertical-align: middle;
	background-color:#585859;
	position: fixed;
	bottom: 0;
	z-index: 999;
}

/* ---------------------------------------------------------------------------------------------------- */
/* 																										*/
/* MAIN NAVIGATION ------------------------------------------------------------------------------------ */
/* 																										*/
/* ---------------------------------------------------------------------------------------------------- */

nav {
	float: letf;
	width: 100%;
	overflow: hidden;
}
#nav_logo {
	float: left;
	width: 250px;
	height: 56px;
	text-indent: 20px;
	padding-top:18px
}
#nav_logo a {
	display: block;
	position: relative;
}
*.group {
 *zoom:1;
 background-color:#777779;
}
.navheader {
	font-size: 1.125em;
	font-family: 'PT-SansNarrow', Arial, Helvetica, sans-serif;
}
.slide-trigger {
	display: none;
	cursor: pointer;
	margin-left: 0px;
	margin-right: 0px;
	background-color: #777779;
	color: #fff;
	padding: 10px;
}
.slide-trigger span {
	display: block;
	float: right;
	height: 1.5em;
	margin-top: -5px;
	padding: 5px;
	width: 1.6em;
	font-size: 0.75em;
}
.slide-trigger span p {
	background-color: #FFFFFF;
	display: block;
	height: 0.1875em;
	margin: 0.25em;
	width: 1.15em;
	padding: 0px;
}
#navigation_container {
	position: relative;
	margin-left: 250px;
}
.navigation {
	float: right;
}
.navigation li {
	float: left;	
}
.navigation li.spacer {
	float: left;
	display:block;
	width: 250px;
}
.navigation li.wrap {
	clear: left;
}
.navigation li.top_links a {
	font-size: 0.875em;
	font-family:Arial, Helvetica, sans-serif!important;
	color:#b9b9bb;	
}

.navigation li a {
	display: block;
	color: #FFF;
	line-height: 21px;
	padding: 8px;
	float:left;
	font-size: 1.125em;
}
.navigation li a:hover, .navigation li a.selected  {
	color: #b9b9bb;
	text-decoration: none;
}

.navigation li a.toplink:hover {
	color: #b9b9bb;
	background: #585859;
	text-decoration:none;
}
.navigation li a.active  {
	color: #fff;
	background: #585859;
	text-decoration: none;
	font-weight: normal;
}
.navigation li a.active:hover  {
	background: #000;
}
/* ---------------------------------------------------------------------------------------------------- */
/* 																										*/
/* MAIN CONTENT --------------------------------------------------------------------------------------- */
/* 																										*/
/* ---------------------------------------------------------------------------------------------------- */

#main_content_container p.testo {
	margin: 10px;
}

/* ---- gallery -----*/

/* ---------------------------------------------------------------------------------------------------- */
/*																										*/
/* TOOLTIP -------------------------------------------------------------------------------------------- */
/*																										*/
/* ---------------------------------------------------------------------------------------------------- */

.tip {
	color: #fff;
	text-decoration: none;
}
.tip a, .tip a:hover, .tipb a, .tipb a:hover {
	text-decoration: none !important;
}
.tipb img {
	border: 4px solid #b8b8b8;
}
.tooltip {
	color: #fff;
	display: none;
	font-size: 0.6875em;
	font-weight: normal;
	left: 0;
	margin-bottom: 1px;
	line-height: normal;
	position: absolute;
	width: 256px;
	z-index: 99;
	text-indent: 0!important;	
	font-family:Arial, Helvetica, sans-serif!important;
}
.tip_bottom {
	/*display:block;*/
}
.tip_transp {
	background: url(../images/prettyPhoto/default/contentPattern.png);
	
}
.tooltip b {
	color: #FFF;
}
.tooltip .text {
	background: url(../pagination/background/tooltip.png) no-repeat scroll 0 100% transparent;
	padding: 5px 15px 35px;
}
.tooltip .top {
	background: url(../pagination/background/tooltip.png) no-repeat scroll 0 0 transparent;
	height: 10px;
}

.tooltip .text2 {
	padding: 5px 15px 35px;
	padding-top: 60%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
.tooltip .top2 {
	height: 10px;
}

/* ---------------------------------------------------------------------------------------------------- */
/* 																										*/
/* FOOTER --------------------------------------------------------------------------------------------- */
/* 																										*/
/* ---------------------------------------------------------------------------------------------------- */	

#company_info, #stuff  {
	margin-right: 20px;
	height: 32px;
	line-height: 32px;
	margin-top: 5px;
	position: relative;
	color:#B9B9BB;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.875em;
	width:45%;
}
#company_info {
	float: left;
}
#stuff {
	text-indent: 0;
	float:right;
	text-align:right;
}
#stuff a {
	margin-top: 5px;
	color:#B9B9BB;
}
#company_info a {
	position: relative;
	margin-top: 5px;
	color:#B9B9BB;
}
#company_info a:hover, #stuff a:hover {
	color:#FFF;
}
.company {
	font-size: 12px;	
}
footer img {
	vertical-align: middle;
	padding: 0 5px;
}

/* ---------------------------------------------------------------------------------------------------- */
/* 																										*/
/* SOCIAL --------------------------------------------------------------------------------------------- */
/* 																										*/
/* ---------------------------------------------------------------------------------------------------- */	

#social_share {
	height: 32px;
	line-height: 32px;
	clear:both;
	width:100%;
	float: left;
	text-align: left;
	text-indent: 20px;
	padding-top: 10px;
	margin-bottom: 10px;
	border-top:1px solid #b9b9bb;
}
#social_share img {
	vertical-align:middle!important;
}


/* ---------------------------------------------------------------------------------------------------- */
/* 																										*/
/* RESPONSIVE ----------------------------------------------------------------------------------------- */
/* 																										*/
/* ---------------------------------------------------------------------------------------------------- */

@media screen and (min-width: 320px) and (max-width: 860px) {
	#nav_logo {
		display: none;
	}
	#navigation_container {
		clear: both;
		width: 100%;
		float:left;
		margin-left: 0;	
	}
	#main_content_container {
		border-top: 0px;
	}
		#main_content {
		width: 100%;
		margin: 0 auto;
		clear: both;	
	}
	.navigation li.spacer {
		display: none;
	}
	
	.slide-trigger {
		display: block;
	}
	.no-js .slide-trigger {
		display: none !important;
	}
	.navigation {
		display: none ;
		float: left;
		height: auto;
		background-color:#777779;
	}
	.no-js .navigation {
		display: block;
	}
	.navigation {
		margin: 0px;
		width: 100%;
	}
	.navigation li {
		width: 100%;
	}
	
	.navigation li a.selected {
		background: #000;
		color: #fff;
		text-decoration: none;	
	}
	.navigation li.top_links {
		float: left;
		margin: 0 auto;
		width:33%;
		font-size: 0.875em;	
		
	}
	.navigation li.top_links a {
		padding: 8px 1px;
	}
	.navigation li a {
		border-bottom: 1px solid #b9b9bb;
		text-align: center;
		width: 100%;
	}
	#social_share {
		width: 100%;
		margin: 0 auto;
		padding-top: 10px;
		clear: both;
		float: left;
		text-align: center;
	}
	footer {
	width:100%;
	height:auto;
	position:relative;
	clear:both;
	float:left;
	padding:0;
	padding-top:10px;
	padding-bottom:10px;
	margin:0;
	background:none;
	border-top:1px solid #b9b9bb;
}
	footer a {
		color:#585859!important;
	}
	#company_info, #stuff  {
		margin: 0px;
		height: auto;
		line-height: normal;
		position: relative;
		clear:both;
		color:#585859;
		font-family:Arial, Helvetica, sans-serif;
		font-size:0.875em;
		width:100%;
		text-align: center;
	}
	#company_info {
		float: none;
	}
	#stuff {
		text-indent: 0;
		float:none;
		text-align: center;
	}
}
