@charset "UTF-8";
body {
	font: 72% Verdana, Arial, Helvetica, sans-serif;
	background: #d3d3d3;
	margin: 0; /* zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.mainLayout #container {
	width: 971px;
	background: #FFFFFF;
	margin: 10px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image:url(../images/contentBG.gif);
	background-position:left;
}
.mainLayout #header {
	background: #000000;
	margin: 0;
	padding: 0;
}
.mainLayout #mainFlash {
	margin: 0;
	padding: 0;
	font-size: 100%;
}
.mainLayout #mainContent {
	margin: 0;
	padding: 0 45px;
	font-size: 100%;
}
.mainLayout #mainContent h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
}
.mainLayout #tagline {
	margin: 0;
	padding: 0;
	font-size: 90%;
	clear: both;
}
.mainLayout #footer {
	background-image:none;
	font-size: 90%;
	padding: 0;
	background:#d3d3d3;
}
.mainLayout #footer p {
	margin: 0;
	padding: 5px;
	text-align:center;
}
.mainLayout #footer a:link {
	color:#000000;
	text-decoration:none;
}
.mainLayout #footer a:hover, .mainLayout #footer a:active {
	color:#333333;
	text-decoration:underline;
}

/* @group css pulldown menu */
/*
.cssnav {
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
	background: url(../images/bgOver.gif) no-repeat;
	white-space: nowrap;
	display: block;
	width: 120px;
	height: 23px;
	margin: 0;
	padding: 0;
	color: #4e4e4e;
}
.cssnav a {
	display: block;
	font-size: 12px;
	width: 120px;
	height: 23px;
	float: left;
	color: #4e4e4e;
	text-decoration: none;
}
.cssnav img {
	width: 120px;
	height: 23px;
	border: 0;
}
.cssnav span {
	position: absolute;
	left: 15px;
	top: 3px;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
	color: #4e4e4e;
}
* html a:hover, * html a:active {
	visibility:visible;
}
.cssnav a:hover img, .cssnav a:active img {
	visibility:hidden;
}
.cssnav a:hover span, .cssnav a:active span {
	color: #ffffff;
}
*/
.anylinkcss {
	position:absolute;
	visibility: hidden;
	font:normal 12px Verdana, Arial, Helvetica, sans-serif;
	line-height: 23px;
	z-index: 100;
	background-color: #ffffff;
	width: 146px;
}
.rollover a {
	display:block;
	width: 105px;
	height:20px;
	padding:3px 0 0 15px;
	font: bold italic 12px Verdana, Arial, Helvetica, sans-serif;
	color:#4e4e4e;
	background: url(../images/bgNav.gif) 0 0 no-repeat;
	text-decoration: none;
}
.rollover a:hover, .rollover a:active { 
	background-position: 0 -23px;
	color: #ffffff;
}
/* @end */

/* @group stock units section */
.stockTable {
	padding: 5px 0 20px 0;
	font-size: 90%;
	text-align:center;
	font-weight:bold;
}
.stockTable a:link {
	color:#ba1a1a;
}
.stockTable #title {
	color:#FFFFFF;
}
.stockTable h2 {
	margin:0;
	padding:0;
	font-size: 140%;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
}

/* @end */

/* @group products section */
.productContainer {
	width:880px;
	margin-top:15px;
}
.productFlash {
	float:left;
	width:513px;
}
.productDescription{
	margin-left:546px;
}

#subtitle {
	font-size:70%;
	color:#767474;
	font-style:normal;
	font-weight:normal;
}

/* @end */

/* @basic page section */
.pageCopy{
	border: 1px solid #ffffff;
	float:left;
	width:340px;
}
.pageCopy a:link {
	color:#ba1a1a;
}
.productsPageCopy a:link {
	color:#ba1a1a;
}
.pageImg{
	border: 1px solid #ffffff;
	margin-left:370px;;
}
.pageBold{
	font-weight:bold;
}
.pageForm{
	margin-left:370px;
}
/* @end */


