body, div {
  margin: 0;
  padding: 0;
}

body {
	font-family: Arial, sans-serif;
	font-size: 16px;
	text-align: center;
}

html, body {
	background: url(../images/background.jpg) no-repeat center top #c2db76;
	color: #3e2d00;
}

/* Main Wrapper */

#mainWrapper {
	text-align: left;
	min-width: 990px;
	width: 990px;
	margin: 0 auto;
}
#content a {
	color: #506F22;
	text-decoration: none;
}
#content  a:hover {
	text-decoration: underline;
}
/* Header */

#header {
	height: 97px;
	background: url(../images/header-bg.png) no-repeat 274px 20px;
}

#header h1 {
	float: left;
	margin: 0;
	padding: 9px 0 0 8px;
}

#header h1 a {
	display: block;
	width: 224px;
	height: 77px;
	background: url(../images/logo.png) no-repeat;
	text-indent: -9999em;
}

#header .contact {
	float: right;
	margin: 6px 4px 0 0;
	height: 28px;
	line-height: 28px;
	font-size: 26px;
	color: #595959;
	padding-left: 37px;
	background: url(../images/telephone.png) no-repeat left center;
}

#header .tagLine {
	clear: right;
	float: right;
	font-size: 26px;
	color: #5e543a;
	letter-spacing: -1px;
    margin-top: 27px;
    padding-right: 6px;
}

/* Top Navigation */

#topNavigation {
	height: 48px;
	background: url(../images/gradient.png) repeat-x;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}

#topNavigation ul {
	margin: 0;
	padding: 0;
	float: right;
}

#topNavigation ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font-size: 18px;
	color: #f2efe6;
}

#topNavigation ul li a {
	display: inline-block;
	height: 48px;
	line-height: 48px;
	padding: 0 28px;
	color: #f2efe6;
	text-decoration: none;
}

#topNavigation ul li.active a {
	color: #e97f00;
}

/* Slider */

#slider {
	position: relative;
	height: 477px;
	margin-bottom: 10px;
}

#slider .image {
	position: absolute;
    left: 17px;
    top: 37px;
}

#slider .frame {
	position: absolute;
	left: 0;
	top: 0;
	width: 990px;
	height: 477px;
	background: url(../images/slider-bg.png) no-repeat;
}

#slider .overlay {
	position: absolute;
	left: 720px;
	top: 118px;
	width: 238px;
}

#slider .overlay .title {
	font-size: 18px;
	color: #3e2d00;
	margin: 0 0 12px;
}

#slider .overlay .desc {
	font-size: 14px;
	color: #3e2d00;
	margin: 0 0 16px;
}

#slider .overlay .readMore {
	display: block;
	height: 48px;
	line-height: 48px;
	background: url(../images/gradient.png) repeat-x;
	text-align: center;
	font-size: 19px;
	color: #fff;
	letter-spacing: -1px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}

#slider .navi {
	position: absolute;
	right: 108px;
	bottom: 35px;
}

#slider .navi ul {
	margin: 0;
	padding: 0;
}

#slider .navi ul li {
	float: left;
	margin: 0;
	padding: 0 2px;
	list-style: none;
}

#slider .navi ul li a {
	display: block;
	width: 16px;
	height: 16px;
	background: url(../images/slider-navi.png) no-repeat 0 -26px;
	text-indent: -9999em;
}

#slider .navi ul li.active a {
	background-position: 0 0;
}

/* Services */

#services {
	padding-bottom: 100px;
}

#services .heading {
	font-family: TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
	font-size: 30px;
	color: #744233;
	text-align: center;
	margin: 0 0 30px;
}

#services .service {
	position: relative;
	float: left;
	width: 330px;
	height: 532px;
	background: url(../images/section-frame.png) no-repeat center top;
}

#services .service .background {
    position: absolute;
    left: 16px;
    top: 17px;
}

#services .service .content {
	position: relative;
	z-index: 10;
	padding: 67px 28px 0;
	zoom: 1;
}

#services .service .title {
	margin: 0 8px 8px;
	font-size: 30px;
	font-weight: bold;
	color: #f2efe6;
	line-height: 1;
}

#services .service .title span {
	display: block;
	padding-bottom: 8px;
}

#services .service .desc {
	font-size: 17px;
	color: #fff;
	line-height: 1.3;
}

#services .service .readMore {
	position: absolute;
	top: 280px;
	right: 30px;
	font-size: 17px;
	font-weight: bold;
	color: #f2efe6;
	height: 17px;
	line-height: 17px;
	padding-left: 22px;
	background: url(../images/read-more-arrow.png) no-repeat;
}

#services .service.first .title {
	border-bottom: 1px solid #ffa334;	
}

#services .service.first .title span {
	border-bottom: 1px solid #df7a00;
}

#services .service.second .title {
	border-bottom: 1px solid #f03377;	
}

#services .service.second .title span {
	border-bottom: 1px solid #be1653;
}

#services .service.third .title {
	border-bottom: 1px solid #5da500;	
	margin-top: -21px;
}

#services .service.third .title span {
	border-bottom: 1px solid #498002;
	padding-bottom: 0;
}

/* Footer */

#footerWrapper {
	background: #506F22;
	min-width: 990px;
}

#footer {
	width: 990px;
	height: 52px;
	margin: 0 auto;
}
#footer a {
	color: #b3cd64;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#footer .links {
	margin: 0;
	padding: 6px 0 3px;
	text-align: center;
}

#footer .links li {
	display: inline;
	margin: 0 15px;
	padding: 0;
	list-style: none;
	font-size: 14px;
	color: #fff;
}

#footer .links li a {
	color: #fff;
	text-decoration: none;
}


#footer .copyright {
	margin: 0;
	text-align: center;
	font-size: 12px;
	color: #b3cd64;
}

