body {
	margin: 0;
	padding: 0;
	/* Try a different font family - not got the feel to it I want */
	font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Verdana, Tahoma, sans-serif;
	font-size: 12px;
	line-height: 1.48em;
	color: #2E2E2E;
	background: #F2DA9E;
}
body.mceContentBody {
	background: #FFF;
}

em, cite, i {
/* Lucida Grande doesn't have italic and has to fake it. Use Lucida Sans if available */
font-family: "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", Verdana, Tahoma, sans-serif;
}
img {
	border: 0;
}

a {
color: #5576EF;
text-decoration: none;
}

dt {
	font-weight: bold;
}

h1, h2, h3, h4, h5 {
	font-family: "Museo Sans 500", Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #c82807;
	/* Good alternative: */
	font-family: "Helvetica Neue", Helvetica,Arial,Verdana,sans-serif;
}
h1 a, h2 a, h3 a, h4 a, h5 a {
	color: #c82807;
}
h1 {
	font-size: 260%;
	margin: 20px 0 12px;
	line-height: 110%;
}
#content h1+p {
	margin-top: 6px;
}
h2 {
	font-size: 187%;
	line-height: 130%;
	margin: 24px 0 14px 0;
}
h3 {
	font-size: 130%;
	margin: 20px 0 10px 0;
}
#container, .container {
	width: 960px;
	margin: auto;
	position: relative;
}
#header-wrapper {
	background: url(../images/header-bg.jpg) top center;
	margin: auto;
}
#header {
	height: 64px;
	position: relative;
}
#feature-wrapper {
	background: url(../images/feature-bg.jpg) repeat-x top center;
	height: 340px;
	overflow: hidden;
}
#wide-wrapper {
	background: #FFF;
}
#dogtooth {
	background: url(../images/dogtooth-bg.jpg);
	height: 38px;
}
#content-wrapper {
	background: #FFF;
}
#content, #content-wide {
	background: url(../images/content-bg.png) no-repeat;
	margin-top: -40px;
	padding: 20px;
}
#content-wide {
	width: 915px;
	padding: 30px;
}
#content p, #content-wide p {
	margin: 13px 0;
}

#footer-wrapper {
	background: url(../images/footer-bg.jpg) top center;
	height: 270px;
}
#footer {
	color: #490a00;
	padding-top: 24px;
}

#logo {
	background: url(../images/logo.png);
	width: 286px;
	height: 101px;
	position: absolute;
	left: 0px;
	text-indent: -5000px;
	margin: 0;
	padding: 0;
	z-index: 500;
}


/* Styles for the entire LavaLamp menu */
.lavaLamp {
	position: relative;
	float: right;
    height: 29px;
    padding: 15px; 
	 margin: 0;
    overflow: hidden;
}
/* Force the list to flow horizontally */
.lavaLamp li {
    float: left;
    list-style: none;
}
/* Represents the background of the highlighted menu-item. */
.lavaLamp li.back {
    background: url("../images/lava.png") no-repeat right -30px;
    width: 9px; height: 30px;
    z-index: 8;
    position: absolute;
}
.lavaLamp li.back .left {
    background: url("../images/lava.png") no-repeat top left;
    height: 30px;
    margin-right: 9px;
}
/* Styles for each menu-item. */
.lavaLamp li a {
    position: relative; overflow: hidden;
    text-decoration: none;
    text-transform: uppercase;
    font: bold 14px arial;
    color: #fff; outline: none;
    text-align: center;
    height: 30px; top: 7px;
    z-index: 10; letter-spacing: 0;
    float: left; display: block;
    margin: auto 10px;
}


#footer h3 {
	color: #652A06;
	font-size: 160%;
	font-weight: bold;
	margin-top: 0;
}
#footer-contact {
	width: 320px;
	float: left;
}
.footer-box {
	width: 280px;
	float: left;
	margin-left: 40px;
}
#footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#footer li {
	border-bottom: 1px dotted #a56e3f;
	padding: 7px 0 7px 30px;
	background: url(../images/tick.png) no-repeat left 9px;
}
#footer td {
	vertical-align: top;
}
#footer input, #footer textarea {
	width: 240px;
	border: 1px solid #bf8d63;
	font-size: 110%;
	padding: 3px;
	margin-bottom: 5px;
	font-family: inherit;
}
#footer textarea {
	height: 80px;
}

.button { 
  margin: 0;
  border: 0; 
  padding: 0 34px 0 0; 
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
  color: #333;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  outline: none;
}
.button span { 
  position: relative; 
  display: block; 
  white-space: nowrap; 
  padding: 0 0 0 34px; 
  color: #ffd368;
}
/* Hacks unfortunately needed for Mozilla */
button:focus::-moz-focus-inner { 
  border-color: transparent !important; 
} 
button::-moz-focus-inner { 
  border: none;
  padding: 0;
}
/* End hacks */



.round_button,
.disabled.round_button:hover { 
  background: url("../images/button.png") right no-repeat; 
/* Applied to button shape not bg image  -webkit-box-shadow: 3px 3px 5px #000; */
}
.round_button span,
.disabled.round_button:hover span { 
  height: 17px; 
  line-height: 17px;
  padding-top: 6px;
  padding-bottom: 6px;
  background: url("../images/button.png") left no-repeat;
}



/***** Scroller CSS ********/
#scroller {
	position: relative;
	background: url(../images/scroller/background.png);
	width: 660px;
/*	height: 386px;*/
	height: 366px;
	margin-top: -23px;
/*  */
	float: right;
}
#tl {
	background: url(../images/scroller/tl.png);
	width: 34px;
	height: 37px;
	position: absolute;
	left: 44px;
	top: 38px;
	z-index: 100;
}
#tr {
	background: url(../images/scroller/tr.png);
	width: 34px;
	height: 37px;
	position: absolute;
	left: 581px;
	top: 38px;
	z-index: 100;
}
#bl {
	background: url(../images/scroller/bl.png);
	width: 35px;
	height: 37px;
	position: absolute;
	left: 43px;
	top: 311px;
	z-index: 100;
}
#br {
	background: url(../images/scroller/br.png);
	width: 35px;
	height: 37px;
	position: absolute;
	left: 581px;
	top: 311px;
	z-index: 100;
}
#scroller-content {
	width: 545px;
	height: 286px;
	background: #CCC;
	position: absolute;
	left: 57px;
	top: 50px;
	overflow: hidden;
}
#scroller-prev {
	position: absolute;
	width: 40px;
	height: 60px;
	top: 160px;
	left: 15px;
	display: block;
	cursor: 
}
#scroller-next {
	position: absolute;
	width: 40px;
	height: 60px;
	top: 160px;
	left: 602px;
	display: block;
}

#feature-text {
	float:left;
	margin-top:40px;
	width:300px;
	font-family: Georgia;
}
#feature-text h2 {
	color: #333;
}
#feature-text a {
	text-decoration: underline;
	color: #2E2E2E;
}

/******* List styles *****/
ul.ticklist {
	list-style: none;
	margin: 0 0 0 20px;
	padding: 0;
}
.ticklist li {
	padding: 3px 0 3px 26px;
	background: url(../images/tick.png) no-repeat left 6px;
}

.service {
	border-bottom: 1px dotted #EFEFEF;
	padding-left: 120px;
	background: url(../images/icons/success.jpg) no-repeat 5px 0;
	padding-bottom: 1em;
	margin: 1.8em 0;
}
.service h3 {
	margin: 0 0 8px;
	font-size: 170%;
}
.service p {
	margin: 2px !important;
}

/************ Home page ***********/
.hbox {
	float: left;
	width: 270px;
	margin-right: 52px;
}
.hbox h2 {
	margin: 0;
}
.last {
	margin-right: 0;
}

/********* Portfolio pages **********/
.port-left {
	float: left;
	width: 425px;
}
.port-right {
	float: left;
	width: 450px;
	margin-left: 40px;
	margin-top: 15px;
}

.portfolio-page table {
	/*font-size: 11px;*/
	line-height: 1.1em;
}
.portfolio-page th {
	text-align: left;
	font-weight: normal;
	color: #C82807;
	width: 50px;
	vertical-align: top;
}
#pf-back {
	position: absolute;
	font-size: 20px;
	top: 22px;
	right: 28px;
}
#pf-back a {
	color: #333;
	font-weight: bold;
}


.relimg {
	float: left;
	margin-right: 14px;
	padding: 1px;
	border: 1px solid #e1e1e1;
	margin-bottom: 10px;
}

.find-out-more {
	width: 105px;
	height: 20px;
	text-indent: -5000px;
	background: url(../images/find-out-more.png);
}

.imgb {
	padding: 3px;
	border: 1px solid #e1e1e1;
}

.errors {
	color: #C82807;
	font-size: 90%;
}

/************** Testimonials *************/
blockquote {
	margin: 0;
	font-family: Rockwell;
	font-size: 121%;
	line-height: 136%;
	margin: 0 0 0 8px;
	text-indent: -0.5em;
	padding-left: 14px;
	border-left: 5px solid #C82807;
	color: #666;
}
.tattr {
	margin-top: 5px !important;
	margin-left: 35px !important;
	font-size: 90%;
	color: #7A7A7A;
}