body {
	margin: 0px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #272727;
}

a {
	color: #272727;
	text-decoration: none;
}

a: hover {
	color: #272727;
	text-decoration: none;
}

* {margin: 0;padding: 0;}

p { margin: 10px 5px 10px 5px; }

#more {
	float: right;
	margin-right: 15px;
}

#points {
	list-style: disc;
	padding-left: 2.5em;
}

#more a {
	color: #0258cd;
}

#more a:hover {
	color: #093d83;
}

.nolist {
	list-style:		none;
}

h2.product {
	font-size: 24px;
}

h2 {
  border-left: 5px #327bdd solid;
  padding-left: 10px;

}

#logolink {
width: 134px;
height: 66px;
float: left;
position: absolute;
z-index: 99; 
}

.mss {
display: block;
width: 134px;
height: 66px;
text-indent: -9999px;
background: transparent url(../_images/logo.jpg) no-repeat 0 0;
float: left;
position: relative;
}

#headerwrapper {
	text-align: center;
	width: 100%;
	height: 66px;
	background: url(../_images/header-bg.jpg);
}

#headercontent {
	width: 1000px;
	height: 66px;
	margin: 0px auto 0px auto;
	text-align: left;
	overflow: hidden;
}

/* Header Navigation */

#headernav {
	height: 22px; 
	float: right;
	margin-top: 22px;
}

div.headernavbox {
	background: url(../_images/headernav-bg.gif);
	height: 22px;
	float: left;
	display: inline;
	margin-right: 10px;
	width: expression( document.body.clientWidth > 81 ? "80px" : "auto" );
	text-align: center;
}

.headernavbox a {
	color: #fff;
	text-transform: uppercase;
	font-size: 10px; 
}

.headernavbox a:hover {
	color: #e0e0e0;
	text-transform: uppercase;
	font-size: 10px; 
}

#headernavboxleft {
	background: url(../_images/headernav-left.gif);
	width: 3px;
	height: 22px;
	float: left;
	display: inline;
}

#headernavboxright {
	background: url(../_images/headernav-right.gif);
	width: 3px;
	height: 22px;
	float: right;
	display: inline;
}

#headernavboxtext {
	padding: 5px 3px 0px 3px;
	float: left;
	z-index: 999;
	display: inline;
	text-align: center;
}

table.productspecs tr:nth-child(odd)       { background-color:#fff; }
2.
table.productspecs tr:nth-child(even)      { background-color:#eee; }

.pdf {
margin-left: 20px;
padding: 0px;
list-style-image: url(../_images/pdf.jpg);
}

.pdf li {
font-weight: bold;
}

.pdf li a {
color: #006cff;
}

.pdf li a:hover {
color: #004cb3;
}


/* Content */

#contentwrapper {
	width: 100%;
	text-align: center;
	margin-bottom: 30px;
}

#content {
	width: 1000px;
	text-align: left;
	margin: 0px auto 0px auto;
	background: url(../_images/content-shadow.jpg) no-repeat;
	padding: 30px 0px 0px 0px;
}

/* Tri Column */

#tricolumn1 {
	width: 320px;
	margin-right: 20px;
	display: inline;
	float: left;
}

ul#indent {
	list-style-type: none;
	font-weight: bold;
}

ul#indent li ul {
	list-style-type: none;
	font-weight: normal;
}

ul#indent li ul li {
  padding-left: 20px;
  padding-bottom: 10px;
}

#tricolumn2 {
	width: 320px;
	margin-right: 20px;
	display: inline;
	float: left;
}

#tricolumn3 {
	width: 320px;
	display: inline;
	float: left;
}

/* Footer */

#footerwrapper {
	width: 100%;
	background: #d5d5d5;
	text-align: center;
	padding: 10px 0px 10px 0px;
}

#footercontent {
	width: 1000px;
	text-align: left;
	margin: 0px auto 0px auto;
}

#footerlogo {
	width: 150px;
	font-size: 8px;
	float: left;
}

#footerproducts {
	width: 200px;
	text-align: left;
	float: left;
	font-size: 10px;
	padding-left: 20px;
}

#footersupport {
	width: 200px;
	text-align: left;
	float: left;
	font-size: 10px;
	padding-left: 20px;
}

#footermore {
	width: 200px;
	text-align: left;
	float: left;
	font-size: 10px;
	padding-left: 20px;
}

#footerlinks {
	width: 190px;
	text-align: right;
	float: left;
	font-size: 10px;
	padding-top: 40px;
}