@charset "utf-8";


/*
**********************************************
home.css

1: Basics
2: legacy COLOUR styles
3: The Shell
4: Search
5: Primary Nav
6: Left column
7: Right column
8: Content area
9: Footer
10:Country selector
11:Homepage specific
**********************************************
*/



/* *********************-********************* */

/* =1: Basics */

/* *********************-********************* */

#container .column {
	float: none;
}

#container {
	padding: 4px 0 0 0;
	position: relative; /* Fix for v.long page in IE7 */
}

#home {
	padding: 0 0 10px 0; 
	margin: 0;
	width: 980px;
	font-size: 0.95em;
	line-height: 140%;
}
#home ul {
	margin-left: 0;
}
#home ul li {
	margin: 0 0 5px 0;
	padding-left: 10px; 
}
#home ul li ul {
	margin-top: 5px;
}



#homeleft {
	float: left;
	width: 596px; /* Image is 576 + 20 gutter */
}
	
#homeright {
	float: left;
	width: 384px;
}
#homeright p {
	font-size: 1em;
}

.homefeature,
.hometile {
	border-top: 1px solid #CCCCCC;
	padding: 15px 10px 10px 10px;
	color: #000000;
}
.homefeature ul {
	margin-top: 0;
}

#homewide {
	margin-top: 10px;
}
.homefeaturewide1,
.homefeaturewide2,
.homefeaturewide3 {
	padding: 15px 10px 10px 10px;
	min-height: 86px;
	color: #000000;
	width: 309px;
	float: left;
}
.homefeaturewide1 {
	padding-left: 0;
}
.homefeaturewide2 {
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}	






.homefeature h2,
.homefeaturewide1 h2,
.homefeaturewide2 h2,
.homefeaturewide3 h2 {
	font-size: 1.4em;
	margin: 0 0 10px 0;
	color: #000000;
	line-height: 1.3em;
}
#home .homefeature h2 a:link,
#home .homefeaturewide1 h2 a:link,
#home .homefeaturewide2 h2 a:link,
#home .homefeaturewide3 h2 a:link {
	display: block;
	color: #000000;
}


.hometile {
	margin-top: 15px;
	color: #FFFFFF;
}
.hometile h2 {
	font-size: 1.4em;
	margin: 0 0 10px 0;
	color: #FFFFFF;
	line-height: 1.3em;
}
.hometile p {
	margin: 0.85em 0 0 0;
}









#home .hometile a:link,
#home .hometile a:visited,
#home .hometile a:hover { 
	color: #FFFFFF;
	padding-right: 10px;
	background-image: url(/common/img/hometile_arrow.gif);
	background-repeat: no-repeat;
	background-position: 100% 50%;
}

*:first-child+html #home .hometile a:link,
*:first-child+html #home .hometile a:visited,
*:first-child+html #home .hometile a:hover {	
	padding-left: 10px;
	background-image: url(/common/img/hometile_arrow-ie.gif);
	background-position: 0% 0%;
}	
* html #home .hometile a:link,
* html #home .hometile a:visited,
* html #home .hometile a:hover { 
	padding-left: 10px;
	background-image: url(/common/img/hometile_arrow-ie.gif);
	background-position: 0% 0%;
}

#home .hometile h2 a:link,
#home .hometile h2 a:visited,
#home .hometile h2 a:hover { 
	padding-right: 0;
	padding-left: 0;
	background-image: none;
}
*:first-child+html #home .hometile h2 a:link,
*:first-child+html #home .hometile h2 a:visited,
*:first-child+html #home .hometile h2 a:hover {	
	padding-right: 0;
	padding-left: 0;
	background-image: none;
}	
* html #home .hometile h2 a:link,
* html #home .hometile h2 a:visited,
* html #home .hometile h2 a:hover { 
	padding-right: 0;
	padding-left: 0;
	background-image: none;
}


#home .hometile a:hover {
	text-decoration: underline;
	background-color: none;
}	

#homeld {
	margin-top: 10px;
	line-height: 60px;
	padding: 0 10px;
	border: 1px solid #CCCCCC;
	font-size: 1.5em;
}

#ldleft {
	float: left;
}
#ldright {
	float: right;
	display: inline;
}
#ldright img {
	margin-bottom: -17px;
	margin-left: 5px;
	position: relative;
	z-index: +1;
}
* html #ldright img { margin-top: 5px; }
*:first-child+html #ldright { margin-top: -8px; }
*:first-child+html #ldright img { margin-bottom: -19px; }

.homecontacts {
	width: 100%;
}
.homecontacts td {
	padding-bottom: 0;
	width: 50%;
	font-size: 0.95em;
	vertical-align: top;
}