/*
 
Copyright (c) Enigma Interactive 2004

SOM2
Project:		Atlas
Filename:		layout_home.css
Description:	Site-wide layout elements
     
History
ver date  		who     	comment
-----------------------------------------------------------------------------
2	9/10/07		PG			added fixed height to signpost
1	17/7/07		PG			taken from atlas

*/

.homeRow{
	width:100%;
	overflow:hidden;
}
.inter{
	position:relative;
	background:transparent url('/images/home/interactive_content.gif') no-repeat top left;
	height:135px;
}

.interContent{
	position:absolute;
	top:20px;
	left:195px;
}

.interContent a{
	float:left;
}

.areaPanel{
	float:left;
	width:234px;
}
.areaPanel a{
	float:left;
}

.areaPanel img{
	
}

.promoHolder{
	float:left;
	width:48%;
	padding:1% 2% 0% 0%;
}

.panel_body_content{
	min-height:13em;
  	height:auto !important;
  	height:13em;
}

.text_top{
	margin-top:10px;
	height:8px;
	width:100%;
	background:transparent url('/images/home/text_top.gif') no-repeat top left;
	overflow:hidden;
}


.text_content{
	width:100%;
	background:transparent url('/images/home/text_content.gif') repeat-y top left;
	float:left;
}

.text_bottom{
	width:100%;
	height:8px;
	background:transparent url('/images/home/text_bottom.gif') no-repeat top left;
	float:left;
	overflow:hidden;
}

.text_content_body{
	padding:5px 35px 5px 10px;
}


.homeRow .panelMasker{
	position:absolute;
	height:209px;
	width:100%;
	z-index:1000;
	display:block;
}

.homeRow .panelMasker a{
	display:block;
	width:100%; height:100%;
}
.homeRow .panelMasker img{
	display:block;
	width:100%; height:100%;
}


.homeRow .panel_top{
	height:26px;
	overflow:hidden;
}

.homeRow .panel_content{
	height:168px;
	overflow:hidden;
}

.homeRow .panel_inner{

}

