/* --------------------------------------------
	Layout
   ------------------------------------------- */
.clear 
{
	clear: both;
	height: 0px;
	line-height: 1%;
	font-size: 0pt;
	width: 1px;
}

#logo-positioner
{
	position: absolute;
	top: 20px;
	left: 129px;
	background-color: transparent;
	width: 341px;
	height: 85px;
	z-index: 10;
}

#logo-positioner a {
	display: block;
	width: 285px;
}

#content-heading
{
	position: relative;
	margin: 130px 0px 30px 0px;
}

#content-heading-inner
{
	margin: 0px 0px 0px 210px;
}

#content-heading img
{
	/*margin: 0px 0px 0px 210px;*/
	z-index: 0;
	position: relative;
}


div.page-header {
   	margin-bottom: 20px;
}


#content-section
{
	position: relative;
	float: left;
	margin: 0px;
	width: 560px;
}
#content-inner 
{
	position: relative;
	padding-left: 15px;
	padding-right: 140px;
}

#teaser-section
{
	position: absolute;
	top: 325px;
	left: 790px;
	width: 190px;
	background-color: #ffffff;
	overflow: hidden;
}

#teaser-inner
{
	position: relative;
	padding: 15px 15px 0px 15px;
}



/* --------------------------------------------
	Homepage
   ------------------------------------------- */
body#homepage  {
	background-image: url('../img/hg_homepage.jpg');
}   

body#homepage #content-section {
	position: relative;
	margin: 150px 0px 0px 15px;
	width: 435px;
	background-color: #ffffff;
}

body#homepage #content-section #content-inner {
	padding: 25px 25px 0px 25px;
	margin: 0px 0px 0px 0px;
}

body#homepage #teaser-section {
	position: absolute;
	top: 554px;
	left: 225px;
	width: auto;	
}

.vidbox_link
{
  position:absolute;
  z-index:100000;
  display:block;
  width:455px;
  height:170px;
  padding:0;
  margin:0;
  text-docoration:none;
  border:0;
  background:red;
  filter:alpha(opacity=0.0);
  -moz-opacity:0.0;
  -khtml-opacity: 0.0;
  opacity: 0.0;
}

