@charset "utf-8";
/* CSS Document */
#table
{
	width:912px;
}
#header
{
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
	width:912px;
	height:107px;
	font-family:"Arial Black";
	vertical-align:top;
}
#td1
{
	background-image:url(../images/left_shadow.jpg);
	background-repeat:repeat-y;
	width:10px;
}
#td2
{
	background-color:#F4F4F4;
	width:152px;
	vertical-align:top;
}
#td3
{
	background-image:url(../images/middle_shadow.jpg);
	background-repeat:repeat-y;
	width:19px;
}
#td4
{
	background-color:#F4F4F4;
	width:719px;
	vertical-align:top;
}
#td5
{
	background-image:url(../images/right_shadow.jpg);
	background-repeat:repeat-y;
	width:12px;
}
#table_footer
{
	background-image:url(../images/table_footer.jpg);
	background-repeat:no-repeat;
	width:912px;
	height:21px;
}
#footer
{
	/*background-image:url(../images/footer.jpg);
	background-repeat:no-repeat;*/
	width:912px;
	height:53px;
	text-align:center;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	vertical-align:top;
	padding-top:5px;
	color:#000000;
}
.footer_link a:link, a:visited
{
 color: #000000 ;text-decoration: none;
}
.footer_link a:hover
{
 color: #FFFFFF ;text-decoration: underline;
}

img.product {
	margin: 0px;
	border: 1px #c0c0c0 solid;
	padding: 1px;
	background-color: #e5e5e5;
}