@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #dddddd;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 5px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #404040;
}
.cmsbody #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 7px;
}
.cmsbody #header {
	background: #ffffff;
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.cmsbody #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#header img {
	margin: 0px;
	padding: 0px;
}
.cmsbody #mainContent {
	padding: 0 10px 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.cmsbody #footer {
	padding: 0 10px;
}
.cmsbody #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 80%;
}


#navmenu a {
	font-size: 18px;
	color: white;
	text-decoration: none;
	margin: 2px 0px;
	padding: 2px;
	width: 100px;
	display: block;
	float: left;
	font-family: "Arial Narrow", Arial, sans-serif;
	text-align: center;
	height: 24px;
	font-weight: 600;
}
#navmenu a:hover {
	color: #f03258;
}
#navmenu {
	background-color: #009ddc;
	height: 30px;
	padding: 0px 0px 0px 5px;
	margin: 0px;
}
#navmenu a.specials {
	background-color: #f03258;
	height: 24px;
	margin-top: 0px;
	width: 119px;
	border-right-style: none;
	padding-top: 4px;
	background-image: none;
}
#centreright {
	float: right;
	width: 50%;
	padding: 0px;
}
#centreleft {
	float: left;
	width: 50%;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
	background-color: #999900;
}#lowerboxes {
	margin-top: 7px;

}
#brands {
	margin-top: 7px;
}

.addressbox {
	float: left;
	width: 191px;
	padding: 1px;
}
.addresslogo {
	margin-top: 3px;
	margin-left: 5px;
	font-size: 80%;
	line-height: 1.5em;
}
#navmenu a.specials:hover {
	color: #009ddc;
}
#menu2 a {
	font-size: 16px;
	color: #666666;
	text-decoration: none;
	margin: 3px 0px 0px;
	padding: 0px;
	width: 110px;
	display: block;
	float: left;
	font-family: "Arial Narrow", Arial, sans-serif;
	text-align: center;
	height: 20px;
}
#menu2 a:hover {
	color: #f03258;
}
#menu2 {
	padding: 0px 0px 0px 5px;
	height: 20px;
}
#navmenu img {
	float: left;
	margin-top: 5px;
}
#menu2 img {
	margin-top: 11px;
}
#strapline {
	color: #666666;
	text-align: center;
}
#brands img {
	margin-top: 3px;
	margin-right: 5px;
	margin-bottom: 3px;
	margin-left: 5px;
}
#footer a {
	text-decoration: none;
	color: #666666;
	margin-right: 20px;
	font-size: 12px;
}

#centreright .rhsbox {
	padding: 0px;
	height: 186px;
	width: 186px;
	float: left;
}
#logo {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;

}
.centretext {
	background-color: #ebf7ff;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	height: 350px;

}
#centreright .rhsbox img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.centretext    p  {
	font-size: 75%;
	color: #333333;
	margin-left: 5px;
	margin-top: 7px;
	margin-bottom: 7px;
}
.centretext  h2 {
	font-size: 120%;
	margin-left: 5px;
	color: #009ddc;
	margin-top: 0px;
	margin-bottom: 3px;
	text-align: left;
	margin-right: 15px;
}
.centretext  li {
	font-size: 80%;
	color: #333333;
}
.centretext  ul {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	list-style-image: url(images/bullet-diamond-2.gif);
	list-style-type: square;
}
a#current  {
	color: #f03258;
}
#phonebar  a {
	height: 26px;
	width: 130px;
	float: right;
	color: #f03258;
	display: inline;
	font-family: "Arial Narrow", Arial, sans-serif;
	text-align: center;
	font-size: 16px;
	text-decoration: none;
	margin: 3px 0px;
	padding: 2px;
	font-style: italic;
	font-weight: 700;
}
#phonebar p {
	padding: 0px;
	color: #f03258;
	font-weight: 800;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	display: block;
	clear: left;
	float: left;
	margin: 5px;
}
.fittingbox {
	float: left;
	width: 24%;
	background-image: url(images/runner_faded_200x200.jpg);
	background-repeat: no-repeat;
	height: 174px;
	margin: 0px 5px 0px 5px;
	border: 2px solid #00a0de;
}
.fittingbox p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 175%;
	color: #f03258;
	text-align: center;
	margin-top: 25px;
}
.estimatebox {
	float: left;
	width: 24%;
	background-image: url(images/carpets-sofa_faded_200x200.jpg);
	background-repeat: no-repeat;
	height: 174px;
	margin: 0px 5px 0px 5px;
	border: 2px solid #00a0de;
}
.estimatebox p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 130%;
	color: #f03258;
	text-align: center;
	margin-top: 25px;
}
.bluetext {
	color: #00a0de;
}
#header hr {
	margin-top: 0px;
	margin-bottom: 10px;
	height: 2px;
	padding: 0px;
	line-height: 5px;
}
.established {
	margin-top: 3px;
	margin-left: 5px;
	font-size: 140%;
	color: #FFFFFF;
	background-color: #009ddc;
	text-align: center;
	height: 146px;
	padding-top: 30px;
	line-height: 40px;
}
.delivery {
	color: #009ddc;
	font-size: 120%;
}
#clients-page {
	background-color: #FFFFFF;
	width: 540px;
	margin: auto;
}
#clients-page img {
	border: 1px solid #CCCCCC;
	padding: 5px;
}
#clients-page p {
	padding: 7px;
}
#clients-page h3 {
	color: #009ddc;
	text-align: left;
	margin-left: 15px;
}
#clients-page p.close {
	padding: 3px;
	font-size: 80%;
	font-style: italic;
	text-align: right;
}
#clients-page p.manor {
	padding: 3px;
	font-size: 200%;
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
	color: #666633;
	border: 1px solid #cccccc;
	font-weight: bold;
	width: 300px;
}
#clients-page p.horrishill {
	padding: 3px;
	font-size: 200%;
	font-family: "Times New Roman", Times, serif;
	color: #333333;
	border: 1px solid #cccccc;
	font-weight: bold;
}
.centretextlogos {
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	margin-right: 5px;
	margin-left: -5px;
	padding: 2px;
}
.test {
	font-size: 14px;
	font-style: italic;
	color: #000000;
	font-weight: bold;
}
.addresslogocontact {
	margin-top: 3px;
	margin-left: 5px;
	font-size: 80%;
	line-height: 1.3em;
	float: left;
}
.floatright {
	float: right;
}
.contactbranch {
	clear: both;
	height: 135px;
	width: 330px;
	background-color: #FFFFFF;
	border: 1px solid #cccccc;
	padding: 4px;
	margin: 2px 2px 5px 0px;
	font-size: 95%;
}
.OPENING-TIMES {
	color: #00a0de;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding-left: 20px;
}
