BODY {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;
}
BODY, TR, TD, P, INPUT {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
A {
	color: #B22225;
	text-decoration: none;
}
A:hover {
	color: #B22225;
	text-decoration: underline;
}
A:visited {
	color: #B22225;
	text-decoration: none;
}
.bold {
	font-weight: bold;
	color: #666666;
}
.headerCell {
	background-image: url(top_fade.jpg);
	background-repeat: repeat-x;
	vertical-align: top;
	padding-top: 15px;
}
.footerCell {
	background-image: url(bottom_fade.jpg);
	background-repeat: repeat-x;
	vertical-align: top;
	padding-top: 8px;
	text-align: right;
}
.mainCell {
	background-color: #FFFFFF;
	vertical-align: top;
}
.logoCell {
	background-color: #FFFFFF;
	vertical-align: top;
}
.photoCell {
	vertical-align: top;
	text-align: left;
}
.specsTable {
	padding: 3px;
	border: 1px solid #CCCCCC;
	background-color: #f1f1f1;
}
.superCell {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding: 2px;
	vertical-align: top;
}


.infoCell {
	vertical-align: top;
	padding-top: 50px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	text-align: left;
}
.imgMargin {
	padding-bottom: 10px;
}
.imgRightMargin {
	vertical-align: middle;
	padding-right: 10px;
}
.boldRed {

	font-weight: bold;
	color: #B22225;
}
.boldStrike {
	font-weight: bold;
	color: #666666;
	text-decoration: line-through;
}



/* ----------------------------- NEW STYLES ----------------------------- */ 

/* header line 1.5 */
 .line15 {
  position: relative;
  width: 100%;
  border: none;
  background: #333333;
  height: 20px;
  color: #CCCCCC;
  vertical-align: middle;
}
/* RIGHTY NAV MENU */
 .line15 .righty ul{
	list-style: none;
	padding:0 0 0 0;
	font:bold 12px Arial, Helvetica, sans-serif;
	line-height: 12px;
	margin:0 6px 0 0;
	color:#CCCCCC;
	vertical-align: middle;
}

 .line15 .righty  li {
	float: right;
	display:inline;
	margin:3px 6px 0 0;
}

 .line15 .righty  a:link,
  #header .line15 .righty  a:visited,
  #header .line15 .righty  a:active {
	color:#8D8D8D;
	text-decoration:none;
}

 .line15 .righty  a:hover {
	color:#B22225;
	text-decoration:underline;
	border-top: 3px solid #cccccc;
}
/* LEFTY NAV MENU */

 .line15 .lefty ul{
	list-style: none;
	padding:0 0 0 0;
	font:bold 12px Arial, Helvetica, sans-serif;
	line-height: 12px;
	margin:0 0 0 12px;
	color:#CCCCCC;
	vertical-align: middle;
}

 .line15 .lefty  li {
	float: left;
	display:inline;
	margin:3px 0 0 6px;
}
 .line15 .lefty  a:link,
  #header .line15 .lefty  a:visited,
  #header .line15 .lefty  a:active {
	color:#8D8D8D;
	text-decoration:none;
}

 .line15 .lefty a:hover {
	color:#B22225;
	text-decoration:underline;
	border-top: 3px solid #cccccc;
}

/* GRAY BAR */
.line2 {
  position: relative;
  width: 100%;
  border: none;
  border-top: 1px solid #808080;
  border-bottom: 1px solid #808080;
  background: #5F5F5F;
  height: 9px;
  color: #CCCCCC;
}