/*** new overall layout for homepage - 03/08/09 - stf ***/

body {
	margin: 4px;
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	background-color: #e4e4e4;
	font-size: 100%;
}
img {
	border: 0;
}
h1 {
	margin: 0;
	padding: 0;
}
h1 img {
	margin: 9px 0 0 12px;
}

a {
	color: #cb0000;
}

#pageContainer {
	width: 939px;
	background-color: #fff;
	margin: 0 auto;
	text-align: left;
	padding-bottom: 20px;
	border: 4px solid #fff;
}

#header {
	background: #b90000 url(/tridion/images/header_bg_tcm4-808113.gif) repeat-x left top;
	height: 71px;
	position: relative;
}
#header span {
	position: absolute;
	top: 5px;
	right: 10px;
	color: #fff;
	text-align:right;
}
#header .smallerText{
	font-size:0.8em;	
}
#header .lang {
	position: absolute;
	right: 10px;
	bottom: 5px;
	font-size: 0.8em;
}
#header .lang a {
	color: #fff;
	background: url(/tridion/images/lang_cta_tcm4-809900.gif) no-repeat right center;
	padding-right: 12px;
	padding-bottom: 1px;
}
#header .lang a img {
	position: relative;
	top: 2px;
}

#subHeader {
	background-color: #606;
	vertical-align: middle;
	white-space: nowrap;
	margin: 3px 0;
	padding: 2px 0;
	color: #fff;
	font-size: 70%;
	overflow: hidden;
	zoom: 1;
}

#breadcrumbs a {
	color: #fff;
}

#breadcrumbs {
	vertical-align: middle;
	padding: 3px 0 0 8px;
	text-align: left;
	float: left;
}

#location {
	padding-right: 8px;
	float: right;
	vertical-align: middle;
}
#location form {
	margin: 0;
	padding: 0;
}
#location form select {
	margin: 0 5px;
	font-size: 90%;
}


#main {
	overflow: hidden;
	zoom: 1;
}

#navigation {
	font-size: 70%;
	width: 148px;
	margin-right: 4px;
	float: left;
}

#content {
	float: left;
	width: 600px;
}

#mainFollowOn { /* see ie.css */
	overflow: hidden;
	_zoom: 1;
	font-size: 0.7em;
	margin-left: -5px;
}

.promo {
	float: left;
	width: 196px;
	margin-left: 5px;
	padding-top: 17px;
}
.promo h4 {
	margin: 0 0 8px 4px;
	padding: 0;
	text-transform: uppercase;
	font-size: 1.5em;
	font-weight: normal;
	letter-spacing: .5px;
}
.promo p {
	margin: 0 0 8px 4px;
	width: 96px;
}
.promo a {
	margin: 0 0 0 4px;
	display: block;
	width: 96px;
}

#tools {
	width: 183px; 
	float: left;
	margin-left: 4px;
}

#tools #flyClubLogin {
	margin: 0 0 4px 0;
	padding: 0;	
}
#tools #flyClubLogin table.flyClubLogInTable {
	margin: 0;
}


#tools div.help h3 {
	border: 1px solid #ccc;
	background: #f1f1f1 url(/tridion/images/tools_head_bg_tcm4-808173.gif) repeat-x center top;
	color: #cb0000;
	font-size: 1.5em;
	font-style: italic;
	font-weight: normal;
	letter-spacing: 0.5px;
	margin: 0;
	padding: 2px 0 3px 10px;	
}

#tools div.help {
	font-size: 0.7em;
	margin-bottom: 4px;
}

#tools div.help div {
	background: url(/tridion/images/help_panel_bg_tcm4-808151.gif) no-repeat center bottom;
	padding: 10px 10px 26px;
	text-align: right;
	width: 163px;
}
#tools div.help div p {
	margin: 0 0 0.7em 0; 
	padding: 0;
	text-align: left;
}
#tools div.help div a {
	text-align: right;
}


#footer {
	color: #fff;
	white-space: nowrap;
	background-color: #c00;
	margin: 35px 0 0 0;
	padding: 5px 8px;
	font-size: 70%;
}
#footer a {
	color: #fff;
}


#partners {
	padding: 5px 8px;
	font-size: 70%;
}
#partners div {
	text-align: center;
	padding: 15px 0 10px;
}
#partners div a {
	margin: 0 3px;
}

.copyright {
	color: #999;
	font-size: 70%;
	padding: 5px 10px;
	float: left;
}

.footerRight {
	font-size: 70%;
	text-align: right;
}

.popupLink img {
	border-left: 4px solid #fff;
	position: relative;
	top: -2px;
}

.auralOnly {
	position: absolute;
 	top: -2500px;
 	width: 1px;
 	height: 1px;
 	overflow: hidden;
 }



/*** !!! nav rewrite 30/09/2009 stf */

#searchBox {
	background:#e6e6e6 url(/tridion/images/search_bg_tcm4-808158.gif) no-repeat -5px top;
	border: 1px solid #ccc;
	margin: 4px 0 0 0;
	padding: 17px 0 8px 0;
}
#searchBox form {
	margin: 0;
	padding: 0;
}
#searchBox div {
	text-align: right;
	margin-right: 7px;
}
#searchBox label {
	visibility: hidden;
}	

#searchField {
	margin: 0 0 3px 0;
	width: 127px;
	font-size:1em;
}

#searchBox #search {margin-top:5px;}


div.hr {
	height: 1px;
	border-top: 1px solid #ccc;
	margin: 9px 0;
}
div.hr hr {
	display: none;
}

.errorMessage
{
	color: #CC0000;
}






