/*common.css - styles common to whole site

copyright 2007 Future Medium Pty Ltd

@author: matt watts

*/

body {
	margin: 0;
	padding: 0;
	font-size: 75%;
	font-family: Arial, Helvetica, sans-serif;
	background: #000;
	color: #c6baba;
}

body#form {
	background: #000 url("../images/bg_form.jpg") no-repeat 0 0;
}

a img {
	border: 0;
}

a {
	color: #ef521b;
}

h1 {
	margin: 20px 0;
	padding: 0;
	color: #ef521b;
	font-size: 1.4em;
}

.innerContent:after,
.clear-nested-floats:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

#outerTop {
	background: #000;
}

#outerMiddle {
	background: url("../images/bg_outer_middle.gif") repeat-x top left;
}

#outerContent {
	background: #000;
}

#outerFooter {
	background: url("../images/bg_footer.gif") repeat-x top left;
}

.wrapper {
	margin: 0 auto;
	width: 765px;
}

.innerTop {
	background: url("../images/bg_inner_top.jpg") no-repeat top left;
	height: 227px;
}

.innerMiddle {
	background: url("../images/bg_inner_middle.jpg") no-repeat top left;
	height: 162px;
}

.innerContent {
	background: url("../images/bg_inner_content.gif") no-repeat top left;
}

.innerFooter {
	background: url("../images/bg_footer.gif") repeat-x top left;
	text-align: right;
}

.imageBox {
	float: left;
	margin-top: -35px;
	position: relative;
}

.content {
	float: right;
	margin: 0 5px 0 20px;
	text-align: left;
	width: 430px;
}

#buttons {
	float: right;
	margin-top: 140px;
}

a.events {
	background: url("../images/button_events_list.gif") no-repeat top left;
	height: 74px;
	width: 145px;
	float: right;
	margin-left: 10px;
}

a.menu {
	background: url("../images/button_download_menu.gif") no-repeat top left;
	height: 74px;
	width: 145px;
	float: right;
}

a.events:hover,
a.menu:hover {
	background-position: top right;
}

a.events span,
a.menu span {
	display: none;
}

#banner {
	margin-top: 12px;
}

p.formText {
	margin: 40px 0 30px 12px;
	width: 275px;
}

form {
	display: inline;
}

ol.form {
	margin: 0 0 0 12px;
	padding: 0;
	list-style-type: none;
}

ol.form li {
	margin: 0;
	padding: 0 0 5px 0;
}

ol.form li label {
	display: -moz-inline-box;
	display: inline-block;
	width: 70px;
	vertical-align: top;
}

ol.form li input {
	border: 1px solid #414141;
	background: #000;
	width: 200px;
	color: #fff;
}

ol.form li a {
	margin-left: 185px;
}

a.close {
	top: 367px;
	left: 12px;
	position: absolute;
}
