/* THIS IS THE CONTROLLING CSS FILE FOR DIRECTWOOD.COM */

p {
	font-size: 15px;
	font-family: arial, serif;
	color: #000000;
	}
	
.myH1 {
	font-size: 18px;
	font-family: Arial, serif;
	font-weight: bold;
	color: #346633;
	}
	
.myH2 {
	font-size: 15px;
	font-family: Arial, serif;
	font-weight: bold;
	color: #000000;
	}
	
.specPrice {
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #ff0000;
	}

.specPrice2 {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #ff0000;
	}

.tagline1 {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	}

.retailPrice {
	font-size: 15px;
	font-family: Arial, serif;
	font-weight: bold;
	color: #000000;
	text-decoration: line-through;
	}

a.qNavText {
	text-decoration: none;
	font-size: 17px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333333;
	}

a.CategoryName {
	text-decoration: none;
	font-size: 22px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: italic; 
	color: #993300;
	}

.qNavHeader {

	font-size: 17px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333333;
	
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-width: 2px;
	border-bottom-color: #333333;
	}
	
.QuickNavBorder1 {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-width: 2px;
	border-bottom-color: #333333;
	}
	
.QuickNavBorder2 {
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-color: #333333;
	border-bottom-color: #333333;
	}
	
.imageLinks {
	border: 0px;
	}

/* DEFINE TEXT LINKS */
a.txtLink:visited {
	color: #FFFFFF;
	}

a.txtLink:link {
	color: #FFFFFF;
	}

a.txtLink:hover {
	color: #FFFFFF;
	background-color: #8F5F00
	}

a.active:hover {
	background-color: #8F5F00
}
a.inactive:hover {
	background-color: #8F5F00
}
.active {
	background-color: #8F5F00
}
/* END DEFINE TEXT LINKS */
