@charset "UTF-8";
/*---------------------------------------------------- CSS RESET ------------------------------*/

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, input, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline;
}
body {
	line-height:1.5;
}
body a {
	outline:none;
}

a img {
	border:none;
}
.clearer {
	height:0px;
	overflow:hidden;
	margin:0px;
	clear:both;
}
.right {
	text-align: right;
}
.center {
	text-align:center;
}
body .hidden {
	display: none;
}
body {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;
	color:#fff;
	font-size:13px;
	
	/****** Common background **/
	background:#b5b5b5 url(img/bg_body_2013.jpg) center top no-repeat;
	
}
body .hidden {
	display: none;
}
a:link, a:active, a:visited {
	color:#000;
	text-decoration:none;
}
a:hover {
	color:#da1920;
	text-decoration:none;
}
body .font-normal {
	text-transform: inherit;
}

p {
	font-size:13px;
	color:#575757;
}
p.readmore {
	text-align:right;
	padding:10px 0;
}
p.readmore a {
	color:#F00;
}
p.readmore a:hover {
	color:#000;
}



/* Splash Page ------------------------------------------------------------------------------------------------------------------------------------- */

body.home.blog {
    background: #e7e7e7 url( img/bg5.jpg ) no-repeat center top;
}

body.home.blog a {
    text-decoration: none;
}

.splash-container {
    position: relative;
    z-index: 10;
    margin: 0 auto;
    width: 980px;
}



.splash-container .brand-wrapper {
    margin: 25px 25px 15px;
    position: absolute;
    top: 234px;
    z-index: 20;
}

.splash-container .brand-wrapper a {
    display: block;
    text-align: center;
}

.splash-container #geax-wrapper {
    right: 0;
}


.click a {
    display: block;
    line-height: 35px;
    color: #fff;
}

.click a:hover {
    color: #e31b27;
}

.click2 a {
    display: block;
    line-height: 35px;
    color: #fff;
}

.click2 a:hover {
    color: #ffdd00;
}

#company-data {
    position: fixed;
    right: 10px;
    bottom: 10px;
    font-size: 10px;
    color: #716f6f;    
}

.splash-social-list {
    list-style: none;
    float: left;
}



.brand-logo {
    float: left;
}



#splash-footer {
    position: fixed;
    background-color: #000;
    height: 70px;
    bottom:0;
    width: 100%;
    z-index: 10;
}

#splash-footer .splash-social-list {
    list-style: none;
    margin: 0;
}

.splash-social {
    width: 144px;
    margin-top:13px;
}

#splash-social-vittoria {
    float: right;
    margin-left: 19px;
}


#splash-social-geax {
    float: right;
    margin-right: 21px;
}

.splash-social-list li {
    float: right;
    width: 32px;
    height: 32px;
    background: url( img/social.gif ) no-repeat transparent;
    margin: 0 2px;
}

.splash-social-list li a{
    display: block;
    width: 32px;
    height: 32px;
}


.splash-social-list .splash-social-item.youtube {
    background-position: -32px -32px;
}

.splash-social-list .splash-social-item.twitter {
    background-position: -32px 0px;
}

.splash-social-list .splash-social-item.facebook {
    background-position: 0 0;
}

#splash-social-vittoria p {
    color: #FFFFFF;
    font-size: 11px;
    margin-left: 12px;
    margin-right: 11px;
    text-align: left;
}

#splash-social-geax p {
    color: #FFFFFF;
    font-size: 11px;
    margin-left: 13px;
    margin-right: 7px;
    text-align: right;
}

#splash-black-line {
    background-color: #000000;
    height: 190px;
    position: absolute;
    top: 236px;
    width: 100%;
    z-index: 1;
    margin:0;
}


.splash-arrow {
    position: absolute;
    z-index: 30;
    top:-23px;
}

#splash-arrow-vittoria {
    left: 245px;
}

#splash-arrow-geax {
    right: 253px;
}