body {
	/*background-image: url(media/images/pageBg.jpg);*/
	background: #fff6dc;
}
.mainTable {
	width: 740px;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #A36209;
}
#leftNav a {
	color: #FFFFFF;
	font-size: 16px;
	text-decoration: none;
	font-weight: bold;
	font-style: italic;
	background-image: url(media/images/leftNavBg2.gif);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	width: auto;
	padding-left: 40px;
	padding-top: 2px;
	padding-bottom: 3px;
}
#leftNav a:hover {
	background-image: url(media/images/leftNavBgOvr.gif);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	width: auto;
	color: #F6DA00;
}
#footer td {
	color: #934649;
	font-weight: bold;
}
#footer a {
	color: #934649;
	font-weight: bold;
	text-decoration: none;
}
#cart td {
	color: #934649;
}
#cart a {
	color: #934649;
	font-weight: bold;
	text-decoration: none;
}
.inputBoxBlue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #568CD1;
	color: #275A87;
}
.txtWhite {
	color: #FFFFFF;
}
.txtRust {
	color: #A36209;
}
.inputBoxRust {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #A36209;
	color: #A36209;
}
form {
	margin: 0px;
}
h1 {
	font-size: 24px;
	margin: 0px;
}
#topNav a {
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	font-style: italic;
	text-decoration: none;
}
#topNav a:hover {
	color: #F6DA00;
}
.strikePrice {
	text-decoration: line-through;
}
a:link, a:active, a:visited {
	color: #A36209;
}
/*** Cart Dropdown Boxes ***/

.redefSelect select {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #D47F0C;
}
/*** Cart Text Areas ***/

.redefInput table td input, textarea {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #D47F0C;
	border: 1px solid #E2C094;
}
/*** Product Ordering Options Dropdown(s) ***/
/*** Wrap option text AND dropdown code with <span> ***/

.optionsTable table {
	display: inline;
	vertical-align: middle;
}
.optionsTable select {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #D47F0C;
}
hr {
	color: #E2C094;
	height: 1px;
	background-color: #E2C094;
	border: none;
}
#leftNavButtons {
	padding-top: 50px;
}
.leftNavButton {
	margin-bottom: 10px;
}