.left-tile {
	background-image: url(../images/left_tile.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.right-tile {
	background-image: url(../images/right_tile.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
/**************************/
/*     LEFT NAVIGATOR     */
/**************************/
.categories {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	color: #FFFFFF;
	background-color: #660000;
}
.sub_cat {
	font-family: Tahoma;
	color: #660000;
	font-size: 11px;
}
.subCatLink:link 
	{
	text-decoration: none;
	color: #660000;
	cursor: hand;
	}
.subCatLink:visited 
	{
	text-decoration: none;  
	color: #660000;
	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: #660000;
}

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

.prodPageFoot {
	font-family: Tahoma;
	color: #660000;
	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;
}
.boldtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.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;
}
