table td {
	padding: 0;
}
table#shell {
	border: 0;
	width: 100%;
}
table#shell td#shell-left {
	padding: 0;
	background: url('../images/site/stretchfarleft.gif') repeat-x;
	vertical-align: top;
}
table#shell td#shell-left table#left-img{
	padding: 0;
	background: url('../images/site/leftimage.gif') top right no-repeat;
	width: 100%;
}
td#left-up {
	padding: 0;
	background: url('../images/site/stretchupleft.gif') repeat-y;
	vertical-align: top;
}
td#left-up table#left-one {
	padding: 0;
	background: url('../images/site/leftone.gif') top left no-repeat;
	width: 20px;
}
td#searchbox {
	padding: 0;
	background: url('../images/site/searchbg.gif') no-repeat;
	width: 255px;
	height: 70px;
}
table#shell td#shell-center {
	padding: 0;
	width: 880px;
	background: #fff;
	vertical-align: top;
}
td#right-up {
	padding: 0;
	background: url('../images/site/stretchupright.gif') repeat-y;
	vertical-align: top;
}
td#right-up table#right-one {
	padding: 0;
	background: url('../images/site/rightone.gif') top left no-repeat;
	width: 20px;
}
table#shell td#shell-right {
	padding: 0;
	background: url('../images/site/stretchfarright.gif') repeat-x;
	vertical-align: top;
}
table#shell td#shell-right table#right-img {
	padding: 0;
	background: url('../images/site/rightimage.gif') top left no-repeat;
	width: 100%;
}
td#mainbody {
	background: #f7f7f7 url('../images/site/mainbg.gif') repeat-y;
	vertical-align: top;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 0px;
}
td#rightbody {
	background: #FFFFFF url('../images/site/rightbg.gif') repeat-y;
	vertical-align: top;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
td#storebody {
	background: url('../images/site/mainbg.gif') repeat-y;
	vertical-align: top;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 13px;
}
td#showcase {
	padding: 24px;
	background: url('../images/site/showcasebg.gif') repeat-x;
	vertical-align: top;
}
td#landing {
	padding: 24px;
	background: url('../images/site/landingbg.gif') repeat-x;
	vertical-align: top;
}
td#submenutxt {
	font-family: Trebuchet MS;
	font-size: 11px;
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: none;
	word-spacing: 5px;
	background: url('../images/site/topright.gif') top left no-repeat;
	width: 255px;
	height: 30px;
}
td#submenutxt a:link, td#submenutxt a:visited {
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: none;
	word-spacing: 0px;	
}
td#submenutxt a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	word-spacing: 0px;
}
td#footmenu {
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	word-spacing: 5px;
	background: url('../images/site/footermenu.gif') top left no-repeat;
	width: 625px;
	height: 34px;
	padding-left: 10px;
}
td#footmenu a:link, td#footmenu a:visited {
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	word-spacing: 0px;
}
td#footmenu a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	word-spacing: 0px;
}
.mainline {
	font-family: "Trebuchet MS";
	font-size: 18px;
	font-weight: bold;
	color: 003366;
	text-decoration: none;
}
.headline {
	font-family: "Trebuchet MS";
	font-size: 18px;
	font-weight: normal;
	color: 333333;
	text-decoration: none;
}
.subline {
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: normal;
	color: 333333;
	text-decoration: none;
}
.date {
	font-family: "helvetica";
	font-size: 10px;
	font-weight: normal;
	color: 333333;
	text-decoration: none;
}
.blue {
	color: 003366;
}
#category td {
	background: url('../images/site/categorybg.gif') repeat-y;
}
/* original
#category td {
	background: url('../images/site/catmenubg.gif') no-repeat;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	}
	
#category a {
	font: 11px Helvetica, sans-serif;
	color: #FFFFFF;
	line-height:14px;
	text-decoration: none;
	display:block;
	padding:3px 3px 3px 32px;
	background: url("../images/site/cat_arrow.gif") 20px 50% no-repeat;
	height: 14px;
	}
	
#category a:hover {
	color: #FFFFFF;
	background-image: url(../images/site/cat_arrow-over.gif);
	background-repeat: no-repeat;
	background-position: 20px 50%;
	background-color: #000000;
	}
	*/