.maintext{
	font-family: Verdana;
	font-size: 11px;
	color: #010146;
}
.maintext-black{
	font-family: Verdana;
	font-size: 11px;
	color: #000;
}
/* Business Cards */
.maintext-grey{
	font-family: Verdana;
	font-size: 12px;
	color: #666666;
}
.maintext-grey-sml{
	font-family: Verdana;
	font-size: 11px;
	color: #666666;
}
.busi-header-red{
	font-family: Verdana;
	font-size: 13px;
	color: #990033;
}
.busi-header-grey{
	font-family: Verdana;
	font-size: 13px;
	color: #666666;
}
.busi-header-black{
	font-family: Verdana;
	font-size: 13px;
	color: #000;
	font-weight: bold;
}
.shipping-header-black{
	font-family: Verdana;
	font-size: 13px;
	color: #000;
}



.maintext-links a{
	font-family: Verdana;
	font-size: 11px;
	color: #990033;
	text-decoration: none;
}
.maintext-links a:hover{
	font-family: Verdana;
	font-size: 11px;
	color: #000;
	text-decoration: underline;
}
.maintext-links-blue a{
	font-family: Verdana;
	font-size: 11px;
	color: #010146;
	text-decoration: underline;
}
.maintext-links-blue a:hover{
	font-family: Verdana;
	font-size: 11px;
	color: #000;
	text-decoration: none;
}
.maintext-redbold{
	font-family:  Verdana;
	font-size: 12px;
	color: #000;
	font-weight: bold;
}
.head-red{
	font-family: verdana;
	font-size: 14px;
	color: #ooo;
	font-weight:bold;
		letter-spacing: 0.1mm;
}
.head-red-old{
	font-family: Lucida Sans Unicode, verdana;
	font-size: 15px;
	color: #911922;
	font-weight:bold;
		letter-spacing: 0.1mm;
}
.copytext{
	font-family:  Verdana;
	font-size: 10px;
	color: #fff;
	padding-top: 7px;
		padding-bottom: 7px;
}
.navbtmtext{
	font-family:  Verdana;
	font-size: 11px;
	color: #911922;
	text-decoration:none;
}
.navbtm a{
	font-family: Verdana;
	font-size: 11px;
	color: #911922;
	text-decoration:none;
}
.navbtm a:hover{
	font-family: Verdana;
	font-size: 11px;
	color: #000;
	text-decoration:underline;
}
.cwd a{
	font-family:  Lucida Sans Unicode, Verdana;
	font-size: 11px;
	color: #fff;
	text-decoration:none;
}
.cwd a:hover{
	font-family:  Lucida Sans Unicode, Verdana;
	font-size: 11px;
	color: #d7d6d7;
	text-decoration:none;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.suckerdiv ul{
margin: 0;
padding-left: 0px;
list-style-type: none;
width: 160px; /* Width of Menu Items */
height: 23px;
}
	
.suckerdiv ul li{
position: relative;
}
	
/*Sub level menu items */
.suckerdiv ul li ul{
position: absolute;
width: 160px; /*sub menu width*/
top: 0;

}

/* Sub level menu links style */
.suckerdiv ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: #FFFFFF;
text-decoration: none;
background-image: url(images/template/navbtn_01.gif);
padding: 8px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	border: solid thin 1px #fff;
}

.suckerdiv ul li a:visited{
color: #FFFFFF;
}

.suckerdiv ul li a:hover{
background-image: url(images/template/navbtn_02.gif);
text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #010146;
}

.suckerdiv .subfolderstyle{
display: block;
overflow: auto; /*force hasLayout in IE7 */
text-decoration: none;
background: url(images/template/navbtn_01.gif);
padding: 8px ;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}

.h1 {
font-size: 15px;
}
	
/* Holly Hack for IE \*/
* html .suckerdiv ul li { float: left; height: 1%; }
* html .suckerdiv ul li a { height: 1%; }
/* End */


