body
{
	margin: 0px;
	padding: 0px;
	background: #ffffff;
}

#mainTable
{
	width: 100%;
	background: url(images/skyTile.gif) top left repeat-x;
}

#header1
{
	height: 225px;
	width: 100px;
}

.side
{
	background: url(images/sideTile.gif) top left repeat-y;
}

#footer
{
	background: #4e5232;
	height: 50px;
	padding: 10px;
}


#flash
{
	width: 190px;
	position: absolute;
	top: 0px;
	left:300px;
	z-index: 2;
}

.searchInputBox
{
	border: 1px solid #4e5232;
	width: 175px;
}

.searchSubmitBtn
{
	width: 60px;
	border: 1px solid #4e5232;
	cursor: pointer;
}

#breadcrumb
{
	width: 90%;
	padding-left: 5px;
	height: 25px;
	background: #bad0e1;
}

#catalogContent
{
	padding-right: 20px;
}

.catalogProductList p
{
	margin: 0px 0px 3px 0px;
	padding: 0px;
}

.catalogProductCost
{
	width: 250px;
	margin: 0px 0px 10px 10px;
	text-align: right;
	float: right;
}

.catalogActivePagelink
{
	background-color: #dddddd;
	padding: 2px;
}