/*
used for miscellaneous styles
*/
.nomargin { margin: 0 !important; }
.feature-list li.noborder h2 { border-color: #455560; }

.img-align-right { 
	float: right;
	margin-left: 1em; }

.clear{ margin-bottom: 10px; }

.logo {
	background: url(/images/logo.gif) no-repeat;
	height: 113px;
	margin-top: 9px;
	text-indent: -9999px;
	width: 123px; }
	
	.logo a { 
		display: block;
		height: 113px;
		width: 123px; }	
		
.astrium { 
	background: url(/images/astrium.gif) 0 0 no-repeat;
	height: 17px;
	left: 215px;
	position: absolute;
	text-indent: -9999px;
	top: 10px;
	width: 111px; }

.topbar {
	float: right;
	height: 80px;z-index:		99; }

#search { margin-left: 20px;}
#icons {
	margin: 20px 10px 10px;
width: 395px;}

#icons li{
	float: left;
	list-style-type: none;
	margin-bottom: 10px;
	margin-right: 10px;
	width: 155px;}

#icons li a { color: #455560; }


.request-callback, .request-quote, .goto-meeting, .service-desk {
	background-position: 100px 0;
	background-repeat: no-repeat;
	}

.request-callback { background-image: url(/images/icon-callback.gif); }
.request-quote { background-image: url(/images/icon-quote.gif); }
.service-desk { background-image: url(/images/icon-servicedesk.gif); }
.goto-meeting { background-image: url(/images/icon-gotomeeting.gif); }

.small-logo { margin-top: -74px;}


.bookinglink {
	background-color: #f7901e;
	color: #fff;
	line-height: 2em;
	padding: 3px; }

.top-search {
	background-image: url(/images/search-bg2.gif);
	background-repeat: no-repeat;
	float: left;
	height: 47px;
	margin: 47px 30px 0 0;
	position: relative;
	width: 149px; }

#s {
	background: none;
	padding: 4px 4px 2px;
	border: 0; }
	
#s-submit {
	background-color: #fff;
	background-position: bottom left;
	background-image: url(/images/search-button.gif);
	background-repeat: no-repeat;
	border: 0;
	cursor: pointer;
	height: 17px;
	position: absolute;
	right: 3px;
	text-indent: -9999px;
	top: 2px;
	width: 16px; }

.menu {
	background-image: url(/images/menu-bg.gif);
	background-repeat: repeat-x;
	clear: right;
	float: right;
	height: 55px;
	list-style-type: none;
	margin: 0;
	padding-left: 9px;
	width: 100%; }
		
	.menu li {
		display: inline-block;
		float: left;
		margin: 1px 0 0 0;
		}
		
	.menu a {
		color: #fff;
		font-size: 1.1em;
		line-height: 26px;
		padding: 6px 11px 30px;
		text-decoration: none; 	}
		
	.menu a.on {
		background-image: url(/images/menu-bg-on.gif);
		background-repeat: repeat-x; 	}

	.menu li ul li { 
		list-style-type:none;
		background: #ccc;
		
		}
	.menu li ul li a { 
		color: #000;
		}


.feature-list p {
	margin: 0;
	display: none; }
	
.feature-list li {
	margin: 0;
	list-style-type: none; }
	
.feature-list .on {
	background-color: #f7901e; }
	/*
	.feature-list .on h2 {
		border-bottom: none;
	}*/
	
.feature-list .on p {
	display: block;
	height: 43px;
	padding: 4px 15px; }
	
	.feature-list .on p.infolink {
		background-color: #f47a16;
		font-size: 0.9em;
		font-weight: bold;
		height: 13px;
		margin: 0;
		padding: 2px 15px 4px;
		text-align: right; }
	.feature-list .on p.infolink a { color: #fff; }

	.feature-list h2 { 
		font-size: 1.3em;
		font-weight: normal;
		border-bottom: 1px dotted #fff; }

	.feature-list li:last-child h2 {
		border-bottom: none; }

.footer-panel {
	background-color: #f7901e;
	float: left;
	padding-bottom: 1em; }

.error {
	background: none;
	border: 0;
	/*color: #f7901e;*/
	color: #c00;
	font-size: 10px;
	margin: 0; }

	.hidden { display: none; font-size: 11px; }
	.show { font-size: 11px; }
