a.BannerLink, a.BannerLink:link, a.BannerLink:active, a.BannerLink:visited {
    color: #FFFFFF;
	font: 14px Verdana;
	text-decoration: none;
}

a.BannerLink:hover {
    color: #FFFFFF;
	font: 14px Verdana;
	text-decoration: underline;
}

a:link, a:visited, a:hover, a:active
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: underline;
	color: #555555;
}

body, p, td, th, li 
{
	color: #8C7163;
	font: 12px Verdana;
	line-height: 17px;
}

ul
{
	list-style: url("/images/bullet.gif");
	margin-left: 0px;
	padding-left: 12px;
}

body
{
	margin-top: 0px;
}

h1
{
	color: #0F3870;
	font: 29px Arial;
}

h2
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #0951A1;
	font-weight: bold;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

h3, h4, h5, h6
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0951A1;
	font-weight: bold;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

input
{
 	text-decoration: none;
 	color: #3C639A;
 	background: #FFFFFF;
 	border-top: 1px solid #000000;
 	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
 	border-bottom: 1px solid #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight : normal;
 	padding-left : 0px;
}

form
{
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
}
.tableborder {
border: 1px solid #40408c;
margin-bottom: 0px;
padding-bottom: 0px;
}
.tablebordershadow {
border: 1px solid #40408C; box-shadow: 0.4em 0.4em #eeeeee;
}
.tableborderleft {
border-left: 1px solid #40408C;
color: #ffffff
}
.tableborderright {
border-right: 1px solid #40408C;
}
.tablebordertopright {
border-top: 1px solid #40408C;
border-right: 1px solid #40408C;
}
.tablebordertop {
border-top: 1px solid #40408C;
}
.tableborderbottom {
border-bottom: 1px solid #40408C;
}
.tablebordertopbottom {
border-top: 1px solid #40408C;
border-bottom: 1px solid #40408C;
}
.tableborderbottomright {
border-bottom: 1px solid #40408C;
border-right: 1px solid #40408C;
margin-bottom: 0px;
padding-bottom: 0px;
}
.tableborderbottomleft {
border-bottom: 1px solid #40408C;
border-left: 1px solid #40408C;
margin-bottom: 0px;
padding-bottom: 0px;
}
.tablebordertopbottomright {
border-top: 1px solid #40408C;
border-bottom: 1px solid #40408C;
border-right: 1px solid #40408C;
}
.tablebordertopbottomleft {
border-top: 1px solid #40408C;
border-bottom: 1px solid #40408C;
border-left: 1px solid #40408C;
}
.tableborderbottomleftright {
border-bottom: 1px solid #40408C;
border-left: 1px solid #40408C;
border-right: 1px solid #40408C;
}
.tableborderleftright {
border-left: 1px solid #40408C;
border-right: 1px solid #40408C;
}


/* ----- menu styles ----- */
.menu
{
	/***width: 140px;
	background-color: white;***/
}

.menurow
{
	/***text-align: left;
	height: 20px;***/
}

.rootitem
{
	/***text-align: left;
	background-color: #eeeeee; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #888888;
	text-decoration: none;***/
}

.menuitem
{
	/* for horizontal menu only */
	/***line-height: 14px;
	float: left;
	display: block;***/
	/* ---------------------- */
	
	/***text-align: left;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	margin: 0px;
	padding-left: 8px;
	background-color: #0951A1;
	text-decoration: none;***/
	
	float: left;
	display: block;
}

.submenu
{
	/* for horizontal menu only */
	/***line-height: 14px;
	width: 152px;
	border: solid 1px #CCE2F0;
	display: none;
	position: absolute;***/
	/* ---------------------- */
	
	/***margin: 0px;
	padding: 0px;***/
	/*text-indent: 8px;*/
	/***background-color: #888888;
	text-decoration: none;***/

	background: #FFFFFF;
	display: none;
	position: absolute;
	margin: 0px;
	padding: 0px;
	width: 117px;
}
a.menulink, a.menulink:link, a.menulink:visited, a.menulink:active
{
	/***line-height: 14px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	display: block;
	height: 100%;
	padding: 4px;
	font-weight: normal;
	font-size:12px;
	text-decoration: none;***/
	
	background: #B2B2B2;
	display: block;
	font: 9px Verdana;
	padding: 2px 3px 3px 3px;
	margin: 3px 0px 0px 0px;
	text-decoration: none;
	width: 123px;
}

a.menulink:hover
{
	/*line-height: 14px;
	color: #ffffff;
	background-color: #3C639A;*/
	/***text-decoration: underline;***/

	/*background: #B2B2B2;*/
	background: #FF9900;
	color: #FFFFFF;
	display: block;
	font: 9px Verdana;
	padding: 2px 3px 3px 3px;
	margin: 3px 0px 0px 0px;
	text-decoration: none;
	width: 123px;
}

a.activemenulink, a.activemenulink:link, a.activemenulink:visited, a.activemenulink:active
{
	/***font-weight: bold;
	line-height: 14px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	display: block;
	height: 100%;
	padding: 4px;
	text-decoration: none;
	font-size:12px;***/
	
	display: block;
}
a.activemenulink:hover
{
	/***font-weight: bold;***/
	/*color: #ffffff;
	background-color: #3C639A;*/
	/***text-decoration: underline;***/
}

a.rootmenulink, a.rootmenulink:link, a.rootmenulink:visited, a.rootmenulink:active
{
	/* for horizontal menu only */
	/***line-height: 14px;***/
	/* ---------------------- */
	
	/***color: #777777;
	height: 100%;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left:6px;
	padding-right:6px;
	font-weight: bold;
	text-align:left;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	text-decoration: none;***/

	color: #FFFFFF;
	display: block;
	background: url("/images/main_menu_bg_normal.gif") bottom right no-repeat #0E376F;
	font: 9px Verdana;
	height: 35px;
	line-height: 14px;
	margin-left: 6px;
	max-width: 105px;
	padding: 3px 5px 0px 5px;
	text-decoration: none;
	width: 117px;
}

a.rootmenulink:hover
{
	/***text-align: left;***/
	/*color: #ffffff;*/
	/***background-color: #f1f1f1;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;***/

	background: url("/images/main_menu_bg_hover.gif") bottom right no-repeat #FF9900;
}

a.activerootmenulink, a.activerootmenulink:link, a.activerootmenulink:visited, a.activerootmenulink:active
{
	/* for horizontal menu only */
	/***display: block;***/
	/* ---------------------- */
	
	/***text-align: left;
	background-color: #0951A1;
	line-height: 14px;
	color: #ffffff;
	height: 100%;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left:6px;
	padding-right:6px;
	border-top: 1px solid #ffffff;
	font-weight: bold;***/
	
	color: #FFFFFF;
	display: block;
	background: url("/images/main_menu_bg_hover.gif") bottom right no-repeat #FF9900;
	font: 9px Verdana;
	height: 35px;
	line-height: 14px;
	margin-left: 6px;
	max-width: 105px;
	padding: 3px 5px 0px 5px;
	text-decoration: none;
	width: 117px;
}

a.activerootmenulink:hover
{
	/***text-align: left;
	font-weight: bold;
	line-height: 14px;
	color: #ffffff;***/
	/*background-color: #3C639A;
	text-decoration: underline;*/
	/***border-top: 1px solid #ffffff;***/
	
	color: #FFFFFF;
	display: block;
	background: url("/images/main_menu_bg_hover.gif") bottom right no-repeat #FF9900;
	font: 9px Verdana;
	height: 35px;
	line-height: 14px;
	margin-left: 6px;
	max-width: 105px;
	padding: 3px 5px 0px 5px;
	text-decoration: none;
	width: 117px;
}

.TextMenu
{
	text-align: center;
	color: Red;
}
.TextMenu:visited
{
	color: Red;
}
.TextMenu:hover
{
	color: Blue;
}
.TextMenu:link
{
	color: Purple;
}

.admlink
{
	margin-left: 24px;
}
.admlink a
{
	margin-left: 6px;
	margin-right: 6px;
}
.admtoolbox tr td
{
	height: 60px;
	background-repeat: no-repeat;
	background-position-x: 3px; 
	background-position-y: 3px;
	padding-left: 42px;
}

.products
{
	text-align: center;
}
.prodTable
{
	border-collapse: collapse;
	border-spacing: 0px;
	empty-cells: hide;
}

.categories
{
	text-align: center;
}
.ctgTable
{
	border-collapse: collapse;
	border-spacing: 0px;
	empty-cells: hide;
}