@charset "utf-8";
/* CSS Document */
p {
	margin:0;
	padding:0;
}
.redtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	/* color: #b40101; */
	color: #990000;
}
.redtextHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;
	/* color: #b40101; */
	color: #990000;
}
.whitetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	/* color: #b40101; */
	color: #ffffff;
}
.whitetextHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;
	/* color: #b40101; */
	color: #ffffff;
}
.basictext td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.hosttext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:bold;
	color: #000000;
}
#content_table {
  background-color: #32373d;	

}
.home_video {
	height: 397px;
	background: #e5e8ee url(../images/home_video_bg.jpg) top left no-repeat;
}
#video_box {
	position: relative;
	top: 22px;
	left: 47px;
	height: 291px;
	width: 521px;
	background-color: #000;
}
.home_left_ct, .home_right_ct {
	float:left;
}
.content_box {
  background: url(../images/content_middle.jpg) top left repeat-y;
  width: 539px;
  font-family:Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #000;
  line-height: 125%;
  padding-left: 38px;
  padding-right: 38px;
  padding-bottom: 10px;
}
.content_box_bottom {
  background: url(../images/content_middle.jpg) top left repeat-y;
  height: 11px;
}
.content_box_heading {
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 100%;
	font-weight: bold;
	color: #940000;
}
.heading_line {
	padding-left: 10px;
}
ul.home_list {
  margin:0;
  padding: 0;
}
ul.home_list li {
  padding-left: 15px;	
  margin-left: 15px;
  padding-bottom: 15px;
}
.underline {
	text-decoration:underline;
}
a.red_link:link, a.red_link:visited {
	color: #940000;
	text-decoration:none;
}
a.red_link:hover {
	text-decoration:underline;
}
.po_disk_box {
	position:relative;
	border: solid 2px #000;
	width: 502px;
	height: 220px;
	font-size: 16px;
}
.po_disk_box ul {
	margin:0px;
	padding:0px;
	padding-left: 23px;
	padding-top: 32px;
}
.product_title {
	position:absolute;
	top: -19px;
	left: -8px;
	background: url(../images/disk_bundle_bg.jpg);
	width: 209px;
	height: 28px;
	color: #fff;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-weight:bold;
	padding-top: 9px;
	padding-left: 15px;
}
.product_price {
  position: absolute;
  top: -21px;
  right:-24px;
}
.product_price2 {
  position: absolute;
  top: -22px;
  right:-24px;
}
.product_image {
	position:absolute;
	bottom: 5px;
	right: 5px;
	z-index: 4;
}
.download_image {
	position:absolute;
	bottom: 0px;
	right: 0px;
	z-index: 4;
}

.product_text {
	position: relative;
	z-index: 15;
}