
/**************************************************************************************************/
/* DEFAULTS STYLES
/**************************************************************************************************/

* {
	margin:0;
	padding:0;
	}
	
img {
	border: none;
	}

body {
	background-color: #FFF0F8;
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	margin-top:10px;
	margin-bottom:10px;
	font-size:62.5%;
	}
	
/**************************************************************************************************/
/* ELEMENT STYLES
/**************************************************************************************************/
	
a {
	text-decoration:none;
	color:#EB2E88;
	}

a:hover {
	text-decoration:none;
	color: #6FD0FF;
	}
	
p {
	font-size:1.4em;
	line-height:1.3em;
	padding-bottom:10px;
	}

li {
	margin-left:10px;
	padding-bottom:10px;
	font-size:1.3em;
	}
		
h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #EB2E88;
	font-size:2.2em;
	padding-bottom:10px;
	}

h2 {
	color: #EB2E88;
	font-size: 1.6em;
	text-align: left;
	padding-bottom:10px;
	}
	
h3 {
	color: #EB2E88;
	font-size: 1.3em;
	text-align: center;
	padding-bottom:5px;
	}
	
h4 {
	color: #EB2E88;
	font-size: 1.4em;
	text-align: left;
	padding-bottom:5px;
	}

/**************************************************************************************************/
/* LAYOUT STYLES
/**************************************************************************************************/
		
#wrapper {
	width:1008px;
	background-image:url(../images/background-middle-slice.jpg);
	background-repeat:repeat-y;
	margin:0 auto;
	}

/*
#utility-menu-commercial, #utility-menu-domestic, #utility-menu-property {
	background-color: #FFF0F8;
	color:#666666;
	text-align:right;
	padding-right:25px;
	font-size:1.4em;
	font-weight:bold;
	padding-top:10px;
	}

#utility-menu-commercial a, #utility-menu-domestic a, #utility-menu-property a {
	text-decoration:none;
	color:#F061A4;
	}

#utility-menu-commercial a:hover, #utility-menu-domestic a:hover, #utility-menu-property a:hover {
	text-decoration:none;
	color: #6FD0FF;
	}
	
*/
	
#top-border {
	width:1008px;
	height:26px;
	background-image:url(../images/background-top.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	margin:0 auto;
	}

#bottom-border {
	width:1008px;
	height:26px;
	background-image:url(../images/background-bottom.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
	margin:0 auto;
	}

/**********/
/* HEADER */
/**********/

#banner {
	min-height:240px;
	width:950px;
	margin:0 auto;
	}
	
#logo  {
	width:290px;
	height:194px; 
	float:left;
	}

/* contacts top */

#contact-box {
	float: right;
	text-align: center;
	margin-top: 10px;
	width: 650px;
	color: #EB2E88;
	font-family: Arial, Helvetica, sans-serif;
	}

.contact-image {
	display:block;
	background:url(../images/buttons/btn-contact.jpg) no-repeat;
	width:240px;
	height:50px;
	margin:0 auto;
	}

.contact-image:hover {
	background:url(../images/buttons/btn-contact-ro.jpg) no-repeat;
	}

.contact-image span {
  display: none;
	}

.contact-us-now {
	font-size:2.6em;
	margin-bottom:0px;
	font-weight:bold;
	}
	
.contact-areas {
	font-size: 2.4em;
	line-height:1.2em;
	margin-bottom:3px;
	font-weight:bold;
	}

.contact-details {
	font-size:1.9em;
	line-height:1.3em;
	}

.contact-phone {
	font-size:2.4em;
	font-weight:bold;
	}

/********/
/* MENU */
/********/

#menu-domestic {
	color:#FFFFFF;
	font-size:1.4em;
	font-weight:bold;
	width:950px;
	margin:0 auto;
	clear:both;
	background-color: #EB2E88;
	font-size:1.2em;
	}

/*
#menu-commercial {
	font-size:1.2em;
	}
	
.menu-table {
	width:100%;
	margin-top:10px;
	}
			
.menu-cells, .menu-cells-no-border {
	background-color:#EB2E88;
	border-left:#FFFFFF;
	border-left:1px;
	border-left:solid;
	text-align:center;
	padding:0.5em;
	vertical-align:top;
	}
	
.menu-cells-no-border {
	border-left:none;
	}

#menu-commercial a, #menu-domestic a {
	color:#FFFFFF;
	text-decoration:none;
	}

#menu-commercial a:hover, #menu-domestic a:hover {
	color:#97DDFF;
	text-decoration:none;
	}

*/

/***********/
/* CONTENT */
/***********/

#content-wrapper {
	margin: 0 auto;
	width:940px;
	margin-top:10px;
	margin-bottom:10px;
	background-image:url(../images/border-background.jpg);
	background-repeat: repeat-y;
	background-position:top right;
	}

#content-left {
	width:690px;
	float:left;
	padding-bottom:65px;
	background-image:url(../images/feather-whistle.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;
	}

#image-banner {
	height:100px;
	margin-bottom:10px;
	}
	
#content-right {
	width:230px;
	float:right;
	margin-left:10px;
	margin-bottom: 30px;
	text-align:justify;
	font-size:0.9em;
	}

#content-right h1 {	
	margin-top:20px;
	text-align:left;
	}
	
#content-right h2 {	
	font-size:1.5em;
	text-align:left;
	}

#content-right h3 {	
	font-size:1.4em;
	}

#social-icons {
	text-align:center;
	margin-bottom:10px;
	}
	
.free-callback-button {
	display:block;
	background:url(../images/buttons/btn-free-callback.jpg) no-repeat;
	width:160px;
	height:40px;
	margin:0 auto;
	}

.free-callback-button:hover {
	background:url(../images/buttons/btn-free-callback-ro.jpg) no-repeat;
	}

.free-callback-button span {
  display: none;
	}
	
.special-offer-button {
	display:block;
	background:url(../images/buttons/btn-special-offers.jpg) no-repeat;
	width:160px;
	height:40px;
	margin:0 auto;
	}

.special-offer-button:hover {
	background:url(../images/buttons/btn-special-offers-ro.jpg) no-repeat;
	}

.special-offer-button span {
  display: none;
	}
	
.guarantee-button {
	display:block;
	background:url(../images/buttons/btn-our-guarantee.jpg) no-repeat;
	width:160px;
	height:40px;
	margin:0 auto;
	}

.guarantee-button:hover {
	background:url(../images/buttons/btn-our-guarantee-ro.jpg) no-repeat;
	}

.guarantee-button span {
  display: none;
	}

.testimonials-button {
	display:block;
	background:url(../images/buttons/btn-customer-reviews.jpg) no-repeat;
	width:160px;
	height:40px;
	margin:0 auto;
	}

.testimonials-button:hover {
	background:url(../images/buttons/btn-customer-reviews-ro.jpg) no-repeat;
	}

.testimonials-button span {
  display: none;
	}

.commercial-cleaning-button {
	display:block;
	background:url(../images/buttons/btn-commercial-cleaning.jpg) no-repeat;
	width:160px;
	height:57px;
	margin:0 auto;
	}

.commercial-cleaning-button:hover {
	background:url(../images/buttons/btn-commercial-cleaning-ro.jpg) no-repeat;
	}

.commercial-cleaning-button span {
  display: none;
	}

.case-study-button {
	display:block;
	background:url(../images/buttons/btn-golf-case-study.jpg) no-repeat;
	width:160px;
	height:40px;
	margin:0 auto;
	}

.case-study-button:hover {
	background:url(../images/buttons/btn-golf-case-study-ro.jpg) no-repeat;
	}

.case-study-button span {
  display: none;
	}

#gift-vouchers {
	height:70px;
	text-align:center;
	margin-bottom:20px;
	margin-top:10px;
	}
	
#credit-cards {
	margin-bottom:10px;
	}

#chamber-logo {
	text-align:center;
	margin-top:20px;
	margin-bottom:20px;
	}

.download-btn {
	display:block;
	background:url(../images/buttons/btn-download.jpg) no-repeat;
	width:120px;
	height:30px;
	margin:0 auto;
	}

.download-btn:hover {
	background:url(../images/buttons/btn-download-ro.jpg) no-repeat;
	}

.download-btn span {
  display: none;
	}
			
/*page images*/
		
.image-right {
 	float:right;
	margin-left:10px;
	}

.image-left {
	float:left;
	margin-right:10px;
	}
	
.photo-border {
	padding:5px;
	min-width:10px;
	margin-bottom:8px;
	}

.photo-border h3 {
	padding-bottom:10px;
	}

/* end of page images*/

.testimonial {
	text-align: left;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size:1.4em;
	padding-bottom:5px;
	}

.citation {
	text-align: left;
	font-weight: bold;
	margin-bottom: 10px;
	font-size:1.3em;
	}
	
.why-choose li, #content-right  li {
	padding-left: 10px;
	margin-left:30px;
	padding-bottom:10px;
	list-style-image: url(../images/advantage-bullet.gif);
	list-style-position: outside;
	font-size:1.4em;
	line-height: 1.6em;
	}

#content-right  li{
	margin-left:25px;
	padding-left:0px;
	}
	
/* end of content*/

/*footer*/

#large-footer-commercial, #large-footer-domestic {
	background-color: #FFF;
	border-top: #EB2E88 10px solid;
	padding-top: 10px;
	font-size: 85%;
}

#large-footer-commercial ul, #large-footer-domestic ul {
	margin-left: 15px;
}

.large-footer-locations, .large-footer-image {
	width: 303px;
}

.large-footer-locations {
	float: left;
	margin-right: 15px;
	width: 600px;
	z-index: 1;
}

.large-footer-image {
	float: right;
	margin-top: -40px;
	z-index: 1;
	}

#footer-commercial, #footer-domestic, #footer-property {
	width: 970px;
	margin: 0 auto;
	font-size:1em;
	}
	
.footer-left {
	float: left;
	margin-left: 10px;
	}

.footer-right {
	float: right;
	text-align: right;
	margin-right: 10px;
	}

#membership-logos {
	float: left;
	z-index: 99;
	width: 800px;
}

/* end of footer*/

.bottom-layer { /* Keeps everything within a layer */
	clear: both;
	height: 1px;
	font-size: 0.1em;
	}
	
.centered-layer {
	text-align:center;
	}

.index-left-layer {
	float:left;
	width:160px;
	}

.index-right-layer {
	float:right;
	width:160px;
	}
	
.carpet-left-layer {
	float:left;
	width:295px;
	font-size:1em;
	}

.carpet-right-layer h1, .carpet-left-layer h1 {
	font-size:1.8em;
	text-align:center;
	}

.carpet-right-layer {
	float:right;
	width:380px;
	border-left-color:#FBD9E9;
	border-left-style:solid;
	border-left-width:1px;
	padding-left:10px;
	font-size:1em;
	}
	
/* tables*/

.email-table-cell {
	padding-bottom:5px;
	font-size:1.4em;
	vertical-align:top;
	}

.signup-field {
	width:175px;
	}
	
/*table {
	width:100%;
	margin-bottom:10px;
	}*/

.table-title-row {
	font-size:1.3em;
	font-weight:bold;
	color:#EB2E88;
	}
	
.table-cell, .table-cell-right, .table-cell-center {
	vertical-align:top;
	font-size:1.2em;
	padding-right:7px;
	padding-bottom:2px;
	}

.table-cell-right {
	text-align:right;
	}

.table-cell-center {
	text-align:center;
	}
	
.one-off-table {
	width:55%;
	}

.golf-image-container {
	float:right;
	width:235px;
	margin-left:5px;
	}

.client-cells {
	padding:10px;
	font-size:1.4em;
	line-height:1.3em;
	text-align:center;
	font-weight:bold;
	width:30%;
	}
	
.client-cells a {
	text-decoration:none;
	}

.about-clients {
	text-align:center;
	padding:5px;
	}
	
/* lettings agency, why us & builders page - list container to float left and float 
images right, doesn't validate with images inbetween list items*/
	
.list-container {
	float:left;
	width:450px;
	}

.image-container {
	float:right;
	width:200px;
	}
	
.about-image-container {
	float:left;
	width:170px;
	}
	
.about-text {
	float:right;
	width:490px;
	padding-left:10px;
	border-left-color:#FBD9E9;
	border-left-style:solid;
	border-left-width:1px;
	}
	
.small-text, .small-text-carpet {
	font-size:1.2em;
	margin-top:20px;
	}

.small-text-carpet {
	margin-top:0px;
	}	
	
.joint-venture-text {
	font-size:1.3em;
	}
	
/*property site styles*/

#logo-property {
	width:290px;
	height:148px; 
	float:left;
	margin-top:60px;
	margin-left:10px;
	}

#services-table {
	width:370px;
	margin-bottom:20px;
	margin-top:10px;
	}

.services-title-row-left, .services-title-row-right {
	font-size:1.3em;
	font-weight:bold;
	color:#EB2E88;
	padding-bottom:5px;
	}

.services-title-row-right {
	text-align:right;
	}
	
.services-left-cell, .services-right-cells {
	font-size:1.3em;
	text-align:left;
	padding-right:5px;
	padding-bottom:2px;
	}
		
.services-right-cells {
	text-align:right;
	}

#leaflet-container {
	width:400px; 
	margin-top:50px;
	}
	
/*property site styles*/

#it-table {
	width:525px;
	margin-bottom:10px;
	margin-top:10px;
	font-size:1.3em;
	}

.it-left-cell {
	padding-right:5px;
	vertical-align:top;
	font-weight:bold;
	width:95px;
	}
	
.it-middle-cell {
	vertical-align:top;
	padding-bottom:10px;
	line-height:1.3em;
	}	
	
.it-right-cell {
	vertical-align:top;
	padding-bottom:10px;
	line-height:1.3em;
	text-align:right;
	}

.driveway-bullet-text {
	width:180px;
	vertical-align:top;
	}
	
.driveway-wolf-washer {
	width:150px;
	}
	
