@charset "UTF-8";
/* CSS Document */

body {
	margin: 0px;
	background-color: #8f8f8f;
}
a , em{
	color: #cf0302;
}
.horiz-divider {
	background-image: url(../images/horiz-divider.png);
	background-repeat: repeat-x;
	height: 11px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.header-text {
	font-size: large;
	font-weight: bold;
}
.container {
	width: 781px;
	margin-right: auto;
	margin-left: auto;
}
.margin-0px-top {
	margin-top: 0px;
}
.mainstripe {
	background-image: url(../images/mainstripe-background.png);
}
.footstripe {
	background-image: url(../images/footstripe-background.png);
}
.clear-both {
	clear: both;
}
.trackers {
	position: absolute;
}
.navstripe {
	background-image: url(../images/nav-gradient.png);
	background-repeat: repeat-x;
}
.footerstripe {
	height: 10px;
	background-image: url(../images/foot_stripe_gradient.png);
	background-repeat: repeat-x;
}
.stripeborder {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
}
.sideborder {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
}
.navstripe a {
	text-decoration: none;
	display: block;
	font-size: 16px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-top: 4px;
	padding-bottom: 6px;
	background-image: url(../images/nav-gradient.png);
	background-repeat: repeat-x;
	color: #ffffff;
}
.navstripe a:hover {
	background-image: url(../images/nav-gradient-overlay.png);
	background-repeat: repeat-x;
}
.nav-item {
	float: left;
	width: 110px;
	margin-left: 1px;
}
.blackback {
	background-color: #000000;
}
.main {
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.no-border {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
h1 {
	margin-top: 0px;
}
.redbox {
	font-weight: bold;
	padding: 5px;
	border: 2px solid #F00;
	width: 250px;
	margin-right: auto;
	margin-left: auto;
	color: #F00;
	margin-bottom: 1em;
}
.text-red {
	color: #F00;
}
.td-header {
	font-weight: bold;
}
.global-input {
	width: 200px;
}
.billing-input {
	width: 175px;
}
.video {
	float: right;
	width: 500px;
	height: 375px;
	margin-bottom: 10px;
	margin-left: 10px;
	border: 1px solid #000000;
}
.divider {
	background-image: url(../images/divider.png);
	background-repeat: repeat-y;
}
.image-right {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}
.short-input {
	width: 50px;
}
