html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	background: #FFFFFF;
	color: black;
	font-size: 62.5%;
	line-height: 1.1;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* end of reset */

/* typography */

h1 {
	font-size: 1.4em;
	font-weight: bold;
	margin-top: 11px;
}

h2 {
	font-size: 1.4em;
	font-weight: bold;
	margin-bottom: 10px;
}


h3 {
	line-height: 1.3;
	font-size: 1.8em;
	font-weight: bold;
}

h4 {
	/*border: 1px solid black;*/
	color: white;
	font-size: 2.2em;
	font-weight: normal;
}

#contactbox p {
	/*border: 1px solid black;*/
	color: #806292;
	float: left;
	font-size: 1.6em;
	font-weight: bold;
}

#whitesq p {
	font-size: 1.1em;
	line-height: 1.2;
}

.bold {
	font-weight: bold;
}

#rightcol p {
	font-size: 1.2em;
	line-height: 1.3;
	margin-bottom: 12px;
}

/* end typography */

/* links */

#contactbox .conbox .enq-email {
	/*border: 1px solid black;*/
	font-size: 1.2em;
	margin-top: 7px;
}

#contactbox .conbox .enq-email a {
	color: #806292;
}

#contactbox .conbox .enq-email a:hover {
	color: #cbcaca;
}

a {
	color: #806292;
}
	
a:hover {
	color: #cbcaca;
}	

#fwf h3 a, #bens h3 a, #testimonials h3 a {
	color: white;
	font-family: Arial Narrow, Helvetica, sans-serif;
}

#fwf h3 a:hover, #bens h3 a:hover, #testimonials h3 a:hover {
	text-decoration: none;
}

.pfbut a {
	color: #ffffff;
	font-size: 1.1em;
	text-decoration: none;
}

.pfbut a:hover {
	color: yellow;
	font-size: 1.1em;
}



#podfourfirst h4 a, .podsfour h4 a {
	color: white;
	float: left;
	text-decoration: underline;
}

#podfourfirst h4 a:hover, .podsfour h4 a:hover {
	color: white;
		text-decoration: none;
}

#footfensa {
	display: block;
  width: 109px;
  height: 42px;
  background: url(../Images/FENSA-logo_Large.gif);
float: left; margin-right: 10px;
}

#footfensa:hover
{ 
  background-image: url(../Images/fensa-roll.jpg);
}

#footfensa span
{
  display: none;
}


#labcfoot {
   float: left;
  width: 55px;
  height: 41px;
  background: url(../Images/labc-grey.jpg);
}

#labcfoot:hover
{ 
  background-image: url(../Images/labc-roll.jpg);
}

#labcfoot span
{
  display: none;
}


#estfoot {
   float: left;
  width: 114px;
  height: 42px;
  background: url(../Images/est-logo.jpg);
}

#estfoot:hover
{ 
  background-image: url(../Images/energy-roll.jpg);
}

#estfoot span
{
  display: none;
}


#bfrcfoot {
   float: left;
  width: 46px;
  height: 39px;
  background: url(../Images/bfrc.jpg);
}

#bfrcfoot:hover
{ 
  background-image: url(../Images/bfrc-roll.jpg);
}

#bfrcfoot span
{
  display: none;
}


#ggf {
   float: left;
  width: 65px;
  height: 40px;
  background: url(../Images/ggf.jpg);
}

#ggf:hover
{ 
  background-image: url(../Images/ggf-roll.jpg);
}

#ggf span
{
  display: none;
}


/* end links */

/* menus */

#menu {
	background-image: url(../Images/menubg.jpg);
	height: 37px;
	width: 940px;
}

.nav {
	text-align: center;
}

.nav li {
	display: inline;
}
	
.nav li a {
	background-color: #806292;
	background-image: url(../Images/menubg.jpg);
	border-right: 2px solid #8d7a98;
	color: white;
	float: left;
	font-size: 1.1em;
	height: 13px;
	padding: 1.1em 8px;
	text-decoration: none;
}

.nav li a:hover {
	background-image: url(../Images/menuroll.jpg);
	color: #000;
}
	
.nav li#nlast a {
	border-right: none;
	padding-right: 12px;
}

.nav li.selected a {
	background-image: url(../Images/menuroll.jpg);
	color: #fff;
}


#installer-menu{
	background-color: #000;
	height: 29px;
	width: 940px;
}

.installer-nav {
	text-align: center;
	float: right;
}

.installer-nav li {
	display: inline;
}
	
.installer-nav li a {
	border-right: 1px solid #fff;
	color: white;
	float: left;
	font-size: 12px;
	padding: 8px 6px;
	text-decoration: none;
}

.installer-nav li a:hover {
	background-color:#999;
	color: #FFf;
}
	
.installer-nav li#imlast a {
	border-right: none;
	padding-right: 10px;
}

.installer-nav li.selected a {
	background-color:#806292;
	color: #fff;
}



/*#footnav {
	border: 1px solid black;
	height: 20px;
	
	width: 940px;
}

.foot-menu li {
	display: inline;
}

.foot-menu li a {
	color: white;
	font-size: 12px;
	padding: 0 6px;
	text-decoration: none;
}

.foot-menu li a:hover {
	color: black;
	text-decoration: underline;
}

.foot-menu .selected a {
	color: black;
	text-decoration: underline;
}

#footnav .foot-menu #first a {
	/*border: 1px solid black;
	padding-left: 0px;
	padding-right: 5px;
}

#footnav .foot-menu #last a {
	/*border: 1px solid black;
	padding-left: 5px;
	padding-right: 0px;
}

#footcon {
	/*border: 1px solid black;
	color: white;
	height: 40px;
	padding-top: 15px;
	width: 940px;
}

#footcon p {
	font-size: 1.2em;
}

#fcleft {
	/*border: 1px solid black;
	float: left;
	height: 40px;
	width: 600px;
}

#fcright {
	/*border: 1px solid black;
	float: left;
	height: 40px;
	text-align: right;
	width: 335px;
}
*/
#smnav {
	float: right;
	padding-right: 6px;
}
	
	
.smallnav li {
	border-right: 1px solid white;
	display: inline;
	float: right;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 1.2em;
}

.smallnav li a {
	color: black;
	font-size: 1.2em;
	text-decoration: none;
}

.smallnav li a:hover {
	color: gray;
}


#smnav .smnavlast {
	border: none;
	display: inline;
	float: left;
	margin-top: 15px;
	padding-left: 10px;
	padding-right: 0px;
}
/* end of menus */

/* layout */

#maincontainer {
	background-color: #FFF;
	margin: 0px auto;
	padding: 0px 20px;
	width: 940px;
}

#top {
	/*border: 1px solid black;*/
	height: 120px;
	width: 940px;
}

#logoandstrap {
	/*border: 1px solid black;*/
	float: left;
	/*height: 98px;*/
	padding-top: 20px;
	/*width: 776px;*/
	width:600px;
}

#social {
	/*border: 1px solid red;*/
	float: left;
	/*height: 98px;*/
	padding-top: 20px;
	/*width: 776px;*/
	width:176px;
}

#contactbox {
	/*border: 1px solid black;*/
	float: left;
	height: 98px;
	padding-top: 20px;
	width: 162px;
}

.conboxtop {
	/*border: 1px solid black;*/
	height: 30px;
	padding-bottom: 3px;
	width: 170px;
}

.conbox {
	/*border: 1px solid black;*/
	height: 30px;
	padding-bottom: 1px;
	width: 170px;
}


.phone {
	/*border: 1px solid black;*/
	float: left;
	margin-right: 6px;
}

.fax {
	font-size: 0.73em;
}

.email {
	/*border: 1px solid black;*/
	float: left;
	margin: 4px 6px 0 3px;
}

.member-arrow {
	float: left;
	margin: 2px 6px 0 3px;
}

#picandpods {
	background-image: url(../Images/indeximg.jpg);
	height: 493px;
	margin-top: 20px;
	padding-top: 20px;
	width: 940px;
}

#twocol {
	/*border: 1px solid black;*/
	/*height: 300px;*/
	width: 940px;
}

#leftcol {
	/*border: 1px solid black;*/
	float: left;
	padding-top: 20px;
	width: 340px;
}

#rightcol {
	/*border: 1px solid black;*/
	float: left;
	padding-top: 30px;
	width: 590px;
}

#whitesq {
	/*border: 1px solid black;*/
	height: 310px;
	margin-left: 20px;
	padding: 10px 15px 0px 20px;
	width: 320px;
}

#threepods {
	/*border: 1px solid black;*/
	height: 180px;
	margin-top: 25px;
	width: 940px;
}

#fwf {
	background-image: url(../Images/find-window-fitter.jpg);
	float: left;
	height: 117px;
	padding: 30px 0px 0px 20px;
	width: 280px;
}

#bens {
	background-image: url(../Images/benefits-to-customers.jpg);
	float: left;
	height: 117px;
	padding: 30px 0px 0px 40px;
	width: 300px;
}

#testimonials {
	background-image: url(../Images/testimonials.jpg);
	float: left;
	height: 117px;
	padding: 30px 0px 0px 20px;
	width: 280px;
}


#leftcol #fwf {
	background-image: url(../Images/find-window-fitter.jpg);
	float: left;
	height: 117px;
	padding: 30px 0px 0px 20px;
	width: 280px;
}

#leftcol #testimonials {
	background-image: url(../Images/testimonials.jpg);
	float: left;
	height: 117px;
	padding: 30px 0px 0px 20px;
	width: 280px;
}

.leftimg {
	margin-bottom: 30px;
}


#fourpods {
	/*border: 1px solid black;*/
	clear: both;
	height: 230px;
	padding-top: 40px;
	padding-bottom: 20px;
	width: 940px;
}

#podfourfirst {
	background-image: url(../Images/podfourfirst.jpg);
	float: left;
	height: 230px;
	width: 220px;
}

#podfourfirst h4 {
	padding-left: 35px;
	padding-top: 17px;
}

.podsfour h4 {
	padding-left: 55px;
	padding-top: 17px;
}

.podsfour {
	background-image: url(../Images/podsfour.jpg);
	float: left;
	height: 230px;
	width: 240px;
}

#foot-top {
	border-top: 1px solid black;
	background-color: white;
	height: 3px;
	margin: 0px auto;
	width: 980px;
}

.confirm-pay-text {
	font-weight: bold;
	float: left;
	margin-left: 10px;
	margin-top: 7px;
}

#footer {
	background-color: #c0c0c0;
	
	margin: 0px auto;
	padding: 10px 20px 40px 20px;
	width: 940px;
	height: 250px;
}


.threepodarrow {
	margin-left: 4px;
}

.fourpodarrow {
	/*border: 1px solid black;*/
	float: right;
	margin-right: 23px;
	margin-top: 4px;
}

/*.insideh4 {
	float: left;
}*/

.pffimg {
	margin-top: 20px;
	margin-left: 37px;
}

.pfbut {
	background-color: #666666;
	border: 1px solid #ffffff;
	height: 21px;
	margin-left: 131px;
	margin-top: 10px;
	padding-left: 10px;
	padding-top: 7px;
	width: 60px;
}

.podsfour .pffimg {
	margin-top: 20px;
	margin-left: 57px;
}

.podsfour .pfbut {
	background-color: #666666;
	border: 1px solid #ffffff;
	height: 21px;
	margin-left: 151px;
	margin-top: 10px;
	padding-left: 10px;
	padding-top: 7px;
	width: 60px;
}

#inpartnership {
	clear: both;
	font-size: 62.5%;
}

.example {
	margin-top: 5px;
}

.cert-results {
	background-color: #eceaeb;
	border: 1px dotted #414141;
	float: left;
	margin-bottom: 20px;
	width: 576px;
	padding: 10px;
}

.crleft {
	/*border: 1px solid black;*/
	float: left;
	width: 270px;
}

.crright {
	/*border: 1px solid black;*/
	float: left;
	width: 270px;
}

.crbutton {
	clear: both;
	text-align: right;
	width: 100%;
}

.confirm-invoice {
	background-color: #eceaeb;
	border: 1px dotted #414141;
	float: left;
	height: 45px;
	margin-bottom: 20px;
	width: 576px;
	padding: 10px;
}

.billing-info {
	background-color: #eceaeb;
	border: 1px dotted #414141;
	float: left;
	margin-bottom: 20px;
	width: 576px;
	padding: 10px;
}

#rightcolr {
	/*border: 1px solid black;*/
	float: left;
	width: 200px;
}

#leftcolr {
	/*border: 1px solid black;*/
	float: left;
	padding-left: 30px;
	width: 350px;
}

#window-fit-results {
	background-color: #806292;
	/*border: 1px solid black;*/
	color: white;
	height: 18px;
	padding: 10px;
	width: 576px;
}

.wfrl {
	/*border: 1px solid black;*/
	float: left;
	width: 300px;
}

.wfrm {
	/*border: 1px solid black;*/
	float: left;
	width: 130px;
}

.wfrr {
	/*border: 1px solid black;*/
	float: left;
	text-align: center; 
	width: 130px;
}

.resultbox {
	background-color: #eceaeb;
	border: 1px dotted #414141;
	float: left;
	margin: 10px 0px;
	width: 574px;
	padding: 10px;
}

.minimap {	
	border: 1px dotted #414141;
}

#miles {
	/*border: 1px solid black;*/
	float: left;
	height: 20px;
	padding-top: 10px;
	width: 90px;
}

#map {
	/*border: 1px solid black;*/
	float: left;
	height: 20px;
	width: 30px;
}

.cnu {
	margin-left: 10px;
	margin-top: 15px;
}

.trustmark {
	float: right;
	margin-right: 20px;
}

#contactdet {
	/*border: 1px solid black;*/
	float: left;
	
	width: 180px;
}

#contactmap {
	float: left;
	/*border: 1px solid black;*/
	padding-left: 35px;
}

/* end layout */




/* lists */

.wsqlist {
	font-size: 1.1em;
	margin: 10px 0px;
}

#genlist li {
	font-size: 1.2em;
	list-style-type: circle;
	margin: 10px 30px;
}

#genlist li ul li {
	font-size: 1em;
}

.genlist li {
	font-size: 1.2em;
	list-style-type: circle;
	margin: 10px 30px;
}

#genlist2 li {
	font-size: 1.1em;
	list-style-type: decimal;
	margin: 10px 30px;
}


/* end of list */

/* forms */

.wftable {
	/*border: 1px solid black;*/
}

.wftable td {
	/*border: 1px solid black;*/
	height: 20px;
	width: 170px;
}

.wftable input {
	border-top: 2px solid black;
	border-left: 2px solid black;
	border-right: 2px solid #eee;
	border-bottom: 2px solid #eee;
	height: 17px;
	width: 150px;
}

.wftable .button {
	border: 1px solid black;
	height: 23px;
	width: 50px;
}

.uknc {
	margin-left: 0px;
}

.cdtable td, .cdtable tr {
	/*border: 1px solid black;*/
	height: 15px;
}

.cdtable td p {
	margin: 0px;
}

.cdtable input {
	border-top: 2px solid black;
	border-left: 2px solid black;
	border-right: 2px solid #eee;
	border-bottom: 2px solid #eee;
	width: 300px;
}

.bill-info-labels {
	width: 100px;
}

.certdet-buttons {
	background-color: #eceaeb;
	border: 1px dotted #414141;
	float: left;
	width: 576px;
	padding: 10px;
}

.certcon-buttons {
	background-color: #eceaeb;
	border: 1px dotted #414141;
	float: left;
	height: 115px;
	width: 576px;
	padding: 10px;
}

.certcon-buttons input {
	float: left;
}

.cdbutl {
	float: left;
}

.cdbutr {
	float: right;
}

.cdtable input.bicb {
	border: none;
	height: 15px;
	margin-left: -1px;
	width: 15px;
}

#fbtable, #fbtable tr, #fbtable td {
	/*border: 1px solid black;*/
}

#fbtable td {
	width: 200px;
}

#fbtable td p {
	font-weight: bold;
}

#fbtable input {
	border-top: 2px solid black;
	border-left: 2px solid black;
	border-right: 2px solid #eee;
	border-bottom: 2px solid #eee;
	width: 200px;
}

#fbtable textarea {
	height: 70px;
	width: 200px;
}

#iatable input {
	border-top: 2px solid black;
	border-left: 2px solid black;
	border-right: 2px solid #eee;
	border-bottom: 2px solid #eee;
	width: 200px;
}

#iatable td {
	width: 200px;
}

#iatable td p {
	font-weight: bold;
}




/* forms */


/* accordian */



ul#accordian, ul#accordian ul {
  list-style-type:none;
  margin: 0;
  padding: 0;
  width: 570px;
}

ul#accordian a {
  display: block;
  font-size: 1.2em;
  /*height: 20px;*/
  text-decoration: none;	
}

ul#accordian li {
  margin-top: 1px;
}

ul#accordian li a {
  background: #806292;
  color: #fff;	
  padding: 1em;
  text-decoration: underline;
}

ul#accordian li a:hover {
  background: #000;
  text-decoration: none;
}

ul#accordian li ul li {
  background: #ccc;
  color: #000;
}

ul#accordian li ul li p {
  background: #ccc;
  color: #000;
  font-size: 1.2em;
  margin-bottom: 0px;
  padding: 20px;
}

ul#accordian li ul li a {
  background: #ccc;
  color: #000;
  padding-left: 20px;
}

ul#accordian li ul li a:hover {
  background: #aaa;
  border-left: 5px #000 solid;
  padding-left: 15px;
}

.code { border: 1px solid #ccc; list-style-type: decimal-leading-zero; padding: 5px; margin: 0; }
.code code { display: block; padding: 3px; margin-bottom: 0; }
.code li { background: #ddd; border: 1px solid #ccc; margin: 0 0 2px 2.2em; }
.indent1 { padding-left: 1em; }
.indent2 { padding-left: 2em; }
	
ul#accordian li ul li a.acc-a {
	/*border: 1px solid black;*/
	background-color: none;
	display: inline;
	font-size: 1em;
	padding: 0px;
}

ul#accordian li ul li a.acc-a:hover {
	border-left: none;
}
	
	
	
.socialLinks {
	height: 20px;
	/*text-align: center;*/
	width: 940px;
}

.socialLinks li {
	float: right;
	display: inline;
}

.socialLinks li a {
	color: white;
	font-size: 12px;
	padding: 0 6px;
	text-decoration: none;
}

.socialLinks li img {
	color: white;
	font-size: 12px;
	padding: 0 6px;
	text-decoration: none;
	display: inline;
}

	
/* NEW FOOTER 14/04/2011 */

#footer {
  clear: both;

  font-size: 12px;
  color: #676767;
  background-color: #cac8c9;
  padding: 20px;
  overflow: auto;
}
  #footer a{
    font-size: 12px;
    color: #676767;
    text-decoration: none;
  }
    #footer a:hover{
      color: #FFF;
    }
    #footer h4{
      font-size: 16px;
      color: #494e53;
      margin-top: 0px;
      margin-bottom: 10px;
      text-decoration: underline;
    }
  #footer #footermenu{
    width: 200px;
    float: left;
    margin-bottom: 15px;
    margin-right: 15px;
    height: 150px;
  }
    #footer #footermenu h4{
      font-size: 16px;
      color: #494e53;
      margin-top: 0px;
      padding-left: 50px;
    }
    #footer #footermenu ul{
      list-style: none;
      padding-left: 50px;
      margin: 0px;
    }
      #footer #footermenu ul li{
        list-style: none;
        padding: 0px;
        margin-bottom: 3px;
      }
  #footer #footershare{
    width: 160px;
    float: left;
    margin-bottom: 15px;
    
    height: 150px;
    margin-left: 35px;
  }
    #footer #footershare ul{
      list-style: none;
      padding: 0px;
      margin: 0px;
    }
      #footer #footershare ul li{
        list-style: none;
        padding: 0px;
        margin-bottom: 3px;
      }
    #footer #footershare a{
      
    }
      #footer #footershare a img{
        vertical-align: middle;
        /*filter:alpha(opacity=100);
        -moz-opacity:1;
          -khtml-opacity: 1;
          opacity: 1;*/
      }
        #footer #footershare a:hover img{
          vertical-align: middle;
          /*filter:alpha(opacity=50);
           -moz-opacity:0.25;
        -khtml-opacity: 0.25;
        opacity: 0.25;*/
        margin-right: 10px;
        border: none;
          
        }
  #footer #footercontact{
    width: 155px;
    float: left;
    margin-bottom: 15px;
    margin-left: 85px;
    height: 150px;
  }
  #footer #footerabout{
    width: 265px;
    float: left;
    margin-bottom: 15px;
    margin-left: 15px;
    height: 150px;
  }
  #footer #footer-end{
    width: 100%;
    clear: both;
    
    padding-top: 15px;
  }
  
  #footerContainer
  {
    width: 100%;
    height: 300px;
    background-color: #cac8c9;
  }
  
  #footerFensaContainer
  {
    height: 20px;
    background-color: #cac8c9;  
  }
  #footerFensa
  {
    width: 925px;
    margin: 0 auto;
    height: 20px;
  }  
  
  .competitionList
  {
      font-size:12px;      
      list-style-type:circle;      
      
  }
    


