BODY
{
	background-color: #FFF3FF;
	font-family: Arial;
	color: #000066;
	margin-left: 0%;
    margin-top: 0%;
}

TD
{
	font-size: 13px
}

TD.header
{
	border: solid 1px #000000;
	padding:  0 0 0 0;
	
}

TD.menu
{
	border: solid 1px #000000; 
	padding: 2 3 2 3;
	font: 400 13px;
}

TD.body
{
	border: solid 1px #000000;
	padding: 2 3 2 3;
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	background-position: center top
}
	

TABLE.main
{
	border: solid 1px #000000;
	padding: 0 0 0 0;
	border-top-width: 0;
	
}

TD.main
{
	border: solid 1px #000000;
	padding: 0 0 0 0;
}

TD.mainbg
{
	border: solid 1px #000000;
	padding: 0 0 0 0;
	background-image: url(images/homebg.jpg);
}

TD.main_body
{
	vertical-align: top;
	border-right: solid 1px #555555;
	
}

TD.main_body_right
{
	vertical-align: top;
	
}

TR.products
{
	border-bottom: solid 1px #555555
}

TD.products
{
	border-bottom: solid 1px #555555;
}

TD.footer
{
	border: solid 1px #000000;
	padding: 2 2 10 2;
	color: #000088;
}

A
{
	text-decoration: none;
	font-weight: 600;
	color: #0F63AE;
}
A:visited
{
	color: #0F63AE;
}
A.product
{
	font-weight: 500;
}
A.admin
{
	color: #FF0000;
}

DIV.indent
{
	text-indent: 10;
}
DIV.pagetitle
{
	font-size: 18px;
	font-weight: 800;
}

UL.product { margin-top: 0px; }

/*.img-shadow {
  float:left;
  background: url(images/shadow.gif) no-repeat bottom right;
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px;
  }

.img-shadow img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 4px;
  } 
*/

.img-shadow 
{
	filter:shadow(color:gray, strength:10, direction:135);
	
}

.img-shadow img 
{
	border:1px solid black;
}

IMG.imgborder
{
	border: solid 1px #555555
}



	