* {
	margin: 0;
	padding: 0;
	}

body {
	text-align: center;
	font-family: sans-serif;
	font-size: 12px;
	line-height: 18px;
	height: 100%;
	color: #FFF;
	background: #131315;
	}
	
a {
	text-decoration: none;
	color: #5DB0E6;
	font-weight: bold;
	}
	
#logo {
	position: absolute;
	top: 0;
	left: 0;
	width: 310px;
	height: 172px;
	background: url(../img/logowhite.jpg) no-repeat;
	}

#logo a {
	display: block;
	width: 299px;
	height: 94px;
	}

#logo a h1,
#logo a h2 {
	display: none;
	}
	
#logo span {
	position: absolute;
	left: 10px;
	top: 123px;
	font-size: 16px;
	line-height: 21px;
	color: #5DB0E6;
	}

#wrapper {
	width: 900px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	}

#main-nav {
	position: absolute;
	right: 0;
	top: 60px;
	}

#main-nav ul {
	float: left;
	padding-right: 40px;
	padding-left: 15px;
	background: url(../img/leftline.gif) repeat-y left;
	}

#main-nav ul li {
	list-style: none;
	letter-spacing: 2px;
	font-size: 11px;
	color: #5DB0E6;
	}

#main-nav ul li a {
	text-decoration: none;
	letter-spacing: 0;
	font-size: 12px;
	color: #FFF;
	font-weight: normal;
	}
	
#main-nav ul li a:hover {
	color:#888;
	}

/* @group Home Slider */

#home #slider {
	width: 900px;
	position: relative;
	top: 190px;
	left: 0;
	}

#home #slider .bot {
	position: absolute;
	bottom: 0;
	width: 900px;
	height: 4px;
	background-image: url(../img/sliderbg.gif);
	}

#home .scroll {
	height: 310px;
	width: 900px;
	overflow: auto;
	overflow-x: hidden;
	position: relative;
	clear: left;
	}

#home .scrollContainer div.panel {
	height: 310px;
	width: 900px;
	}

.scrollButtons {
	position: absolute;
	cursor: pointer;
	}
	
.scrollButtons:hover {
	margin-top: 1px;
	}

#home .scrollButtons.left {
	top: 300px;
	left: 30px;
	z-index: 100;
	}

#home .scrollButtons.right {
	top: 300px;
	right: 540px;
	z-index: 100;
	}

/* @end */

ul.navigation {
	width: 900px;
	height: 45px;
	}

ul.navigation li {
	list-style: none;
	display: block;
	float: left;
	width: 178px;
	height: 45px;
	margin-right: 1px;
	}

ul.navigation li a {
	float: left;
	display: block;
	line-height: 45px;
	width: 178px;
	height: 45px;
	text-align: center;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	text-transform: capitalize;
	color: #CCC;
	background: url(../img/nav-tab.gif) no-repeat;
}

ul.navigation li a:hover {
	color:#FFF;
	}

ul.navigation li a.selected {
	margin-top:0;
	height: 45px;
	background-image: url(../img/nav-tab-sel.gif);
	color: #333;
	text-shadow: none;
	}
	
ul.navigation li a.selected:hover {
	color: #333;
	}

a img {
	border: none;
	}

.hide {
	display: none;
	}

#passion-home {
	height: 310px;
	background: transparent url(../img/passion-home-bg.gif) repeat-x 0 0;
	}

#passion-home h2,
#content h2 {
	font-size: 36px;
	line-height: 40px;
	font-weight: normal;
	padding: 40px 0 10px 30px;
	margin: 0;
	float: left;
	color:#333;
	letter-spacing: -1px;
	}
	
#passion-home h2,
#passion-home h3 {
	width: 330px;
	}

#passion-home h3,
#content h3 {
	font-size: 20px;
	line-height: 16px;
	font-weight: normal;
	margin: 10px 30px 10px 30px;
	padding: 10px 0 0 0;
	clear: left;
	color: #555;
	}
	
#passion-home .img-values {
	position: absolute;
	right: 0;
	top: 0;
	}
	
#content h3 {
	font-weight: bold;
	font-size: 16px;
	line-height: 18px;
	}
	
#passion-home h3 {
	background: url(../img/linea-luce-2px-o.gif) repeat-x 0 top;
	}
	
.info-link {
	display: block;	
	margin-left: 30px;
	text-decoration: none;
	font-weight: bold;
	padding: 0 0 0 20px;
	color: #333;
	background: url(../img/tick.png) no-repeat left center;
	}
	
.info-link:hover {
	color: #5DB0E6;
	}
	
#content-home {
	position: absolute;
	left: 0;
	top: 560px;
	width: 900px;
	height: 290px;
	clear: left;
	}

#dynamic-home {
	float: left;
	width: 595px;
	height: 260px;
	margin-bottom: 15px;
	position: relative;
	background: #28282E;
	}

#dynamic-home h2,
.twitterbox h2 {
	margin-left: 15px;
	margin-top: 8px;
	margin-bottom: 8px;
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #5DB0E6;
	}
	
#dynamic-home .top {
	width: 595px;
	height: 10px;
	position: absolute;
	left: 0;
	top: 0;
	background: url(../img/box-doppio-top-bg.gif) no-repeat 0 top;
	}

#dynamic-home .bot {
	width: 595px;
	height: 10px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: url(../img/box-doppio-bot-bg.gif) no-repeat 0 bottom;
	}
	
.twitterbox {
	float: left;
	width: 290px;
	margin-left: 15px;
	margin-bottom: 15px;
	position: relative;
	}

/* @group dynamic-content (home) */

.dynamic-content {
	width: 270px;
	height: 125px;
	background: #ccc;
	float: left;
	margin-left: 18px;
	position: relative;
	}

#home .dynamic-content {
	margin-left: 18px;
	}
	
.dynamic-content a {
	width: 270px;
	height: 125px;
	display: block;
	color: #CCC;
	}
	
.dynamic-content span {
	position: absolute;
	color: #FFFFFF;
	display: block;
	font-size: 12px;
	}

.dynamic-span {
	font-weight: bold;
	bottom: -60px;
	}
	
.dynamic-content a:hover {
	display: block;
	width: 270px;
	height: 125px;
	background: url(../img/cornice.gif);
	}
	
.dynamic-content a:hover span.dynamic-span {
	color: #5DB0E6;
	}
	
#404 {
	position: absolute;
	top: 200px;
	}

/* @end */

#footer {
	clear: left;
	float: left;
	padding-top: 7px;
	text-align: center;
	width: 900px;
	height: 30px;
	font-size: 11px;
	color: #777;
	position: absolute;
	left: 0;
	top: 553px;
	background: url(../img/footer.gif) no-repeat center center;
	}
	
#footer a {
	color: #888;
	}
