body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	font-family:Arial, Helvetica, sans-serif;
	background:#c60 url(../../images/main-bg.jpg) top repeat-x;
}
a {
	color: #990000;
}
a:hover{
	color: #CC0033;
}
.topBG {
	background-image:url(../../images/interface/topBG.jpg);
	background-repeat:no-repeat;
	background-position:top right;
	text-align: center;
	vertical-align: top;
}
.topBG p {
	margin: 20px 20px 0px 0px
}
.bodyText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.bodyTextSmallRed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #990000;
}
.picBorder {
	color: #ffffff;
	border: 1px solid #ffffff;
}
a.picBorder {
	color: #ffffff;
	border: 1px solid #ffffff;
	height: 67px;
	width: 100px;
}
a.picBorder:hover {
	color: #CC0033;
	border: 1px solid #CC0033;
}
p.heading {
	padding:0px;
	border-bottom: 1px SOLID #900;
	margin: 0px 0px 10px 0px;
}
.leftBG {
	background-image:url(../../images/interface/leftBG.jpg);
	background-repeat:no-repeat;
	background-position:top right;
	height:340px;
}
.rightBG {
	background-image:url(../../images/interface/rightBG.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	height:340px;
}
.contentBG {
	background-image:url(../../images/interface/contentBG.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#FF9931;
	border-left:1px SOLID #fff;
	border-right:1px SOLID #fff;
}
.menuBG {
	background-image:url(../../images/interface/menuBG.gif);
	background-repeat:no-repeat;
	background-position:top;
}
.menuItem {
	background-image:url(../../images/interface/menuButtonBG.gif);
	background-repeat:no-repeat;
	height:30px;
	vertical-align:middle;
	font-size:12px;
	font-weight:bold;
}

#menu2 {
	display:none;
}

.menuItem a {
	color:#fff;
	margin:0px 5px 0px 57px;
	padding:0px;
	text-decoration:none;
}
.menuItem a:hover {
	color:#fc0;
	text-decoration:underline;
}
.subMenuBG {
	background-image:url(../../images/interface/subMenuBG.gif);
	background-repeat:no-repeat;
	background-position:bottom;
}
.subMenuItem {
	vertical-align:middle;
	font-size:12px;
	font-weight:bold;
	/*height:28px;*/
}
.subMenuItem p {
	margin:5px 70px 10px 57px;
	padding:0;
	display:block;
}
.subMenuItem a {
	color:#fff;
}
.subMenuItem a:hover {
	color:#fc0;
}
.footer {
	background-image:url(../../images/interface/footerBG.gif);
	background-repeat:no-repeat;
	background-color:#FF9932;
	height:120px;
	text-align:right;
	font-size:11px;
	color:#fff;
}
.footer p {
	margin: 46px 20px 20px 0px;
}
.footer a {
	color:#fc0;
}
.footer a:hover {
	color:#ff9;
}
#submenu1show, #submenu2show, #submenu3show, #submenu4show
{
	display:none;
}

/* Ebay feed */
#ebayFeedHeader {
	background:url(../../images/ebaybox-header.gif) top no-repeat;
	margin:25px 0 0 0;
	height:13px;
	font-size:1px;
	width:320px;
}

#ebayFeedFooter {
	background:url(../../images/ebaybox-footer.gif) top no-repeat;
	width:280px;
	padding:17px 20px 5px 20px;
	text-align:center;
	line-height:15px;
	margin:0 0 25px 0;
	font-weight:bold;
	height:47px;
	font-size:11px;
}

#ebayFeedFooter img {
	float:left;
}

#ebayFeedFooter p {
	margin:0;
	padding:8px 0 9px 0;
}

#ebayFeed {
	border-left:4px solid #fff;
	border-right:4px solid #fff;
	width:292px;
	margin:0;
	padding:10px;
}


