@charset "UTF-8";

body {
	font-size: 80%;
	font-family: "Lucida Grande", Tahoma, sans-serif;
	line-height: 1.75em;
}

a {
	color: #444e5a;
}

a:active, a:focus {
	outline: none;
}

dt {
	font-weight: bold;
}

h1 a {
	display: block;
	width: 325px;
	height: 150px;
	background-image: url(./img/logo.png);
	background-repeat: no-repeat;
	background-position: 10px 0;
	text-indent: -3000em;
}

h3 { text-align: center; }
h4 { margin-bottom: 0; }
p { margin-top: 0; }

img {
	border: 0;
}

#content dd {
	font-style: italic;
	margin-bottom: 1em;
}

@media screen {

	html, body {
		margin: 0px;
		padding: 0px;
	}
	
	body {
		text-align: center;
		background-image: url(img/bg.png);
		background-repeat: repeat-x;
	}
	
	#main {
		width: 800px;
		margin: 30px auto 30px auto;
		padding: 0 20px 0 20px;
		text-align: left;
	}
	
	.rounded-container {
		background-color: #444e5a;
	}
	
	#header, #contact {
		position: relative;
		background-color: #fff;
		margin-bottom: 40px;
		padding: 10px;
		color: #444e5a;
	}
	
	#contact {
		background-color: #444E5A;
	}
	
	#header a, #contact a {
		color: #444e5a;
		text-decoration: none;
	}
	
	#contact, #contact a {
		color: white;
	}
	
	#header a:hover {
		text-decoration: underline;
	}
	
	#header h1
	{
		margin: 0;
	}
	
	#header h2 {
		position: absolute;
		right: 10px;
		margin: 0;
		text-indent: -3000em;
	}
	
	#header h2#corgi {
		top: 0px;
	}
	
	#header h2#gas-safe {
		bottom: 0px;
	}
	
	#header h2#hvca {
		bottom: 3px;
		right: 179px;
	}
	
	#header h2#ciphe {
		bottom: 0px;
		right: 120px;
	}
	
	#header h2 a {
		display: block;
	}
	
	#header h2#corgi a {
		height: 33px;
		width: 200px;
		background-image: url(img/corgi-header.png);
	}
	
	#header h2#gas-safe a {
		height: 100px;
		width: 100px;
		background-image: url(img/gas-safe.png);
	}
	
	#header h2#hvca a {
		width: 68px;
		height: 26px;
		background-image: url(img/hvca.png);
	}
	
	#header h2#ciphe a {
		width: 49px;
		height: 30px;
		background-image: url(img/ciphe.png);
	}
	
	#contact dl {
		text-align: center;
		margin: 0;
		font-size: 1.1em;
	}
	
	#contact dl dt, #contact dl dd {
		display: inline;
	}
	
	#contact dl dt {
		margin-left: 1em;
	}
	
	#contact dl dd {
		margin-left: 0.1em;
	}
	
	#left-column {
		background-color: #444e5a;
		float:left;
		width: 200px;
		margin-right: 20px;
		margin-bottom: 40px;
		padding: 10px;
	}
	
	#left-column dl {
		width: 200px;
		margin: 0 10px 0 0;
	}
	
	#left-column dt {
		padding: 5px 10px 5px 10px;
		color: white;
	}
	
	#left-column dt.first {
		padding-top: 0;
		margin-top: -3px;
		margin-bottom: 5px;
	}
	
	#left-column dd {
		margin: 0;
		padding: 10px;
		background-color: #eee;
	}
	
	#left-column dd.image {
		text-align: center;
	}
	
	#left-column ul
	{
		padding: 0;
		list-style-type: none;
	}
	
	#left-column li.first {
		margin-top: -5px;
	}
	
	#left-column li ul li {
		padding-left: 15px;
	}
	
	dd#navigation {
		padding: 0;
	}
	
	dd#navigation ul {
		padding: 0;
		margin: 0;
	}
	
	#navigation a, #navigation div {
		display: block;
		width: 190px;
		padding-left: 10px;
		padding-top: 2px;
		padding-bottom: 2px;
		text-decoration: none;
		border-top: white solid 1px;
	}
	
	#navigation li.last a {
		border-bottom: white solid 1px;
	}
	
	#navigation ul li ul li {
		padding: 0;
	}
	
	#navigation ul li ul a {
		width: 175px;
		padding-left: 25px;
	}
	
	#navigation a:hover {
		background-color: #ffbbbb;
		color: white;
	}
	
	#navigation-list ul li ul { display: none; }
	
	.homeSection #navigation a#home,
	.servicesSection #services-link,
	.apprenticesSection #navigation a#apprentices,
	.work-notificationSection #navigation a#work-notification,
	.technologySection #technology-link,
	.rates-and-costsSection #rates-and-costs,
	.electricsSection #electrics,
	.parkingSection #parking,
	.linksSection #links {
		font-weight: bold;
		color: white;
		background-color: #ff6666;
	}
	
	.boiler-repairSection #navigation a#boiler-repair,
	.boiler-replacementSection #navigation a#boiler-replacement,
	.plumbingSection #navigation a#plumbing,
	.heatingSection #navigation a#heating,
	.gasSection #navigation a#gas-services,
	.gas-safety-certificatesSection #navigation a#gas-safety-certificates,
	.power-flushingSection #navigation a#power-flushing,
	.fernoxSection #navigation a#fernox,
	.vaillantSection #navigation a#vaillant,
	.unvented-systemsSection #navigation a#unvented-systems,
	.magna-cleanSection #navigation a#magna-clean,
	.boiler-efficiencySection #navigation a#boiler-efficiency {
		font-weight: bold;
		color: white;
		background-color: #ff9999;
	}
	
	#right-column {
		float:left;
		width: 580px;
		margin-bottom: 30px;
		background-color: #444e5a;
	}
	
	#right-column h2 {
		line-height: 1em;
		color: white;
		font-size: 1.2em;
		font-weight: bold;
		margin-top: 0;
		margin-bottom: 0;
		padding: 0 10px 10px 10px;
		width: 560px;
		height: 15px;
	}
	
	#content {
		padding: 10px;
		background-color: white;
	}
	
	.first {
		margin-top: 0;
	}
	
	#footer {
		clear: both;
		background-color: #444e5a;
		padding: 10px;
		color: white;
		font-size: 0.8em;
		position: relative;
	}
	
	#footer p {
		margin: 0 0 0 10px;
	}
	
	#footer a {
		color: white;
	}
	
	#top-link {
		position: absolute;
		right: 10px;
		top: 0px;
	}
	
	.image-container {
		text-align: center;
	}
}