html * { margin: 0; padding: 0;  }

body

	{
	font-family: Verdana, New Times Roman, Arial, san-serif;
	font-size: 12px;
	background-color: #cccccc;
	}


div#container

	{
	margin: 0 auto;
	padding: 0;
	width: 916px;
	border-style: none;
	background-color:#ffffff;
	}
	
	
	
/* IMAGE SWAP */	
	
	
	
div#header

	{
	width:916px;
	height:90px;
	
	}
	
	
	
div#header h1

	{
	width:916px;
	height:90px;
	position: relative;
	}
	
div#header h1 span

	{
	position: absolute;
	width: 100%;
	height: 100%;
	background: transparent url('images/pixelsfx_banner.jpg') no-repeat; 

	}
	
	
/* TOP NAV BAR */

	
div#top_nav

	{
	width: 916px;
	
	border-style: none;
	}



div#top_nav ul

	{
	margin: 0;
	 
	list-style: none;
	width: 916px;
	height:29px;
	float: left;
	
	background: #535353 url(images/menu_back.gif) repeat-x;
	}
	
	
div#top_nav ul li

	{ 
	
	float: left; 
	
	}
	
	
div#top_nav ul a

	{
	display:block;
	padding-left: 35px;
	padding-top: 6px;
	float: left; 
	text-decoration: none;
	color: #ffffff;
	}
	
	
div#top_nav ul a:hover

	{
	color: #87c352;
	}
	

/* Side Nav */


div#side_nav

	{
	margin-top:35px;
	padding-right: 25px;
	width: 234px;
	height: 540px;
	background: #ffffff url(images/side_bar_background.gif) no-repeat;
	border-style: none;
	float: right;
	
	}



div#side_nav ul

	{
	margin-top: 75px;
	padding:0px;
	list-style: none;
	background-color: #f6f6f6;
	
	}
	
li

	{
	display: inline; /* removes large gaps in ie/win */
	
	}
	

	
	
div#side_nav ul a

	{
	display:block;
	width: 198px;
	height:40px;
	margin-left: 15px;
	padding-top: 20px;
	text-decoration: none;
	background: #f6f6f6 url(images/service_buttons.gif) no-repeat;
	left center;
	text-indent: 50px;
	color: #000000;
	
	}


div#side_nav ul a:hover

	{
	background-position: right top;
	
	}










div#content

	{
	float: left;
	border-style: none;
	}




	
	
p#pack-thumbs
	
	{
	width: 608px;
	padding-top: 35px;
	padding-left: 25px;
	border-style: none;
	background-color: #ffffff;
	}	




div#footer

	{
	clear: both;
	}