body { background: #ae130a; margin: 0; font: 62.5% Arial, sans-serif; }
a img { border: 0; }

#container { 
	background: url("/img/shad.gif") repeat-y;
	padding: 0 15px;
	text-align: center;
}

#wrap {
	width: 686px; 
	margin: 0 auto;
	background: url("/img/shad-bot.gif") no-repeat 3px bottom;
	padding-bottom: 19px;
}

#header { height: 21px; border-bottom: 4px solid #fff; position: relative; }
#header a { position: absolute; top: 0; left: 186px; }

#main { padding-top: 115px; background: #fed101; }

#menu { 
	background: #000;
	border-top: 4px solid #fff;
	list-style: none;
	margin: 0;
	padding: 4px 0;
	font-size: 1.3em;
}
#menu li { display: inline; padding: 0 35px; }
#menu li a { color: #fff; text-decoration: none; font-weight: bold;  }

#submenu {
	width: 100%;
	margin: 0;
	padding: 5px 0 15px 0; 
	font-size: 0.8em;
	list-style: none;
	overflow: auto;
	border-bottom: 1px solid #fff;
	background: #fed101 url("/img/shad-menu.gif") repeat-x bottom left;
}

#submenu li { width: 14.3%; padding: 0 1%; float: left; text-align: center; }
#submenu li a { color: #000; text-decoration: none; }

#content { background: #fff; text-align: left; padding-bottom: 20px; overflow: auto; border-bottom: 10px solid #000; width: 100%; font-size: 1.2em; }
.featured { margin: 0 auto; display: block; text-align: center; }
address { font-style: normal; }
.featured h2 { color: #ae130a; margin: 0; padding: 7px; }

table { border-collapse: collapse; text-align: center;}
table th { background:#ae130a; color: #fff; padding: 5px 10px; border-right: 1px solid #fff; }
table td { border: 1px solid #ae130a; padding: 2px; }

#product { padding: 0 20px; }
#product img { float: left; padding: 0 10px 50px 0; }
#product h1 { color: #ae130a; }
.options span { font-weight: bold; }

#footer { 
	font: bold italic 1.5em sans-serif;
	border-bottom: 4px solid #fff;
	padding-bottom: 15px;
}
#footer a { color: #000; text-decoration: none; }

#copyright { padding: 10px; background: #ae130a url("/img/swatch.gif") no-repeat 95% 50%; color: #fff; border-bottom: 4px solid #fff; font-size: 0.9em; }
