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

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

.maindropdown {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}


.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;
}
.galleryListText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	line-height: 9px;
	color:#FFFFFF;
}
a.galleryListText:link {
	text-decoration:none;
}
a.galleryListText:visited {
	text-decoration:none;
}
a.galleryListText:active {
	text-decoration:none;
}
a.galleryListText:hover {
	text-decoration:underline;
	color:#000000;
}

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

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

.galleryPhotosMaintext:link {
}

.galleryPhotosMaintext:visited {
}

.galleryPhotosMaintext:active {
}

.galleryPhotosMaintext:hover {
}

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

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

.galleryCategoryMaintext:link {
}

.galleryCategoryMaintext:visited {
}

.galleryCategoryMaintext:active {
}

.galleryCategoryMaintext:hover {
}


.galleryPageLinks {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	font-size:12px;
}
a.galleryPageLinks:link {
	text-decoration:none;
	color:#323C9E;
}
a.galleryPageLinks:visited {
	text-decoration:none;
	color:#323C9E;
}
a.galleryPageLinks:active {
	text-decoration:none;
	color:#323C9E;
}

a.standard:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration:none;
	color:#CC0000;
}
a.standard:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration:none;
	color:#CC0000;
}
a.standard:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration:none;
	color:#CC0000;
}
a.standard:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration:underline;
	color:#FFFFFF;
}
