/*Global Page Format & Font Properties*/

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

body.popup {
	margin-left: 15px;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 5px;
}

body, p, td  {
	font-family: Tahoma, Helvetica, Verdana, Arial;
	font-size:9pt;
	line-height: 16px;
}

li {
	line-height: 18px;
}

.Heading {
	font-weight: bold;
	font-size: 13pt;
}

.subHeading {
	font-weight: bold;
	font-size: 10pt;
}

.littleSmaller {
	font-size: 11px;
}

td.littleSmaller a {
	text-decoration:none;
	color:#000000;
}

/*Content Area on all pages*/

td.mainContent {
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align:left;
}

td.mainContent p {
	line-height: 18px;
}

/*In-text images*/

img.rightAligned {
	padding-left: 20px;
	padding-bottom: 20px;
}

/*FAQ*/

div#answerArea {
	padding-left: 30px;
}

table#faqHolder li {
	line-height: 22px;
}

table td.questionArea {
	padding-top: 10px;
}

/*Order Now*/

table#CartTable td{
padding: 10px;
}

/*For hiding HTML that's needed elsewhere*/

.superHidden {
	position: absolute; top: -200px; left: -200px;display: none;
}

/*Product page*/

#productThumbs img {
	border-width: 1px;
	border-color: #000000;
}

tr.productThumbRow td {
	padding-bottom: 15px;
	padding-top: 3px;
}

#productThumbs td {
	text-align: center;
	vertical-align: top;
}

#productThumbs a {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}

/*For scenarios when vertical spaces aren't consistent between browsers*/

div.shortLine {
	line-height: 5px;
	font-size: 1px;
}

.storeBar, .storeBar a {
	color: #FFFFFF;
}

.head {
	font-weight: bold;
	font-size: 12pt;
}

.subHead {
	font-weight: bold;
}


.cartHeading {
	font-weight: bold;
}

.holidayNotice {
	font-weight: bold;
	display: none;
}

.emergencyNotice * {
	text-align: center;
	font-weight: bold;
}

.homeButton { /*Turns off home button*/
	/*display: none;*/
}

.notice02-04-08 {
	display: none;
}

#footer-text {
	background: url('images/bar.gif') repeat-x;
	text-align: center;
	height: 24px;
	color: #fff;
}
#footer-text span { position: relative; top: -1px; left: -8px; }
#footer-text.comersus span { top: -8px; left: 0; }
