/* Getting the new tags to behave */
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video {display:block;}
mark, rp, rt, ruby, summary, time {display:inline;}

/* Global properties ======================================================== */
html {width:100%;}

body { 	 
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%; 
	color:#58473c;
	min-width:960px;
	background:url(../images/body-bg.jpg) center top repeat #000;
}

.bg {width:100%; background:url(../images/bg-top.jpg) center top no-repeat;}

.main {
	width:960px; 	
	padding:0;
	margin:0 auto;
	font-size:0.75em;
	line-height:1.666em;
}

a {
	color: #B29600;
	outline: none;
}
a:hover {
	text-decoration: none;
	color: #fff
;
}

.col-1, .col-2 {float:left; width:415px;}
	#page4 .col-1, #page4 .col-2 {width:210px;}
.col-1 {margin-right:34px;}
	#page4 .col-1 {margin-right:10px;}

.wrapper {width:100%; overflow:hidden;}
.extra-wrap {overflow:hidden;}
 
p {margin-bottom:18px;}
.p0 {
	margin-bottom: 0px;
	font-size: 18px;
	color: #666600;
}
.p1 {margin-bottom:8px;}
.p2 {
	margin-bottom: 15px;
	color: #999900;
}
.p3 {margin-bottom:30px;}
.p4 {margin-bottom:40px;}
.p5 {margin-bottom:50px;}
.p6 {margin-bottom: 15px;
	margin-left: 30px;
}
.p7 {margin-bottom:8px;
margin-left: 30px;
}


.reg {text-transform:uppercase;}

.fleft {float:left;}
.fright {float:right;}

.alignright {text-align:right;}
.aligncenter {text-align:center;}

.title {margin-bottom:18px;}

.it {font-style:italic;}

.letter {letter-spacing:-1px;}

.color-1 {color:#fff;}
.color-2 {color:#000;}
.color-3 {
	color: #8a7060;
}

.index-1 {position:relative; z-index:1;}
.index-2 {position:relative; z-index:2;}

.border {border:8px solid #15230f; float:left;}

/*********************************boxes**********************************/
.margin-bot {margin-bottom:35px;}

.spacing {margin-right:35px;}

.indent {padding:0 0 0px 30px;}
.indent2 {padding-left:50px;}
.indent-bot {margin-bottom:20px;}
.indent-bot2 {margin-bottom:24px;}
.indent-bot3 {margin-bottom:27px;}

.img-indent-bot {margin-bottom:25px;}
.img-indent {
	float: left;
	margin: 0 20px 0px 0;
}	
.img-indent2 {float:left; margin:0 13px 0px 0;}	
.img-indent-r {float:right; margin:0 0px 0px 40px;}	

.prev-indent-bot {margin-bottom:10px;}
.prev-indent-bot2 {margin-bottom:12px;}
.prev-indent-bot3 {margin-bottom:16px;}

.buttons a:hover {cursor:pointer;}

.menu li a,
.menu-list li a,
.list-1 li a,
.list-2 li a,
.link,
.button,
h1 a {text-decoration:none;}	

/*********************************header*************************************/
header {
	min-height:500px; 
	width:100%;
	position:relative; 
	z-index:2;
}

h1 {
	padding:30px 0 0 0; 
	position:relative;
	float:left;
}
	h1 a {
	display: block;
	width: 300px;
	height: 105px;
	text-indent: -5000px;
	background: url(../images/1st_aid_4_homes_logo.png) 0 0 no-repeat;
	}
	
dl.support-info {
	float:right;
	font-size:15px;
	line-height:22px;
	color:#876e5c;
	text-align:right;
	padding:24px 0 0 0;
}
	dl.support-info dt {
		font-family: 'Playfair Display', serif;
		font-size:25px;
		line-height:2em;
		color:#cecdce;
		margin-bottom:-8px;
	}
	dl.support-info em {color:#c7c6c7; font-style:normal;}
	
/***** slider *****/
.slider-wrapper {
	float:left;
	padding:30px;
	margin:2px 0;
	position:relative;
	z-index:1;
	overflow:hidden;
	background:url(../images/slider-bg.jpg) 0 0 no-repeat;
	box-shadow:-1px -1px 2px #111, -1px 1px 2px #111, 1px -1px 2px #111, 1px 1px 2px #111;	
	-moz-box-shadow:-1px -1px 2px #111, -1px 1px 2px #111, 1px -1px 2px #111, 1px 1px 2px #111;
	-webkit-box-shadow:-1px -1px 2px #111, -1px 1px 2px #111, 1px -1px 2px #111, 1px 1px 2px #111;
}
	#page1 .slider-wrapper {padding-bottom:57px;}

.slider {
	width:880px;
	height:175px;
}
	#page1 .slider {
		height:401px;
		position:relative;
	}
	#page2 .slider {background:url("../images/header1-period_bathroom.png") 0 0 no-repeat;}
	#page3 .slider {background:url("../images/header2-timber_cladded_wall.png") 0 0 no-repeat;}
	#page4 .slider {background:url("../images/header4-new_utility_room.png") 0 0 no-repeat;}
	#page5 .slider {background:url("../images/header3-refurbished_lounge.png") 0 0 no-repeat;}
	#page6 .slider {background:url("../images/header5-new_bathroom.png") 0 0 no-repeat;}

.items {
	display:none;
}

.pagination {
	position:absolute;
	left:365px;
	top:417px;
	z-index:99;
}
.pagination li {
	float:left;
	margin-right:11px;
}
	.pagination li a {
		display:block;
		width:22px;
		height:22px;
		text-indent:-5000px;
		background:url(../images/slider-pagination.png) right top no-repeat;
	}
	.pagination li.current a,
	.pagination li a:hover {background-position:left top;}
	.pagination li.current a {cursor:default;}
	
/***** menu *****/
.menu-bot {
	width:100%;
	padding-bottom:9px;
	background:url(../images/menu-bot.png) left bottom repeat-x;
}
.menu-bg {
	width:100%;
	background:url(../images/menu-bg.jpg) center top repeat;
	box-shadow:-1px -1px 2px #111, 0px 0px 0px #000, 1px -1px 2px #222, 0px 0px 0px #000;
	-moz-box-shadow:-1px -1px 2px #111, 0px 0px 0px #000, 1px -1px 2px #222, 0px 0px 0px #000;
	-webkit-box-shadow:-1px -1px 2px #111, 0px 0px 0px #000, 1px -1px 2px #222, 0px 0px 0px #000;
}
.menu {
	padding:0; 
	width:100%;
	min-height:86px;
	background:url(../images/menu-top.jpg) center top no-repeat;
}
.menu li {
	float:left; 
	position:relative;
	padding:30px 31px 30px 29px;
	background:url(../images/menu-spacer.gif) right top repeat-y;
}
	.menu li.last-item {padding:30px 29px 30px 29px;}
.menu li a {
	display: inline-block;
	font-size: 22px;
	line-height: 1.227em;
	padding: 0;
	text-transform: uppercase;
	color: #B29600;
}
.menu ul {
	position:		absolute;
	padding:		2px 0;
	top:			-999em;
	width:			215px;
	border:			1px solid #25391f;
	background:		#13210c;
}
.menu ul li {width:	100%;}
.menu li:hover {visibility:	inherit; }
.menu li li {
	padding:0; 
	background:none; 
	border-bottom:1px solid #25391f;
}
	.menu li li.last {border-bottom:none;}
.menu li li a {
	display: inline-block;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0 0 0 30px;
	font-size: 12px;
	line-height: 27px;
	text-align: left;
	background: url(../images/menu-marker.png) 9px 9px no-repeat;
	text-transform: none;
	color: #B29600;
}
.menu li li a:hover, .menu li li.sfHover > a {color:#b7aea4;}

.menu li:hover ul, .menu li.sfHover ul {
	left:			0px;
	top:			87px;
	z-index:		999;
}
ul.menu li:hover li ul, ul.menu li.sfHover li ul {
	top:			-999em;
}
ul.menu li li:hover ul, ul.menu li li.sfHover ul {
	left:			216px;
	top:			-3px;
	z-index:		9999;
}
ul.menu li li:hover li ul, ul.menu li li.sfHover li ul {
	top:			-999em;
}

/*********************************content*************************************/
#content {
	width:100%; 
	padding:28px 0 24px;
	position:relative;
	z-index:1;
}
	#page1 #content {padding:28px 0 27px;}

.spacer-1 {
	width:100%; 
	background:url(../images/pic-1.gif) 217px 0 repeat-y;
}
h2 {
	font-size: 12px;
	line-height: 15px;
	font-weight: normal;
	color: #8B814C;
	margin-bottom: 0px;
}
h3 {
	padding-bottom:9px;
	background:url(../images/pic-1.gif) left bottom repeat-x;
	border-left:1px solid #0e1c0a;
	border-right:1px solid #0e1c0a;
	border-left: 30px;
	border-left: 30px;
}
	h3 strong {
		display:block; 
		background:url(../images/h3-tail.jpg) center top repeat;
	}
		h3 strong b {
			display:block; 
			padding-left:30px;
			font-size:37px; 
			line-height:68px;
			background:url(../images/h3-bg.jpg) center top repeat-x;
		}
h5 {
	font-size: 15px;
	line-height: 20px;
	font-weight: normal;
	color: #669900;
	margin-bottom: 10px;
}

h6 {
	font-size:18px;
	line-height:20px;
	font-weight:normal;
	color:#B29600;
	margin-bottom:10px;
}
.border-bot {
	width:100%; 
	padding-bottom:20px; 
	background:url(../images/pic-1.gif) 0 bottom repeat-x;
}

.box {
	background:url(../images/box-tail.gif) 0 0 repeat-x #1b2e16;
	border-bottom:1px solid #070f05;
	border-left:1px solid #070f05;
	border-right:1px solid #070f05;
}
	.box .padding {padding:22px 25px 30px 30px;}
	.box .padding-2 {padding:25px 25px 37px 30px;}
		#page3 .box .padding-2 {padding:22px 25px 40px 30px;}
		#page6 .box .padding-2 {padding:20px 230px 40px 28px;}

.button {
	display:inline-block;  
	border:1px solid #070f05;
	background:url(../images/button-tail.gif) 0 0 repeat;
	cursor:pointer;
}
	.button strong {
		display:inline-block;
		background:url(../images/button-bg.gif) center top repeat-x;
		padding:0 11px;
		font-size:16px;
		line-height:40px;
		text-transform:uppercase;
	}

.list-1 li {font-size:15px; line-height:20px;}
	.list-1 li a {color:#B29600;}
	.list-1 li a:hover {color:#fff;}

.list-2 li {
	line-height:1.25em; 
	padding:7px 0 6px; 
	background:url(../images/pic-2.gif) 0 bottom repeat-x;
}
	.list-2 li a {
	display: inline-block;
	color: #B29600;
	padding-left: 18px;
	background: url(../images/marker.png) 0 -23px no-repeat;
	}
		.list-2 li a:hover {color:#b7aea4; background-position:0 5px;}
	.list-2 .last-item {background:none;}

.link:hover {
	text-decoration: none;
	color: #FFF;
} 

.link-1 {
	font-size: 12px;
	line-height: 15px;
}
.link-1:hover {
	text-decoration: none;
	color: #FFF;
} 

.text-1 {
	font-size:15px;
	line-height:20px;
	margin:0;
	color:#8a7060;
} 
	.text-1 span {display:block;}
		.text-1 span a {
	color: #8a7060;
}
.text-2 {font-size:14px; line-height:1.285em;}  

.tdate-1 {
	display: inline-block;
	font-size: 28px;
	line-height: 1.4em;
	width: 60px;
}

dl span {float:left; width:68px;}
dl a {
	color: #B29600;
}


/***** Contact form *****/
#contact-form {
	position:relative;
	vertical-align:top;
	width:100%;
	z-index:1;
	padding:5px 0 0 0;
	}
	#contact-form fieldset {
		border:none;
		padding:0;
		}			
			#contact-form label {
				display:block;
				padding-bottom:12px;
			}
			#contact-form input {
				width:166px;
				padding:8px 18px;
				margin:0;
				font-family:Arial, Helvetica, sans-serif;
				font-size:12px;
				line-height:1.25em;
				color:#B29600; 
				border:none;
				background:#15230f;
			}
			#contact-form textarea {
				height:180px;
				width:335px;
				padding:18px;
				margin:0;
				font-family:Arial, Helvetica, sans-serif;
				font-size:12px;
				line-height:1.25em;
				color:#B29600; 
				border:none;
				background:#15230f;
				overflow:auto;
			}
				#contact-form a {cursor:pointer;}
				#contact-form .success {display:none; margin-bottom:20px;}
				#contact-form .error,
				#contact-form .empty {
					color:#f00;
					font-size:11px;
					line-height:1.23em;
					display:none;
					overflow:hidden;
				}
		.buttons-wrapper { padding-top:10px;}
		.buttons-wrapper a { margin-right:20px;}
		
/****************************footer************************/
footer {
	width:100%; 
	padding:0 0 57px 0;
	color:#8a7060;
}
	.footer {
		width:100%; 
		margin:5px 0;
		background:url(../images/footer-tail.jpg) center top repeat;
		box-shadow: 0px 0px 5px rgba(0,0,0,0.8);
		-moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.8);
		-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.8);
		float:left;
	}
	.footer-bg {
		padding:27px 0;
		background:url(../images/footer-bg.jpg) center top repeat-x;
		border-bottom:1px solid #050c03;
		border-right:1px solid #0d1809;
	}

.menu-list {
	padding:0 0 0 8px;
	float:left;
}
	.menu-list li {
		float:left; 
		padding:0 0 0 21px;
		font-size:12px;
		line-height:1.25em;
	}
		.menu-list li a {
	color: #B29600;
}
		.menu-list li a:hover,
		.menu-list li a.active {
	color: #FFF;
}
		
.footer-text {
	display: inline-block;
	float: right;
	font-size: 12px;
	line-height: 1.25em;
	color: #fff;
	padding-right: 30px;
}
	.footer-text a {
	color: #B29600;
	border-right: 20px;
	margin-left: 20px;
}
	.footer-text span {
	display: inline-block;
	padding-right: 15px;
	color: #b7aea4;
}
	
.footer-link {text-align:right; padding-right:31px;}
