/*  =============================

Swatch Colours
==============
cfba05 - yellow

================================= */

* {
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

body {
	background: #000 url(images/bkg-bottom.jpg) no-repeat;
	background-attachment: fixed;
	background-position: 50% 100%;
	font: 12px Arial, Helvetica, sans-serif;
	color:#FFF;
}

td, th {
	color: #000;
}

.marg {
	margin-right: 6px;
}

hr {
	border: 0;
	color: #000;
	background-color: #000;
	height: 2px;
}

#container {
	background: url(images/bkg-top.jpg) no-repeat center top;
	margin: 0 auto;
	width: 996px;
	overflow: visible;
}

/* Header Elements */

#header {
	width: 926px;
	height: 160px;
	margin: 0 auto;
	overflow: visible;
}

#logo {
	height: 160px;
	width: 224px;
	margin-left: 44px;
	float: left;
}
#flash {
	width: 550px;
	height: 70px;
	margin: 0 44px 0 0;
	float: right;
}

/* Menu Elements */

#menu {
	height: 29px;
	width: 522px;
	float: right;
	margin: 13px 44px 0 0;
	list-style: none;
	position: relative;
}

#menu span {
  display: none;
  position: absolute;
}

#menu a {
  display: block;
  text-indent: -9000%;
  position: absolute;
  outline: none;
}

#menu a:hover {
  background-position: left bottom;
}

#menu a:hover span {
  display: block;
}

#menu .home {
  width: 76px;
  height: 29px;
  background: url(images/menu/home.png) no-repeat;
  left: 0;
  top: 0;
}

#menu .about {
  width: 60px;
  height: 29px;
  background: url(images/menu/about.png) no-repeat;
  left: 76px;
  top: 0;
}

#menu .part {
  width: 106px;
  height: 29px;
  background: url(images/menu/partner.png) no-repeat;
  left: 136px;
  top: 0;
}

#menu .req {
  width: 111px;
  height: 29px;
  background: url(images/menu/req.png) no-repeat;
  left: 242px;
  top: 0;
}

#menu .rev {
  width: 86px;
  height: 29px;
  background: url(images/menu/rev.png) no-repeat;
  left: 353px;
  top: 0;
}

#menu .contact {
  width: 83px;
  height: 29px;
  background: url(images/menu/contact.png) no-repeat;
  left: 439px;
  top: 0;
}

/* End Menu Elements */

/* End Header Elements */

/* Main Content Elements */

#content {
	background: url(images/bkg-content.gif) repeat-y 0 0;
	width: 866px;
	padding: 0 30px;
	margin: 0 auto;
	overflow: visible;
	height: auto;
}

#colA {
	width: 626px;
	float: left;
	display: inline;
	margin-right: 20px;
	overflow: visible;
	min-height: 360px;
 	height: auto !important;
  	height: 360px;
}

#colB {
	width: 220px;
	float: left;
	display: inline;
	text-align: center;
	margin-top: 60px;
}

#divmain {
	float: left;
	display:inline;
	margin-bottom: 20px;
	width: 600px;
}

/* End Main Content Elements */

/* Footer Elements */

#footer {
	background: url(images/bkg-foot.gif) no-repeat 0 0;
	width: 906px;
	margin: 0 auto;
	padding: 40px 10px 20px;
	text-align: center;
	font: italic 10px Arial, Helvetica, sans-serif;
}

/* End Footer Elements */

h1 {
	color: #cfba05;
	font-size: 16px;
	font-weight: normal;
}

h1.lrg {
	font-size: 18px;
}

h2 {
	color: #cfba05;
	font-size: 20px;
	font-weight: normal;
}

ul {
	margin-left: 20px;
}

.pad-right {
	padding-right: 20px;
}

.tablehead {
	text-transform:uppercase;
	font-size: 14px;
}

a, a:active, a:visited {
	color: #cfba05;
}

a:hover {
	color: #E2AB0A;
}

.lrg {
	font-size: 14px;
}