/**************** General Classes *****************/
body {
	margin: 0px;
	background-color: #fff; /* Global white */
	font-size: 12px; /* Font Size */
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height: 14px;
	color: #000; /* Global Black */
}

.container {
	margin-left: auto;
	margin-right: auto;
	
}

.PageTitle {
	font-size: 150%;
	font-weight: bold;
	color: #336;
	margin: 10px;
}

#pagetitle{
	background: none;
	border-bottom: 1px solid #000;
	display: inline;
	margin: 10px;
	padding: 10px;
	width: 580px;
	height: auto;
	color: #336;
	font-size: 200%;
	font-weight: bold;
}

h1 {
	font-size: 200%;
	font-weight: bold;
	color: #000; /* Accent 1 */
	margin: 0 0 1.5em 0;
}

h2 {
	font-size: 150%;
	font-weight: bold;
	color: #000; /* Text Medium */
	margin: 0 0 1.5em 0;
		
}

h4{
	font-size: 100%;
	font-weight: bold;
	color: #000; /* Text Medium */
	margin: 0 0 1.5em 0;
	padding: 0px;
}

h5{
	font-size: 75%;
	font-weight: bold;
	color: #000; /* Text Medium */
	margin: 0 0 1.5em 0;
	padding: 0px;
}


.comp-content{
	background: #fff;

	line-height: 1.5em;
	margin: 0px;
	padding: 0px;
	text-align: left;
	width: 590px;
}


/* Links */
a:link {
 color: #491E64; !important;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
}
a:visited {
 color: #491E64; !important;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
 
}
a:hover {
 color: #491E64; !important;
 text-decoration: underline;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
 
}
a:active {
 color: #491E64; !important;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
 
}



/**************** Login Classes *****************/
.usrLogin {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: right;
	font-weight: 600;
	color: #491E64;	
	letter-spacing: 1px;
	margin: 0px 0px 0px 3px;
}

.formHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	font-weight: 600;
	color: #491E64;
}


.shadeform	{
	text-align: left;
	border-top: 2px inset Highlight;
	border-left: 2px inset Highlight;
	border-right: 2px inset White;
	border-bottom: 1px #571963;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	padding: 0px 0px 0px 2px;
	margin: 3px 0px 3px 3px;
	color: #000;
	width: 100px;
}

.forgotPswrd {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	color: #571963;
	line-height: 30px;
}

.forgotPswrd a:Link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	color: #571963;
	line-height: 30px;
	
}

.forgotPswrd a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	color: #571963;
	line-height: 30px;
	
}

.forgotPswrd a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	color: #571963;
	line-height: 30px;
	text-decoration: underline;
}

.forgotPswrd a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	color: #571963;
	line-height: 30px;
	
}

/**************** copyright Class*****************/

.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: center;
	color: #000;
	padding: 10px 0px 0px 0px;
}

/**************** img Class*****************/
.imgSubTitle{
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	margin: 0px 0px 5px 0px;
	line-height: 25px;		
}

.Bodyimg {
	margin: 10px;
}

/**************** Unordered List Class*****************/
ul {
	margin: 10px 3px 3px 15px;
}
li {
	font-family: 12px;
	color: #491E64;
	font-weight: 700;
	margin: 10px 3px 3px 3px;
}





td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.content {
	margin: 20px;
	padding: 20px;
}



/**************** Left Nav Class*****************/

.leftnav {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #DDDDDD;
	border-left-color: #DDDDDD;
}
.navRoot {
	font-weight: bold;
		border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #bbb;
}
.navChild1 {
	margin-left: 10px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #bbb;
	font-size: 11px;
}
.navRoot a:link {color: #336699; text-decoration: none} 
.navRoot a:visited {color: #336699; text-decoration: none} 
.navRoot a:hover {color: #000; text-decoration: underline} 
.navRoot a:active {color: #336699; text-decoration: none} 

.navChild1 a:link {color: #B99757; text-decoration: none} 
.navChild1 a:visited {color: #B99757; text-decoration: none} 
.navChild1 a:hover {color: #000; text-decoration: underline} 
.navChild1 a:active {color: #B99757; text-decoration: none} 

.navSelected a:link {color: #000; text-decoration: none} 
.navSelected a:visited {color: #000; text-decoration: none} 
.navSelected a:hover {color: #000; text-decoration: underline} 
.navSelected a:active {color: #000; text-decoration: none} 

#shopitem_tbl {
	border-right: 1px solid #D8D8D8;
	border-bottom: 1px solid #D8D8D8;
}
#shopitem_tbl td {
	padding: 3px;
}

.FreaturedItem {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: Olive;
}

#printlogo{
	display: none;
	height: 15px;
	color: #000;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	
#breadcrumbemail a:hover, #breadcrumbemail a:active {
	color: #c60;
	text-decoration: underline;
}

#breadcrumbprint{
	float: right;
	font-size: 80%;
	padding: 0px;
	text-align: right;
	width: 100px;
	line-height: 15px;
	
}

#breadcrumbprint a:link, #breadcrumbprint a:visited {
	background: url(../assets/printer.gif) no-repeat left;
	color: #781F78;
	float: right;
	padding: 0px 5px 0px 20px;
	text-decoration: none;
}

#breadcrumbprint a:hover, #breadcrumbprint a:active {
	color: #c60;
	text-decoration: underline;
}

