body{
	font-family: "Lucida Grande", "Lucida Sans", "Trebuchet MS",Tahoma, Verdana, Arial, Helvetica, sans-serif;
	height:100%;
}

table.bg{margin-left: auto;margin-right: auto;}
a{
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size:14px;
	text-decoration: none;
	color: #1f4aff;
}
a.toplinks{
	color:#ffffff;
	display: block;
	margin:0;
	padding:0;
	
	line-height:24px;
	width:100%;
	height:100%;
	text-decoration:none;
}
table.header{ height:200px; width:100%;}
a.toplinks:hover{ font-weight:bolder; }
a.footer { color:#efefef; }
a.footer:visited { color:#efefef; }
table.toolbar
{
	width: 100%;
	height: 30px;
	border-bottom: #090;
	border-width: 0 0 2px 0;
	border-style: none none solid none;
	padding-bottom: 1px;
}
td.toolbar{
	background:url(img/btn.gif) no-repeat;
	width:132px;
	height:29px;
	text-align:center;
	vertical-align:middle;
}
td.toolbar:hover{background:url(img/btn.gif) no-repeat;}

td.menucontainer{
	width:150px;
	background-color:#ccffcc;
	vertical-align:top;
	text-align:center;
	border-left:#090 2px solid;
}

div.menucell{
	width:150px;
/* 	height: 18px; */
	
	color: #033;
	height: 15px;
	padding: 4px 8px 0px 5px;
	text-align: left;
	font-weight:bold; 
	cursor:hand;
	

}

table.menu-table {
	font-size:95%;
	width:100%;
	height:100%;
	border-spacing:0;
}
td.menu-items, td.menu-items a
{

}
td.sub-menu-items ,td.sub-menu-items a{
	text-decoration:none;
	color:#ff0000;
	font-size:85%;
	height:20px; 
	padding: 2px 2px 2px 20px; 
	text-align:left; 
}
td.parent-menu{
	color:#ff0000;
	height:25px; 
	padding: 4px 2px 4px 5px; 
	text-align:left; 
	font-weight:bolder;
}

.productContainer {
	 margin:5px 1px 5px 1px
}
table.products
{width:100%; height:400px; margin-left:auto; margin-right:auto;  border-right:#090 2px solid;}
table.products td{ width:33%;	vertical-align:top;}
table.products td.soon{ width:100%;vertical-align:middle;text-align:center;font-size:150%;}

table.products td
{
	width: 33.33%;
	vertical-align: top;
	border-bottom: #090;
	border-width: 0 0 0px 0;
	border-style: none none solid none;
}
table.products tr{height:auto;}

table.product-item
{
 width:100%; height:150px;
 font-style: normal;
 font-size:8pt;
 text-align:center;
 vertical-align:middle
}
table.product-item td{ border:none; vertical-align:middle;color:#006633;	 }
table.product-item tr{ height:100%; }
a.product-item { text-decoration:none; cursor:pointer; }
table.product-item:hover
{
	background-color: #ada;
/* 	border: #000000 1px solid; 
   	border: #8b8 1px solid; */
	cursor: pointer;
}
table.product-details{ width:100%;  }
table.product-details td{ text-align:center;color:#006633 }

img.product-image
{
/* 	border-top:#101010 1px solid; */
/* 	border-left:#101010 1px solid; */
/* 	border-right:#505050 4px solid; */
/* 	border-bottom:#505050 4px solid; */
	border:#666666 1px solid;
}

td.pageno{
	color:#000000;
	text-align:center;
	font-size:60%;
	font-weight:bolder;
}

td.navbar{ 
color:#ffffff;
text-align:center;
background:url(img/btn3.gif) no-repeat;
background-position:center;
cursor:pointer;
}
td.navbar-disabled{ 
color:#a0a0a0;
text-align:center;
background:url(img/btn4.gif) no-repeat;
background-position:center;
cursor:pointer;
}

div.footer{
 position:absolute; top:760px;left:10px;width:800px;height:44px;
  border: #87ceeb 1px solid;
  font-style: normal;
  font-family: verdana, arial;
  text-align: center;
 }
table.footer{width:736px;height:44px;}

span.site{
	font-weight:bolder;
	color:#00BE52;
	text-shadow:#001100 2px 2px 2px;
}
td.soon{
	vertical-align:middle;
	text-align:center;
	font-size:150%;
}

/*********** form ************/
div.form
{
	text-align: center;
	border: #055600 5px solid;
	width: 450px;
	height: 250px;
	position: absolute;
	top: 20%;
	left: 25%;
	background-color: #FFC;
	display: none;
}
td.form-title{text-align:center;}
td.form-label{width:20%;text-align:right;vertical-align:top;font-size:90%;}
td.form-inpt{text-align:left;}
td.form-inpt input[type=text],textarea{border:#000000 1px solid; width:100%;} 
input.btn {border:#000000 1px solid;height:25px;} 


