.mediumtext {
	font-family: Tahoma;
	font-size: 11px;
}
.titles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}

.maintext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.products {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.go {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #306030;
	height: 20px;
	width: 20px;
	border: 1px solid #666666;
	font-weight: bold;
	color: #FFFFFF;
}
.border {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.search {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #2E5E2E;
	height: 22px;
	width: 145px;
}
.left_line {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: dashed;
	border-top-color: #A5A34E;
	border-right-color: #A5A34E;
	border-bottom-color: #A5A34E;
	border-left-color: #A5A34E;
}
.med_bold {
	font-family: "Times New Roman", Times, serif;
	font-size: 17px;
	font-weight: bold;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #B9A95B;
	border-right-color: #B9A95B;
	border-bottom-color: #B9A95B;
	border-left-color: #B9A95B;
	background-color: #EAE4CE;
}

/**************************/
/*     LEFT NAVIGATOR     */
/**************************/
.categories {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	color: #FFFFFF;
	background-color: #006633;
}
.sub_cat {
	font-family: Tahoma;
	color: #006600;
	font-size: 11px;
}
.subCatLink:link 
	{
	text-decoration: none;
	color: #006600;
	cursor: hand;
	}
.subCatLink:visited 
	{
	text-decoration: none;  
	color: #006633;
	cursor: hand;
	}
.subCatLink:hover 
	{
	text-decoration: none;  
	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: #006633;
}

.prodPageFoot {
	font-family: Tahoma;
	color: #006633;
	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;
}

/**************************/
/*     SITE SPECIFIC      */
/**************************/

.maintext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.top_horiz {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}

.errorMsg {color: #F00000;
}
