body {
	background:#000000 url('images/bg.jpg') no-repeat;
	color: #707070;
	font-family: Verdana, 
	font-size: 10px;
	line-height: 18px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: center;
}

/* Commonly used to style page titles. */
.h1 {
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
}

.carttext {
	color: #707070;
	font-size: 12px;
	font-weight: normal;
	line-height: 12px;
}

.ptext {
	color: #707070;
	font-size: 14px;
	margin-top: 0px;
	text-align: top;
	font-weight: normal;
	line-height: 14px;
}

/* Commonly used to style section titles. */
.h-red {
	color: #990000;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 14px;
}

.pri {
	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
}

/* Sets Secondary link styles for Product "View Features" */
a.redv, a.redv:link, a.redv:visited, a.redv:focus, a.redv:active {
	color: #990000;
	font-size: 10px;
	line-height: 14px;
	font-weight: normal;
	text-decoration: none;
}

a.redv:hover {
	color: #990000;
	font-weight: normal;
	text-decoration: underline;
}

/* Sets the style for unvisited links. */
a, a:link {
	color: #fff;
	font-weight: normal;
	text-decoration: none;
}

/* Sets horizontal rule */
hr {
  border:0;
  border-top: 1px solid #707070;
  text-align: left;
  margin: 0px auto 0px 0px; 
  height: 0;
  width: 80%;
}

/* Sets the style for visited links. */
a:visited {
	color: #fff;
	font-weight: normal;
	text-decoration: none;
}

/* Sets the style for links on mouseover. */
a:hover {
	color: #FF0000;
	font-weight: normal;
	text-decoration: underline;
}

/* Sets the style for a link that has focus. */
a:focus {
	color: #fff;
}

/* Sets the style for a link that is being activated/clicked. */
a:active {
	color: #fff;
}

/* Sets the breadcrumb font */
.breadcrumb{
	color: #707070;
	font-size: 8px;
}
.breadcrumb:hover {
	font-weight: normal;
	color: #fff;
	text-decoration: underline;
}

/* New Lightbox */

div.lb img {
 margin-top: 200px;
 padding: 2em;
 background: #fff;
}

div.lb {
	display: none;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: url('images/p/screen.png');
	height: 100%;
	width: 100%;
	text-align: center;
}

div.lb:target {
  display: block;
}
 
/* For IE */
div.lb {
  display: expression((document.location.toString().split('#').slice(1) == this.id)?'block':'none');
}

/* End Lightbox */

/* This is a container for the page content. */

#outerWrapper {
	background-color: #000000;
	margin: 0 auto 0 auto;
	text-align: left;
	width: 900px;
}

#topspacer {
	padding: 25px 0px 25px 0px;
	filter:alpha(opacity=100); 
	-moz-opacity: 1; 
	opacity: 0;
}

#outerWrapper #toplinks {
	background-color: 000000;
	text-align: left;
	font-size: 16px;
	font-weight: normal;
	line-height: normal;
	color: #990000;
	padding: 9px 16px 9px 16px;
}

#outerWrapper #header {
	background-color: ##990000;
	padding: 0px 0px 0px 0px;
}

#outerWrapper #navi {
	background-color: 000000;
	font-size: 14px;
	font-weight: normal;
	line-height: normal;
	color: #ffffff;
	padding: 8px 16px 8px 16px;
}

#outerWrapper #content {
	margin: 25px 25px 25px 25px;
}

#outerWrapper #sideimages {
	float: left;
	text-align: center;
	padding: 0px 25px 0px 25px;
}

#outerWrapper #maintext {
	float: left;
	width: 615px;
	padding: 0px 0px 25px 0px;	
}

#outerWrapper #footer {
	background-color: #000000;
	text-align: center;
	font-size: 9px;
	padding: 10px 10px 10px 10px;
}
