body {
	background-color: #8b0000;
}

.td_background {
	background-color: #deb887;
}

.menu_background {
	background-color: #f5deb3;
}

.footer {
	font-family: "Palatino Linotype";
	font-size: 8pt;
	text-align: center;
	background-color: #deb887;
}

.header {
	font-family: "Palatino Linotype";
	color: #8b0000;
	font-style: italic;
	font-weight: bold;
	font-size: 26pt;
	padding-top: 6pt;
	padding-bottom: 6pt;
}

.slogan{
	font-family: "Palatino Linotype";
	font-size: 14pt;
	padding-bottom: 4pt;
}

.basket_header {
	font-family: "Palatino Linotype";
	font-weight: bold;
	padding-bottom: 2pt;
}

.basket_description {
	font-family: "Palatino Linotype";
	font-size: 9pt;
	margin-left: 24pt;
	margin-right: 24pt;
	padding-bottom: 4pt;
}

.basket_pricing {
	font-family: "Palatino Linotype";
	font-size: 9pt;
	margin-left: 24pt;
	margin-right: 24pt;
	padding-bottom: 8pt;
}

/*The Link style for top-level menuitems and is read by all browsers*/
#MenuNav div a {
	/*color: #b22222;*/
	color: #8b0000;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
}
/*The Link style for top-level menuitems hidden from Netscape 4*/
#MenuNav div a {
	/*/*/border-top: 1px solid #DDDEE8;
	border-right: 0px solid;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #DDDEE8;
	text-decoration: none;
	background-color: transparent;
	display: block;
	padding: 2px 0 2px 12px; /* */
}
#MenuNav div a:visited {
	color: #8b0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
#MenuNav div a:hover {
	background-color: #b8860b;
	color: #FFFFFF;
}

/*Sets line-height of all menuitems*/
#MenuNav {
	/*/*/line-height: 1.5; /* */
}
/*Sets background color and border around the menu DIV*/
#MenuNav {
	border-bottom: 0px solid #666;
	border-top: 0px solid #666;
	border-right: 0px solid #666;
	border-left: 0px solid #666;
}

#MenuNav div {
	/*/*/background-color: #f5deb3; /* */
}

/*second level menuitem divs*/
/*Sets left margin to 12px establishing a cascading indent*/
/*Sets border and bg color to establish the pastel BOXES*/
#MenuNav div div {
	margin: 0 0 0 12px;
	/*/*/border-left: 1px solid #666;
	background-color: #0066CC; /* */
}

/*third level menuitem divs. Sets BOX color*/
#MenuNav div div div {
	/*/*/background-color: #BBBBBB; /* */
}
/*fourth level menuitem divs. Sets BOX color*/
#MenuNav div div div div {
	/*/*/background-color: #CCCCCC; /* */
}
/*fifth level menuitem divs. Sets BOX color. Cascades to lower levels*/
/*To set additional level color BOXES, add a new selector with an additional -div- appended*/
#MenuNav div div div div div {
	/*/*/background-color: #C0C0C0; /* */
}

/*The Link styles for second-level menuitems*/
#MenuNav div div a {
	font-size: 12px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
#MenuNav div div a:hover {
	color: #FFFFFF;
	background-color: #0099FF;
}

/*The Link style for third-level menuitems and lower*/
/*To set a specific style for the fourth level, add a div to the selector*/
/*Fourth-level example syntax: p7TMnav div div div div a {declaration}*/
#MenuNav div div div a {
	font-size: 12px;
}

#MenuNavEnd {
	border-top: 1px solid #DDDEE8;
}