@charset "UTF-8";
/* CSS Document */

.page_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #737373;
	background-color: #EBEBEB;
	border-top-width: thin;
	border-top-style: solid;
	border-bottom-color: #737373;
}
.main { color: #555; font-size: 11px; font-family: Arial, Helvetica, sans-serif }
.main a:link   { color: #bfbfbf; font-size: 11px; font-family: Arial, Helvetica, sans-serif; text-decoration: none }
.main a:hover  { color: white; font-size: 11px; font-family: Arial, Helvetica, sans-serif; text-decoration: none; background-color: #cd0000 }
.main a:visited   { color: #bfbfbf; font-size: 11px; font-family: Arial, Helvetica, sans-serif; text-decoration: none }
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: white;
	text-decoration: none;

}
.footer a:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: white;
	text-decoration: none;
	background:url(../images/bullet.png) left no-repeat;

}
.footer a:hover { color: white; font-size: 12px; font-family: Arial, Helvetica, sans-serif; text-decoration: none; background-color: #a10000 }
.footer a:visited { color: white; font-size: 12px; font-family: Arial, Helvetica, sans-serif; text-decoration: none; background-image: url("../images/bullet.png"); background-repeat: no-repeat; background-attachment: scroll; background-position: left 50% }
.footer_credit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFF;
	text-decoration: none;
}
.headliner {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
	color: #FFF;
	background-color: #000;
}
.product {
	font-family: Arial Black, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #FFF;
	background-color: #730682;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #737373;
}
.header_secondary {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	font-style:normal;
	font-weight: bold;
	color: #FFF;
	background-color: #730682;
}
.header_secondary  a:link{
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #FFF;
	background-color: #730682;
}
.header_secondary  a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #FFF;
	background-color: #AD55A8;
}
.header_secondary  a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #FFF;
	background-color: #730682;
}
.gallery_title   { color: #fff; font-size: 14px; font-family: Arial, Helvetica, sans-serif; font-weight: bold; text-decoration: none; text-transform:uppercase; border-top: thin solid #cd0000 }
.gallery_list {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: white;
	text-decoration: none;
	border-top: thin solid #cd0000 

}
.gallery_list a:link { color: white; font-size: 9px; font-family: Arial, Helvetica, sans-serif; text-decoration: none; background-image: url("../images/bullet.png"); background-repeat: no-repeat; background-attachment: scroll; background-position: left 50% }
.gallery_list a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color:white;
	background-color: #A10000;
	text-decoration: none;

}
.gallery_list a:visited { color: white; font-size: 9px; font-family: Arial, Helvetica, sans-serif; text-decoration: none; background-image: url("../images/bullet.png"); background-repeat: no-repeat; background-attachment: scroll; background-position: left 50% }
.blog_date  { color: #cd0000; font-size: 9px; font-family: Arial, Helvetica, sans-serif }
