/* Campbell and Slevin - HTML and CSS by Niall McKenna */

body, div, p, ul, ol, li, h1, h2, h3, h4, h5, h6 table, td, tr, textarea, legend, fieldset, select, form{
	margin: 0;
	padding: 0;
	}

	
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:100%;
	line-height:1.125em; /* as advised on http://www.alistapart.com/articles/howtosizetextincss/ */
	color: #2a2a2a;
	background: #6A6F73 url(../images/pg-bkgd.jpg) repeat-x;
	}

p {
	font-size: 0.8em;
	padding-bottom: 10px;
	line-height: 1.3em;
	}

/* Main Build */

#container {
	width: 960px;
	text-align: left;
	margin: 10px auto 10px auto;
	border: 5px solid #CCCCCC;
	background: #FFFFFF;
	}

#banner {
	width: 960px;
	height: 200px;
	border-bottom: solid 2px #939393;
	}

#hideHeader {
	width: 960px;
	height: 200px;
	background: url(../images/header.gif) no-repeat;
	}

#hideHeader span {
	display: none;
	}

#welcome {
	width: 940px;
	height: 30px;
	background: url(../images/welcome.gif) no-repeat;
	float: left;
	clear: left;
	margin-bottom: 5px;
	}

#welcome span {
	display: none;
	}

#aboutUs {
	width: 945px;
	height: 30px;
	background: url(../images/about.gif) no-repeat;
	clear: both;
	margin-bottom: 5px;
	}

#aboutUs span {
	display: none;
	}

#electrical {
	width: 945px;
	height: 30px;
	background: url(../images/electrical_installations.gif) no-repeat;
	clear: both;
	margin-bottom: 5px;
	}

#electrical span {
	display: none;
	}

#prd {
	width: 945px;
	height: 30px;
	background: url(../images/prd.gif) no-repeat;
	clear: both;
	margin-bottom: 5px;
	}

#prd span {
	display: none;
	}

#contact {
	width: 945px;
	height: 30px;
	background: url(../images/contact_us.gif) no-repeat;
	clear: both;
	margin-bottom: 5px;
	}

#contact span {
	display: none;
	}

#links {
	width: 945px;
	height: 30px;
	background: url(../images/links.gif) no-repeat;
	clear: both;
	margin-bottom: 5px;
	}
	
#links span {
	display: none;
	}
	
#coolnagard {
	width: 945px;
	height: 30px;
	background: url(../images/coolnagard-village.gif) no-repeat;
	clear: both;
	margin-bottom: 5px;
	}
	
#coolnagard span {
	display: none;
	}

#lambrook {
	width: 945px;
	height: 30px;
	background: url(../images/lambrook.gif) no-repeat;
	clear: both;
	margin-bottom: 5px;
	}
	
#lambrook span {
	display: none;
	}

#mainContent ul {
	line-height: 30px;
	font-weight: bold;
	list-style-position: inside;
	list-style-type: square;
	margin-left: 15px;
	color: #CC092F;
	font-size: 0.8em;
	padding-bottom: 20px;
}	

#mainContent {
	font-family: Arial, Helvetica, sans-serif;
	width: 940px;
	height: auto;
	float: left;
	padding: 0 10px 10px 10px;
	background-color: #FFFFFF;
	text-align: justify;
	}

#flash {
	margin-bottom: 10px;
	border: 6px solid #CC092F;
	float: right;
	margin-left: 10px;
	z-index: 10;
}

.logos {
	float: right;
	height: auto;
	width: auto;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 10px;
}

.strap {
	float: right;
	height: auto;
	width: auto;
	background: #CC092F;
	padding-top: 6px;
	padding-right: 4px;
	padding-bottom: 6px;
	padding-left: 4px;
}

#mainContent .profileBox {
	float: left;
	width: 945px;
	height: auto;
	margin: 10px 0 10px 0;
	color: #333333;
	font-size: 1.1em;
	line-height: 30px;
}

#mainContent .profileBox img {
	float: right;
	margin-left: 10px;
	border: 6px solid #CC092F;
}

.address {
	font-size: 1.3em;
	color: #333333;
	font-weight: bold;
}

#mainContent .address a:link {
	color: #CC092F;
	text-decoration: none;
}

#mainContent .address a:hover {
	color: #333333;
	text-decoration: none;
}

h1 {
	font : 1.5em  Arial, Helvetica, Tahoma, sans-serif;
	color:#FFFFFF;
}

h2 {
	font : 1.3em  Arial, Helvetica, Tahoma, sans-serif;
	color:#FFFFFF;
}

h3 {
	color:#CC092F;
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	font-size: 1.3em;
	margin-bottom: 5px;
	margin-left: 3px;
	line-height: 1em;
}

h4 {
	color:#6A6F73;
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	font-size: 1.2em;
}

/* footers */

#footer {
	height: 80px;
	width: 960px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background: #2a2a2a;
	margin-top: 5px;
	clear: both;
	border-top: solid 20px #CC092F;
	background: url(../images/footer_bg.png) repeat-x;
	line-height: 0.5em;
	}

#footer a { 
	color:#FFFFFF;
	text-decoration: none;
	}

#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#container #footer p {
	text-align: center;
	line-height: 4.5em;
}

#footer span {
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	color: #FF00FF;
	float: right;
	height: auto;
	width: auto;
	margin-right: 10px;
	line-height: 0.7em;
}

.profileBox a:link, .profileBox a:visited {
	color: #333333;
}

.profileBox a:hover {
	color: #CC092F;
	}

#mainContent a {
	color: #CC092F;
}

.middleImage img {
	float: right;
	height: auto;
	width: auto;
	background-color: #CC092F;
	padding: 6px;
	margin-bottom: 5px;
	margin-left: 10px;
	clear: right;
}

.counter {
	float: right;
}
.special {
	font-weight: bold;
	color: #CC092F;
}
.audio {
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
}
.hideAudio {
	height: 100px;
	width: 100px;
	visibility: hidden;
}
