body {
  background-position: 100px 100px;
  background-repeat: no-repeat;
  margin-left: auto;
  margin-bottom: 0;
  margin-right: auto;
  margin-top: 0;
  color: #ffffff;
  background-color: black;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif, "Lucida Grande";
  font-size: 13px;
  padding: 0 50px 30px 50px;
  width: 924px; 
}

h1 {
	border-bottom-style: solid;
	border-bottom-color: #262626;
	border-bottom-width: 2px;
	color: white;
	font-size: 36px;
	font-weight: bold;
}

h2 {
	color: #ff8800;
	margin-top: 1.5cm;
}

h3 {
	color: #ff8800;
	margin-top: .75cm;
	margin-bottom: 0;
}

a {
	color:#FFCC33;
}

a img { border: none; }

a:link, a:visited {
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

#navbar {
	width: 924px;
	height: 50px;
	margin: 9px auto 0 auto;
	text-align: right;
	padding: 0;
	position: relative;
}

#navbar #logo {
	position: absolute;
	left: 0;
}

#navbar ul {
	list-style: none;
	height: 50px;
	line-height: 50px;
	margin: 0;
	padding: 0;
}

#navbar li {
	display: inline;
	margin: 0 0 0 .5cm;
}

#navbar a {
	color: #FFCC33;
}

li {
	margin-bottom: 9px;
}

.caption {
	text-align: center;
	font-weight: bold;
}

.footnote {
	font-size: 90%;
	color: #777777;
	margin-left: 3cm;
	text-align: right;
}

#middle {
	display: block;
	height: 345px;
	width: 924px;
	position: relative;
	z-index: 0;
}

#lower {
	margin-top: 20px;
	width: 924px;
}

.module {
    margin-left: 0;
    margin-bottom: 0px;
    margin-right: 30px;
    margin-top: 0;
    float: left;
    width: 288px;
}

.module .title {
    font-weight: bold;
}

.module .headline {
	color: white;
	border-bottom-color: #333333;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	font-size: 20px;
	font-weight:bold;
}

#mousetype {
    text-align: right;
    margin-bottom: 50px;
    margin-top: 100px;
    color: #666666;
    font-size: 11px;
}

.orangeBar {
	margin-left: 0px;
	margin-bottom: 8px;
	margin-right: 0px;
	margin-top: 8px;
	display: block;
	background-color: #ff8800;
	height: 18px;
	width: 924px;
}

strong {
	color: #ff8800;
}

.subhead {
	color: #ff8800;
	font-weight: bold;
}

#upper a:link, #upper a:visited {
	color: #ff8800;
}

table {
	border-spacing: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-collapse: collapse;
	table-layout: auto;
}

.lined th, .lined td {
	vertical-align: top;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
	width: auto;
}

th { 
	font-weight: bold;
	text-align: left;
}

.moreInfo a {
	font-style: normal;
	font-weight: bold;
	color: #CCCCCC;
}

#latest {
	margin-right: 0px;
}

.supercontent {
	background-repeat: no-repeat;
}

.content {
	margin-bottom: 3cm;
	margin-left: auto;
	margin-right: 0px;
	width: 470px;
}

.pageLogo {
	width: 450px;
	height: 450px;
	position: absolute;
	top: 125px;
	left: 50px;
	z-index: -1000;
}

.emphasize {
	font-weight: bold;
}

.job .title {
	font-size: 20px;
	font-weight: bold;
}

.job a {
	color: #ff8800;
}

.nextPageDirective {
	text-align: right;
	color: #ff8800;
	margin-top: .7in;
	margin-bottom: 1in;
}

.superscript {
	vertical-align: super;
	font-size: 40%;
}

.pressRelease h2 {
	color: white;
}

.pressRelease .forImmediateRelease {
	font-weight: bold;
	color: #ff8800;
}

#customerList {
	width: 425px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding: 0;
	overflow: auto;
}

#customerList li {
	list-style-type: none;
	float: left;
	width: 130px;
	height: 85px;
	text-align: center;
}

#customerList img.short {
	position: relative;
	top: 20px;
}

#customerListLarge {
	width: 924px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding: 0;
	overflow: auto;
}

#customerListLarge li {
	list-style-type: none;
	float: left;
	width: 150px;
	height: 85px;
	text-align: center;
}

#customerListLarge img.short {
	position: relative;
	top: 20px;
}

#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; color: #000000; }
#closeButton{ top: 0px; right: 0px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(products/overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="products/overlay.png", sizingMethod="scale");
	}
