body {
	background-color: #000000;
}
#site {
	background-color: #000000;
}
#navigation {
	background-color: #000000;
}
.content, .content .buttons input, .content .buttonsSmall input {
	background-color: #000000;
}
.content table.list td.error {
	border-top: solid 4px #000000;
	border-bottom: solid 4px #000000;
}
.content .innerBox, .content .innerBox .buttons input.forward, .content .infoBox {
	background-color: #252525;
}
.content .innerBox p, .content .innerBox td, .content .innerBox a {
	color: #ffffff;
}
.content .innerBox td.error {
	border-top: solid 4px #252525;
	border-bottom: solid 4px #252525;
}
.content .innerBox .infoBox {
	background-color: #000000;
}
.error, .content .error {
	background-color: #ff3300;
}
.content #quickJump {
	background-color: #3f5115;
}
.content #quickJump .padding {
	background-color: #fff;
}
#footer {
	background-color: #000000;
}
h1, h2, h3, h4, p, dl, li, td, th, a  {
	color: #ffffff;
}
#navigation td, #navigation a {
	color: #ffffff;
}
#navigation .expires, #navigation .expires a, td#countdown {
	color: #ffffff;
}
#steps td, #steps a {
	color: #000000;
}
#steps td.active, #steps td.active a {
	color: #000000;
}
#steps #secure {
	color: #ffffff;
}
.content .innerBox .infoBox p, .content .innerBox .infoBox a {
	color: #ffffff;
}
#footer p, #footer a {
	color: #ffffff;
}
.content .list .overline td, .content .list .overline th {
	border-top: dashed 1px #ffffff;
}
.content .list .underline td, .content .list .underline th {
	border-bottom: dashed 1px #ffffff;
}
.content #quickJump p, .content #quickJump a {
	color: #2C3111;
}
/* Start of Hi-Fi oztix-base.css */
@charset "utf-8";
/* CSS Document */

#nav-container {
	float: right;
	position: absolute;
	left: 300px;
	padding-top: 20px;
	text-align: right;
}

body, html {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}
body {
	background: #000 url(images/bg-body.gif);
}

#main, #foot {
	width: 1023px;
	margin: 0 auto;
}
#main {
	min-height: 100%;
	background: transparent url(images/bg-wrap.png) repeat-y;
}
#foot {
	height: 100px;
	margin-top: -100px;
}
.wrap .inner {
	width: 957px;
	margin: 0 auto;
	position: relative;
}

/* Header */
#head {
	height: 130px;
}
#logo {
	width: 200px;
	height: 150px;
	position: absolute;
	top: 0; left: 0;
	background-image: url(images/bg-logo-oztix.gif);
}

#logo-swf a {
	display: block;
	width: 200px;
	height: 150px;
}

#nav {
	width: 720px;
	height: 80px;
	overflow: hidden;
	position: absolute;
	top: 20px; left: 237px;
	background-image: url(images/bg-nav.jpg);
}

/* content */
#content {
	/* make room for footer */
	padding-bottom: 100px;
}
#col-l {
	float: left;
	width: 695px;
	margin-right: 22px;
}
#col-l-inner {
	padding-left: 83px;
}
#col-r {
	float: left;
	width: 240px;
}


/* banner */
#banner {
	clear: both;
	width: 730px;
	height: 90px;
	margin: auto;
	margin-top: 40px;
}

/* common */
.clear {
	display: block;
	clear: both;
}
.hrule {
	height: 2px;
	margin: 6px 0 6px 0;
	background: transparent url(images/bg-dashed.gif) repeat-x scroll bottom left;
}
.clear hr, .hrule hr {
	display: none;
}


/* footer */
#foot {
	height: 50px;
	position: relative;
	background: transparent url(images/bg-foot-oztix.jpg) no-repeat scroll bottom;
	padding-left: 270px;
	padding-top: 35px;
}

#footer {
	width: 100%;
	margin-top: 15px;
	background-color: none;
	background-image: none;
}

#footer a, #footer p {
	background-color: none;
}

#steps {
	height: 80px;
	background-image: url(images/bg-nav.jpg);
}

#steps td {
	color: #ffffff;
	background-image: none;
	padding-top: 20px;
}

#steps td.active {
	color: #ffffff;
	background-image: none;
	padding-top: 20px;
}

#steps .active {
	color: #ffffff;
	background-image: none;
	padding-top: 20px;
}

#steps td#secure {
	padding-top: 0px;
}

#steps td span.number {
	color: #ffffff;
}

#steps td span.description {
	color: #ffffff;
}
/* End of oztix-base.css */
