body {
  behavior: url("csshover3.htc");
} 

#topmenu {
	cursor: pointer;
	padding: 7px 0px 7px 0px;
	margin: 10px 0px 10px 0px;
	width: 810px;
	background-image: url(pix/nav/menu_bg.gif);
	background-repeat: no-repeat;
	background-position: center;
}

#topmenu a {
	padding: 0px 18px 0px 18px;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	color: #707070;
	font-size: 14px;
	text-decoration: none;
}

#topmenu a:hover {
	color:#000000;
}

#leftmenutitle {
	background-image: url(pix/nav/leftmenutitle.gif);
	background-repeat: no-repeat;
	background-position: center;
	width: 200px;
	height: 30px;
	padding-left: 28px;
}

#leftmenutitle span {
	padding: 0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 14px;
	text-decoration: none;
	font-weight: bolder;
}

#leftmenuitem {
	background-image: url(pix/nav/leftmenuitem.gif);
	background-repeat: no-repeat;
	background-position: center;
	width: 200px;
	height: 25px;
	padding-left: 28px;
}

#leftmenuitem a {
	padding: 0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #707070;
	font-size: 14px;
	text-decoration: none;
	cursor: pointer;
}

#leftmenuitem a:hover {
	color: #000000;
	text-decoration: none;
}

#leftmenuitem_open {
	background-image: url(pix/nav/leftmenuitem.gif);
	background-repeat: no-repeat;
	background-position: center;
	width: 200px;
	height: 25px;
	padding-left: 28px;
}

#leftmenuitem_open a {
	padding: 0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 14px;
	text-decoration: none;
	cursor: pointer;
}

#leftmenuitem_open a:hover {
	color: #000000;
	text-decoration: none;
}

#leftmenubottom {
	background-image: url(pix/nav/leftmenubottom.gif);
	background-repeat: no-repeat;
	background-position: center;
	width: 200px;
	height: 25px;
	padding-left: 28px;
}

#leftmenubottom a {
	padding: 0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #707070;
	font-size: 14px;
	text-decoration: none;
	cursor: pointer;
}

#leftmenubottom a:hover {
	color: #000000;
	text-decoration: none;
}

#leftmenubottom_open {
	background-image: url(pix/nav/leftmenubottom.gif);
	background-repeat: no-repeat;
	background-position: center;
	width: 200px;
	height: 25px;
	padding-left: 28px;
}

#leftmenubottom_open a {
	padding: 0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 14px;
	text-decoration: none;
	cursor: pointer;
}

#leftmenubottom_open a:hover {
	color: #000000;
	text-decoration: none;
}

#leftmenuimage {
	width: 200px;
	height: 145px;
	padding-left: 16px;
}

#content {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 14px;
	text-decoration: none;
	padding: 0px 20px 10px 20px;
}

#content p {
	padding: 0px 0px 0px 10px;
}

#content table {
	padding: 0px 0px 0px 10px;
}

#content a {
	font-family: Arial, Helvetica, sans-serif;
	color: #222222;
	font-size: 14px;
	text-decoration: underline;
	cursor: hand;
}

#content a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 14px;
	text-decoration: none;
	cursor: hand;
}

.bullet {
	padding: 5px 0 5px 40px;
	background: url(pix/nav/link_arrow2.jpg) no-repeat left center;
}

img.pic_left {
	display: block;
	margin: 8px 0;
	float: left;
}

img.pic_left {
	float: left;
	display: inline; /* Fix IE float/margin bug */
	margin-right: 15px;
}

img.pic_right {
	display: block;
	margin: 0px 0 10px;
	float: right;
}

img.pic_right {
	float: right;
	display: inline; /* Fix IE float/margin bug */ 
	margin-left: 15px;
}

#content h1 {
	font-size: 24px;
	padding: 0px 0px 0px 10px;
	text-decoration: none;
}

.pagetitle-full {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 16px;
	text-decoration: none;
	background-image: url(pix/nav/inner_header.gif);
	background-repeat: no-repeat;
	background-position: center;
	height: 30px;
	padding: 7px 0px 0px 10px;
	width: 560px;
}

table.product_subpage {
	/* spec table layout */
	margin: 20px 0px 10px 5px;
	padding: 0px 0px 0px 0px;
}
table.product_subpage td {
	padding: 3px 10px;
	vertical-align: middle;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
table.product_subpage tr.main-color {
	background: #f1f1f1;
}
table.product_subpage tr.alt-color {
	background: #E6E6E6;
}