/*
------------------------------------------

CSS Document - Lightbox Styles

Design by RedStar Designs
http://www.redstardesigns.com.au/

------------------------------------------
*/

body {
	color: #50514D;
	font-size: 11px;
	font-family: tahoma, arial, helvetica, sans-serif;
	background-color: #ebebeb;
}

img {
	border: none;
}

strong {
	background: inherit;
	color: #50514D;
}

hr {
	display: block;
	color: #699500;
	background: #699500;
	width: 60%;
	height: 1px;
	margin: 15px 0px 5px 0px;
	text-align: left;
	border: none;
}

/* Headings */

h1 {
	background: inherit;
	color: #699500;
	text-transform: lowercase;
	font-size: 26px;
}

h1 span {
	background: inherit;
	color: #50514D;
}

h2 {
	color: #699500;
	font-size: 19px;
}

h3 {
	color: #699500;
	font-size: 15px;
	padding: 5px 0 5px 0;
	margin: 0 0 10px;
	border-bottom: 1px solid #ddd;
	background: inherit;
}

h3 span {
	background: inherit;
	color: #5eb504;
}

/* Links */

a {
	text-decoration: underline;
	color: #699500;
}

a:hover {
	text-decoration: underline;
	color: #50514D;
}

/* Forms */
input, select, textarea {
	color: #50514D;
	font-size: 11px;
	font-family: tahoma, arial, helvetica, sans-serif;
}

/* Background Logo */

#backlogo
{
	width: 300px;
	height: 259px;
	background: #ebebeb url('../images/balls.gif') top left;
	position: absolute;
	bottom: 20px;
	right: 20px;
	z-index: -1;
}

/* Header */

#header {
	width: 100%;
	height: 100px;
	background: url('../images/header.gif') no-repeat;
	color: #ffffff;
	overflow: auto;
}

#logo {
	position: relative;
	width: 259px;
	height: 54px;
	margin: 40px 40px 0 auto;
}

/* Content */

#wrapper {
	width: 956px;
	margin: 0px auto;
}

#main {
	position: relative;
	width: 940px;
	margin: 0px auto;
	padding: 0px 8px 10px 8px;
	background: #fff url('../images/border.gif') repeat-y;
}

/* mike */

#mike {
	width: 100%;
	height: 100px;
	color: #000000;
	overflow: auto;
	background: #000000;
}

/* Partners */

#partners {
	position: relative;
	float: left;
}

/* Menu */

#menubar {
	height: 41px;
	padding-bottom: 20px;
	border-bottom: 5px solid #699500;
	margin-bottom: 10px;
}

#menu {
	position: relative;
	float: right;
	text-transform: uppercase;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 26px;
	padding: 14px 18px 0 20px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	background: url('../images/menu/divider.gif') no-repeat left;
	font-size: 12px;
	font-weight: bold;
	color: #333;
}

#menu .first a {
	background: none;
}

#menu a:hover {
	text-decoration: underline;
	color: #333;
}

/* Content */

#lcol {
	position: relative;
	width: 225px;
	float: left;
}

#lcontent {
	position: relative;
	padding: 0px 5px 0px 20px;
}

#rcol {
	position: relative;
	margin-left: 230px;
	width: 666px;
	background-image: url('../images/a2.gif');
	background-repeat: repeat-x;
}

#rcontent {
	position: relative;
	padding: 0px 10px 0px 5px;
}

#rcontent ul {
	position: relative;
	margin: 0px 0px 5px 15px;
	padding: 0px 0px 0px 10px;
	list-style-image: url('../images/misc/x1.gif');
}

#rcontent ul li {
	margin: 0px;
	padding: 0px 0px 1px 5px;
}

p {
	margin-bottom: 25px;
	text-align: justify;
	line-height: 20px;
}

#lcol p {
	font-size: 11px;
	line-height: normal;
	text-align: left;
	margin: 0px;
	padding: 0px 0px 6px 0px;
	color: #50514D;
}

/* Feature */
#featureContainer {
	display: block;
	position: relative;
	overflow: hidden;
	width: 669px;
}

.featureBox {
	background: inherit;
	position: relative;
	width: 218px;
	float: left;
	margin-right: 5px;
}

.featureBoxContent {
	background-color: #f5f6f6;
	padding: 5px;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}

.featureBoxContent a {
	text-decoration: none;
	color: #50514D;
}

.featureBoxContent a:hover {
	text-decoration: underline;
}

.featureBoxTop {
	background: url('../images/boxes/top.gif') no-repeat;
	height: 4px;
	overflow: hidden;
}

.featureBoxBtm {
	background: url('../images/boxes/btm.gif') no-repeat;
	height: 4px;
}

/* Video */
.video {
	width: 666px;
	height: auto;
	padding-bottom: 30px;
	overflow: auto;
}

#videoPlayer {
	text-align: center;
	background-color: #f5f6f6;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}

.videoBoxTop {
	background: url('../images/boxes/video_top.gif') no-repeat;
	height: 5px;
	overflow: hidden;
}

.videoBoxBtm {
	background: url('../images/boxes/video_btm.gif') no-repeat;
	height: 5px;
}

/* Footer */
#footer {
	clear: both;
	overflow: auto;
	background: #fff url('../images/border.gif') repeat-y;
	width: 100%;
	padding: 14px 0px 10px 0px;
	text-align: center;
	text-transform: lowercase;
}

#footer a {
	text-decoration: none;
	color: #699500;
}

#footer a:hover {
	text-decoration: underline;
}

#footer ul {
	display: inline;
	list-style: none;
	margin: 0 0 0 2px;
	padding: 0px;
	border-left: 1px solid #ccc;
}

#footer ul li {
	display: inline;
	border-right: 1px solid #ccc;
	margin: 0;
	padding: 0 8px 0 9px;
}

#footerEnd {
	background: #fff url('../images/footer_end.gif') no-repeat;
	height: 8px;
	width: 100%;
}

/* Misc */

.clearAll {
	clear: both;
}

.more a {
	display: block;
	text-align: right;
	color: #699500;
}

.left {
	float: left;
	padding-right: 10px;
}

#confirm, #error {
	font-size: 13px;
	color: #fff;
	padding: 55px 15px 15px 15px;
	width: 428px;
	height: auto;
	margin: 0 auto 20px;
}

#confirm {
	background: #55953C url('../images/misc/successfully_completed.gif') no-repeat top left;
	border: 2px solid #55953C;
}

#error {
	background: #d01d00 url('../images/misc/error_has_occured.gif') no-repeat top left;
	border: 2px solid #d01d00;
}

