body {
	background-color: white;
	font-family: Georgia, Book Antiqua, serif;
}

#header{
	width: 675px;
	background-color: #006600;
}

#menu{
	width: 675px;
	background-color: #499249;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 9pt;
	color: white;
	padding: 3px 0px 3px 0px;
}

#menu a {
	color: white;
	text-decoration: underline;
}

#menu a:hover {
	color: white;
	text-decoration: none;
}

.tabover{
	background-color: #499249;
}

a.tabover {
	color: white;
	text-decoration: none;
	font-size: 12pt;
	font-weight: bold;
}

.tab{
	background-color: #005500;
}

a.tab{
	color: white;
	text-decoration: none;
	font-size: 12pt;
}

#main {
	width: 675px;
	padding: 5px 0px 5px 0px;
}

#main h1 {
	font-size: 18pt;
	letter-spacing: -2px;
	color: #D7B03A;
	margin-bottom: 4px;
	padding: 0px 0px 0px 16px;
	background-image: url("img/bullet-mid.gif");
	background-repeat: no-repeat;
	background-position : left;
}

#main h2 {
	color: #b03a3a;
	font-size: 15pt;
	letter-spacing: 80%;
}

#main p {
	
}

#main a {
	color: #2222ff;
}

#main .shopbox{
	float:right;
	padding:4px;
	background-color:#924949;
	color:white;
	width:160px;
	text-align:center;
	margin: 4px;
	font-size: 9pt;
}
#main .shopbox a {
	color: white;
}
#main .quote{
	padding: 0px 20px 10px 20px;
	font-size: 10pt;
	line-height: 90%;
}

#main .pubtbldark {
	background-color:#eeeeff;
}

#main .desc {
	font-size: 10pt;
	padding-bottom: 6px;
}

#main .desctitle {
	font-size: 14pt;
	font-weight: bold;
	letter-spacing: 80%;
	color: #b03a3a;
	padding-bottom: 6px;
}

#footer {
	width: 675px;
	background-color: #499249;
	padding: 3px 0px 3px 0px;
	font-size: 8pt;
	color: white;
	font-weight: bold;
	font-family: Tahoma, Arial, sans-serif;
	text-align: right;
	margin: 0 auto;
}

#footer a {
	color: white;
	text-decoration: underline;
}
#footer a:hover {
	color: white;
	text-decoration: none;
}

.quantityField {
	width: 20px;
}


div.mtext
{
float: right;
width: 150px;
padding: 10px;
background-color: #070;
border: 2px solid White;
margin: 10px;
color: White;
font-family: "Palatino Linotype", Timesse, Sans-Serif;
text-align: center;
font-weight: bold;
font-style: italic;
}