body
{
	background-color: #dddddd;
	color: #000000;
	font-family: Verdana;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

#mainpanel
{
	width: 800px;
	margin-left: -400px;
	left: 50%;
	position: relative;
}

.fpanel
{
	float: left;
	font-size: 0px;
}

.fpanel .topright
{
	width: 40px;
	height: 40px;
	background-image: url(images/border/topright.jpg);
}

.fpanel .topleft
{
	width: 40px;
	height: 40px;
	background-image: url(images/border/topleft.jpg);
}

.fpanel .bottomright
{
	width: 40px;
	height: 40px;
	background-image: url(images/border/bottomright.jpg);
}

.fpanel .bottomleft
{
	width: 40px;
	height: 40px;
	background-image: url(images/border/bottomleft.jpg);
}

.fpanel .topmiddle
{
	height: 40px;
	background-image: url(images/border/top.jpg);
}

.fpanel .bottommiddle
{
	height: 40px;
	background-image: url(images/border/bottom.jpg);
}

.fpanel .leftmiddle
{
	width: 40px;
	height: 100%;
	background-image: url(images/border/left.jpg);
}

.fpanel .rightmiddle
{
	width: 40px;
	background-image: url(images/border/right.jpg);
}

.fpanel .middle
{
	background-color: #ffffff;
	font-size: 12px;
}

.productpanel
{
	width: 360px;
	float: left;
	padding-bottom: 10px;
	font-size: 10px;
}

#logo
{
	background-image: url(images/repeat.bmp);
	width: 100%;
	height: 150px;
	text-align: center;
}

a
{
	color: #4444cc;
	text-decoration: none;
}

a:hover
{
	color: #8888ff;
}