@charset "UTF-8";
body {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	background: #fff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	min-width: 600px;
	width: 100%;
}
#container { border: 0px solid #000000; }
/* Header styles */
#SmHeader {
	height: 60px;
	margin: 0px;
	background-color: #CCC;
	background-image: url(imagesf/background.gif);
	background-repeat: repeat-x;
}
#SmLogo {
	float: left;
	padding-top: 18px;
	padding-right: 20px;
	padding-left: 60px;
}
#SmLogo img {
	height: 25px;
	width: 220px;
}
#SmLogoText {
	font-style: italic;
	color: #E00;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	line-height: 15px;
	display: block;
	padding-top: 15px;
}
/* Top navigation row */
#topRow {
	background: #339;
	height: 25px;
	vertical-align: middle;
}
#SmNavRow {
	line-height: 25px;
	display: inline;
}
#SmNavRow #NavText {
	text-align: left;
	margin-top: 0px;
	float: left;
	background-color: #339;
}
#SmNavRow ul li {
	color: #FFF;
	display: inline;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
}
#SmNavRow ul li a {
	font-size: 10px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}
#SmNavRow #NavText ul {
	margin: 0px;
	display: inline;
	padding: 0px;
}
#SmNavLabels {
	text-align: right;
}
#SmSearchBox {
	float: right;
	margin: 0px;
	padding-right: 25px;
}
/* Main content */
#mainContent {
	padding: 0 25px;
	text-align: justify;
	font-style: normal;
}
#saleBug {
	float: right;
	clear: both;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 12px;
}
/* Footer */
#ruler {
	margin-right: auto;
	margin-left: auto;
	width: 400px;
	margin-top: 15px;
	margin-bottom: 0px;
}
#footer {
	text-align:center;
}
#FooterTable {
	width: 440px;
	margin-right:auto;
	margin-left:auto;
	margin-top: 0px;
}
#ordering {
	width: 410px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	margin-bottom: 12px;
}
#smallPrint {
	text-align:center;
	font-size: 9px;
}
/* Appearance styles */
p {
	margin-top: 4px;
	margin-bottom: 8px;
}
img { border: 0px solid #FFF; }
h1, h2, h3, h4 {
	color:#330099;
	font-family:Arial, Helvetica, sans-serif;
}
h1 {
	text-align:center;
	font-weight:bold;
	font-size:18px;
	font-style: italic;
	margin-top: 30px;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	margin-bottom: 0px;
}
h3 {
	font: bold 12px;
	font-style: italic;
}
th {
	font-family:arial, helvetica, verdana, sans-serif;
	font-size:12px;
	font-style:italic;
	text-align: center;
}
caption {
	font-family:Verdana, Arial, sans-serif;
	font-size:12px;
	font-weight:bold;
	font-style:italic;
	color:#330099;
}
.boldred {
	font-weight:bold;
	color:#CC0033;
}
.strike { text-decoration: line-through; }
.bottompadding {
	padding-bottom:6px;
}
.backHome {
	font-style: italic;
	font-weight: bold;
}
/* Link styles */
a:link {
	text-decoration:underline;
}
a:hover {
	color:red;
	text-decoration:underline;
	background:yellow;
}
a:active {
	color:red;
	text-decoration:underline;
	background:yellow;
}
a:visited {
	text-decoration:underline;
}
a.noline:link {
	text-decoration:none;
}
a.noline:hover {
	color:red;
	text-decoration:underline;
	background:yellow;
}
a.noline:active {
	color:red;
	text-decoration:underline;
	background:yellow;
}
a.noline:visited {
	text-decoration:none;
}
/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
#RightHeader {
	float: left;
	border-bottom: 5px solid #3F0;
}
#MainText {
	margin-right: 20px;
	margin-left: 20px;
}