body {
	background-color: #000000;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#container {
	position: relative;
	margin: 10px auto;
	padding: 0;
	width: 760px;
	background-color: #013b68;
	border-style: double;
	border-color: #cccccc;
	border-width: medium;
}

#leftColumn {
	width: 583px;
	margin: 10px 0 0 10px;
	padding: 0;
}

#rightColumn {
	position: absolute;
	top: 0;
	right: 13px;
	width: 140px;
	margin: 0;
	padding: 0;
}

/* Right Column - adjusted for IE6 */

#rightColumn6 {
	position: absolute;
	top: 0;
	right: 1px;
	width: 140px;
	margin: 0;
	padding: 0;
}

/* Right Column - adjusted for IE5 */

#rightColumn5 {
	position: absolute;
	top: 0;
	right: 0px;
	width: 140px;
	margin: 0;
	padding: 0;
}

#TOV_logo {
	width: 583px;
	height: 70px;
}

#navBar {
	margin: 10px 0 0 7px;
	padding: 0;
	width: 583px;
	list-style-type: none;
	font-size: 80%;
}

#navBar li {
	display: block;
	float: left;
	width: 8.9em;
}

#navBar li a {
	display: block;
	float: left;
	width: 8.9em;
	color: #ffffff;
	background-color: #0066cc;
	border-width: 1px;
	border-style: solid;
	border-color: #ffffff;
	text-decoration: none;
	/* font-weight: bold; */
	text-align: center;
}

#navBar li a:hover {
	background-color: #3399ff;
}

#contentContainer {
	display: block;
	position: relative;
	width: 583px;
	min-height: 650px;
	margin: 20px 0;
	padding: 0 0 40px 0;
	background-color: #ffffff;
}

/* Content Container Corners */

#CornerTL {
	position: absolute;
	top: 0;
	left: 0;
	width: 16px;
	height: 16px;
	margin: 0;
	padding: 0;
	z-index: 1;
}

#CornerTR {
	position: absolute;
	top: 0;
	right: 0;
	width: 16px;
	height: 16px;
	margin: 0;
	padding: 0;
	z-index: 1;
}

#CornerBL {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 16px;
	height: 16px;
	margin: 0;
	padding: 0;
	z-index: 1;
}

#CornerBR {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 16px;
	height: 16px;
	margin: 0;
	padding: 0;
	z-index: 1;
}

/* Content Container Corners - adjusted for IE6 */

#CornerTR6 {
	position: absolute;
	top: 0;
	right: -1px;
	width: 16px;
	height: 16px;
	margin: 0;
	padding: 0;
	z-index: 1;
}

#CornerBR6 {
	position: absolute;
	bottom: 0;
	right: -1px;
	width: 16px;
	height: 16px;
	margin: 0;
	padding: 0;
	z-index: 1;
}

#TBirdLogo1 {
	float: right;
	clear: right;
	width: 583px;
	height: 100px;
	margin: 0;
	padding: 0;
	z-index: 0;
}

#TBirdLogo2 {
	float: right;
	clear: right;
	width: 242px;
	height: 66px;
	margin: 0;
	padding: 0;
	z-index: 0;
}

#TBirdLogo3 {
	float: right;
	clear: right;
	width: 257px;
	height: 66px;
	margin: 0;
	padding: 0;
	z-index: 0;
}

#TBirdLogo4 {
	float: right;
	clear: right;
	width: 273px;
	height: 83px;
	margin: 0;
	padding: 0;
	z-index: 0;
}

#TBirdLogo5 {
	float: right;
	clear: right;
	width: 155px;
	height: 145px;
	margin: 0;
	padding: 0;
	z-index: 0;
}

/* Adjusted for IE 5 */

#TBirdLogo15 {
	float: right;
	clear: right;
	width: 583px;
	height: 100px;
	margin: 0 -3px 0 0;
	padding: 0;
	z-index: 0;
}

#TBirdLogo25 {
	float: right;
	clear: right;
	width: 242px;
	height: 66px;
	margin: 0 -3px 0 0;
	padding: 0;
	z-index: 0;
}

#TBirdLogo35 {
	float: right;
	clear: right;
	width: 257px;
	height: 66px;
	margin: 0 -3px 0 0;
	padding: 0;
	z-index: 0;
}

#TBirdLogo45 {
	float: right;
	clear: right;
	width: 273px;
	height: 83px;
	margin: 0 -3px 0 0;
	padding: 0;
	z-index: 0;
}

#TBirdLogo55 {
	float: right;
	clear: right;
	width: 155px;
	height: 145px;
	margin: 0 -3px 0 0;
	padding: 0;
	z-index: 0;
}

h1.titleHeading {
	font-weight: bold;
	font-size: 150%;
	line-height: 1.25em;
	padding: 0 10px;
	text-align: center;
	color: #013b68;
}

h2.minorHeading {
	font-weight: bold;
	font-size: 135%;
	margin: 0 0 10px 0;
	padding: 0 10px;
	text-align: center;
	color: #013b68;
}

h3.italicHeading {
	font-weight: bold;
	font-style: italic;
	font-size: 95%;
	line-height: 1.5em;
	padding: 0 10px;
	text-align: center;
	color: #013b68;
}

p.bodyPara {
	font-weight: normal;
	font-size: 95%;
	padding: 0 10px;
	text-align: left;
	color: #000000;
}

ul.bodyList {
	margin: 0 2em;
	padding: 0;
	list-style-type: disc;
	font-weight: normal;
	font-size: 95%;
	color: #000000;
}

ul.bodyList li {
	padding: 0 0 1em 0;
}

img.priceBanner {
	margin: 20px 0 20px 15px;
	padding: 0;
	border: 4px solid #013b68;
}

img.priceBanner:hover {
	border: 4px solid #C6213D;
}

#linksContainer {
	width: 100%;
	text-align: center;
}

a.bodyLink {
	color: #0000ff;
}

a.bodyLink:visited {
	color: #0000ff;
}

a.bodyLink:hover {
	color: #ff0000;
}

a.bodyLink:active {
	color: #ff0000;
}

/* RightColumn Content */

img.topPic {
	position: relative;
	right: 5px;
	width: 152px;
	height: 191px;
	margin: 0;
	padding: 0;
}

#BuyNowBtn {
	display: block;
	background-image: url(images/BuyNowButton.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 140px;
	height: 140px;
	margin: 0 0 10px 0;
	overflow: hidden;
	border: none;
}

#BuyNowBtn:hover {
	background-position: 0px -140px;
}

img.sidePic {
	position: relative;
	width: 140px;
	height: 105px;
}

img.sidePicLink {
	position: relative;
	height: 97px;
	width: 138px;
	border: 2px solid #ffffff;
}

img.sidePicLink:hover {
	position: relative;
	height: 97px;
	width: 138px;
	border: 2px solid #FF3300;
}

dl.SideBarList {
	font-weight: normal;
	font-size: 95%;
	color: #ffffff;
}

dl.SideBarList dt {
	padding-top: 0px;
	font-weight: bold;
}

dl.SideBarList dd {
	font-weight: normal;
	font-size: 85%;
	font-style: italic;
	color: #ffffff;
}

img.SSLogo {
	position: relative;
	padding-top: 20px;
	width: 140px;
	height: 47px;
}

/* Page Foot Content */

h1.footHeading {
	font-weight: bold;
	font-size: 125%;
	margin: 0 10px 1em 10px;
	padding: 0;
	text-align: center;
	color: #ffcc33;
}

#bottomBanner {
	width: 760px;
	height: 160px;
	margin: 0;
	padding: 0;
}

p.footPara {
	font-weight: normal;
	font-size: 95%;
	color: #ffffff;
	text-align: center;
	margin: 15px 10px 20px 10px;
	padding: 0px;
}

a.footLink {
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
}

a.footLink:visited {
	color: #ffffff;
}

a.footLink:hover {
	color: #ffffff;
}

a.footLink:active {
	color: #ffffff;
}

#disclaimer {
	text-align: center;
	font-weight: normal;
	font-size: 65%;
	color: #ffffff;
	margin: 10px;
}

.PurchaseBTN {
	display: block;
	background-image: url(images/ContinuePurchaseBtn.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 450px;
	height: 85px;
	margin: 0px auto 0px auto;
	overflow: hidden;
	border: none;
}

.PurchaseBTN:hover {
	background-position: 0px -85px;
}

img.price {
	display: block;
	margin: 0 auto 0 auto;
}

/* Form Tables */

#contactTable {
	margin: 0 1em;
}

#contactTable tr td.fieldLabel {
}

#contactTable tr td.formField {
	padding-bottom: .5em;
}

#emailTable {
	margin: 0 1em;
}

#emailTable tr td {
	vertical-align: top;
}

#emailTable tr td.rJustify {
	text-align: right;
}