@charset "utf-8";
/* CSS Document */

.shortdesc {
	font-size: 12px; /* Font Size */
	line-height: 20px;
	color:#B39E7C;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
}
h1 {
	font-size: 14px;
	font-weight: bold; /* Accent 10 */
	color: #543654;
}

h2 {
	font-size: 12px;
	font-weight: bold; /* Accent 10 */
	color: #230621;
}

h3 {
	font-size: 11px;
	font-weight: bold; /* purple text */
	font-style:italic;
	color: #543654;
	}


ul {
	padding-left: 20px;
	list-style-image: url(../images/listdot.jpg);
}

li { line-height: 20px;
}

ul.tabs {
	font-size: 14px;
	padding-left: 20px;
	list-style-image: url(../images/listdot.jpg);
}

.SiteName {
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FE9D00;
}

.SiteComingSoon {
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: uppercase	;
	font-style: italic;
}

.maintable {
border-color:#FFFFFF;
border:solid;
}

.producttitle {
	color:#FFFFFF;
	font-weight:bold;
	font-size:11px;
	padding-bottom:3px;
	padding-top:3px;
	padding-left: 5px;
}

a:link.bnav {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 11px;
}
a:visited.bnav {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 11px;	
}
a:hover.bnav {
	text-decoration: none;
	color: #dced6b;
	font-size: 11px;
	
}
a:active.bnav {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 11px;
}

a:link {
	color: #4A0000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #4A0000;

}
a:hover {
	text-decoration: none;
	color: #660066;
}
a:active {
	text-decoration: none;
	color:#4A0000;
}

.purpleborder {border-bottom: #230621;
border-bottom-width: 1px;
border-left: #230621;
border-right: #230621;
border-top: #230621;
}
.eggplantbold {
color:#230621;
	font-weight:bold;
	font-size:11px;
	}
.brownbold {
color:#261d16;
	font-weight:bold;
	font-size:11px;
	}
.greenbold {
color:#a7bf07;
	font-weight:bold;
	font-size:11px;
	}


