#product_nav {
	width: 161px;
	border: 0px solid black;
	position: relative;
	float: left;
}

#leftNavTopBorder {
	width: 161px;
	height: 10px;
	position: relative;
	background-image: url(../images/leftNavTopBorder.jpg);
	background-color: #cccccc;
	background-position: bottom;
	background-repeat: no-repeat;
	float: left;
	clear: both;
}

#leftNavBottomBorder {
	width: 161px;
	height: 11px;
	position: relative;
	background-image: url(../images/leftNavBottomBorder.jpg);
	background-position: top;
	background-repeat: no-repeat;
	float: left;
	clear: both;
}

#leftProductsContainer {
	background-color: #e7e8e3;
	padding-left: 0px;
	position: relative;
	float: left;
	width: 100%;
}

#leftProductsContainer ul {
	list-style-type: circle;
	padding-left: 5px;
	margin: 0px;
	margin-left: 15px;
}

#leftProductsContainer ul li {
	font-size: 10pt;
	color: #a11c1f;
	margin: 0px;
	border: 0px solid black;
}

a.leftNavCategory, a.leftNavCategory:link, a.leftNavCategory:visited {
	text-transform: uppercase;
	font-size: 8pt;
	color: #000000;
}

a.leftNavCategorySubCategory, a.leftNavCategorySubCategory:link, a.leftNavCategorySubCategory:visited {
	text-tranform: uppercase;
}

/* Customer Support */

#customer_support p{
	margin-top: 15px;
	margin-bottom: 15px;
	font-size: 10pt;
}

#customer_support {
	margin-top: 25px;
	border: 1px solid #cccccc;
	float: left;
	padding: 5px;
}

#customer_support p a {
	color: #604325;
}

#customer_support a.supportHeader {
	color: #c3c1c2;
	margin-bottom: 15px;
}

/* End Customer Support */