#menu {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 80%;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: center;
	margin: 0px;
	vertical-align: baseline;
	width: 960px;
	float: left;
	margin-left:10px;
}
#menu div {
	float: left;
	height: 43px;
	width: 6px;
	background: url(img/menuL.gif) bottom no-repeat;
}
#menu div + div {
	width: 949px;
	background: url(img/menuBg.gif) bottom repeat-x;
}
#menu div + div + div {
	width: 5px;
	background: url(img/menuR.gif) bottom no-repeat;
}
#menu ul, li {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
#menu div ul.menu {
	height: 43px;
	width:auto;
	list-style-type: none;
}
#menu div ul.menu li {
	width: auto;
	height: 43px;
	float: left;
	padding-left:5px;
	background: url(img/menuBtnS.gif) left bottom no-repeat;
}
#menu div ul.menu li a {
	height: 43px;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	cursor:pointer;
}
#menu div ul.menu li a:hover {
	text-decoration: underline;
}
#menu div ul.menu li a span {
	display: block;
	height: 43px;
	padding: 0px 16px 0px 16px;
	font-weight: bold;
	background: url(img/menuBtnBg.gif) bottom repeat-x;
	line-height: 45px;
	font-size: 1.2em;
}
#menu div ul.menu li.active {
	font-weight: bold;
	float: left;
	width: auto;
	padding-left:3px;
	background: url(img/menuActiveL.gif) 0 bottom no-repeat;
}
#menu div ul.menu li.active a {
	height: 43px;
	padding-right: 5px;
	background: url(img/menuActiveR.gif) right bottom no-repeat;
	color: #000000;
}
#menu div ul.menu li.active a span {
	height: 43px;
	display: block;
	padding: 0px 17px 0px 17px;
	line-height: 45px;
	background: url(img/menuActiveBg.gif) bottom repeat-x;
}
#menu div ul.menu li.active + li {
	background: none;
	padding-left: 0px;
}
#menu div ul.menu li.active + li.ending {
	background: url(img/menuBtnR.gif) right bottom no-repeat;
	padding-left: 0px;
	width: 5px;
}
#menu div ul.menu li:first-child {
	background: none;
	padding-left: 0px;
}
#menu div ul.menu li.ending {
	padding-left: 0px;
	width: 5px;
	background: url(img/menuBtnR.gif) right bottom no-repeat;
}
*html #menu div ul.menu li {
	display: inline-block;
}
*html #menu div ul.menu li.active {
	display: inline-block;
}
*html #menu div ul.menu li a {
	display: inline-block;
}
*html #menu div ul.menu li.active a {
	display: inline-block;
}
*html #menu div ul.menu li a span {
	display: inline-block;
}
*html #menu div ul.menu li.active a span {
	display: inline-block;
}

.puff {
	float: left;
	width: 960px;
}
.puff div {
	float: left;
	text-align: left;
	width: 228px;
	color: #333333;
	padding-bottom: 0px;
}
.puff div + div {
	margin-left: 16px;
}
.puff div img {
	float: left;
	padding-right: 2px;
    border:none;
    margin:0;
}

#products {
	border-collapse:collapse;
	width:680px;
}
#products td {
	font-size:1.2em;
	border-right:1px solid #5297f3;
	border-left:1px solid #5297f3;
	padding:3px 7px 2px 7px;
}

#products .xborder {
	border:none;
	border-bottom:1px solid #5297f3;
	border-top:1px solid #5297f3;
}

#products .xtop {
	border-top:1px solid #5297f3;
}

#products .xbottom {
	border:none;
	border-bottom:1px solid #5297f3;
}

#products .xleft {
	border-left:1px solid #5297f3;
}

#products .xright {
	border-right:1px solid #5297f3;
}


#products .xtopright {
	border:none;
	border-top:1px solid #5297f3;
	border-right:1px solid #5297f3;
}


#products .noborder {
	border:none;
}
#products th {
	font-size:1.4em;
	text-align:center;
	padding-top:5px;
	padding-bottom:4px;
	color:#000;
}

#products .smaller {
	font-size:1.0em;
}

#products tr.alt td {
	color:#000;
	background-color:#EAF2D3;
}
#products tr.row:hover {
	background-color: #FFF;
}

#products img {
	border:none;
	padding:0px;
	margin:0px;
}

acronym {
	cursor:help;
	border-bottom: 1px dotted;
    color:#5195C2;
}

fieldset { 
  border:1px solid #5195C2;
}
