﻿* { margin: 0; padding: 0; }
hr { display: none; }

body
{
	font-family: "Lucida Grande", "Tahoma", "Helvetica", "Arial", sans-serif;
	text-align: left;
	font-size: 62.5%;
	background: url('../images/bg-landing-body.png') repeat-x top;
}

#Container
{
	position: relative;
	width: 700px;
	margin: 30px auto 0 auto;
	background: #FFFFFF url('../images/bg-landing-container.png') no-repeat center top;
	text-align: left;
}


/* Header
--------------------------------------------------------------------------------------- */

#Header
{
	float: left;
	display: inline;
	width: 700px;
}

#Header h1
{
	float: right;
	display: inline;
	margin: 0 20px 0 0;
}

#Header .AboutText
{
	float: left;
	display: inline;
	width: 450px;
	margin: 0 0 0 15px;
}

#Header .AboutText h3
{
	font-size: 1.4em;
	color: #FBAE23;
}

#Header .AboutText p
{
	font-size: 1.1em;
	color: #272727;
}


/* Navigation ---------------------------- */

#Navigation
{
	float: left;
	display: inline;
	width: 700px;
	margin: 19px 0 0 0;
	list-style: none;
}

#Navigation li
{
	float: left;
	display: inline;
	width: 166px;
	margin: 0 0 3px 3px;
}

#Navigation li a
{
	float: left;
	width: 166px;	
	text-indent: -9000px;
	overflow: hidden;
}

#Navigation li#InstaCoustic, 
#Navigation li#InstaCoustic a
{
	height: 46px;
	background: url('../images/nav/instacoustic-off.png') no-repeat top left;
}

#Navigation li#InstaGen, 
#Navigation li#InstaGen a
{
	height: 47px;
	background: url('../images/nav/instagen-off.png') no-repeat top left;
}

#Navigation li#InstaFibre, 
#Navigation li#InstaFibre a
{
	height: 46px;
	background: url('../images/nav/instafibre-off.png') no-repeat top left;
}

#Navigation li#InstaRoofing, 
#Navigation li#InstaRoofing a
{
	height: 52px;
	background: url('../images/nav/instaroofing-off.png') no-repeat top left;
}

#Navigation li#InstaCoustic a:hover { background: url('../images/nav/instacoustic-on.png') no-repeat top left; }
#Navigation li#InstaGen a:hover { background: url('../images/nav/instagen-on.png') no-repeat top left; }
#Navigation li#InstaFibre a:hover { background: url('../images/nav/instafibre-on.png') no-repeat top left; }
#Navigation li#InstaRoofing a:hover { background: url('../images/nav/instaroofing-on.png') no-repeat top left; }

#Navigation li#EnergyEfficiency
{
	float: right;
	display: inline;
	width: 510px;
	margin: 0;
	padding: 0 3px 0 0;
}

#Navigation li#EnergyEfficiency a
{
	width: 510px;
	text-indent: 0;
}

#Navigation li#EnergyEfficiency a img
{
	border: none;
}


/* Promo
--------------------------------------------------------------------------------------- */

#Promo
{
    padding: 50px 0 0 0;
    clear: left;
    font-size: 1.6em;
    font-weight: bold;
    text-align: center;
}

#Promo a
{
    color: #FBAE23;
}


/* Footer
--------------------------------------------------------------------------------------- */

#Footer
{
	float: left;
	display: inline;
	width: 700px;
	text-align: center;
}

#Footer ul
{
	margin: 45px 0 0 0;
	list-style: none;
}

#Footer ul li
{
	display: inline;
}

#Footer ul li a
{
	display: inline-block;
	padding: 8px;
	font-size: 1.1em;
	color: #363636;
	text-decoration: none;
}

#Footer ul li a:hover
{
	background: url('../images/bg-grouplink.png') repeat-x top;
	color: #FFFFFF;
}

#Footer #Copyright
{
	margin: 20px 0 0 0;
	padding: 10px 0 0 0;
	background: url('../images/bg-copyright.png') no-repeat center top;
	font-size: 1em;
	color: #A8A8A8;
}

#Clear
{
	clear: both;
}
