﻿/* ::: GLOBAL STYLES ::: */
html * {
	margin: 0;
	padding: 0;
}

html {
	background-color: #000;
}

body {
	background-color: #000;
	color: #FFF;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.7em;
}

a {
	text-decoration: none;
}

img {
	border: none;
}

/* ::: HEADER STYLES ::: */
#liquid_header {
	background-color: #FFF;
	height: 43px;
	width: 100%;
}

#header {
	background-color: #FFF;
	height: 43px;
	margin-left: auto;
	margin-right: auto;
	width: 968px;
}

#logo, #slogan, #essentials {
	float: left;
	height: 43px;
}

#logo {
	width: 122px;
}

#logo img {
	margin: 10px 0 0 10px;
}

#slogan, #splash-slogan {
	width: 300px;	/* Originally: 250px - Amended on 23/04/2008 - Wayne Parkes */
}

#splash-slogan {
	float: right;
	height: 43px;
}

#slogan h1, #splash-slogan h1 {
	color: #5893CB;	/* originally: #61A2E0 */
	font-size: 1.15em;
	font-weight: bold;
	margin: 14px 0 0 0;
}

#splash-slogan h1 {
	margin: 14px 10px 0 0;
	text-align: right;
}

#essentials {
	width: 546px;	/* Originally: 596px - Amended on 23/04/2008 - Wayne Parkes */
}

#essentials ul {
	float: right;
	list-style: none;
	margin: 14px 10px 0 0;
}

#essentials li, #footer_left li, #footer_right li {
	display: inline;
}

#essentials a {
	background: transparent url(../images/next_black.gif) no-repeat 0 50%;
	color: #000;
	font-size: 1.15em;
	font-weight: bold;
	margin-left: 10px;
	padding-left: 9px;
}

/* ::: MAIN STYLES ::: */
#liquid_main {
	background-color: #000;
	min-height: 475px;
	width: 100%;
}

.mainFeature {
	border-left: solid 1px #2D2D2D;
	border-right: solid 1px #2D2D2D;
	margin: 0 auto;
	min-height: 475px;
	overflow: hidden;
	width: 968px;
	position: relative;
}

.intro {
	background: transparent url(../images/intro_bg.jpg) no-repeat top right;
	border-left: solid 1px #2D2D2D;
	border-right: solid 1px #2D2D2D;
	margin: 0 auto;
	min-height: 475px;
	overflow: hidden;
	width: 968px;
	position: relative;
}

.intro_footer {
	background: transparent url(../images/intro_bg_footer.jpg) no-repeat top right;
	position: absolute;
	left: 0;
	top: -1px;
}

.intro_overlay1 {
	background: transparent url(../images/intro_bg_overlay1.jpg) no-repeat top right;
}

/*.intro_overlay2 {
	background: transparent url(../images/intro_bg_overlay2.jpg) no-repeat top right;
}*/

.introtext {
	float: left;
	position: absolute;
	left: 187px;
	top: 190px;
	width: 226px;
}

.introtext h3, .introtext h4 {
	color: #FFF;
	font-size: 1.05em;
	font-weight: bold;
}

.introtext p {
	color: #6A6868;
	font-size: 1.05em;
	margin: 10px 0 10px 0;
}

#back_home {
	float: left;
	height: 30px;
	/*margin-left: 50px;
	margin-top: 60px;
	margin-right: -170px;*/ /* for IE (equates to left margin plus width) */
	width: 120px;
	position: absolute;
	left: 50px;
	top: 60px;
}

#back_home a {
	color: #6A6868;
	font-size: 1.25em;
	font-weight: bold;
}

/* ::: FEATURE NAVIGATION STYLES ::: */
#feature_nav {
	float: left;
	height: 90px;	/* Added on 23/04/2008 - Wayne Parkes */
	position: relative;
	top: 60px;
	width: 166px;
}

#feature_nav ul {
	float: right;
	list-style: none;
	text-align: right;
}

#feature_nav li {
	margin-bottom: 8px;
}

#feature_nav a {
	color: #FFF;
	font-size: 1.25em;
	font-weight: bold;
}

#feature_nav a:hover, #feature_nav a:focus {
	color: #FF0B0B;
}

/* ::: PRIVACY POLICY STYLES ::: */
.privacypolicy_close {
	height: 24px;
	width: 100%;
}

.top_close {
	border-top: solid 1px #DA0909;
}

.bottom_close {
	border-bottom: solid 1px #DA0909;
	clear: both;
}

.bottom_close a {
	background-position: 90% 70% !important;
	padding: 2px 21px 2px 10px !important;
	position: relative;
	top: 10px;
}

.privacypolicy_close a {
	background: #DA0909 url(../images/close.gif) no-repeat 90% 50%;
	color: #FFF;
	float: right;
	font-size: 0.8em;
	font-weight: bold;
	padding: 1px 21px 3px 10px;
}

/* Privacy popup styles */
#privacypolicy {
	float: left;
	min-height: 475px;
	padding-bottom: 25px;
	width: 515px;
}

#privacypolicy h2 {
	color: #FFF;
	font-size: 1.25em;
	font-weight: bold;
	margin: 0 0 25px 25px;
}

#privacypolicy p {
	float: left;
	margin: 0 0 25px 25px;
}

#privacypolicy_footer {
	background: transparent url(../images/zz_bar.jpg) no-repeat top right;
	float: left;
	height: 24px;
	overflow: hidden;
	width: 100%;
}

#privacypolicy_footer img {
	display: none;
}

/* Generic text content page (privacy, accessibility) */
div.content-main {
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	padding-bottom: 25px; /* for IE */
	position: relative;
	width: 480px;
}

div.content-main h2 {
	color: #FFF;
	font-size: 1.25em;
	font-weight: bold;
	margin: 60px 0 25px 1px;
}

div.content-main p {
	/*float: left;*/
	margin: 0 0 25px 1px;
}

/* ::: FOOTER STYLES ::: */
#liquid_footer {
	background-color: #000;
	border-bottom: solid 1px #2D2D2D;
	border-top: solid 1px #2D2D2D;
	clear: both;
	float: left;
	height: 60px;
	width: 100%;
}

#footer {
	background-color: #000;
	height: 60px;
	margin-left: auto;
	margin-right: auto;
	width: 968px;
}

#footer_left, #footer_right {
	float: left;
	height: 60px;
}

#footer_left {
	width: 372px;
}

#footer_left ul {
	list-style: none;
	margin: 36px 0 0 10px;
}

#footer_left a {
	background: transparent url(../images/next_white.gif) no-repeat 0 50%;
	color: #FFF;
	font-size: 1.15em;
	font-weight: bold;
	margin-right: 20px;
	padding-left: 9px;
}

#footer_right {
	position: relative;
	width: 596px;
}

#footer_right ul {
	float: right;
	list-style: none;
	margin: 38px 10px 0 0;
}

#footer_right a {
	background: transparent url(../images/next_grey.gif) no-repeat 0 50%;
	color: #6A6868;
	font-size: 1em;
	font-weight: bold;
	margin-left: 10px;
	padding-left: 7px;
}

/* Disabled JavaScript and Flash warning */
#flash-warning p {
	margin-bottom: -25px;
	padding-top: 25px;
	text-align: center;
}

#flash-warning a {
	color: #FFF;
	text-decoration: underline;
}

#flash-warning a:hover, #flash-warning a:focus {
	color: #FF0B0B;
}

.image_link a {
            padding: 0; 
            background-image: none
}

.image_link a img {
            position: relative;
            top: 15px;
}
.de #footer_left .image_link a 
{
	background: none;
	padding-left: 0;
}

.de #liquid_footer{
            height: 85px;
}

.de #footer_left ul {
            margin-top: 21px;
}

.de #footer_right ul {
            margin-top: 50px;
}


.de_cta
{
	/*background:transparent url(../images/next_white.gif) no-repeat scroll 0pt 50%;*/
	color:#FFFFFF;
	padding-left:9px;
}