* {
	margin: 0;
	padding: 0;
	font-family: arial, helvetica, sans-serif;
}

body {
	height: 100.1%;
	text-align: center;
	background: white;
	color: #303030;
}


/* =============================================================================================== */


#Header {
	height: 112px;
	margin: 16px 0 1px;
}

#Header div.Inner {
	width: 770px;
	height: 111px;
	background: url(../images/HeaderBack.jpg) 0 0 no-repeat;
	text-align: left;
	margin: 0 auto;
	padding: 0 0 1px;
	overflow: hidden;
	border-bottom: 1px solid #999999;
}

#Header div.Inner h1 {
	float: left;
	width: 420px;
	height: 111px;
	background: url(../images/HeaderLogoWhole.gif) 25px 16px no-repeat;
}

#Header div.Inner h1 a {
	display: block;
	height: 100%;
	width: 100%;
	text-indent: -9999px;
}

#Header div.Inner ul {
	font-size: 13px;
	list-style-type: none;
	padding: 64px 0 0;
}

#Header div.Inner ul li a, #Header div.Inner ul li a:visited {
	color: #606060;
	display: block;
	text-decoration: none;
	padding: 2px 16px;
}

#Header div.Inner ul li a span, #Header div.Inner ul li a:visited span {
	display: none;
}

#Header div.Inner ul li a:hover, #Header div.Inner ul li a:visited:hover {
	color: #303030;
	text-decoration: underline;
}

#Header div.Inner ul li a:hover span, #Header div.Inner ul li a:visited:hover span {
	display: inline;
}


/* =============================================================================================== */


#Navigation {	
	height: 142px;
	background: url(../images/HeaderShadow.jpg) 50% 100% no-repeat;
}

#Navigation div.Inner {
	width: 770px;
	height: 140px;
	margin: 8px 0;
	background: url(../images/NavigationBack.jpg) 0 1px repeat-x;
	text-align: left;
	margin: 0 auto;
	overflow: hidden;

}

#Navigation div.Inner {
	list-style-type: none;
}

#Navigation div.Inner {
	display: inline;
}

#Navigation div.Inner a, #Navigation div.Inner li a:visited {
	display: block;
	float: left;
	width: 126px;
	margin: 0 1px;
	padding: 117px 0 6px;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	color: white;
	text-decoration: none;
}

#Navigation div.Inner a:hover, #Navigation div.Inner a:visited:hover {
	text-decoration: underline;
}


#Navigation div.Inner li a.home, #Navigation div.Inner li a:visited.home {
	/*background:  url(../images/menu/home.jpg) 18px 10px no-repeat;*/
	background:  url(../images/menu/placeholder.jpg) 18px 10px no-repeat;
}

#Navigation div.Inner li a.about, #Navigation div.Inner li a:visited.about {
	/*background:  url(../images/menu/about-us.jpg) 18px 10px no-repeat;*/
	background:  url(../images/menu/placeholder.jpg) 18px 10px no-repeat;
}

#Navigation div.Inner li a.property, #Navigation div.Inner li a:visited.property {
	/*background:  url(../images/menu/new-property.jpg) 18px 10px no-repeat;*/
	background:  url(../images/menu/placeholder.jpg) 18px 10px no-repeat;
}


#Navigation div.Inner li a.refurbishment, #Navigation div.Inner li a:visited.refurbishment {
	/*background:  url(../images/menu/refurbishment.jpg) 18px 10px no-repeat;*/
	background:  url(../images/menu/placeholder.jpg) 18px 10px no-repeat;
}


#Navigation div.Inner li a.clients, #Navigation div.Inner li a:visited.clients {
	/*background:  url(../images/menu/our-clients.jpg) 18px 10px no-repeat;*/
	background:  url(../images/menu/placeholder.jpg) 18px 10px no-repeat;
}

#Navigation div.Inner li a.quotations, #Navigation div.Inner li a:visited.quotations {
	/*background:  url(../images/menu/free-quotation.jpg) 18px 10px no-repeat;*/
	background:  url(../images/menu/placeholder.jpg) 18px 10px no-repeat;
}

/* =============================================================================================== */

#Content {
	background: url(../images/WrapperShadow.jpg) 50% 0 repeat-y;
}

#Content div.Inner {
	width: 770px;
	height: 100%;
	margin: 1px 0;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	text-align: left;
	overflow: hidden;
	margin: 0 auto;
	padding: 0 0 16px;
}

#Content #breadcrumbs {
	text-align: right;
	font-size: 11px;
	padding: 8px 16px;
}

#Content #breadcrumbs a, #Content #breadcrumbs a:visited {
	color: #606060;
	text-decoration: none;
	border-bottom: 1px dotted #c0c0c0;
}

#Content #breadcrumbs a:hover, #Content #breadcrumbs a:visited:hover {
	color: #303030;
	border-bottom: 1px solid #303030;
}


#Content ul {
	list-style-type: disc;
	margin: 12px 40px;
	font-size: 12px;
}

#Content ul li {
	margin: 6px 0;
}

#Content ul.definitions li {
	margin: 24px 0;
}

#Content h1 {
	font-size: 22px;
	margin: 8px 16px 16px;
}

#Content h2 {
	font-size: 16px;
	margin: 16px 16px 8px;
}

#Content p {
	font-size: 12px;
	margin: 8px 16px;
}

#Content address {
	font-size: 12px;
	margin: 8px 16px;
	font-style: normal;
}

#Content a, #Content a:visited {
	color: #808080;
	text-decoration: underline;
}

#Content a:hover, #Content a:visited:hover {
	color: #303030;
}


#Content #Left {
	float: left;
	width: 420px;
	overflow: hidden;
}


#Content #ClientLogos  {
	list-style-type: none;
	margin: 16px;
}

#Content #ClientLogos li {
	overflow: hidden;
	margin: 12px 0;
	line-height: 30px;
}

#Content #ClientLogos li img {
	float: left;
	margin: 0 32px 0 0;
}

#Content #ClientLogos a, #Content #ClientLogos a:visited {
	float: left;
	display: block;
	text-decoration: none;
}

#Content #ClientLogos a, #Content #ClientLogos a:visited {
	text-decoration: underline;
}

#Content #Right {
	width: 350px;
	float: right;
	overflow: hidden;
	padding: 0;
}

#Right object, #Right embed  {
	margin: 0;
	padding: 0;
}

/* =============================================================================================== */

#Footer {
	background: url(../images/WrapperShadow.jpg) 50% 0 repeat-y;
}

#Footer div.Inner {
	background: url(../images/FooterBack.jpg) 0 0 repeat-x;
	width: 770px;
	height: 74px;
	margin: 1px 0;
	text-align: left;
	overflow: hidden;
	margin: 0 auto;
}

#Footer ul {
	list-style-type: none;
	padding: 0 14px;
}

#Footer ul li {
	display: inline;
}

#Footer ul li a, #Footer ul li a:visited {
	display: block;
	float: left;
	color: white;
	text-decoration: none;
	padding: 8px 12px;
	font-size: 12px;
} 

#Footer ul li a:hover, #Footer ul li a:visited:hover {
	text-decoration: underline;
}.Nav {  font-family: Arial, Helvetica, sans-serif; font-size: 13px; font-weight: bold; color: #FFFFFF; text-decoration: none}
