#top h1 { 
	background : #fff url(http://www.miniworld.co.uk/images/index/logo.jpg) no-repeat right top ;
	height : 137px ; 
}

#top h1 a { 
	background : url(http://www.miniworld.co.uk/images/homepage/car.jpg) no-repeat left top ; 
	height : 137px ; 
	width : 407px ; 
}

#top {
	background-color: #C0E7F6;
	height : 137px ; 
	padding: 6px;
}

#branding {
	background-color: #fff;

}

#footer { 
	background : #C0E7F6 ; 
	border-top : 10px solid #C0E7F6 ; 
}


div.pageInfo {
	background-color:#C0E7F6;
	color:#000;
}

div.searchIntroTile { 
	background-color: #fffee6 !important;
}

div.searchIntroTileExtra {
	background-color: #f9fdff !important;
}

body {
	background-color: #fff;
	text-align: center;
	margin:0;
	padding:0;
	color: #666;
	font-size: .74em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#content .searchText, #content .pageInfo p
{
color : #000 !important;
}

.pageInfo *, #footer *
{
font-size: 1.1em;
color: #000;
}

#footer .nl li a:link, #footer li a:visited, #footer li a:hover, #footer li a:active
{
color: #000; display : block;
padding : .4em .9em;
}

#footer p
{
color: #000;
font-size: 1.1em;
}


/***** unique branding elements *****/

#banner {
	float: right;
	margin-top: 25px;
}
}

#branding {
	width: 100%;
	background-color: #fff;
	
}

#logo {
	float: left;
}

/* HORIZONTAL LIST */

div#navcontainer
{
background-color: #C0E7F6;
border: solid 1px #000;

}

div#navcontainer ul
{
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #fff;
text-align: center;
margin: 0;
padding-bottom: 3px;
padding-top: 3px;
text-transform:uppercase;
font-size: 11px;
font-weight:bold;
}

div#navcontainer ul li
{
display: inline;
margin-left: 10px;


}

div#navcontainer ul li a
{
background-color: #505AEC;
padding: 3px 10px 3px 10px;
color: #fff;
text-decoration: none;
border-right: 1px solid #000;
border-left: 1px solid #000;
}

div#navcontainer ul li a:hover
{
background-color: #C0E7F6;
color: #000;
}


/*************** clearfix class goes on a container to save the need to put an empty clearing div in html ***************/	
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {
	display: inline-table;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.pageInfo {
width: 480px;
margin-top: 4px;
margin-bottom: 4px;
}