@charset "UTF-8";
/* FHG 04 */

body {
	background:url(../images/body-bg.jpg) no-repeat center top #68bdf6;
	
	font-family:Arial, sans-serif;
	font-size:62.5%;
	text-align:center;
}

a img {
	border:0;
}

#main {
	width:930px;
	margin:0 auto;
}

#header, #content {
	position:relative;
}

/* - HEADER - */

#header {
	height:200px;
	margin-top:103px;
}

#header img {
	position:absolute;
}

#smart-presente {
	display:block;
	top:54px;
	left:18px;
	
	z-index:30;
}

#videos-exclu {
	display:block;
	top:109px;
	right:53px;
	
	z-index:20;
}


/* - CONTENT - */

#content {
	width:839px;
	margin:10px auto 0 auto;
}

.box {
	position:relative;
	width:839px;
	padding:10px 0;
	
	background:url(../images/box-bottom.png) no-repeat left bottom;
	z-index:10;
}

.box .top {
	position:absolute;
	top:-29px;
	left:0;
	
	width:839px;
	height:29px;
	
	background:url(../images/box-top.png) no-repeat left top;
	z-index:10;
}

#acces-direct {
	display:block;
	position:absolute;
	right:11px;
	top:-45px;
	
	z-index:30;
}

h2 {
	margin-top:30px;
	
	color:#0c4c82;
	font-size:2em;
	font-weight:bold;
	text-decoration:underline;
}

p#description {
	width:680px;
	margin:10px auto;
	
	color:#737373;
	text-align:justify;
	font-size:1.4em;
}

#previews {
	width:680px;
	margin:15px auto;
	height:1%;
	
	overflow:hidden;
}

#prev-1 *, #prev-2 * {
	display:block;
}

#prev-1 {
	float:left;
	
	border:1px solid #828282;
}

#prev-2 {
	float:right;
	
	border:1px solid #828282;
}

#full-vid {
	margin:5px auto;
}

#top-videos {
	margin:3px 0 28px 0;
}

.sugg {
	padding-bottom:25px;
}

#sugg-list {
	position:relative;
	left:2px;
	height:1%;
	padding:0 17px;

	overflow:hidden;
}

#sugg-list a {
	display:block;
	float:left;
	padding:3px 0 0 3px;
	width:158px;
	min-height:155px;
	height:auto !important;
	height:155px;
	
	background:url(../images/sugg-shad.png) no-repeat left top;
	
	text-decoration:none;
	font-size:1.1em;
	color:#1976bd;
}

#sugg-list a img {
	margin-bottom:5px;
	display:block;
}

#more {
	display:block;
	width:730px;
	margin:20px auto 0 auto;
	
	color:#1976bd;
	font-size:2em;
	text-transform:uppercase;
	font-weight:bold;
}

#more:hover {
	color:#298896;
}

