body {
	background-color: #8B7965;
	background-image: url(../i/page_blueBar_brown.jpg);
	background-repeat: repeat-x;
}

body, td
{
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
}

/* Column Specifications */

#menuColumn
{
	vertical-align: top;
	width: 175px;
	background-color: #EEE8DF;
}

#contentColumn
{
	vertical-align: top;
	padding-left: 10px;
	width: 596px;
	background-color: #FFFFFF;
}

/* List Items */
li {
	padding: 0px;
	margin: 0px;
}

/* Product Page Specifications */

.productName {
	font-size: 20px;
	padding-right: 30px;
}

.productInfo {
	padding-left: 10px;
	line-height: 16px;
}

.productDescription {
	padding-right: 20px;
	color: #000000;
}



















/* Hyperlink Specifications */

a, a:visited
{
	color: #000099;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

a.mainMenu, a.mainMenu:visited, a.mainMenu:hover
{
	color: #333333;
}

a.subCategory, a.subCategory:visited, a.subCategory:hover {
	color: #333333;
	font-size: 10px;
}

a.breadcrumb, a.breadcrumb:visited, a.breadcrumb:hover {
	color: #999999;
}

a.footer, a.footer:visited, a.footer:hover {
	color: #999999;
}

.copyright {
	color: #666666;
}


.thumb {
	border: 1px;
	border-color: #EEEEEE;
	border-style: solid;
}














/* Form Elements */
.button {
	font-size: 11px;
	width: 75px;
}

.searchBtn {
	font-size: 11px;
}

.formField {
	font-size: 11px;
}



.menuSection
{
	line-height: 16px;
}

/* General Specifications */
.pageTitle {
	font-size: 20px;
}

/* Category Page Specifications */

.categoryDescription {
	padding-right: 20px;
	color: #666666;
}


.helpfulLinks {
	padding-left: 10px;
	padding-top: 10px;
	line-height: 16px;
}

.categoryName {
	color: #999999;
}
