body {
	background:#eeeded url(images/bg.png) repeat-x;
	color: #000;
	font-family: Century Gothic, Arial, Verdana, Sans-Serif;
	font-size: 62.5%;
	line-height: 1.5;
}
.wrapper {
	width: 960px;
	margin: 0 auto;
	position: relative;
}

h2 {
	font-size: 1.8em;
	font-weight: bold;
}
p {
	font-size: 1.5em;
	margin-bottom: 10px;
	text-shadow: 0 1px 0 #fff;
}
a {
	color: #fe6301;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

/* NAV */
#topbar {
	background: url(images/topbar.png) repeat-x;
	height: 50px;
}
ul#nav {
	float: right;
}
ul#nav li {
	float: left;
	margin: 10px;
	height: 29px;
}
ul#nav li a {
	display: block;
	height: 29px;
	text-indent: -9999px;
	background: transparent url(images/nav.png) no-repeat;
}
ul#nav li.home a {
	background-position: 0 0;
	width: 71px;
}
ul#nav li.home a:hover {
	background-position: 0 -30px;
}
ul#nav li.home a.selected, ul#nav li.home a:active {
	background-position: 0 -60px;
}
ul#nav li.estimate a {
	background-position: -72px 0;
	width: 140px;
}
ul#nav li.estimate a:hover {
	background-position: -72px -30px;
}
ul#nav li.estimate a.selected, ul#nav li.estimate a:active {
	background-position: -72px -60px;
}
ul#nav li.casestudies a {
	background-position: -213px 0;
	width: 120px;
}
ul#nav li.casestudies a:hover {
	background-position: -213px -30px;
}
ul#nav li.casestudies a.selected, ul#nav li.casestudies a:active {
	background-position: -213px -60px;
}
ul#nav li.flooring a {
	background-position: -334px 0;
	width: 137px;
}
ul#nav li.flooring a:hover {
	background-position: -334px -30px;
}
ul#nav li.flooring a.selected, ul#nav li.flooring a:active {
	background-position: -334px -60px;
}
ul#nav li.contact a {
	background-position: -472px 0;
	width: 106px;
}
ul#nav li.contact a:hover {
	background-position: -472px -30px;
}
ul#nav li.contact a.selected, ul#nav li.contact a:active {
	background-position: -472px -60px;
}

/* BANNER */
#banner {
	background: transparent url(images/bannerbg.jpg) repeat-x;
	height: 245px;
	padding: 15px 0;
}
#banner .wrapper {
	width: 920px;
}
#banner p {
	color: #fff;
	width: 380px;
	font-size: 1.8em;
	background: transparent url(images/divider.png) no-repeat;
	padding: 0px 0 0px 0;
	margin: 12px 0;
	text-shadow: none;
}
#bannerpic {
	position: absolute;
	right: 0;
	top: 0;
	padding-top:10px;
}

/* CONTENT */
#content {
	padding: 20px 0;
}

#leftcolumn {
	width: 550px;
	float: left;
	margin: 0 0 40px;
}
#rightcolumn {
	width: 270px;
	float: right;
	margin: 0 0 40px;
}
#rightcolumn img {
	margin: 0 0 15px;
	border: 1px solid #afafaf;
	float: right;
}
#rightcolumn h2 {
	font-size: 1.6em;
}
#rightcolumn p {
	font-size: 1.2em;
	margin-bottom: 5px;
	text-shadow: 0 1px 0 #fff;
}
#rightcolumn ul li {
	list-style: disc;
	font-size: 1.1em;
	margin-left: 20px;
}

/* HOMEPAGE BUTTONS */
a#buttonestimate {
	background: transparent url(images/button-estimate.png) no-repeat;
	width: 222px;
	height:40px;
	display: block;
	text-indent: -9999px;
	float: left;
}
a#buttonestimate:hover {
	background-position: 0 -41px;
}
a#buttoncasestudies {
	background: transparent url(images/button-casestudies.png) no-repeat;
	width: 253px;
	height:40px;
	display: block;
	text-indent: -9999px;
	float: left;
	margin: 0 0 0 60px;
}
a#buttoncasestudies:hover {
	background-position: 0 -41px;
}
span#or {
	position: relative;
	left: 30px;
	top: 8px;
	float: left;
}

/* STEPS */
#steps {
	background: transparent url(images/stepsbg.png) repeat-x;
	height: 152px;
	margin: 20px 0 0;
	padding: 10px 0;
}
#steps h3 {
	background: #474441;
	padding: 8px 20px;
	font-size: 2em;
	color: #fff;
	width: 239px;
	font-weight: lighter;
	position: relative;
	top: -33px;
	text-shadow: 0 1px 0 #000
}
#steps ul {
	background: transparent url(images/steps.png) no-repeat;
	margin: -9px auto 0;
	height: 80px;
	width: 835px;
	padding: 18px 0 0;
}
#steps ul li {
	color: #fff;
	font-size: 1.5em;
	float: left;
	text-shadow: 0 1px 0 #1a1a1a;
}
#steps ul li#stepone {
	margin-left: 70px;;
}
#steps ul li#steptwo {
	margin-left: 190px;
}
#steps ul li#stepthree {
	margin-left: 115px;
}

/* ESTIMATE */
#contactdetails label, #details label {
	font-size: 1.5em;
	margin: 0 20px 0 0;
	line-height: 1.9;
}
#contactdetails input {
	width: 160px;
}
#contactdetails select {
	width: 165px;
	padding:5px 0;
}
#contactdetails input#sameas {
	width: 30px;
}
small {
	font-size: smaller;
}
#additionalcomments {
	margin: 10px 0 0;
}

/* CONTACT */
ul#contact label {
	font-size: 1.5em;
	margin: 0 20px 0 0;
}
ul#contact input {
	width: 200px;
}
ul#contact input#submit {
	width: 75px;
}
ul#contact textarea {
	height: 100px;
	width: 250px;
}

/* TOOLTIPS */
.ddimgtooltip{
	display:none;
	position:absolute;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-topright: 10px;
	-moz-opacity: .87;
	border: 0;
	background:#333;
	color: #fff;
	z-index:2000;
	padding: 10px;
	font-size: 1.4em;
}
.tooltip {
	font-family: Arial, Helvetica, sans-serif;
}

/* TERMS */
.terms{ margin-left:25px;}
ul.terms li {
	list-style:lower-alpha;
	font-size: 1.3em;
	margin-bottom: 10px;
}
ul.terms li ul {
	margin-left: 20px;
}
ul.terms li ul li {
	list-style: lower-roman;
	font-size: 1em;
}



/* FOOTER */
#footer p {
	font-size: 1.3em;
}


.clear {
	clear: both;
}
.fright {
	float: right;
	text-align: right;
}
hr {
	background: transparent url(images/hr.png) no-repeat;
	border: none;
}
.error {
	border: 1px solid #f00;
    background-color: #fdd;
}
.titles{padding-bottom:10px;}
.hotr {
	display: none;
}
input.smallqtysize{width:30px;}
.warning{color:#F00;}
.success{ color:#093;}
.case-imgs{width:550px; height:100px; margin-bottom:10px;}
.case-imgs img{margin-right:5px;}
.case-imgs .end img{margin-right:0px;}


.success, .warning-info{
  border: 1px solid;
  margin: 10px 0px;
  padding:15px 10px 15px 50px;
  background-repeat: no-repeat;
  background-position: 10px center;

}

.success {
  color: #4F8A10;
  background-color: #DFF2BF;
  background-image:url('images/success.png');
}
.warning-info {
  color: #D8000C;
  background-color: #FFBABA;
  background-image: url('images/error.png');
}

.warning{ color:#F00;}


.item{width:540px; height:auto; float:left; border:1px solid #ccc; padding:5px; margin-bottom:15px;}
.flooring-imgs{width:190px; height:150px; float:left; border-right:1px solid #ccc; margin-right:5px; padding-right:10px;}
.flooring-desc{width:330px; height:auto; float:right; }
.item h2{margin-bottom:15px;}
.flooring-enquire{width:530px; height:30px; float:left; margin-top:5px; line-height:30px; vertical-align:middle; text-align:right; font-size:14px; font-weight:bold; padding-right:10px;}
.flooring-heading { float: left; margin: 40px 0 10px; }
.fittersflooring-heading { float: left; }
.firstflooring-heading { float: left; clear: both; margin-top: 20px; }
