body {
	background-color: #FFFFFF;
	background-image: url(../images/bg-prp.gif);
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: .8em;
	margin: 10px 0px 0px 10px;
}

input, li, p, select, td, textarea {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

div.center, table.center {
	margin: 0px auto;
}

p.center, ul.center, td.center, tr.center, table.text-center {
	text-align: center;
}

p.right, td.right, tr.right, table.text-right {
	text-align: right;
}

.bold {
	font-weight: bold;
}

.underline {
	text-decoration: underline;
}

.large {
	font-size: large;
}

.larger {
	font-size: larger;
}

ul.indent-20px {
	margin-left: 0px;
	padding-left: 20px;
}

ul.disc {
	list-style: disc;
}

ul.circle {
	list-style: circle;
}

.clearboth {
	clear: both;
}

img {
	border: none;
}

a, a:visited, a:active {
	color: #006400;
	font-weight: bold;
}


/* Begin Text Layout Code */
div.text {
	margin: 10px 10px 10px 180px;
	position: relative;
	z-index: 1;
}

h1 {
	color: #660066;
	font-size: 1.7em;
	font-weight: bold;
	margin-top: 75px;
	text-align: center;
	text-transform: uppercase;
}

h1.homepage {
	color: #660066;
	font-size: 1.7em;
	font-weight: bold;
	margin-top: 0px;
	text-align: center;
	text-transform: uppercase;
}

h2 {
	color: #660066;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}

h3 {
	color: #660066;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}

h4 {
	color: #660066;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}

p.headlines {
	color: #660066;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}

div.thumbnail {
	float: left;
	height: 210px;
	margin: 10px;
	padding: 5px;
	text-align: center;
	width: 150px;
}

div.product {
	float: left;
	margin: 0px 10px 10px 0px;
	width: 150px;
}

td.tan-row, tr.tan-row {
	background-color: #e2dec8;
}

img.samples {
	height: 190px;
	width: 150px;
}

img.color-samples {
	margin: 0px 8px 10px 8px;
}

span.red {
	color: #FF0000;
}

.order-amount {
	color: #660066;
	font-weight: bold;
}
/* End Text Layout Code */


/* Begin Footer Navigation Layout Code */
ul.footer-navigation {
	margin: 0px;
	padding: 0px;
	z-index: 1;
}

ul.footer-navigation li {
	display: inline;
	font-size: .9em;
	list-style: none;
}
/* End Footer Navigation Layout Code */


/* Begin Left Navigation Layout Code */
div.left-navigation {
	left: 10px;
	position: absolute;
	top: 77px;
	width: 156px;
	z-index: 0;
}

p.contact-info {
	color: #FFFFFF;
	font-size: .8em;
	font-weight: bold;
	text-align: center;
}

a.contact-info {
	color: #FFFFFF;
	text-decoration: underline;
}
/* End Left Navigation Layout Code */


div.upper-left-corner {
	height: 62px;
	left: 10px;
	position: absolute;
	top: 0px;
	width: 220px;
	z-index: 0;
}

img.upper-left-corner {
	height: 62px;
	width: 220px;
}

div.check-for-flash {
	left: 0px;
	position: absolute;
	top: 0px;
	z-index: -1;
}