html {
}
#footer {
	-webkit-text-size-adjust: none
}


body {
	font: 100% "Helvetica Neue", Helvetica, Verdana, sans-serif;
	color: #000;
	height: 100%;
}
img {
	border: 0;
}
#header {
	display: block;
	background-color: #fff;
	height: 150px;
	color: #000;
	margin: 0px auto;
	position: relative;
}

#header h1 {
	height: 85px;
	width: 400px;
	top: 0px;
	left: 0px;
	display: block;
	position: absolute;
	background-image: url(/img/logo.jpg);
	margin: 40px 30px 25px 37px;
	z-index: 1;
}

#header a:hover {
	background-image: url(/img/logo_over.jpg)
}

#header h1 a {
	width: 400px;
	height: 85px;
	outline: none;
	text-indent: -5000px;
	display: block;
}
#workgraph {
	padding-top: 30px;
	margin-left: 36px;
	margin-bottom: 2px;
	right: 37px;
	position: absolute;
}
#workgraph ul {
	margin-bottom: -4px;
}
#workgraph li {
	float: left;
	width: 37px;
	height: 120px;
	list-style-type: none;
	margin-right: 2px;
}
#workgraph li a {
	display: block;
	height: 119px;
	width: 37px;
	text-indent: -5000px;
	outline: none;
	border-bottom: 1px;
	background-repeat: no-repeat;
	background-color: #fff;
}

a.selected#bgraph1, a:hover#bgraph1 {
	background-image: url(/img/icon_sitesbuilt_on.gif);
}
a.selected#bgraph2, a:hover#bgraph2 {
	background-image: url(/img/icon_updated_on.gif);
}
a.selected#bgraph3, a:hover#bgraph3 {
	background-image: url(/img/icon_designscomplete_on.gif);
}
a.selected#bgraph4, a:hover#bgraph4 {
	background-image: url(/img/icon_googleresults_on.gif);
}
a.selected#bgraph5, a:hover#bgraph5 {
	background-image: url(/img/icon_mikesbday_on.gif);
}

#bgraph1 {
	background-image: url(/img/icon_sitesbuilt.gif);
}
#bgraph2 {
	background-image: url(/img/icon_updated.gif);
}
#bgraph3 {
	background-image: url(/img/icon_designscomplete.gif);
}
#bgraph4 {
	background-image: url(/img/icon_googleresults.gif);
}
#bgraph5 {
	background-image: url(/img/icon_mikesbday.gif);
}
#content {
	display: block;
	font-size: .86em;
	background-color: #504c0f;
	border-top: solid 4px #000;
	padding: 37px;
	color: #ffffff;
	letter-spacing: 1.5px;
	position: relative;
}

#content h2 {
	margin: 1em 0 0 0;
	padding-bottom: 1em;
}
#content #subcontainer h2 {
	margin: 0;
}

#content p {
	padding-bottom: 1.2em;
	margin-left: 0em;
	line-height: 1.5em;
}
#content #subcontainer p {
	margin-left: 0;
}

#content blockquote {
	text-indent: 1em;
	font-weight: 200;
	margin-top: 0em;
}
#content cite {
	display: block;
	text-align: right;
	margin-bottom: 1em;
}
#content cite a {
	text-align: right;
	font-size: .85em;
}
#content .article li {
	margin-left: 1em;
	padding-left: 0em;
	padding-bottom: .5em;
	list-style-type: disc;
}

#diaries.p_summary #content {
	background-color: #eee;
	color: #000;
}

#diaries.p_summary #content img {
	margin-bottom: 2em;
}


/* clear fix */

#content:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* Hides from IE-mac \*/
* html #content {
	height: 1%;
}
/* End hide from IE-mac */

/* eo clearfix */

#container {
	width: 60%;
	float: right;
}
#subcontainer {
	padding-top: .5em;
	clear: both;
}
#subcontainer h2 {
	margin-bottom: .5em;
}

#subcontainer ul {
	margin-top: .5em;
}
#subcontainer li {
	margin-top: .25em;
}
#subcontainer li a {
	margin-right: .25em;
}
#link {
	margin-top: .5em;
}
.maintext {
	line-height: 18px;
	float: left;
	display: block;
}

#imageBlock {
	padding-top: 37px;
}
#imageBlock a {
	display: block;
	width: 37px;
	height: 37px;
	margin: 0 2px 2px 0;
	float: left;
	outline: none;
	background-image: url('/img/calendaroff.gif');
}

#imageBlock.small img {
	height: 16px;
	width: 16px;
}

#imageBlock.small a:hover {
	background: url('/img/imgon.gif') no-repeat;
}
#imageBlock.small a {
	background: url('/img/imgoff.gif') no-repeat;
	width: 16px;
	height: 16px;
	display: block;
	text-indent: -5000px;
	outline: none;
}

.subtext {
	float: left;
	width: 350px;
	margin: 0 0 37px 37px;
}

#key {
	height: 39px;
	display: block;
	font-size: .86em;
}
#key img {
	margin-right: 40px;
	width: 37px;
	vertical-align: middle;
}


#icons {
	height: 37px;
	margin-right: 20px;
	display: block;
}

#icons a:hover {
	cursor: pointer;
}
#icons a {
	float: left;
	margin-right: 2px;
	width: 37px;
	height: 37px;
	display: block;
	text-indent: -5000px;
	outline: none;
}
#tabs a {
	background: url('/img/calendarno.gif') no-repeat;
	line-height: 37px;
	padding-left: 75px;
	text-decoration: none;
	color: #73703f;
	display: block;
	outline: none;
}
#tabs .selected, #tabs a:hover {
	background: url('/img/calendaron.gif') no-repeat;
	color: #dea80e;
	outline: none;
}
ul#tabs {
	list-style-type: none;
	margin: 0 0 37px 0;
	padding: 0;
	float: left;
	display: block;
	width: 35%;
}
#tabs li {
	margin-bottom: 2px;
}
ul#calendar {
	margin-left: 0px;
	padding-top: 18px;
	width: 276px;
}
ul#calendar li {
	float: left;
	list-style-type: none;
	width: 37px;
	height: 37px;
	margin: 0 2px 2px 0;
	background-image: url('/img/calendarno.gif');
	background-repeat: no-repeat;
}
ul#calendar li a {
	display: block;
	width: 37px;
	height: 37px;
	background-image: url('/img/calendaroff.gif');
	text-indent: -5000px;
	outline: 0;
}
#calendar li a:hover {
	background-image: url('/img/calendarhover.gif');
}
#calendar li.selected a, #calendar li a.selected {
	background-image: url('/img/calendaron.gif');
}
#calendar li#d1 {
	margin-left: 0px;
}
#calendar li#d2 {
	margin-left: 39px;
}
#calendar li#d3 {
	margin-left: 78px;
}
#calendar li#d4 {
	margin-left: 117px;
}
#calendar li#d5 {
	margin-left: 156px;
}
#calendar li#d6 {
	margin-left: 195px;
}
#calendar li#d7 {
	margin-left: 234px;
}
a.link {
	color: #ffffff;
}
#diaries a.link {
	font-size: .76em;
}
#diaries #recent_work a {
	color: #fff;
}
#pages #legal a {
	color: #fff;
}
#pages #leftcol {
	margin-top: 37px;
}
#pages #content p {
	padding-top: 0;
	padding-bottom: 1em;
}


#sub-content {
	width: 60%;
	float: right;
}

#enquiries #contact_us a {
	color: #fff;
}

ul#months {
	display: block;
	clear: left;
	width: 276px;
}
ul#months li {
	display: inline;
	font-size: .76em;
	padding-left: 5px;
}
ul#months li a {
	text-decoration: none;
	color: #ffffff;
	white-space: nowrap;
}
ul#months li a:hover {
	color: #dea80e;
}
ul#months li a.selected {
	color: #dea80e;
}

#footer {
	clear: both;
	display: block;
	border-top: 1px solid #ffffff;
	padding: 37px;
	position: relative;
}

#for-clients {
}

#sub-nav {
	position: absolute;
	right: 37px;
	top: 37px;
	padding-bottom: 37px;
}

#footer li {
	list-style-type: none;
	letter-spacing: 2px;
	padding-right: 36px;
}
#footer li.clients {
	list-style-type: none;
	letter-spacing: 2px;
}

#flashMessage {
	background-color: #DEA80E;
	color: #000;
	border: 1px solid #ccc;
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
	padding: 10px;
	margin-bottom: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.error-message {
	margin: 5px;
}


input[type=hidden] {
	border: 0;
}
label {
	display: block;
	font-size: .8em;
	color: #dea80e;
}
input, textarea {
	color: #000;
	font-family: inherit;
	border: 0px solid #ffffff;
	padding: 3px;
	background-color: #ffffff;
}
input[type='text'],
input[type='password'] {
	width: 100%
}

input[type='submit'] {
	border: 1px solid #000;
	background-color: #DEA80E;
	color: #000;
	font-size: 1.5em;
	padding: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

fieldset {
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	background-color: #000;
	padding: 18px;
}

legend {
	padding-top: 30px;
	color: #DEA80E;
	font-weight: bold;
}

fieldset label {
	padding-top: 1em;
}

fieldset input,
fieldset textarea {
	margin-top: 5px;
	width: 100%;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
div.optional, div.required {
	margin-top: .5em;
	display: block;
}
.error_message {
	margin-top: .5em;
	font-weight: bold;
}
div.submit {
	margin-top: 1.2em;
	font-size: .8em;
	text-align: right;
}
div.submit button {
	border: 0px solid #FFF;
	color: #000;
	padding: 3px;
	background-color: #FFF;
}
.error_message {
	color: #ffffff;
	line-height: 18px;
	letter-spacing: 2px;
}
input[type=image] {
	border: none;
}

.article {
	margin: 0;
	padding: 0;
	float: right;
	width: 60%;
	right: 37px;
	top: 37px;
}
.article .maintext {
}
.article .maintext2 {
}
.articles ul {
	float: left;
}
.maintext h2 {
	margin-bottom: .5em;
}
h3, .date {
	color: #dea80e;
	display: block;
}
.date {
	clear: left;
	padding-top: 1em;
	margin-bottom: .5em;
}
a:hover {
	color: #fff;
}
a {
	color: #dea80e;
	text-decoration: none;
}

.imageLoader {
	margin-left: 100px;
	width: 220px
}

form#EnquiryAddForm fieldset {
	background-image: url(/img/wood_bg.jpg);
}

a {
	outline: none;
}

#gallery-litebox li {
	display: inline;
}
#gallery-litebox li img {
	outline: none;
	margin-right: 18px;
	margin-bottom: 18px;
}

body.night {
	background-image: url(/img/wood_bg_dk.jpg);
}

body.day {
	background-image: url(/img/wood_bg.jpg);
}

body.afternoon {
	background-image: url(/img/pattern1.jpg);	
}


#google-map {
	position: absolute;
	bottom: 80px;
}

ul#demo-nav {
	line-height:2em;
	border-bottom: 1px dotted #DEA80E;
	margin-bottom:1em;
}

ul#demo-nav li {
	display: inline;
}
ul#demo-nav li a {
	padding-right: 30px;
}

ul#demo-nav a.selected {
	color:#fff;
	text-shadow: 1px 1px #000;
	}

#slideShow {
	width : 600px;
	height : 400px;
	padding : 18px;
	border:1px dotted #DEA80E;
	margin-bottom:18px;
}

.demo-help {
	background: transparent url(/img/help-browser.png) no-repeat top left;
	padding-left:28px;
	line-height:28px;
	text-shadow: 1px 1px #000;
}
