@charset "utf-8";
/* CSS Document */

/*
 * Project: Franck
 * 
 * 
 * 
*/

* {
	margin: 0;
	padding: 0;
	outline: 0;
}

/* --------------------------------------------------------------------------------------------- common */

a {
    text-decoration: none;
}

a img {
    border: none;
}

li {
	list-style-type: none;	
}

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

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */

/* --------------------------------------------------------------------------------------------- body */

body.landing {
	background: #a10f00 url(../images/site/bck/landing_bck.jpg) center top no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
}

/* --------------------------------------------------------------------------------------------- landing_wrapper */

.landing_wrapper {
	width: 1000px;
	margin: 0px auto;
	position: relative;
}

.landing_wrapper h1 {
	position: absolute;
	top: 68px;
	height: 20px;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	width: 1000px;
	background: url(../images/site/content/landing_title.png) center center no-repeat;
	text-indent: -10000px;
}

.langEN .landing_wrapper h1 {
	background: url(../images/site/content/landing_title_en.png) center center no-repeat;
}

.landing_wrapper .language {
	position: absolute;
	top: 8px;
	left: 868px;
	width: 86px;
	height: 30px;
}

.landing_wrapper .language li {
	float: left;
	width: 43px;
	height: 30px;
	background: url(../images/site/bck/landing_language.png) 0px 0px no-repeat;
}

.landing_wrapper .language li.hr {
	background-position: -43px 0px;
}

.landing_wrapper .language.activeEN li.en {
	background-position: -86px 0px;
}

.landing_wrapper .language.activeHR li.hr {
	background-position: -129px 0px;
}

.landing_wrapper .language li a {
	display: block;
	width: 43px;
	height: 30px;
	overflow: hidden;
	text-indent: -10000px;
}

.landing_wrapper .language li a:hover {
	background: url(../images/site/bck/landing_language_hover.png) center bottom no-repeat;
}

.ribbonTitle {
	position: absolute;
	top: 414px;
	height: 36px;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	width: 1000px;
	background: url(../images/site/bck/landing_ribbon_title.png) 104px center no-repeat;
	text-indent: -10000px;
}

.langEN .ribbonTitle {
	background: url(../images/site/bck/landing_ribbon_title_en.png) 104px center no-repeat;
}

.landing_wrapper .worlds {
	position: absolute;
	top: 465px;
	left: 120px;
}

.landing_wrapper .worlds li {
	float: left;
	width: 240px;
	margin-right: 18px;
}

.landing_wrapper .worlds li a {
	display: block;
	width: 240px;
	height: 203px;
	background: url(../images/site/bck/landing_worlds.png) 0px 0px no-repeat;
	overflow: hidden;
	text-indent: -10000px;
}

.langEN .landing_wrapper .worlds li a {
	background: url(../images/site/bck/landing_worlds_en.png) 0px 0px no-repeat;
}

.landing_wrapper .worlds li.superiore a {
	background-position: -258px 0px;
}

.landing_wrapper .worlds li.tea a {
	background-position: -516px 0px;
}

.siteSelection {
	position: absolute;
	top: 128px;
	left: 260px;
}

.siteSelection li {
	float: left;
	width: 216px;
	min-height: 240px;
}

.siteSelection li.franckWorlds {
	padding-right: 21px;
	border-right: 1px dotted #fff;
	margin-right: 21px;
}

.siteSelection li h2 {
	width: 216px;
	height: 117px;
}

.siteSelection li h2.hover {
	margin-top: -5px;
}

.siteSelection li h2 a {
	display: block;
	width: 216px;
	height: 117px;
	background: url(../images/site/bck/landing_buttons.png) 0px 7px no-repeat;
	overflow: hidden;
	text-indent: -10000px;
}

.langEN .siteSelection li h2 a {
	background: url(../images/site/bck/landing_buttons_en.png) 0px 7px no-repeat;
}

.siteSelection li.franckCorporate h2 a {
	background-position: -261px 7px;
}

.siteSelection li p {
	margin-top: 10px;
	width: 216px;
	height: 105px;
	font-size: 12px;
	-text-indent: -10000px;
}

.siteSelection li p a {
	color: #fff;
	width: 200px;
	height: 101px;
	padding: 2px 8px;
	display: block;
	line-height: 15.5px;
}
