/*Main css*/
/background:#e6e5e5;/
html,body {
	height: 100%;
	background: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: small;
	color:#333333;
	margin: 0;
	padding: 0;
}
#container {
	margin: 0px auto;
	text-align: left;
	width:800px;
	padding-top: 5px;
}
#top {
	width:800px;
	background:url(images/top_white.gif) no-repeat;
	height: 175px;
}
#middle {
	width:800px;
	background:url(images/middle_white.gif);
	text-align:left;
}
#bottom {
	width:800px;
	height:72px;
	background:url(images/bottom_white.gif) no-repeat;
}
/*design-specific tweaks*/
#content {
	width:690px;
	padding-left:50px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}

#purchase {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.geranium {
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 0px;
	vertical-align: bottom;
	right: 25px;
	bottom: 0px;
}
#menu {
	padding-top:137px;
	padding-left:55px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#footer { padding-top:20px; padding-left:60px; color:#333333; }

/*\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/

/*extra pretties*/
#content a:link, #content a:visited, #content a:active, #content a:hover {
	color: #FF4542;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}

#purchase a:link, #purchase a:visited, #purchase a:active, #purchase a:hover {
	color: #FF4542;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding-right: 299px;
}

a:link, a:visited, a:active {
  color: #ffffff;
  text-decoration: none;
}
a:hover {
  color: #ffffff;
  text-decoration: underline;
}
h1 {
  color: #FF0000;
  font-weight: normal;
  font-size: 1.8em;
}

h2 {
  color: #FF0000;
  font-weight: normal;
  font-size: 17px;
}

h3 {
  color: #516376;
  font-weight: bold;
  font-size: 15px;
}
img { padding:3px; }
img.floatLeft {
	float: left;
	margin-right: 10px;
	margin-left: 2px;
	margin-bottom: 2px;
	margin-top: 0px;
}

.headeryellow {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #FF9900;
	padding-left:50px;
}

.headeryellowCAPS {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 38px;
	color: #FF9900;
	padding-left:50px;
}

.dualcolcontent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #8c8c8c;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 25px;
	padding-left: 20px;
}
img.floatLeft {
	float: left;
	padding-top: 20px;
}
.productDescrip {
	font-family: Arial, Helvetica, sans-serif;
	color: #8c8c8c;
	font-size: 14px;
	padding-top: 38px;
}
.productTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	color: #6A456E;
	font-size: 16px;
}
a:link.buyNow  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FD4539;
	text-decoration: blink;
}
