/* Additional Stylesheets */
@import "navigation.css";
@import "roundedbox.css";
/* END Additional Stylesheets */

/* Basic Styles */
body {
	color: #464646; /* peter*/
	margin: 0;
	padding: 0;
	}
body { /* This rectifies the text flicker issue on FF2- for mac degrades gracefully */
	-moz-opacity: .9999;
	}
p {
	margin-top: 0;
	margin-bottom: 2em;
	}
.large {
	color: #464646; /* peter*/
	font-size: 1.25em;
	line-height: 1.25em;
	}

a:link {
	color: #0d0d0d;
	text-decoration: none;
	}
a:visited {
	color: #FD6E5F;
	text-decoration: none;
	}
a:hover {
	color: #FD6E5F;
	}
a:active { }

h1, h2, h3, h4, h5, h6 {
	/* color: #0082d1; */
	font-family: Helvetica, Arial, SunSans-Regular, sans-serif;
	font-weight: bold;
	line-height: 0.9em;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 0.5em;	
	}

h1 {
	font-size: 3em;
	
	}

h2 {
	font-size: 2.5em;
	}

h3 {
	font-size: 1em;
    color: black;
	}

h4 {
	font-size: 1.5em;
	}

h5 {
	font-size: 1.25em;
	}

h6 {
	font-size: 1em;
	}

.black {
	color: #222;
	}
.orange, h1.orange, h2.orange, h3.orange, h4.orange, h5.orange, h6.orange {
	color: #ff7f00;
	}
.contact h3.orange, .contact p {
	margin: 10px 0 0;
	padding: 0;
	}
#notice {
	width: 560px;
	margin-right: auto;
	margin-left: auto;
	}
#notice .body {
	margin: 0;
	padding: 0;
	}

/* END Basic Styles */

/* Header, Footer & Navigation */
#header, #footer {
	background-color: #f9f9f9;
	}
#header {
	font-size: 14px;
	line-height: 14px;
	background-color: #fff;
	background-image: url(../images/alternate_header_background.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	height: 4em;
	border-bottom: 1px solid #eaeaea;
	}

#footer {
	color: #cacaca;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #fff;
	background-image: url(../images/footer_background_alt.gif);
	background-repeat: repeat-x;
	background-position: left top;
	border-top: 1px solid #eaeaea;
	}


#footer a {
	color: #2d2d2d;
	text-decoration: none;
	}
#footer p {
	clear: both;
	}

#footer h3.logo {
	font-size: 24px;
	font-weight: normal;
	line-height: 20px;
	background-image: url(../images/logo_footer.gif);
	background-repeat: no-repeat;
	background-position: left center;
	width: 120px;
	height: 28px;
	float: left;
	margin: 20px 20px 10px 0;
	padding: 0;
	}
#footer a.dubsat {
	font-size: 24px;
	font-weight: normal;
	line-height: 20px;
	background-image: url(../images/dubsat.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin: 20px 20px 10px 0;
	padding: 0;
	width: 88px;
	height: 28px;
	float: left;
	}

#footer a.playroom {
	font-size: 24px;
	font-weight: normal;
	line-height: 20px;
	background-image: url(../images/theplayroom.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin: 20px 0 10px;
	padding: 0;
	width: 27px;
	height: 28px;
	float: left;
	}

#footer a.omnilab {
	font-size: 24px;
	font-weight: normal;
	line-height: 20px;
	background-image: url(../images/omnilabmedia.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin: 20px 0 10px;
	padding: 0;
	width: 155px;
	height: 28px;
	float: right;
	}

#footer h3.logo span, #footer a.dubsat span, #footer a.playroom span, #footer a.omnilab span {
	display: none;
	}
	
	/* The CSS that's required to position the footer */

	html {
		height: 100%;
		}

	body {
		height: 100%;
		}

	#container {
		position: relative;
		min-height: 100%;
		}

	* html #container {
		height: 100%;
		}

	#footer {
		position: relative;
		margin: -96px auto 0;
		}

	/* A CSS hack that only applies to IE -- specifies a different height for the footer */

	* html #footer {
		margin-top: -89px;
		}

/**/
#content {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 15px;
	}
.bgimage {
	background-color: #80d0f1;
	height: 230px;
	margin-right: 342px;
	margin-bottom: 20px;
	display: block;
	}

/* Right column*/
#rightcol {
	display: block;
	width: 310px;
	float: right;
	clear: both;
	}

#rightcol .rounded {
	margin-bottom: 14px;
	}

ul.rightcol {
	width: 310px;
	float: right;
	margin: 0 0 0 32px;
	padding: 0;
	list-style-type: none;
	display: block;
	
	}
ul.rightcol li.learn {
	height: 113px;
	padding-top: 17px;
	}

ul.rightcol li.learn a span {
	display: none;
	}

ul.rightcol li.learn a {
	width: 197px;
	display: block;
	
	}

ul.rightcol li.learn a#findout {
	background-image: url(../images/front-rightcol_findout.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 64px;
	margin-bottom: 13px;
	margin-left: 14px;
	}
ul.rightcol li.learn a:hover#findout {
	background-image: url(../images/front-rightcol_findout_ov.gif);
	}

ul.rightcol li.learn a#register {
	background-image: url(../images/front-rightcol_register.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 20px;
	margin-bottom: 17px;
	margin-left: 14px;
	}
ul.rightcol li.learn a:hover#register {
	background-image: url(../images/front-rightcol_register_ov.gif);
	}

ul.rightcol li {
	background-color: #edf6fc;
	background-image: url(../images/front-rightcol_background.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 130px;
	margin-bottom: 15px;
	padding: 0;
	display: block;
	}
ul.rightcol form {
	font-weight: bold;
	text-align: right;
	vertical-align: middle;
	padding-top: 36px;
	padding-right: 45px;
	display: block;
	}

ul.rightcol input {
	margin-bottom: 15px;
	border: solid 1px #aed7f1;
	
	}

ul.rightcol .submit {
	float: right;
	margin-bottom: 0;
	margin-left: 15px;
	border-style: none;
	border-width: 0;
	}

/**/
#rightcolnav {
	width: 210px;
	float: right;
	clear: both;
	padding-bottom: 60px;
	padding-left: 30px;
	display: block;
	}
	
#rightcolnav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: block;
	}

#rightcolnav ul li a {
	color: #bcbcbc;
	font-size: 1.4em;
	font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	}
#rightcolnav ul li#rnavselected a {
	color: #0082d1;
	}

/**/
.show {
	display: block;
	}

.hide {
	display: none;
	}

/*Dropdown Menus*/
#header div.menu           {
	font-size: 12px;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-weight: normal;
	background-repeat: repeat-x;
	background-position: left bottom;
	cursor: default;
	display: block;
	margin: 0;
	z-index: 20000;
	height: 1em;
	}
#header #nav, #header #nav ul    {
	line-height: 1;
	list-style: none;
	margin: 0;
	padding: 2em 0 0;
	z-index: 20000
	}
#header #nav a    {
	color: #b3b3b3;
	font-family: Helvetica, Arial, Geneva, SunSans-Regular, sans-serif;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	padding: 0.25em 0.5em 0.75em
	}
#header #nav li a   {
	}
#header #nav li#selecthead ul a {
	color: #b3b3b3 !important;
	}
#header #nav li#selecthead a {
	color: #0082d1 !important;
	
	}
#header #nav li#selecthead li#selected a {
	color: #0082d1 !important;
	
	}
#header #nav li a:hover {
	color: #44b7e6 !important;
	
	}
#header #nav li li a:hover, #header #nav li#selected li a:hover  {
	color: #44b7e6 !important;
	}
#header #nav li li a.haschild  {
	background-repeat: no-repeat;
	background-position: right center
	}
#header #nav li li a:hover.haschild  {
	}
#header #nav li   {
	cursor: pointer;
	z-index: 20000;
	float: left
	}
#header #nav li img.logo {
	position: relative;
	top: -1em;
	margin-right: 20px;
	}

#header #nav li li  {
	font-size: 11px;
	z-index: 20000;
	width: 16em;
	float: left
	
	}
#header #nav li ul a   {
	color: #b3b3b3;
	text-decoration: none;
	display: block;
	padding-right: 0.5em;
	padding-bottom: 0.25em;
	padding-left: 0.5em
	
	
	}
#header #nav li ul  {
	background-color: #f1efee;
	background-image: url(../images/menu_background_alt.gif);
	background-repeat: repeat-x;
	background-position: left top;
	padding: 0.4em 0;
	position: absolute;
	left: -999em;
	width: 12em;
	border-color: #f0f0f0;
	border-style: solid;
	border-width: 0 1px 1px;


	}
#header #nav li ul ul  {
	margin: -1.75em 0 0 12em;
	padding: 0.25em 0;
	border-left: 1px solid
	}
#header #nav li:hover ul ul, #header #nav li:hover ul ul ul, #header #nav li.hover ul ul, #header #nav li.hover ul ul ul {
	left: -999em
	}
#header #nav li:hover ul, #header #nav li li:hover ul, #header #nav li li li:hover ul, #header #nav li.hover ul, #header #nav li li.hover ul, #header #nav li li li.hover ul {
	left: auto
	}
#header #nav li:hover, #header #nav li.hover  {
	background-repeat: repeat-x;
	background-position: left top
	}
#header #nav li:hover a, #header #nav li.hover a  {
	}
/*Creates the background colour on the parent LI */
#header #nav li li:hover, #header #nav li li li:hover, #header #nav li li.hover, #header #nav li li li.hover {
	background-color: transparent;
	background-image: none
	}

/**/
div.caxtons-page div.bgimage {
	background-color: #fff;
	background-image: url(../images/websend_small.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 210px;
	height: 34px;
	margin-bottom: 30px;
	}

.field, select, textarea {
	border: solid 1px #cacaca;
	margin-right: 4px;	
	}

div.caxtons-page a:hover h2 {
	color: #80d0f1;
	}

div.caxtons-page form ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	}

div.caxtons-page form li {
	float: left;
	margin: 0 15px 10px 0;
	}
/**/
div#container.contact .column {
	width: 49%;
	float: left;
	border: 1px #ff7f00;
	display: block;
	}

div#container.contact h1#heading {
	background-image: url(../images/contact_heading.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 354px;
	height: 52px;
	clear: both;
	display: block;
	}

h2#phone {
	background-image: url(../images/contact_phone.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 105px;
	height: 25px;
	clear: both;
	display: block;
	}

h2#postal {
	background-image: url(../images/contact_postal.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	width: 114px;
	height: 25px;
	clear: both;
	}

h2#email {
	background-image: url(../images/contact_email.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	width: 90px;
	height: 25px;
	clear: both;
	}

h2#now {
	background-image: url(../images/contact_now.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	width: 77px;
	height: 25px;
	clear: both;
	}

h1#heading span, h2#phone span, h2#postal span, h2#email span, h2#now span {
	display: none;
	}

.first {
	font-size: 1.2em;
	}
/**/
#steps {
	width: 185px;
	height: 52px;
	float: right;
	display: block;
	}
#steps span {
	display: none;
	}

#steps.one {
	background-image: url(../images/step1.gif);
	background-repeat: no-repeat;
	background-position: left top;
	}

#steps.two {
	background-image: url(../images/step2.gif);
	background-repeat: no-repeat;
	}

#steps.three {
	background-image: url(../images/step3.gif);
	background-repeat: no-repeat;
	}

#nameregistration {
	}
	
#nameregistration .field {
	margin-bottom: 4px;
	border: solid 1px #cacaca;
	}

#nameregistration label {
	color: #b3b3b3;
	font-size: 10px;
	font-weight: bold;
	width: 12em;
	float: left;
	display: block;
	}
#nameregistration label.big {
	width: auto;
	float: none;
	margin-left: 20px;
	display: inline;
	}
#nameregistration fieldset {
	clear: both;
	margin-left: 20px;
	padding: 5px 0 0;
	border-style: none;
	border-width: 0;
	display: block;
	}

#nameregistration fieldset.half {
	width: 44%;
	float: left;
	clear: none;
	}

#nameregistration legend {
	color: #0082d1;
	font-size: 18px;
	font-family: Helvetica, Arial, Geneva, SunSans-Regular, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	}
	
.divider {
	background-image: url(../images/form_background.gif);
	background-repeat: repeat-y;
	background-position: center 0;
	width: 100%;
	float: left;
	clear: both;
	padding-top: 15px;
	padding-bottom: 15px;
	border-color: #f0f0f0 #f7f7f7 #f7f7f7;
	border-style: solid;
	border-width: 3px 0 0;
	display: block;
	}
.divred {
	background-image: url(../images/form_background_red.gif);
	}

.divgreen {
	background-image: url(../images/form_background_red.gif);
	
	}

.dividerend {
	background-repeat: repeat-y;
	display: block;
	width: 100%;
	float: left;
	clear: both;
	border-style: solid;
	border-width: 3px 0 0;
	border-color: #f0f0f0 #f7f7f7 #f7f7f7;
	}
	
/**/
#container.register {
	height: 100%;       /* Jaepil, this is to keep the footer */
	min-height: 1000px; /* at the right position              */
	}
	
/**/
#container.register2 {
	height: 100%;       /* Jaepil, this is to keep the footer */
	min-height: 750px;  /* at the right position              */
	}

/**/
#container.requirements {
	height: 100%;      /* Jaepil, this is to keep the footer */
	min-height: 670px; /* at the right position              */
	}
#container.requirements div.collumn {
	background-color: #80d0f1;
	width: 240px;
	height: 380px;
	float: left;
	display: block;
	}

#container.requirements #col1 {
	background-color: transparent;
	background-image: url(../images/requirements.gif);
	background-repeat: no-repeat;
	background-position: center top;
	left: 20px;
	margin-right: 20px;
	width: 200px;
	}

#container.requirements #col2 {
	background-color: #fff;
	margin-right: 20px;
	}

#container.requirements #col3 {
	right: 20px;
	width: 150px;
	}
#container.requirements #known {
	
	}

#container.requirements #unknown {
	}

#container.requirements #firefox {
	background-image: url(../images/browser_good_firefox.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 240px;
	height: 150px;
	}

#container.requirements #internetexplorer {
	background-image: url(../images/browser_good_ie.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 240px;
	height: 150px;
	}

#container.requirements #safari {
	background-image: url(../images/browser_good_safari.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 240px;
	height: 150px;
	}

#container.requirements #netscape {
	background-image: url(../images/browser_good_netscape.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 240px;
	height: 150px;
	}

#firefox span, #internetexplorer span, #safari span, #netscape span {
	display: none;
	}


/**/
#phonenumber, #faxnumber {
	width: 135px;
	}

#abn1, #abn2, #abn3, #abn4, #areacode, #faxareacode {
	width: 42px;
	}

#postcode {
	width: 57px;
	}

/* Floats */
.floatleft {
	float: left;
	margin-right: 20px;
	}
.floatright {
	float: right;
	clear: both;
	margin-left: 20px;
	}
.floatrightbase {
	margin-left: 40px;
	float: right;
	clear: both;
	margin-bottom: 60px;
	}

.box {
	background-color: #f7f7f7;
	padding: 5px 10px;
	border: solid 1px #f0f0f0;
	
	}
	
#phonebox {
border-right: #ffffff 20px solid;
}

#support {
	background-image: url(../images/contact_image.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 315px;
	}
#support div.rounded div.body {
	padding: 0 0 0 2px;
	}

.fauxfieldlabel {
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	color: #b3b3b3;
}
/**/
#content.partner .divider p {
	margin-left: 260px;
	}
#content.partner .divider img {
	margin-top: 12px;
	}

#content.partner blockquote {
	color: #0082d1;
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	background-color: white;
	margin-top: 0;
	margin-bottom: 10px;
	padding: 12px 20px 12px 220px;
	line-height: 100%;
	}
#content.partner .divider p.last {
	margin-bottom: 0;
	}
#content.partner .author {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
	color:#464646;
	}	
