/*  Set border of images to none so a hyperlink won't show a blue/red border around it */
img { border: none; }
/*  Text Styles */
.text { list-style-image: url(../images/bullet.gif); font-family: Arial, Helvetica, sans-serif; font-size: 11px}
.text a:link {  color: #9D0A0E; text-decoration: underline}
.text a:visited {  color: #9D0A0E; text-decoration: underline}
.text a:hover {  color: #333333; text-decoration: none}
.text a:active {  color: #9D0A0E; text-decoration: underline}

.text11 { list-style-image: url(../images/bullet.gif); font-family: Arial, Helvetica, sans-serif; font-size: 11px}
.text11 a:link {  color: #9D0A0E; text-decoration: underline}
.text11 a:visited {  color: #9D0A0E; text-decoration: underline}
.text11 a:hover {  color: #333333; text-decoration: none}
.text11 a:active {  color: #9D0A0E; text-decoration: underline}

.text12 { list-style-image: url(../images/bullet.gif); font-family: Arial, Helvetica, sans-serif; font-size: 12px}
.text12 a:link {  color: #9D0A0E; text-decoration: underline}
.text12 a:visited {  color: #9D0A0E; text-decoration: underline}
.text12 a:hover {  color: #9D0A0E; text-decoration: none}
.text12 a:active {  color: #9D0A0E; text-decoration: underline}

.text12nobullets { font-family: Arial, Helvetica, sans-serif; font-size: 12px}
.text12nobullets a:link {  color: #9D0A0E; text-decoration: underline}
.text12nobullets a:visited {  color: #9D0A0E; text-decoration: underline}
.text12nobullets a:hover {  color: #9D0A0E; text-decoration: none}
.text12nobullets a:active {  color: #9D0A0E; text-decoration: underline}

.text12gray { list-style-image: url(../images/bullet.gif); font-family: Arial, Helvetica, sans-serif; font-size: 12px}
.text12gray a:link {  color: #333333; text-decoration: none}
.text12gray a:visited {  color: #333333; text-decoration: none}
.text12gray a:hover {  color: #666666; text-decoration: underline}
.text12gray a:active {  color: #333333; text-decoration: none}

.text14 {  list-style-image: url(../images/bullet.gif); font-family: Arial, Helvetica, sans-serif; font-size: 14px}
.text14 a:link {  color: #9D0A0E; text-decoration: underline}
.text14 a:visited {  color: #9D0A0E; text-decoration: underline}
.text14 a:hover {  color: #9D0A0E; text-decoration: none}
.text14 a:active {  color: #9D0A0E; text-decoration: underline}

.text16 { list-style-image: url(../images/bullet.gif); font-family: Arial, Helvetica, sans-serif; font-size: 16px}
.text16 a:link {  color: #FF6600; text-decoration: underline}
.text16 a:visited {  color: #FF6600; text-decoration: underline}
.text16 a:hover {  color: #0000CC; text-decoration: none}
.text16 a:active {  color: #FF6600; text-decoration: underline}

.text_white { list-style-image: url(../images/bullet.gif); color: #FFFFFF; font-family: Arial, Helvetica, sans-serif; font-size: 12px}
.text_white a:link {  color: #FFFFFF; text-decoration: underline}
.text_white a:visited {  color: #FFFFFF; text-decoration: underline}
.text_white a:hover {  color: #FFFFFF; text-decoration: none}
.text_white a:active {  color: #FFFFFF; text-decoration: underline}

/* Hide the Layer menuCust */
#menuCust {
	position:absolute;
	width:150;
	height:125;
	z-index:1;
	visibility: hidden;
}
/* End Hide the Layer menuCust */

/* Background Styles */
.bg {  background-image:   url(../images/bg_stainless.jpg); background-repeat: repeat}
.bg_header {  background-image:   url(../images/bg_header.jpg); background-repeat: no-repeat}
.bg_navbar {  background-image:   url(../images/bg_navbar.jpg); background-repeat: repeat-y}
.bg_shadows {  background-image:   url(../images/bg_shadows.jpg); background-repeat: repeat-y}
.bg_search {  background-image:   url(../images/bg_search.jpg); background-repeat: no-repeat}
.bg_divider_home {  background-image:   url(../images/divider_home.gif); background-repeat: repeat-y}
.bg_divider_category {  background-image:   url(../images/divider_category.gif); background-repeat: repeat-y}
.bg_divider_product {  background-image:   url(../images/divider_product.gif); background-repeat: repeat-y}

/* Horizontal Rule Style */
.hr  {  color: #959595;  height: 1px} 
