@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;
}

