html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background: transparent;
}
.serviceimg {
	float: left;
	height: 150px;
	width: 220px;
	margin-right: 15px;
	padding: 10px;
	background-color: #FFF;
}

body {
    font-size: 13px;
    font-family: Arial, sans-serif;
    text-align: center;
	color: #703f3b;
	background: #f9f9f9 url("../images/main-bg.gif") repeat 0 0;
}

.clearer {
    clear: both;
}

a {
	color: #703f3b;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
    vertical-align: top;
}

#wrapper {
	min-width: 1096px;
	overflow: hidden;
	position: relative;
	background: url("../images/brown-bg.gif") repeat-x 0 0;
}

body.inner #wrapper {
	background-image: url("../images/brown-bg-inner.gif");
}

#barber-pole {
	position: fixed;
	left: 0px;
	top: 70px;
	z-index: 1;
}

#barber-pole div {
	position: relative;
	width: 105px;
	height: 258px;
	background: url("../images/barber-pole.png") no-repeat 0 0;
}

#container {
	width: 1096px;
	margin: 0px auto;
	text-align: left;
	position: relative;
	z-index: 3;
}

#header {
	position: relative;
	height: 192px;
}

#logo {
	position: absolute;
	top: 0px;
	left: 350px;
	z-index: 1;
}

.nav {
	position: relative;
	z-index: 5px;
	padding-top: 85px;
	color: #fff;
	font-size: 30px;
	font-weight: bold;
}

.nav a {
	color: #fff;
	text-decoration: none;
	display: inline-block;
}

.nav a:hover,
.nav a.active {
	color: #bbc9bb;
	text-decoration: none;
}

#nav-left {
	float: left;
}

#nav-right {
	float: right;
}

#nav-left a {
	margin-right: 55px;
}

#nav-right a {
	margin-left: 55px;
}

#banner {
	padding-bottom: 50px;
	text-align: center;
}

.white-box {
	position: relative;
	background: url("../images/white-bg.png") repeat 0 0;
	padding: 16px;
	position: relative;
	-webkit-box-shadow: #ccc 1px 1px 3px;
	-moz-box-shadow: #ccc 1px 1px 3px;
	box-shadow: #ccc 1px 1px 3px;
	behavior: url(css/PIE.htc);
}

#slides,
#slides li {
	width: 1065px;
	height: 403px;
	position: relative;
	list-style: none;
	overflow: hidden;
	z-index: 1;
	margin: auto;
	background: transparent;
}

#pager {
	position: absolute;
	top: 30px;
	left: 30px;
	z-index: 5;
}

#pager a {
	display: block;
	float: left;
	width: 24px;
	height: 23px;
	cursor: pointer;
	text-decoration: none;
	font-size: 0px;
	margin-right: 5px;
	background: url("../images/pager-bullet.png") no-repeat 50% 0px;
}

#pager a.activeSlide,
#pager a:hover {
	background-position: 50% -23px;
}

#page-content {
	padding-bottom: 50px;
}

#home-left-column {
	width: 604px;
	float: left;
}

#home-right-column {
	width: 464px;
	float: right;
}

#home-left-column .white-box {
	margin-bottom: 18px;
	padding: 13px 16px;
}

.home-box {
	height: 148px;
	position: relative;
}

.home-box .image {
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 1;
}

.home-box .link {
	position: absolute;
	right: 0px;
	bottom: 10px;
	z-index: 3;
}

.home-box .link div {
	position: relative;
	width: 210px;
	height: 30px;
	line-height: 30px;
	padding-right: 14px;
	text-align: right;
	background: url("../images/link-gradient.png") no-repeat 0 0;
}

.home-box .link a {
	display: block;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	padding-right: 22px;
	background: url("../images/white-arrow.png") no-repeat 100% 50%;
}

.home-box .link a:hover {
	padding-right: 18px;
}

h1 {
	font-weight: bold;
	font-size: 38px;
	padding-bottom: 10px;
	border-bottom: solid 2px #b6918d;
	margin-bottom: 30px;
}

h2 {
	font-weight: bold;
	font-size: 22px;
	font-style: italic;
	padding-bottom: 15px;
}

h3 {
	font-weight: bold;
	font-size: 22px;
	padding-bottom: 15px;
}

#home-right-column h1 {
	padding-bottom: 0px;
	border-bottom: none;
}

p {
	font-size: 13px;
	font-weight: bold;
	line-height: 21px;
	padding-bottom: 21px;
}

.button {
	display: inline-block;
	vertical-align: top;
	padding: 0px 10px;
	line-height: 30px;
	color: #fff;
	cursor: pointer;
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
	background: #7e2c1f;
}

.button span {
	display: inline-block;
	padding-right: 20px;
	background: url("../images/white-arrow.png") no-repeat 100% 50%;
}

.button:hover {
	padding-left: 14px;
	text-decoration: none;
}

.button:hover span {
	padding-right: 16px;
}

#footer {
	background: #cccccc url("../images/footer-bg.gif") repeat 0 0;
	border-top: solid 1px #808080;
}

#footer2 {
	border-top: solid 2px #fff;
}

#footer-content {
	width: 1096px;
	padding: 20px 0px;
	margin: 0px auto;
	text-align: left;
	color: #681f19;
	font-size: 12px;
	line-height: 24px;
}

#footer-content a {
	color: #681f19;
}

.footer-column {
	width: 350px;
	float: left;
	padding-right: 20px;
}

.footer-column.last {
	float: right;
	padding-right: 0px;
}

ul.links {
	margin: 2px 0px 22px;
	border-top: solid 1px #b6a2a0;
	line-height: 29px;
	font-size: 16px;
	list-style: none;
}

ul.links li {
	border-bottom: solid 1px #b6a2a0;
	padding: 10px 5px;
}

ul.links.left-indent li {
	padding-left: 45px;
}

ul.links li a {
	display: block;
}

.social-link {
	padding-left: 45px;
}

.social-facebook {
	background: url("../images/footer-icon-facebook.png") no-repeat 0 50%;
}

.social-linkedin {
	background: url("../images/footer-icon-linkedin.png") no-repeat 0 50%;
}

.social-google {
	background: url("../images/footer-icon-google.png") no-repeat 0 50%;
}

.staff-items {
	margin-right: -32px;
}

.staff-items .item {
	width: 351px;
	float: left;
	padding: 0px 22px 30px 0px;
}

.staff-items .item .actions {
	padding: 10px 15px;
}

.staff-items .item .actions img {
	vertical-align: text-bottom;
	margin: 0px 2px;
}

.contact-details-column {
	width: 460px;
	float: left;
}

.contact-form-column {
	width: 516px;
	float: right;
}
.image-column {
	width: 500px;
	float: right;
}

.contact-details {
	font-size: 22px;
	font-weight: bold;
	line-height: 38px;
}

.contact-details img {
	vertical-align: middle;
}

.contact-details big {
	font-size: 47px;
	line-height: 60px;
}

.contact-map {
	padding: 20px 0px;
}

.location-info {
	font-size: 18px;
	font-weight: bold;
	line-height: 40px;
}

.grey-box {
	background: #ebebeb;
	padding: 25px 35px;
	color: #681f19;
}
.grey-box-images {
	background: #ebebeb;
	padding: 26px;
	color: #681f19;
}
hr {
	color: #703f3b;
}

.grey-box .row {
	padding-bottom: 10px;
}

.grey-box .row label {
	font-size: 15px;
	font-weight: bold;
	font-style: italic;
}

.text-input {
	font-size: 16px;
	font-family: Arial;
	color: #333;
	background: #f6f5f5;
	border: solid 1px #b2b1b0;
	height: 20px;
	padding: 10px;
	width: 430px;
	margin: 4px 0px;
}

textarea.text-input {
	height: auto;
}
.inner #wrapper #container #page-content .contact-details-column ul li {
	margin-left: 12px;
	line-height: 18px;
}
.inner #wrapper #container #page-content .contact-form-column #paymentlogos  {
	width: 263px;
	margin-top: 40px;
}

#header-notice {
	background: #ffffff;
	text-align: center;
	padding: 20px;
	font-size: 16px;
	font-weight: bold;
}

