	/* PAGE AREA *****************************************************************************************/
	/* ***************************************************************************************************/
	#menuarea
	{
		position:relative;
		float:left;
		min-height:611px;
  		height:auto !important;
  		height:611px;
  		width:155px;
  		background:#555555;
  		background-image:url(../../images/template/subnavbase.jpg);
		background-position:bottom left;
		background-repeat:no-repeat;
		margin-bottom:5px;
	}	
	
	#contentarea
	{
		position:relative;
		float:right;
		min-height:580px;
		height:auto !important;
		height:580px;
		width:825px;
		margin-bottom:0px;
		padding-bottom:0px;
		margin-bottom:5px;
	}
	

	
	#basebar
	{	
		clear:both;
		list-style-type:none;
		margin:0px;
		padding:0px;
		height:25px;
		width:825px;
		background-image:url(../../images/template/navbar.jpg);
		background-repeat:repeat-x;
	}
	
	#basebar li
	{
		float:left;
		display:block;
		line-height:22px;
		list-style-type:none;
		color:#ffffff;
		padding:0px 0px 0px 10px;
		font-size:12px;
		line-height:25px;
}
	/* ***************************************************************************************************/
	/* ***************************************************************************************************/

	/* CONTENT AREA **************************************************************************************/
	/* ***************************************************************************************************/
	#content
	{   
		padding:0px;
		margin:0px;
	}
	
	#content_p
	{
		position:relative;
		min-height:456px;
  		height:auto !important;
  		height:456px;
	} 
	
	#description
	{
		float:left;
		width:570px;
		margin-bottom:0px;
		padding:10px 20px 0px 20px;
	}
	
	#image
	{
		float:left;
		text-align:center;
		width:600px;
		margin-top:10px;
	}
	
	#family
	{
		float:right;
		width:200px;
		margin:10px 0px 0px 0px;
		padding:0px 3px 0px 3px;
		border-left:1px solid #3399cc;
		text-align:center;
		min-height:396px;
  		height:auto !important;
  		height:396px;
	}
	
	img.featureproduct
	{
		border:none;
		display:block;
		margin:0 auto;
	}

	
	/* ***************************************************************************************************/
	/* ***************************************************************************************************/
	
	
	#nextproduct
	{
		position:absolute;
		right:226px;
		bottom:10px;	
		background-image:url(../../images/enquiries/fwd.jpg);
		background-repeat:no-repeat;
		height:43px;
		width:21px;
	}
	
	#prevproduct
	{
		position:absolute;
		left:20px;
		bottom:10px;	
		background-image:url(../../images/enquiries/bk.jpg);
		background-repeat:no-repeat;
		height:43px;
		width:21px;
	}
	
	#addtoenquiry
	{
		
		height:30px;
		width:190px;
		text-align:left;
		line-height:25px;
		display:block;
		color:green;	
		background-image:url(../../images/misc/tick.jpg);
		background-repeat:no-repeat;
		background-position:top right;		
	}



	table.products
	{
		border-collapse:collapse;
	}
	
	table.products td
	{
		border-collapse:collapse;
		width:150px;
		text-align:center;
	}
	
	.scroll
	{
		overflow:auto;
		width:600px;
		height:350px;
	}