/* CSS Document */

/*** Main Layout ***/
div#top
{
	background-image:url(../images/product_top.gif);
	background-repeat:no-repeat;
}

div#thumbnails
{
	float:left;
	width:480px;
	margin-left:55px;
}

div#other
{
	width:400px;
	float:left;
}

div#other img	
{
	border: 1px solid #FF7D01;
	padding: 5px;
}

div#image_window
{
	width:400px;
}

div#text
{
	width: 400px;
	margin-left:10px;
	margin-top:10px;
}
div#image
{
	width:989px;
	margin-left:20px;
}

div#middle
{
	background-image:url(../images/fish_center.gif);
	background-repeat:no-repeat;
}

div#inner_container
{
	float:left;
	width:400px;
}