body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin: 0; /* it's good practice to 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;
}

#outerContainer {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 20px auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(images/background_body.jpg);
	background-repeat: repeat-y;
}

#innerContainer {
	background-image: url(images/footer_background.jpg); /* watermark at bottom of page */
	background-repeat: no-repeat;
	background-position: left bottom;
}

div.home {
	background-image: url(images/header_home_bottom2.jpg);
	height: 36px;
}

div.inner {
	background-image: url(images/header_inner_bottom2.jpg);
	height: 36px;
}

#navBar {
	background-image: url(images/navbar_repeat.jpg);
	background-repeat: repeat-x;
	background-color: #2C6BA0;
}

.navRight {
	float: right;
}

img {
	border: none;
}

#navBar .button {
	padding-left: 23px;
}

#headerBottom table.whiteHeader {
	margin-top: 10px;
	display: inline;
}

#headerBottom table.whiteHeader#cart {
	float: left;
	margin-left: 53px;
}

#headerBottom table.whiteHeader#signup {
	float: right;
	margin-right: 78px;
	padding: 0px;
}

#content {
	background-image: url(images/background_body_top.jpg);
	background-repeat: no-repeat;
	padding: 25px 68px 35px 62px;
	line-height: 130%;
}

#footer {
	border-top: 1px solid #fff;
	margin: 38px 90px 15px 38px;
	padding: 15px 0px 25px 20px;
}

#footer .right {
	float: right;
	padding-top: 5px;
}

#footer p {
	margin: 0px;
	padding: 0px;
}

#miniLogoFooter {
	float: right;
	margin: 30px 25px 0px 25px;
}

/* hide hack from Mac-IE5 \*/
* html #footer { height: 1em; }
* html #footer p { height: 1em; }
/* end hiding */

a:link {
	color: #0066CC;
	//text-decoration: underline;
}

h1 {
	color: #701371;
	font-size: 1.6em;
	font-weight: normal;
	line-height: 145%;
	margin-bottom: 20px;
	margin-top: 0px;
}

h2 {
	font-size: 1.2em;
	font-weight: normal;
}

h4 {
	color: #701371;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 140%;
}

h5 {
	font-size: 1.1em;
	font-weight: bold;
	line-height: 135%;
}

h6 {
	font-size: 1em;
	font-weight: bold;
	line-height: 135%;
}

.news {
	background-image: url(images/gradient_backer.jpg);
	background-repeat: no-repeat;
	height: 35px;
	padding: 10px 25px;
	margin: 40px -15px 10px -12px;
}

.columnSmall {
	width: 260px;
	margin-right: 30px;
}

.columnMedium {
	width: 570px;
	margin-right: 24px;
}

.columnLarge {
	width: 854px;
	margin-right: 30px;
}

#columnHolder {
	border-collapse: collapse;
	margin-top: 20px;
	margin: 20px 0px 0px -9px;
}

div.columnSmall .header {
	background-image: url(images/blue_header_small.jpg);
	background-repeat: no-repeat;
	height: 32px;
	border-bottom: 1px solid #fff;
}

div.columnMedium .header {
	background-image: url(images/blue_header_medium.jpg);
	background-repeat: no-repeat;
	height: 32px;
}

div.columnLarge .header {
	background-image: url(images/blue_header_large.jpg);
	background-repeat: no-repeat;
	height: 32px;
}

#columnHolder h3 {
	color: #FFFFFF;
	font-weight: normal;
	font-size: 1.2em;
	padding-top: 9px;
	padding-bottom: 0px;
	margin: 0px 0px 0px 12px;
}

#columnHolder .picture { border-bottom: 1px solid #ccc; 
}

#columnHolder .content {
	padding: 5px 20px 15px 20px; 
	background-image: url(images/column_gradient_backer.jpg);
	background-repeat: repeat-x;
	background-color: #EFEAE4;
}

.productHolder {
	margin: 25px 0px 45px 0px;
	clear: both;
}

.productHolder img {
	float: left;
	margin: 0px 25px 10px 0px;
	border: 1px solid #0066CC;
	padding: 2px;
	clear: left;
}

.productHolder p {
	margin-top: 0px;
}

.productHolder .priceInfo#right{
	float: right;
}

.productHolder .priceInfo {
	font-weight: bold;
	text-align: center;
	float: left;
}

.productHolder .priceInfo .price {
	color: #990000;
}

.productHolder .priceInfo img {
	border: none;
	margin-left:auto;
	margin-right:auto;
	margin-top: 3px;
}

ul {
	list-style-image: url(images/dotpoint.gif);
	line-height: 145%;
	padding-left: 10px;
	margin-left: 20px;
}

table tr {
	vertical-align: top;
}

.recordsetNav {
	margin: 6px -5px;
	padding: 6px;
	border: 1px solid #ccc;
}

.alert {
	color: #669900;
	text-align: center;
	padding: 3px;
	border: 1px solid #66CC33;
	margin: 5px 0 10px 0;
}

#shoppingCart {
	margin-top: 10px;
	width: 100%;
}

#shoppingCart td {
	padding: 3px;
}

#shoppingCart .tdRight {
	text-align: right;
	padding-right: 5px;
}

#shoppingCart hr {
	border: none;
	color: #ccc;
	background-color: #ccc;
	height: 1px;
	margin: 16px 0px 11px 0px;
}

#shoppingSteps {
	color: #999;
}

#shoppingSteps .active {
	color: #000;
}

.mediumInput {
	width: 200px;
}

/* Used for displaying obvious error messages */
.error {
  color: #900000;
	text-align: center;
	padding: 3px;
	border: 1px solid #FF0000;
	margin: 5px 0 10px 0;
}
/* Used for displaying obvious warning messages */
.warning {
  color: #909000;
	text-align: center;
	padding: 3px;
	border: 1px solid #DDDD00;
	margin: 5px 0 10px 0;
}
/* Used for displaying obvious confirmation messages */
.confirmation {
  color: #669900;
	text-align: center;
	padding: 3px;
	border: 1px solid #66CC33;
	margin: 5px 0 10px 0;
}

/* Errors on joiner tables */
.joiner-error {
  border: 1px solid #FF0000; background-color: #FFF4F4; color: #900000;
  font-size: x-small; padding: 2px; margin: 0px;
}
