
/**** MASTHEAD ****/

#mastHead {
	border-width: 10px 0px 5px;
	border-top-color: #FEE763;
	border-bottom-color: #061d49;
	border-style:solid;
	position:relative;
	height: 120px;
	background-color:#FFF;
	width: 979px;
}

* html #mastHead {
	border-width: 10px 0px 5px;
	border-top-color: #FEE763;
	border-bottom-color: #061d49;
	border-style:solid;
	position:relative;
	height: 10px;
	background-color:#FFF;
	width: 979px;	
}

.savillsLogo {
	margin:20px 45px 0px 22px;
	float:left;
}

.savillsLogo img {
	border: 0;
}


.telNumber 
{
	position:absolute;
	right: 25px;
	bottom: 12px;
}

* html .telNumber 
{
	position:absolute;
	right: 65px;
	top:71px;
	
}


/**** END MASTHEAD ****/

/* MAIN MENU */

.mainNavigation {
	position:absolute;
	bottom: -0px;
	background-color:#FFF;
	z-index: 1;
	height: 40px;
	left: 150px;
}

* html .mainNavigation {
	position:relative;
	background-color:#FFF;
	z-index: 1;
	height: 0px;
	left: 150px;
	top:-45px;
	width:600px;
	
	
}

* html .mainNavigation ul {
	height: 21px;
	margin:0px 10px 0px 10px;
	
}


* html .mainNavigation ul li{
	list-style:none;
	float:left;
	width: 100px;
	height: 40px;
	padding-bottom:-120px;
	margin-bottom:-120px;
}

.mainNavigation ul {
	height: 21px;
	margin-left: 0;
}

.mainNavigation ul li{
	list-style:none;
	float:left;
	width: 70px;
	border-left: #daddde solid 1px;
	padding:0 15px 0 10px;
	height: 40px;
  	position: relative;
	font-family:Helvetica Neue LT 45, Arial;
	font-size:12px;
	position:relative;
	background-image: none;
}

.mainNavigation ul li a{
	position:absolute;
	bottom: 10px;	
	width: 70px;
	color: #485548;
	text-decoration: none;
	font-family:Helvetica Neue LT 45, Arial;
	font-size:12px;
}

.mainNavigation ul li a:hover {
	color: #ED1C24;
	text-decoration: none;
	font-family:Helvetica Neue LT 45, Arial;
	font-size:12px;
}



.leftNav 
{
	padding-top: 0px
}


#prpsrchLI 
{
	width: 100px;
}

#prpsrchA 
{
	width: 100px;
}

* html #prpsrchLI 
{
	width: 120px;
}

* html #prpsrchA 
{
	width: 100px;
}
 /* END MAIN MENU */
 
 
 
 /* BREADCRUMB */
 
 .breadcrumb {
	margin: 0px auto 0px;
	width: 979px;
	background-color: #061d49;
	color: #daddde;
	font-size: 10px;
	height:20px;
	border-bottom: 0px solid  #f3f0e7;
	line-height: 16px;
}

 .breadcrumb a{
	text-decoration: none;
	color: #fff;
	font-size: 10px;
}

* html .breadcrumb a{
	text-decoration: none;
	color: #fff;
	font-size: 10px;
}


#bcHome {
	margin: 0 10px 0 22px;
}

.bcArrow {
	margin: 0 10px;
}

 /* END BREADCRUMB */