
body, table {
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, Verdana, sans-serif; font-size: 100%;
	color: #734128;
	background-image: url(../images/cssshadow.jpg);
	background-repeat: repeat-y;
	line-height: 1.3em;
	}
input.submit
{/* all buttons */
	border: 3px double #999999;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;

	background-color: #640000;
	color:#FFFFFF;
	font-weight:bold;
	margin-top: 10px;
/*background-image: url(../images/buttonCSS.gif);
background-repeat: repeat-x;*/
}
input.submit:active
{
border: 3px double #CCCCCC;
border-top-color: #999999;
border-left-color: #999999;
}
h1 {
	color: #FF0000;
	font-size:1.7em;
	font-weight: bold;
}	
	h2 {
	color: #B90000;
	font-size:1.5em;
	font-weight: bold;
}	
h2 span, h1 span {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B90000;
}

h3 {
	color:#D20000;
	font-size:1.4em;
}
	
h4 {
	color:#B90000;
	font-size:0.9em;
	font-weight: bold;
}	
h5 {
	font-size:1em;
	font-weight: bold;
	color:#D20000;
}
h6 {
	font-size:0.9em;
	font-weight: bold;




	color:#B90000;
	margin: 0px;
}

#header {
	height: 150px;
	width: 760px;
	position: absolute;
	left: 0px;
	top: 0px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
}
#subnav {
	position: absolute;
	left: 200px;
	top: 94px;
	z-index: 9900;
	white-space: nowrap;
	line-height: 28px;
	list-style-type: none;
	text-align: center;
	font-size: 0.8em;
}
#subnav ul {
	margin: 0px;
	padding: 0px;
}
#subnav li {
	float: left;
	list-style: none;
}
#subnav a {
	display: block;
	text-decoration: none;
	float: left;
	width: 112px;
	line-height: 28px;
}
#personal {
	list-style-type: none;
	text-align: center;
	clear: right;
	margin: 0px;
	padding: 0px;
}
#personal ul {
	margin: 0px;
	padding: 0px;
}
#personal li {
	float: left;
	list-style: none;
	margin-bottom: 20px;
}
#personal li a {
	display: block;
	text-decoration: none;
	width: 103px;
	float: left;
	line-height: 1.7em;
	background-color: #000099;
	padding: 0px;
	margin-top: 1em;
	margin-right: 0px;
	margin-bottom: 1.3em;
	margin-left: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	color: #FFFFFF;
}
#personal li a:hover {
	background-color: #FF6600;
}
#mainnav {
	position: absolute;
	left: 200px;
	top: 122px;
	z-index: 10000;
	width: auto;
	font-size: 0.8em;
	font-weight: bold;
	background-color: #006600;
	white-space: nowrap;
}
#basketimage {
	background-image: url(../images/basket.jpg);
	background-repeat: repeat-y;
	height: 2000%;
	width: 200px;
	top: 150px;
	position: absolute;
	left: 0px;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #E7DEE2;
	background-color: transparent;
	z-index: 120;
}
#basket {
	height: 100%;
	width: 190px;
	position: absolute;
	left: 0px;
	top: 175px;
	padding: 10px 0px 0px 10px;
	z-index: 150;
	font-size: 0.8em;
}
#basket h4 {
	margin: 1em 0 0 0;
	padding: 0;
}
#basket h5 {
	margin-top: 7px;
	margin-bottom: 5px;
}

#mainarea {
	height:100%;
	width:560px;
	position:absolute;
	left:200px;
	top:150px;
	background-repeat:no-repeat;
	font-size: 0.8em;
	background-image: url(../images/mainarea.jpg);
	background-position: 1px top;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #CCCCCC;
	z-index: 100;
}
#centercontent {
	position: absolute;
	height: 100%;
	left: 220px;
	top: 170px;
	width: 520px;
	z-index: 200;
	font-size: 0.8em;
}
#centercontent #faq {
	padding-right: 150px;
}

#centercontent div p, #centercontent h4, #centercontent h3 {
	margin: 0px 0px 3px 0px;
}
#extension {
	height: 200%;
	position: absolute;
	left: 760px;
	top: 150px;
	padding-left: 22px;
	padding-top: 20px;
	background-image: url(../images/extension.jpg);
	background-repeat: repeat-y;
      width:178px; 
  voice-family: "\"}\""; 
  voice-family:inherit;
  width:200px;
    
    
    
}
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 28px;
}

#nav li a {
	display: block;
	width: 140px;
	text-decoration: none;
	color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
}

#nav li { /* all list items */
	float: left;
	width: 140px;
}

#nav li ul { /* second-level lists */
	position: absolute;
	width: 135px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	padding-left: 5px;
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	background-color: #009900;
}

#nav li ul li:hover{
	background-color: #BBF550;
	margin-left: -5px;
	padding-left: 5px;
	width: 135px;
	left: auto;
}
#nav li ul li.sfhover{
	background-color: #009900;
	left: auto;
	margin-left: -3px;
	padding-left: 6px;
}
.button {
	border: 3px double #999999;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background-color: #640000;
	text-align:center;
	color:#FFFFFF;
	font-weight:bold;
	width:150px;
}
.button a {text-decoration:none;
color:#FFFFFF}
#titlebar {
	background-color: #CC0000;
	background-position: 0px 0px;
	text-align: center;
	width: 100%;
	line-height: 1.5em;
	color: #FFFFFF;
	margin-bottom: 10px;
	font-weight: bold;
}
#titlebar a{
	color: #FFFFFF;
	text-decoration:none;
}
#detailtable div {
	padding-left: 25px;
}
#detailtable h3 {
	font-size: 1.3em;
	color: #990000;
}

.ruleseparator {
	height: 1.2em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F7C973;
	margin-bottom: 0.8em;
	clear: left;
}
.tableseparator {
	height: 1.2em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #DBDBDB;
	margin-bottom: 0.8em;
}
.FormRadio {
	text-align: center;
	float: left;
	width: 42px;
}.faqtable {
	width: 420px;
	clear: right;
	margin-top: 0px;
	padding-top: 0px;
}
#centercontent #forgotemail {
	background-color: #FFDE99;
	padding: 2%;
	width: 96%;
	float: left;
}
#centercontent #history {

}
#centercontent #float {
	float: left;
}
#topright {
	height: 140px;
	width: 190px;
	position: absolute;
	left: 760px;
	top: 0px;
	padding-top: 10px;
	padding-left: 10px;
	background-color: #EA0031;
}

#centercontent .faqtable h5 {
	margin-bottom: 0.5em;
	padding-bottom: 0px;
	margin-top: 1em;
	padding-top: 0px;
}
#centercontent #redeem {
	clear: left;
}
#basket ul {
	margin: 0px;
	padding: 0px 0px 0px 20px;
	list-style-type: disc;
	line-height: 1.6em;
	font-size: 1em;
	font-weight: bold;
	list-style-image: url(../images/bulletsquare.gif);
}
.product {
	padding-right: 10px;
	font-size: 1.2em;
}
#centercontent #CenterStrap {
	font-size: 2em;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: inherit;
	color: #CC0000;
	line-height: 1.2em;
}
#centercontent #largepic {
	float: right;
	border: 1px solid #CCCCCC;
	margin-left: 15px;
}
.LinedBox {
	border: 1px solid #CCCC99;
	padding: 6px 5px 4px 7px;
	margin-top: 0px;
	margin-bottom: 15px;
	width: 160px;
	background-color: #FFFFFF;
}
.LinedBoxHeader {
	background-color: #CBED7C;
	margin: 10px 0px 0px;
	padding: 4px 4px 4px 8px;
	font-weight: bold;
	width: 162px;
	background-image: url(../images/whitecorner.gif);
	background-position: right top;
	background-repeat: no-repeat;
	border-bottom-width: thin;
	border-bottom-style: inset;
	border-bottom-color: #CBED7C;
	vertical-align: top;
	color: #000000;
}
#centercontent #centerfooter {
	clear: left;
	float: left;
	margin-top: 12px;
}
#centercontent #intropara {
	font-size: 1.2em;
}
#centercontent .LinedBox {
	width: 100%;
	margin-top: 0px;
	margin-bottom: 10px;
	padding: 0px;
	background-color: #FFFFFF;
	height: 100px;
}
#centercontent #centerfooter #popular {
	background-color: #FFCC00;
}
#basket #bullets {
	background-color: #CBED7C;
}
#centercontent #centerfooter #mostpop {
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	width: 99%;
}
#centercontent #extras {
	height: auto;
	padding-left: 15px;
}
#Contact {
	padding: 15px 10px 10px 25px;
	width: 350px;
	background-color: #FFFF00;
	border-bottom-width: thick;
	border-bottom-style: ridge;
	border-bottom-color: #D1083D;
}
#centercontent .LinedBoxPayChoice {
	border: 1px solid #000000;
	margin-bottom: 15px;
	margin-top: 10px;
	padding-left: 10px;
}
#ContactHeader {
	background-color: #CCF31E;
	color: #000000;
	font-size: 1.2em;
	font-weight: bold;
	border: 1px solid #CCF31E;
	margin-top: 20px;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 25px;
}
#basketimage #titlebar a {
	color: #FFFFFF;
	text-decoration: none;
}
#RequiredField {
	font-size: 1.1em;
	font-weight: bold;
	color: #FF0000;
}
#BuffetLink {
	margin-left: 10px;
	margin-top: 20px;
	font-size: 0.8em;
	color: #FFFFFF;
}
#BuffetLink .button {
	background-color: #690001;
	color: #FFFFFF;
}
#BuffetLink .button a {
	color: #FFFFFF;
}
#centercontent #centerfooter .LinedBoxHeader a {
	color: #000000;
}
#centercontent #centerfooter #mostpop a {
	color: #666666;
}
.LibraryShot {
	clear: right;
	width: 149px;
	margin-bottom: 50px;
	border: 3px solid #FFFFFF;
}
#maparea {
	width: 960px;
	position: absolute;
	left: 0px;
	top: 150px;
	background-color: #FFFFFF;
	text-align: center;
	padding-top: 5px;
	padding-right: 14px;
	padding-left: 14px;
}
#maparea #MapHeader {
	font-size: 1.3em;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #81B841;
	width: 932px;
	margin: 0px;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 9px;
	padding-left: 0px;
}
#DeliveryInline {
	font-size: 13px;
	display: inline;
}
