
/*remove underline from nav bar menu drop downs...reference this by 'class="navlink"' in your <div></div> tags*/
.navlink A:link { color:#cc9933; font-family: verdana; font-weight: normal; text-decoration: none;}
.navlink A:active{ color:#ffffff; font-family: verdana; font-weight: normal; text-decoration: none;}
.navlink A:visited {color:#cc9933; font-family: verdana; font-weight: normal; text-decoration: none;} 

.prodlink A:link { color:#000000; text-decoration: none;}
.prodlink A:active{ color:#000000; text-decoration: none;}
.prodlink A:visited {color:#000000; text-decoration: none;} 

td {font-family:verdana; font-size:10px; color: #000000;}
.largetype {font-family:verdana; font-size:12px;}
sup {font-size:7px;}

a:link {color: #FF3333; text-decoration: underline}
a:hover {  color: #FF3333; text-decoration: underline}
a:visited {  color: #000000; text-decoration: underline}
a:active {  color: #FF3333; text-decoration: underline}
.productname {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	color: #000000;
}
.ProdName {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
}
.productdesc, .ebeans-product-desc {
	font-size: 12px;
	font-style: italic;
}
.sectionTitle {
	font-size: 14px;
	font-weight: bold;
	color: #990000;
}
.largecolortype {
	font-size: 14px;
	font-weight: bold;
	color: #990000;
}


/* --------------------- side nav --------------------- */

ul#nav {
	margin: 0;
	padding: 0;
	position:relative;
	list-style-type: none;
}
ul#nav li {
	display: inline;
}
ul#nav a {
	display: block;
	text-indent: -9999px;
	background-position: top center;
	background-repeat: no-repeat;
	width: 168px;
	height: 18px;
}
ul#nav a#varietals {
	background-image: url("http://www.caffepronto.com/images/VAR_title.gif");
}
ul#nav a#blends {
	background-image: url("http://www.caffepronto.com/images/BLND_title.gif");
}
ul#nav a#exotics {
	background-image: url("http://www.caffepronto.com/images/SE_title.gif");
}
ul#nav a#decaffeinated {
	background-image: url("http://www.caffepronto.com/images/DECAF_title.gif");
}
ul#nav a#revolution {
	background-image: url("http://www.caffepronto.com/images/REV_title.gif");
}
ul#nav a#ghirardelli {
	background-image: url("http://www.caffepronto.com/images/GHIR_title.gif");
}
ul#nav a#monin_ofree {
	background-image: url("http://www.caffepronto.com/images/MONOF_title.gif");
}
ul#nav a#monin {
	background-image: url("http://www.caffepronto.com/images/MON_title.gif");
}
ul#nav a#drsmoothie {
	background-image: url("http://www.caffepronto.com/images/DRS_title.gif");
}
ul#nav a#guittard {
	background-image: url("http://www.caffepronto.com/images/GUIT_title.gif");
}
ul#nav a#pacific_chai {
	background-image: url("http://www.caffepronto.com/images/CHAI_title.gif");
}
ul#nav a#brewers {
	background-image: url("http://www.caffepronto.com/images/BRW_title.gif");
}
ul#nav a#grinders {
	background-image: url("http://www.caffepronto.com/images/GRND_title.gif");
}
ul#nav a#espresso {
	background-image: url("http://www.caffepronto.com/images/ESP_title.gif");
}
ul#nav a#supplies {
	background-image: url("http://www.caffepronto.com/images/SUP_title.gif");
}
ul#nav a#accessories {
	background-image: url("http://www.caffepronto.com/images/ACC_title.gif");
}
ul#nav a#logo {
	background-image: url("http://www.caffepronto.com/images/LGO_title.gif");
}
ul#nav a#gift_certificates {
	background-image: url("http://www.caffepronto.com/images/GCC_title.gif");
}
ul#nav a#sale {
	background-image: url("http://www.caffepronto.com/images/SALE_title.gif");
}



