@charset "UTF-8";

/* Betterhomes Northern Ireland Stylesheet (CSS). 
----------------------------------------------------------------------------------------- */

/* ------------- Mlayout -------------------------------------------------- */

body {
	background-color: #ffffff;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana;	
}



/* ------------- BGlayout -------------------------------------------------- */

.shadowleft {
	background-image: url(../images/shadowleft.jpg);
}
.shadowright{
	background-image: url(../images/shadowright.jpg);
}
.shadowbottom{
	background-image: url(../images/shadowbottom.jpg);
}


/* ------------- Content -------------------------------------------------- */

.content {
	font-size: 11px;
	line-height: 125%;	
	margin-left: 1px;
	color: #666666;
}

.cellpad {
}

a:link {
	color: #80F60E;
}
a:visited {
	color: #80F60E;
}
a:active {
	color: #80F60E;
}
a:hover {
	color: #80F60E;
	text-decoration: underline;	
}

.gallery{
width:858px;
height:215px;
}

h1 {
	font-size: 16px;
	line-height: 125%;	
	margin-left: 1px;
	color: #666666;
	}
	
/* ------------- Lightbox -------------------------------------------------- */

#overlay{ background-image: url(../images/overlay.png); }

* html #overlay{
	background-color: #000;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
}