BODY
{
	background-color: #F3F3F3;
	font-family: Tahoma;
	font-size: 12px;
	color: #222222;
}

TD
{
	font-weight: 400;
	font-size: 13px;
}

TD.header
{
	border: solid 1px #000000;
	padding:  0 0 0 0;
	font: normal 600 20px;
	background-color: #FFFFFF;
}

TABLE.menu
{
	empty-cells: show;
}

TD.menu
{
	border: solid 1px #000000; 
	padding: 2 3 2 3;
	font-weight: 400;
	font-size: 14px;
	empty-cells: show;
	
}

TD.menusmall
{
	border: solid 1px #000000; 
	padding: 2 3 2 3;
	font: 400 10px;
}

TD.body
{
	border: solid 1px #000000;
	padding: 2 3 2 3;
	font-weight: 400;
	font-size: 12px;
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	background-position: center top
}

TD.search
{
	border: solid 1px #000000;
	background-color:#FFFFFF;
	padding: 5 5 5 5;	
}
	

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;
	
}

TABLE.products
{
	empty-cells: show;
}

TR.products
{
	border-bottom: solid 1px #555555;
}

TD.products
{
	border-bottom: solid 1px #555555;
	padding: 10 20 0 20;
	
}

TD.footer
{
	border: solid 1px #000000;
	padding: 2 2 10 2;
	color: #0F63AE;
	font-size: 12px;
}

.productmenu
{
	float: right;
	margin-right: 20px;
	border: solid 1px #AAAAAA;
	padding: 10px;
	
}



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;
}

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
}



	