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

body {
	margin:0;
	
	background:url(../images/body-bg.jpg) repeat-x center top white;
	
	font-family:Arial, sans-serif;
	font-size:62.5%;
	text-align:center;
}

a img {
	border:0;
}

#header, #content, #footer {
	position:relative;
	width:884px;
	margin:0 auto;
}

/* - HEADER - */

#stripe {
	width:100%;
	height:380px;
	position:absolute;
	top:0;
	left:0;
	
	background:url(../images/stripes.png) no-repeat center -2px;
}

#bubbles {
	width:100%;
	height:380px;
	position:absolute;
	top:0;
	left:0;
	
	background:url(../images/bubbles.jpg) no-repeat center top;
}

#header {
	height:358px;
	
	background:url(../images/header-bg.png) repeat-x left bottom;
}

#header img {
	display:block;
}

/* - CONTENT - */

#content {
	padding-bottom:20px;
	
	background:url(../images/content-bg.png) repeat-y left top;
}

a#acces-direct {
	font-size:2.6em;
	text-decoration:underline;
	color:#0a6b0d;
	font-family:Verdana, sans-serif;
}

a#acces-direct:hover {
	color:#336a8b;
}

h2 {
	width:860px;
	margin:0 auto;
	margin-bottom:15px;
	padding:10px;
	
	color:#c1630f;
	font-size:2.2em;
	font-family:Georgia, serif;
	font-weight:normal;
	
	background:#e0ffaf;
}

p#description {
	width:675px;
	margin:0 auto;
	
	color:black;
	text-align:justify;
	font-size:1.4em;
}

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

#previews .flash-object {
	border:3px solid #0c9e12;
}

#previews span {	
	display:block;
	padding:4px;
	color:#515151;
	
	font-size:1.6em;
	font-family:Verdana, sans-serif;
}

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

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

#prev-1 {
	float:left;	
}

#prev-2 {
	float:right;
}

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

#sugg-list {
	position:relative;
	width:714px;
	margin:30px auto;
	height:1%;

	overflow:hidden;
	background:url(../images/sugg-bg.png) no-repeat center top;
	
}

#sugg-list a {
	display:block;
	float:left;
	margin:0 10px 27px 10px;
	padding:7px 0 0 8px;
	width:210px;
	height:162px;
	
	background:url(../images/sugg-shad.png) no-repeat left top;
	
	text-decoration:none;
	font-size:1.1em;
	color:#0b313f;
	font-family:Verdana, sans-serif
}

#sugg-list span {
	position:relative;
	top:9px;
}

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

#more {
	margin-top:20px;
	
	color:#1976bd;
	font-size:2em;
	text-transform:uppercase;
	font-weight:bold;
}

/* - FOOTER - */

#footer {
	height:40px;
	
	background:url(../images/footer-bg.png) no-repeat left top;
}
