
* { margin: 0; padding: 0}

html {
	font-size: 100%;
}

body {
	font: normal .8em arial, sans-serif;
	text-align: center;
/*	width: 100%;	/*21.06.06 - added by tom*/
}

.clear {
	clear: both;
}

.aRight { text-align: right }

/* Links */
a img { border: 0; }
a { color: #EE7C01 }
a:hover { text-decoration: none; }

#logo {
	position: absolute;
	right: 0;
	top: 46px;
}

hr {
	border: 0;
	height: 1px;
	background: #EE7C01 url(/singlerapid/images/singlerapid/hr.png) 50% 50% no-repeat;
	margin: 10px 0;
	color: #EE7C01;
}



/*****
=Navigation	/*Edited
*****/

.nav, .nav ul {
	list-style: none;
	margin-top: -1px;
}

.nav {
/*20.06.06	border-bottom: 1px solid #EE7C01;*/
/*	position: relative;	/* IE peek-a-boo */
}

.nav li {
/*20.06.06	border-top: 1px solid #EE7C01;*/
}
.nav li.first { border:0 }

.nav li a, .nav li span {
	text-decoration: none;
	display: block;
	color: #EE7C01;
	padding: 3px 5px;
}


* html .nav li a, .nav li span {	/* IE block */
	height: 1%;
}

.nav a:hover, .nav .selected {
	font-weight: bold;
	font-size: 97%;
}


/* 20.06.06 - Tom - commented out as names are irrelevant, and un-scalable for new tabs to have id's. style used instead in XML */
/* #solutions  #m-solutions a, #profile  #m-profile a, #info #m-info a, #events #m-events a, #support #m-support a, #contact #m-contact a
{ background-color: #EE7C01; color: #fff }	/* currently selected */

.nav ul, #wrapper .nav ul li a {  /* expanded menu */
	background: #ffe6cc;
	color: #EE7C01;
}


.nav ul li.hidden_menu_link_so_validates_without_empty_ul {
	display: none;
}


.nav li.exp a  {
	background: #fff url(/singlerapid/images/singlerapid/arr-exp.png) 95% 50% no-repeat;
}
.nav li.expd a {
	background: url(/singlerapid/images/singlerapid/arr-expd.png) 95% 50% no-repeat;
	background-color: #EE7C01;	/*20.06.06*/
	color: #fff	/*20.06.06*/
}


.secondary {
	text-align: right; 	
}

.secondary li.exp a {
	background: #fff url(/singlerapid/images/singlerapid/arr-exp2.png) 95% 50% no-repeat;
}

.secondary li.exp a, .secondary li.expd a {
 	background-position: 5% 50%;
}



/*****
=Boxes
*****/

#wrapper {
	margin: 0 auto;
	width: 800px;
	text-align: left;
}

#header {
	position: relative;
	height: 148px;
	background: url(/singlerapid/images/singlerapid/header.jpg) -15px 0  no-repeat;
	border-bottom: 1px solid #ED7600;
}

#leftColumn {
	float: left;
	width: 165px;
	border-top: 1px solid #ED7600;
}

#leftColumn div {
padding-top: 15px;
}

#content {
	float: right;
	width: 635px;
	background: url(/singlerapid/images/singlerapid/tinted.jpg) -180px 0 no-repeat;
}

#rightColumn {
	width: 145px;
	float: right;
/*	padding: 10px 0;	*/
}

#rightColumn div {
padding-top: 15px;
}

#main {
	float: left;
	width: 465px;
	padding: 0 10px;
	min-height: 300px;
}

* html #main { height: 300px; }

#rightColumn .block {
	margin-right: 0;
}


/*****
=Content	
*****/

h1, h2, h3 {
	font-size: 2.3em;
	font-weight: normal;
	margin-top: 20px;
}
h2 {	font-size: 1.8em; }
h3 {	font-size: 1.4em; }

h4 {
	color: #ED7600;
}

p {
	margin: 10px 0;
}

#promoArea {
	padding-bottom: 5px;
}

.contentArea {
	padding-top: 5px;
}

.block ul {
	display: normal;
	padding-left: 20px;
}



/*****
=Forms	
*****/

input, textarea {
	border: 1px solid #000;
/*	width: 150px; */
	padding: 2px;
/*	background-color: #ED7600; */
}

input.form_button {
	background-color: #EE7C01;
}

#leftColumn input {
/*	width: 124px; */
	margin: 0 10px;
}
textarea {
	width: 220px;
	height: 100px;
}
textarea.mini {
	width: 150px;
	height: 50px;
	overflow: auto;
}
select { 
/*min-width: 156px;*/ 
}

form p { position: relative; }
* html form p { float: left; margin: 5px 0; width: 100% } /* IE */

.feedback span {
	font: bold .8em Verdana, sans-serif;
	position: absolute;
	left: 300px;
	right: 0;
	padding-left: 22px;
	background: url(/singlerapid/images/singlerapid/alert.gif) 0 0 no-repeat;
}

.feedback input, .feedback  textarea {
	border: 2px ridge #ee7c01;
}

fieldset {
	border: 1px solid #EE7C01;
	padding: 10px;
	margin: 10px 0;
}

legend {
	padding: 0 5px;
	font-weight: bold;
	color: #EE7C01;
}

#wrapper .button, form .radio  {
	vertical-align: -6px;
	width: auto;
	border: 0;
	padding: 0;
}
.indented {
	margin-left: 120px;
}
form .radio  { 
	vertical-align: -2px; 
	margin: 0 2px 0 5px;
}

#content label {
	width: 120px;
	clear: both;
	display: block;
	float: left;
	padding: 2px 0;
}

#leftColumn label {
	margin: 0 10px;
}


/*****
=Footer	
*****/

#footer {
	clear: both;
	margin: 30px 0 30px 162px;
	font-size: .9em;
	padding-top: 2px;
	width: 480px;
	border-top: 1px solid #EE7C01;
}
#footer p {
	margin: 3px 0;
}

#footer .motto { float: right }

#footer .powered {
	margin-top: 10px;
	color: #ccc;
	font-size: .9em;
}

.powered a {
 	color: #999;
	text-decoration: none;
}
.powered a:hover {
 	color: #555;
}