/*
	EUMETSAT Website 3.0 Sections CSS - designed by Phil Nolan of Rational Systems in December 2010
	
	Designed for use with the
	960 Grid Framework.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* Section headers - used for display of page titles with BG images
----------------------------------------------- */
#title { /* Default section header - corporate signature image */
	min-height:44px;
  	height:auto !important; 
	color: white;
	margin-bottom: 20px;
	margin-top: 20px;
	background:#00205b url(/shared/assets/img/ttl_corporate.jpg) left center no-repeat;
	font-style: normal;
	padding-right: .5em;
}
#title-homepage { /* Default section header - Landing pages */
	min-height:44px;
	height:auto !important; 
	color: white;
	margin-bottom: 20px;
	margin-top: 20px;
	background:#00205b url(/shared/assets/img/ttl_corporate.jpg) left center no-repeat;
	font-style: normal;
	padding-right: .5em;
}
#title-noimg { /* Homepage section header and any that do not require a signature image */
	min-height:44px;
	height:auto !important; 
	color: white;
	margin-bottom: 20px;
	margin-right: 0;
	margin-top: 20px;
	background:#00205b;
	font-style: normal;
	padding-right: .5em;
}
#title-cooperation {
	min-height:44px;
	height:auto !important; 
	color: white;
	margin-bottom: 20px;
	margin-top: 20px;
	background:#00205b url(/shared/assets/img/ttl_cooperation.jpg) left center no-repeat;
	font-style: normal;
	padding-right: .5em;
}
#title-climate {
	min-height:44px;
	height:auto !important; 
	color: white;
	margin-bottom: 20px;
	margin-top: 20px;
	background:#00205b url(/shared/assets/img/ttl_cooperation.jpg) left center no-repeat;
	font-style: normal;
	padding-right: .5em;
}
#title-products {
	min-height:44px;
	height:auto !important; 
	color: white;
	margin-bottom: 20px;
	margin-top: 20px;
	background:#00205b url(/shared/assets/img/ttl_cooperation.jpg) left center no-repeat;
	font-style: normal;
	padding-right: .5em;
}
#title-data {
	min-height:44px;
	height:auto !important; 
	color: white;
	margin-bottom: 20px;
	margin-top: 20px;
	background:#00205b url(/shared/assets/img/ttl_cooperation.jpg) left center no-repeat;
	font-style: normal;
	padding-right: .5em;
}
#title-satellites {
	min-height:44px;
	height:auto !important; 
	color: white;
	margin-bottom: 20px;
	margin-top: 20px;
	background:#00205b url(/shared/assets/img/ttl_cooperation.jpg) left center no-repeat;
	font-style: normal;
	padding-right: .5em;
}

#title p,
#title-homepage p,
#title-noimg p,
#title-cooperation p,
#title-climate p,
#title-products p,
#title-data p,
#title-satellites p {
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 0px;
	margin-top: 7px;
	line-height: 30px;
	font-size: 24px;
	padding-bottom: 1px;
	padding-top: 0px;
	padding-left: 10px;
	padding-right: 20px;
	color: white;
	vertical-align: middle;
	font-family: NettoWeb, NettoOTRegular, Arial, sans-serif;
	text-transform: uppercase;
	display: inline-block;
	background-color: #00205b;
	text-align:left;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
	
}