img { border:0; }
body { 
	padding: 0; margin: 0;
	font-family: Arial; 
	background-color: white;
}
#faq h2 {
	margin-top: 60px;
	font-family: Garamond;
	font-size: 26pt;
}
#container {
	margin: auto;
	width: 1050px;
}
#content {
	width: 90%;
	margin: auto;
}
#header {
	padding-top: 40px;
}
#header {
	overflow: auto;
}
#logo {
	float: left;
}
#menu {
	padding-top: 64px;
	color: black;
}
#menu {
	font-family: Palatino, serif;
	font-size: 14pt;
}
#menu a, #menu a:visited {
	color: black;
	text-decoration: none;
}
#menu a:hover {
	color: blue;
	font-size: 100%;
}
#menu ul {
	list-style: none;
}
#menu li {
	display: inline;
	margin-right: 25px;
}
#cartinfo {
	text-align: right;
	margin-top: 30px;
}
#cartinfo form {
	padding: 0; margin: 0;
}
#cartinfo input {
	font-size: 8pt; background-color: #ddd; color: black;
}
#cartinfo a, #cartinfo a:visited {
	color: black;
	text-decoration: none;
}
#cartinfo ul {
	list-style: none;
}
#cartinfo li {
	font-size: 11pt;
	display: inline;
	margin-right: 4px;
	margin-left: 25px;
}
#footer {
	text-align: center; 
	font-size: 8pt; 
	margin-top: 10px;
}
.spiffy{display:block}
.spiffy *{
  display:block;
  height:1px;
  overflow:hidden;
  font-size:.01em;
  background:#000000}
.spiffy1{
  margin-left:3px;
  margin-right:3px;
  padding-left:1px;
  padding-right:1px;
  border-left:1px solid #919191;
  border-right:1px solid #919191;
  background:#3f3f3f}
.spiffy2{
  margin-left:1px;
  margin-right:1px;
  padding-right:1px;
  padding-left:1px;
  border-left:1px solid #e5e5e5;
  border-right:1px solid #e5e5e5;
  background:#303030}
.spiffy3{
  margin-left:1px;
  margin-right:1px;
  border-left:1px solid #303030;
  border-right:1px solid #303030;}
.spiffy4{
  border-left:1px solid #919191;
  border-right:1px solid #919191}
.spiffy5{
  border-left:1px solid #3f3f3f;
  border-right:1px solid #3f3f3f}
.spiffyfg{
  background:#000000}
#lowermenu a, #lowermenu a:visited {
	color: white;
	text-decoration: none;
}
a.tip {
	position: relative;
}

a.tip span {
	display: none;
	position: absolute;
	top: -52px;
	left: -50px;
	width: 125px;
	padding: 5px;
	z-index: 100;
	background: #000;
	color: #fff;
	-moz-border-radius: 5px; /* this works only in camino/firefox */
	-webkit-border-radius: 5px; /* this is just for Safari */
}

a:hover.tip {
//	font-size: 99%; /* this is just for IE */
}

a:hover.tip span {
	display: block;
}
a:hover {
//	font-size: 99%;
}
.shopping {
	font-size: 10pt;
	color: #444;
}
.shopping_bag {
	font-weight: bold;
}

