/* Dymatec CSS www.dymatec.com */

A:link { color: #003366; }
A:visited { color: #003366; }
A:hover { color: #cc0000; }

.bodytextsmall { font-family: "Arial", "Helvetica", "Verdana", "MS Sans Serif"; font-size: 10px; line-height: 14px;}
.bodytext { font-family: "Arial", "Helvetica", "Verdana", "MS Sans Serif"; font-size: 12px; line-height: 18px;}
.bodytexthuge { font-family: "Arial", "Helvetica", "Verdana", "MS Sans Serif"; font-size: 14px;}

.bodylink a:link{ font-family: "Arial", "Verdana", "Helvetica", "MS Sans Serif"; font-size: 12px; color: #336699; text-decoration: underline; line-height: 19px; }
.bodylink a:visited{ font-family: "Arial", "Verdana", "Helvetica", "MS Sans Serif"; font-size: 12px; color: #336699; text-decoration: underline; line-height: 19px; }
.bodylink a:hover{ font-family: "Arial", "Verdana", "Helvetica", "MS Sans Serif"; font-size: 12px; color: #336699; text-decoration: underline; line-height: 19px; }

.bodylinkbig a:link{ font-family: "Arial", "Verdana", "Helvetica", "MS Sans Serif"; font-size: 13px; color: #003366; text-decoration: underline;}
.bodylinkbig a:visited{ font-family: "Arial", "Verdana", "Helvetica", "MS Sans Serif"; font-size: 13px; color: #003366; text-decoration: underline;}
.bodylinkbig a:hover{ font-family: "Arial", "Verdana", "Helvetica", "MS Sans Serif"; font-size: 13px; color: #990000; text-decoration: underline; }

.linkpicswap a:link{ font-family: "Arial", "Verdana", "Helvetica", "MS Sans Serif"; font-size: 10px; color: #336699; text-decoration: underline;  }
.linkpicswap a:visited{ font-family: "Arial", "Verdana", "Helvetica", "MS Sans Serif"; font-size: 10px; color: #336699; text-decoration: underline;  }
.linkpicswap a:hover{ font-family: "Arial", "Verdana", "Helvetica", "MS Sans Serif"; font-size: 10px; color: #336699; text-decoration: underline; }

/***************************
 LEFT HAND NAVIGATION
***************************/

#lhsnav {
	margin: 0;
	padding: 0;
	width: 190px;
}

	#lhsnav ul {
		margin: 0;
		padding: 0;
		width: 190px;
		list-style: none;
	}
	
	#lhsnav ul li {
	
	}
	
	#lhsnav ul li.headerone {
		width: 190px;
		line-height: 30px;
		background: #ffffff url(images/lhnprods.gif) no-repeat left top;
	}
	
	#lhsnav ul li.headertwo {
		margin: 10px 0px 0px 0px;
		width: 190px;
		line-height: 30px;
		background: #ffffff url(images/lhninfo.gif) no-repeat left top;
	}
	
	#lhsnav ul li.navone {
		background: #ffffff url(images/lhnarrowlr.gif) no-repeat 0 5px;
	}
	
	#lhsnav ul li.navone a:link, #lhsnav ul li.navone a:visited {
		padding-left: 30px;
		font-family: "Arial", "Verdana", "Helvetica", "MS Sans Serif";
		font-weight: bold;
		font-size: 11px;
		color: #336699;
		text-decoration: none;
	}
	
	#lhsnav ul li.navone a:hover {
		color: #336699;
		text-decoration: underline;
	}
	
	/*** expanded nav ***/
	
	#lhsnav ul li.expanded {
		background: #ffffff url(images/lhnarrowtb.gif) no-repeat 0 5px;
	}
	
	/*** sub nav ***/
	
	#lhsnav ul li.navtwo {
		background: #ffffff url(images/lhnarrowlrtwo.gif) no-repeat 0 5px;
	}
	
	#lhsnav ul li.navtwo a:link, #lhsnav ul li.navtwo a:visited {
		padding-left: 45px;
		font-family: "Arial", "Verdana", "Helvetica", "MS Sans Serif";
		font-weight: bold;
		font-size: 11px;
		color: #999999;
		text-decoration: none
	}
	
	#lhsnav ul li.navtwo a:hover {
		color: #999999;
		text-decoration: underline;
	}

/***************************
 SPECIAL OFFERS
***************************/

#specoffs {
	width: 407px;
	padding: 0;
	margin: 0;
	border: 1px solid #cc0000;
}

	#specoffsleft {
		float: left;
		background-color: #cc0000;
		color: #ffffff;
		width: 109px;
		padding: 10px 5px;
		margin: 0;
		text-align: center;
		font-size: 1.2em;
		line-height: 1.4em;
	}

	#specoffsright {
		float: right;
		width: 280px;
		background-color: #ffffff;
		color: #003366;
		font-family: "Verdana", "Helvetica", "Arial", "MS Sans Serif";
		font-size: 0.8em;
		line-height: 1.3em;
		padding-top: 7px;
	}
	
	.redprice {
		color: #cc0000;
		background-color: #ffffff;
		font-weight: bold;
		font-size: 1.0em;
		line-height: 1.0em;
	}