/* link styles */
a {
	color: #23170B;
	text-decoration:	none;
	font-weight: normal;
	line-height: 120%;	

}

a:hover {
	color: #462E16;	
	text-decoration: underline;
}

a.leftNavLink {
	display: block;
	padding: 10px;	
	background-color: #860000;
	color: #fff;
	font-weight: bold;			
}

a.leftNavLink:hover {
	background-color: #D38835;
	display: block;
	color: #000;
	text-decoration: none;
	font-weight: bold;			
}

a.leftNavLink:active {
	background-color: #8B5D28;
	display: block;
	text-decoration: none;	
	font-weight: bold;		
}

.leftNavLinkSel {
	background-color: #8B5D28;
	padding: 10px 10px 9px 10px;	
	font-weight: bold;	
	color: #fff;
}

/**/
a.pNavLink {
	color: #860000;
	font-weight: bold;			
	font-size: 110%;
}

a.pNavLink:hover {
	background-color: #D38835;
	display: block;
	color: #000;
	text-decoration: none;
	font-weight: bold;			
}

a.pNavLink:active {
	background-color: #8B5D28;
	display: block;
	text-decoration: none;	
	font-weight: bold;	
	color: #fff;	
}

.pNavLinkSel {
	background-color: #8B5D28;
	display: block;
	font-weight: bold;	
	color: #fff;	
	font-size: 110%;	
}

a.subNavLink {
	color: #7D3F0E;
	font-weight: regular;			
}

a.subNavLink:hover {
	background-color: #D38835;
	display: block;
	color: #000;
	text-decoration: none;
	font-weight: regular;			
}

a.subNavLink:active {
	background-color: #8B5D28;
	display: block;
	text-decoration: none;	
	font-weight: regular;			
	color: #fff;	
}

h1 {
	font-size: 160%;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	color: #23170B;
	line-height: 120%;			
}

h2 {
	font-size: 165%;
	font-weight: bold;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	color: #860000;
	line-height: 140%;	
}

h2.homeText {
	font-size: 250%;
	font-weight: bold;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	color: #860000;
	line-height: 140%;	
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 100%;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	color: #8C5C2B;
	line-height: 130%;			
}

h3.productName {
	color: #860000;
}

p {
	margin: 0px;
	padding: 0px;
}

.textBold {
	font-weight: bold;
}