/*

Client:			Manor Windows
Title:      client.css
Author:     jamiehunterwarnock(at)gmail(dot)com

*/

/* 	GENERIC

		Blue : #203882
		Red : #f4000d
		
----------------------------------------------------- */

html body div.catalogue div.overview h2,
html body div.catalogue div.overview h3,
html body div.catalogue div.overview a,
.navigation > ul > li > a:hover,
body#catalogue.products .navigation > ul > li > a.products,
body#catalogue.windows .navigation > ul > li > a.windows-range,
body#catalogue.doors .navigation > ul > li > a.doors-range,
body#catalogue.conservatories .navigation > ul > li > a.conservatories-range,
body#catalogue.glass .navigation > ul > li > a.glass-range,
body#catalogue.other .navigation > ul > li > a.other-range {
  color: #203882;
}
html body #house ul.menu li a:hover,
html body #house ul.menu li.active a {
  color: #f4000d;
}
html body div.catalogue div.overview p,
html body div.catalogue div.overview li,
html body div.catalogue form input {
  color: #333;
}
html body div.catalogue div.overview p.flash {
	color: #fff;
}
html body div.catalogue form legend,
html body div.catalogue form input.button {
	background-color: #f4000d;
}
html body div.catalogue div.overview p a,
html body div.catalogue div.overview li a {
  padding: 2px 4px;
}
html body div.catalogue div.overview p a:hover,
html body div.catalogue div.overview li a:hover {
  color: #f4000d;
	background-color: #fff;
	text-decoration: underline;
}
html body .navigation > ul > li > ul > li:hover,
html body .navigation > ul > li > ul > li > a:hover,
html body .navigation > ul > li > ul > li > ul,
html body .navigation > ul > li > ul > li > ul li a:hover {
  background-color: #f4000d;
}
html body .navigation > ul > li > ul > li > ul li a:hover,
html body div.catalogue form fieldset {
	background-color: #203882;
}
html body #meta .service.clients-think p a {
  background: transparent url(../images/logo.png) no-repeat scroll left top;
}
html body #meta .accreditations {
  background: transparent url(../images/accreditation-logos.png) no-repeat scroll left top;
}
html body div.catalogue div.extra div.col.technical p,
html body div.catalogue div.extra div.col.meta p,
html body div.catalogue div.overview li {
  background: transparent url(../images/icon-star.png) no-repeat scroll 10px 3px;
}
html body .navigation > ul > li > ul {
  background: transparent url(../images/navigation-arrow.png) no-repeat scroll left top;
}
html body div.catalogue div.gallery div.button.prev {
  background: transparent url(../images/icon-prev.png) no-repeat scroll left top;
}
html body div.catalogue div.gallery div.button.next {
  background: transparent url(../images/icon-next.png) no-repeat scroll left top;
}
#meta .service.look-good p a {
  height: 144px;
  background: transparent url(../images/services/look-good.png) no-repeat scroll left top;
}
#meta .service.look-good p a:hover,
body#catalogue.marketing #meta .service.look-good p a {
  background: transparent url(../images/services/look-good-hover.png) no-repeat scroll left top;
}
#meta .service.help-you p a {
  height: 136px;
  background: transparent url(../images/services/help-you.png) no-repeat scroll left top;
}
#meta .service.help-you p a:hover,
body#catalogue.help #meta .service.help-you p a {
  background: transparent url(../images/services/help-you-hover.png) no-repeat scroll left top;
}
#meta .service.how-green p a {
  height: 141px;
  background: transparent url(../images/services/how-green.png) no-repeat scroll left top;
}
#meta .service.how-green p a:hover,
body#catalogue.green #meta .service.how-green p a {
  background: transparent url(../images/services/how-green-hover.png) no-repeat scroll left top;
}
#meta .service.link p a {
  height: 130px;

  background: #fff url(../images/services/link.png) no-repeat scroll left top;
}
html body h3.quicklinks.enquiries {
	background: transparent url(../images/help-enquiries.png) no-repeat scroll left top;
}


