body {
margin: 0 0 0 0;
font-size: 82%;
color: #000;
background: #fff url("../img/common/body_bg.jpg") top center repeat-x;
font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
}

.leftRpt {
	background: url("../img/common/left_side.png") bottom left repeat-y;
}

.rightRpt {
	background: url("../img/common/right_side.png") bottom left repeat-y;
}

.prodShot {
	position: absolute;
	margin-left: 20px;
	left: 50%;
	top: 20px;
}

#content {

}

#masthead {
	width: 910px;
	height: 100px;
	border-bottom: 1px solid #fff;
}

#copyBg {
	background: #fff url("../img/common/copy_bg.jpg") bottom left no-repeat;
	width: 884px;
	height: 620px;
	padding: 10px 0 10px 26px;
}

#copyArea {
	width: 420px;
	height: 570px;
	/*border: 1px solid #CC0000;*/
}

#nav {
	width: 910px;
	height: 26px;
	background: #000 url("") bottom left repeat-y;
	padding: 6px 0 0 0;
}

a.txtLink {
  overflow: hidden;
  color: #6398b8;
  text-decoration: underline;
}
  
a.txtLink:hover {
  color: #92b4e8;
}

a.txtLink:active {
  color: #92b4e8;
}

a.navLink {
  display: inline;
  margin: 0 10px 0 10px;
  height: 25px;
  width: 180px;
  overflow: hidden;
  font: normal 14px "Trebuchet MS",Arial,Helvetica,sans-serif;
  color: #999;
  text-decoration: none;
  text-align: left;
  letter-spacing: 1px;
  /*border-bottom: 3px solid #000;*/
}
  
a.navLink:hover {
  color: #fff;
  /*border-bottom: 3px solid #CC0000;*/
}

a.navLink:active {
  color: #fff;
  /*border-bottom: 3px solid #CC0000;*/
}

#tabs {
	font-size: 90%;
	margin: 6px 0 20px 0;
	}

#tabs ul {
	float: right;
	background: url(/img/hdr_bg.png) top left no-repeat;
	/*background: #0B1017;*/
	width: 406px;
	padding-top: 4px;
	background-color: #000000;
	}
	
#tabs li {
	margin-left: 8px;
	list-style: none;
	}
		
#tabs li,
#tabs li a {
	float: left;
	}
	
#tabs ul li a {
	text-decoration: none;
	padding: 8px;
	color: #6398b8;
	font-weight: bold;
	}
	
#tabs ul li.active {
	background: url("images/bg-trans.png") repeat;
	}
	
#tabs ul li.active a {
	background: url("images/bg-trans.png") repeat;
	color: #e4e4e4;
	}
	
#tabs div {
	background: url("images/bg-trans.png") repeat;
	clear: both;
	padding: 8px;
	min-height: 300px;
	/*border: 1px solid #e5e5e5;*/
	}
	
#tabs div h3 {
	text-transform: uppercase;
	margin-bottom: 10px;
	letter-spacing: 1px;
	}
	
#tabs div p {
	line-height: 150%;
	}