
#main
{
  background:url('../images/default/pl/main.png') no-repeat;
  width:980px;
  height:255px;
  overflow:hidden;
  position:relative; 
}

#txt
{
position:absolute;
width:355px;
height:120px;
top:55px;
left:114px;
}

#txt-more
{
position:absolute;
width:100px;
height:25px;
top:108px;
left:386px;
cursor:pointer;
}

#products-more
{
position:absolute;
width:120px;
height:20px;
top:12px;
left:754px;
cursor:pointer;
}


#txt2
{
position:absolute;
width:255px;
height:120px;
top:185px;
left:220px;
}

#txt2 a {color:#a14b04;font-size:8pt;}

#featured
{
position:absolute;
width:350px;
height:210px;
top:50px;
right:100px;
}


div.productList
	{
		float:left;
		width:163px;		
		margin-right:19px;
		margin-bottom:14px;
		height:96px;
		overflow:hidden;		
		cursor:pointer;
		position:relative;
		text-align:center;
		
	}
	
div.productList a {font-size:8pt;text-transform:uppercase;color:#a99f8b;}	

div.productListOver
	{
		float:left;
		width:163px;		
		margin-right:19px;
		margin-bottom:14px;
		height:96px;
		overflow:hidden;		
		cursor:pointer;
		position:relative;
		text-align:center;
		background-color:#f3e9d5;
	}
	
div.productListOver a {font-size:8pt;text-transform:uppercase;color:#7c6e53;}	


