/* Reset CSS and general stuff */
*{margin:0;padding:0}iframe,a img,fieldset,form,table{border:0}h6,h5,h4,h3,h2,h1,caption,th,td{font-size:100%;font-weight:normal}dd,dt,li,dl,ol,ul{list-style:none}legend{color:#000}button,select,textarea,input{font:100% serif}table{border-collapse:collapse}caption,th,td{text-align:left}

.clear { 
	clear: both;
	font-size: 0;
	height: 0;
	line-height: 0;
}

/* Design CSS */
body {
	background: #000 url(../images/fhg-bg.gif) top center no-repeat;
}

#container { 
	background: #000 url(../images/fhg-header.jpg) top left no-repeat;
	display: block;
	margin: 0 auto;
	padding: 549px 0 0 0;
	position: relative;
	width: 814px;
}

h1 { 
	left: -9000px;
	position: absolute;
}

div.videos {
	background: #3b0006 url(../images/fhg-bg-videos.gif) top left repeat-x;
	display: inline;
	float: left;
	height: 312px;
	margin: 0 0 30px 18px;
	padding: 10px;
	width: 359px;
}
	
	div.videos img {
		background: #000;
		display: block;
		height: 262px;
		width: 359px;
	}
	
	div.videos a.download {
		background: url(../images/fhg-btn-download.gif) center left no-repeat;
		color: #fff;
		display: block;
		font: bold 11px/28px Arial, Helvetica, sans-serif;
		float: left;
		margin: 15px 13px 0 0;
		padding: 0 0 0 35px;
		text-decoration: none;
		width: 125px;
	}
	
	div.videos a.watch {
		background: url(../images/fhg-btn-watch.gif) center left no-repeat;
		color: #fff;
		display: block;
		font: bold 11px/28px Arial, Helvetica, sans-serif;
		float: left;
		margin: 15px 0 0 0;
		padding: 0 0 0 40px;
		text-decoration: none;
		width: 145px;	
	}

	div.videos a:hover { 
		text-decoration: underline;
	}

a.pitch {
	background: url(../images/fhg-pitch.jpg) top left no-repeat;
	display: block;
	height: 44px;
	margin: 0 0 30px 0;
	position: relative;
	width: 814px;
}

a.pitch span { 
	position: absolute;
	left: -9000px;
}

p.reciprical { 
	color: #fff;
	margin: 0 0 30px 0;
	text-align: center;
}

a.adlink { 
	background: url(../images/fhg-adlink.jpg) top left no-repeat;
	display: block;
	height: 75px;
	margin: 20px auto;
	width: 600px;
}

a.adlink span { display: none; }
