
/**	FOP Style
  *	---------------------------------------------- *
  *	@date: Jan 7, 2008
  *	@author: Aaron Buchanana [aaron@lab-media.com]
  *	---------------------------------------------- */
	body
	{
		background	: url(../html-images/bg-tile.jpg) repeat-x #000000;
		margin		: 0;
		padding		: 0;
	}
	
	#content
	{
		width		: 900px;
		height		: 100%;
		margin		: 0;
		padding		: 0;
	}
	
	#header
	{
		width		: 900px;
		height		: 136px;
		margin		: 0;
		padding		: 0;
		
		position	: relative;
		left		: 0px;
	}
	
	#description
	{
		background	: url(../html-images/content-area.png) no-repeat transparent;
		
		font-family	: Verdana, Arial, Helvetica, sans-serif;
		font-size	: 11px;
		line-height	: 22px;
		text-align	: center;
		color		: #f4f3d4;
		
		width		: 282px;
		height		: 308px;
		margin		: 25px 0 0 0;
		padding		: 20px 0 0 0;
		
		float		: left;
	}
	
	#slideshow
	{
		background	: url(../html-images/flash-content.png) no-repeat transparent;
		width		: 569px;
		height		: 387px;
		margin		: 0;
		padding		: 5px;
		
		position	: relative;
		left		: 115px;
		top			: -20px;
	}
	
	#ssp
	{
		width		: 495px;
		height		: 358px;
		
		margin-top:-348px;
	}
	
	#ssp
	{
	}
	
	#tree
	{
		background	: url(../html-images/tree.png) no-repeat transparent;
		
		width		: 117px;
		height		: 95px;
		
		position	: relative;
		top			: -40px;
	}
	
	#legal
	{
		font-family	: Verdana, Arial, Helvetica, sans-serif;
		font-size	: 9px;
		text-align	: center;
		color		: #888888;
	}
	
/**	NAV
  *	---------------------------------------------- */
 	#logo
	{
		background	: url(../html-images/logo.png) no-repeat transparent;
		width		: 170px;
		height		: 120px;
		margin		: 10px 0 0 60px;
		
		float		: left;
	}
	
	#nav-store
	{
		background	: url(../html-images/nav-store-off.png) no-repeat transparent;
		width		: 81px;
		height		: 76px;
		margin		: 35px 0 0 110px;
		
		cursor:pointer;
		
		float		: left;
	}
	#nav-store:Hover
	{
		background	: url(../html-images/nav-store-on.png) no-repeat transparent;
	}
	
	#nav-blog
	{
		background	: url(../html-images/nav-blog-off.png) no-repeat transparent;
		width		: 81px;
		height		: 76px;
		margin		: 35px 0 0 10px;
		
		cursor:pointer;
		
		float		: left;
	}
	#nav-blog:Hover
	{
		background	: url(../html-images/nav-blog-on.png) no-repeat transparent;
	}
	
	#nav-gallery
	{
		background	: url(../html-images/nav-gallery-off.png) no-repeat transparent;
		width		: 81px;
		height		: 76px;
		margin		: 35px 0 0 10px;
		
		cursor:pointer;
		
		float		: left;
	}
	#nav-gallery:Hover
	{
		background	: url(../html-images/nav-gallery-on.png) no-repeat transparent;
	}
	
	#nav-myspace
	{
		background	: url(../html-images/nav-myspace-off.png) no-repeat transparent;
		width		: 81px;
		height		: 76px;
		margin		: 35px 0 0 10px;
		
		cursor:pointer;
		
		float		: left;
		
	}
	#nav-myspace:Hover
	{
		background	: url(../html-images/nav-myspace-on.png) no-repeat transparent;
	}