/* CSS Document */
/* common */
body{
	margin: 0px;
	background:url(/_images/header-page.gif) #d2d2d2 repeat-x 0px 100px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}
ul{
	padding: 0px;
	margin: 0px;
	list-style:none;
}
p{
	_height: 1%;
	margin: 10px 0px 0px 0px;
}
a{
	color: #4f2991;
}
#leftColumn a{
	color: #e2d5f9;
}
img{
	behavior: url("/_scripts/pngbehavior.htc");
	border: none;
}
.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 */

#wrapper{
	background:url(../_images/content-bkd.gif) transparent repeat-y;
	width:700px;
	padding: 0px 70px 0px 60px;
	margin:100px auto 0px auto;
	overflow: auto;
}

/* header */

#header{
	position: absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100px;
	background:url(/_images/header-bkd.gif) transparent repeat-x;
}
#header #inner{
	position: relative;
	width:830px;
	height:100px;
	margin:0px auto;
}
#header #inner #logo{
	position:absolute;
	left:62px;
	top:22px;
}

#header #inner #banner_fade {
	position:absolute;
	left:272px;
	top:0px;
}

#header #menu{
	position:absolute;
	left:303px;
	top:70px;
}
#header #menu li{
	float:left;
}
#header #menu li a{
	float:left;
	display:block;
	height:34px;
	text-indent:-9999px;
}
#header #menu li.l1 a{
	background:url(/_images/menu-1.gif) transparent no-repeat 0px 0px;
	width:167px;
}
#header #menu li.l2 a{
	background:url(/_images/menu-2.gif) transparent no-repeat 0px 0px;
	width:93px;
}
#header #menu li.l3 a{
	background:url(/_images/menu-3.gif) transparent no-repeat 0px 0px;
	width:114px;
}
#header #menu li.l4 a{
	background:url(/_images/menu-4.gif) transparent no-repeat 0px 0px;
	width:114px;
}
#header #menu li a:hover{
	background-position:0px -34px;
}
#header #headerTrim{
	margin:0px auto;
	height:15px;
	width:830px;
	background:url(/_images/header-content.gif) transparent repeat-x;
}

/* content area */

#content{
	width:458px;
	float: right;
	padding-left: 13px;
	padding-top:22px;
}
#content div.hr{
	height:1px;
	border-top: 1px solid #d2d2d2;
	clear: both;
}
#content #footer{
	padding-top:12px;
	font-size:11px;
	color: #d2d2d2;
	clear:both;
	margin-bottom: 20px;
}

/* leftColumn */

#leftColumn{
	float: left;
	padding-top:23px;
	width:218px;
	padding-bottom: 20px;
	overflow:hidden;
}
#leftColumn img{
	float:left;
	margin-bottom:20px;
}
#leftColumn div{
	padding:0px 13px 13px 13px;
	background:#000000;
	color:#d2d2d2;
	font-size:12px;
	line-height: 14px;
	clear: left;
}
#leftColumn div img{
	margin-bottom:13px;
}
#leftColumn h3{
	display:block;
	text-indent:-9999px;
	width:218px;
	height:30px;
	margin:0px;
	margin-bottom: 13px;
	margin-left:-13px;
}
#leftColumn h3.location{
	background:url(/_images/title-location.gif) transparent no-repeat;
}
#leftColumn h3.hours{
	background:url(/_images/title-hours.gif) transparent no-repeat;
}
#leftColumn h3.contact{
	background:url(/_images/title-contact.gif) transparent no-repeat;
}
#leftColumn h3.neighbours{
	background:url(/_images/title-neighbours.gif) transparent no-repeat;
}
#leftColumn #neighbours, #leftColumn #neighbours a{
	color:#d2d2d2;
	text-decoration: none;
}
#leftColumn p{
	margin:0px;
	padding-bottom:11px;
	clear:left;
}
#leftColumn strong{
	color:#b9120a;
}



/* IE Additions */
#wrapper{
	_padding-top:100px;
}
#content{
	_padding-top:42px;
}
*:first-child+html #wrapper{
	padding-top:100px;
}
*:first-child+html #content{
	padding-top:42px;
}
*:first-child+html  #leftColumn img{
	margin-bottom:0px;
}
