.maintext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
.headertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #d12434;
}

.doc:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #0000FF;
}

.doc:active {
	color: #CC0000;
}

.doc:hover {
	text-decoration: none;
	color: #CC0000;
}

.doc:visited {
	color: #0000FF;
}
a:link {
	text-decoration: none;
	color: #000000;
}

a:active {
	text-decoration: none;
	color: #000000;
}

a:hover {
	text-decoration: none;
	color: #ff0000;
}

a:visited {
	text-decoration: none;
	color: #000000;
}
/**************************/
/*     LEFT NAVIGATOR     */
/**************************/
.categories {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	color: #000000;
}
.sub_cat {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
}
.subCatLink:link 
	{
	text-decoration: none;
	color: #000000;
	cursor: hand;
	}
.subCatLink:visited 
	{
	text-decoration: none;  
	color: #000000;
	cursor: hand;
	}
.subCatLink:hover 
	{
	text-decoration: none; 
	font-weight: bold; 
	color: #FF0000;
	cursor: hand;
	}

/**************************/
/*     PRODUCT PAGES      */
/**************************/

.prodPageHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;
	color: #404060;
}

.prodPageLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #1E7FB6;
}

.prodPageFoot {
	font-family: Tahoma;
	color: #000000;
	font-weight: bold;
	font-size: 11px;
}

.prodPagePrice {
	font-family: Arial, Helvetica, sans-serif;
	color: #C00000;
	font-size: 14px;
}

.prodPageCaption {
	font-family: Arial, Helvetica, sans-serif;
	color: #C00000;
	font-size: 12px;
}

.prodPageText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.horiz_line {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}

.right_vert {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}

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


/**************************/
/*     CONTACT FORM       */
/**************************/

.contacttext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	background-color:#CCCCCC;
}