@charset "utf-8";
/* CSS Document */
/* images without borders */
img {
	border: 0;
}
body {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size:76%;
	behavior: url("csshover3.htc");
	margin: 0;
	padding: 0;
	background-color: #fff;
}
strong {
	font-weight: bold;
	color: #a00;
}
a, a:link {
	color: #294313;
	text-decoration: underline;
	font-weight: bold;
}
a:hover, a:active {
	color: #c00;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #a00;
	text-decoration: underline;
	font-weight: bold;
}
h1, h2, h3, h4, h5 {
	color: #a00;
	margin: 0 0 1em 0;
	line-height: 125%;
}
h1 a:link, h2 a:link, h3 a:link, h4 a:link, h5 a:link, h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited {
	text-decoration: none;
}
#allenquiries h3 {
	font-weight: bold;
	font-size: 1.2em;
}
p {
	margin: 0 0 1.5em 0;
	line-height: 1.4em;
}
.spacer {
	margin: 10px 0 50px 0;	
}
h1:first-letter, h2:first-letter, h3:first-letter, h4:first-letter, h5:first-letter {
	font-size: 150%;
}
p:first-letter {
	font-size: 150%;
	font-weight: bold;
	color: #50524a;
}
p.link:first-letter {
	font-size: 100%;
	font-weight: bold;
}
/* ids */
#centrepage {
	width: 970px;
	margin: 0 auto;
}
#outerWrapper {
	float: left;
	width: 970px;
	margin: 0 auto;
	padding: 0 10px;
	background-image: url('/images/owbg.png');
	background-position: top left;
	background-repeat: no-repeat;
}
#innerWrapper {
	background-color: #fff;
	float: left;
	width: 950px;
	margin: 0;
	padding: 0 10px;
	background-position: top left;
}
#header {
	width: 950px;
	float: left;
	clear: both;
}
#logo {
	float: left;
	height: 100px;
	width: 680px;
	background-image: url('/images/logo.png');
}
#allenquiries {
	float: right;
	margin: 10px 0 0 0;
	padding: 0;
}
#allenquiries h2 {
	font-size: 200%;
	margin: 0;
	padding: 0;
	text-align: center;
}
#banner {
	width: 950px;
	float: left;
	height: 180px;
	margin: 0;
}
#topmenu {
	width: 950px;
	float: left;
}
#topmenu ul {
	margin: 0;
	padding: 0;
	height: 30px;
	width: 100%;
	display: block;
	list-style-type: none;
}
#topmenu ul li {
	margin: 0;
	padding: 0 26px 0 25px;
	float: left;
	line-height: 30px;
	border-right: 1px dotted #50524a;
}
#topmenu ul li.last {
	width: 80px;
	text-align: center;
	float: left;
	line-height: 30px;
	border-right: 0;
}
#topmenu ul li:hover {
	background-image: url('/images/bghover.png');
	background-position: center;
}
#topmenu ul li.active {
	background-image: url('/images/bgactive.png');
	background-position: center;
}
#topmenu ul li a {
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	line-height: 30px;
	margin: auto;
}
#topmenu ul li.active a {
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	line-height: 30px;
	margin: auto;
}
#topmenu ul li a:hover {
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	line-height: 30px;
	margin: auto;
}
#content {
	float: left;
	padding: 20px 0 0 0;
}
#bottommenu {
	float: left;
	width: 760px;
	margin: 30px 95px 0 95px;
	padding: 0;
	height: 30px;
	list-style-type: none;
}
#bottommenu li {
	float: left;
	margin: 0;
	padding: 0 15px 0 15px;
	line-height: 30px;
	border-right: 1px dotted #50524a;
}
#bottommenu li.last {
	text-align: center;
	float: left;
	line-height: 30px;
	border-right: 0;
}
#bottommenu ul li:hover, #bottommenu ul li.active {
	color: #c00;
	text-decoration: none;
	font-weight: bold;
}
#bottommenu ul li a {
	float: left;
	font-weight: bold;
	font-size: 12px;
	line-height: 30px;
	margin: auto;
}
#footer {
	float: left;
	width: 990px;
	height: 95px;
	margin: -10px 0 0 0;
	padding: 0;
}
/* search */
.searchinput {
	float: left;
	width: 150px;
	height: 17px;
	font-weight: normal;
	margin: 3px 0 0 0;
	padding: 4px;
	background-color: #ffecd2;
}
.btnsearch {
	width: 92px;
	height: 34px;
	font-size: 1em;
	font-weight: bold;
	padding: 0 10px;
	line-height: 34px;
	color: #fff;
	background: transparent url('/images/buttonbg.png');
	background-repeat: no-repeat;
	border: 0;
}
/* classes */
.segment {
	padding: 0 0 20px 0;
	border-bottom: 1px dotted #ccc;
	margin: 0 0 40px 0;
}
.creamtrans {
	background: transparent url('/images/40white.png');
	background-repeat: repeat;
	margin-bottom: 15px;
}
.green {
	color: #294313;
}
.red {
	color: #a00;
}
.grey {
	color: #50524a;
}
.orange {
 #ff9600;
}
.chestnut {
	color: #701300;
}
.large {
	font-size: 150%;
	font-weight: bold;
}
.strong {
	font-weight: bold;
}
.leftcol {
	float: left;
	vertical-align: top;
	min-width: 688px;
	max-width: 688px;
	margin: 0 10px 0 0;
	padding: 0 10px;
	border-right: 1px dotted #50524a;
}
.leftcol h1 {
	max-width: 565px;
}
.rightcol {
	vertical-align: top;
	float: right;
	width: 220px;
	padding: 0 10px 0 0;
}
.intro {
	float: left;
	clear: both;
	font-weight: normal;
	font-size: 1.5em;
	margin: 0 0 25px 0;
}
.content1 {
	width: 337px;
	float: left;
	margin: 0 10px 20px 0;
	background: transparent url('/images/40white.png');
	border: 1px dotted #50524a;
}
.content2 {
	width: 337px;
	float: left;
	margin: 0 0 20px 0;
	background: transparent url('/images/40white.png');
	border: 1px dotted #50524a;
}
.content3 {
	min-width: 208px;
	text-align: center;
	float: left;
	margin: 0 10px 10px 0;
	padding: 5px;
	background: transparent url('/images/40white.png');
	border: 1px dotted #50524a;
}
.content4 {
	width: 684px;
	float: left;
	margin: 0 0 20px 0;
	background: transparent url('/images/40white.png');
	border: 1px dotted #50524a;
}
.cmf {
	width:110px;
	float: left;
}
.cmfr {
	width:110px;
	float: right;
}
.portfoliodesc {
	padding: 20px 20px 0 0;
}
.contentblock {
	width: 100%;
}
.contentdescription {
}
.soundcloud {
	width: 200px;
	padding: 5px 0;
	margin: 0 0 0 5px;
}
.soundcloudrc {
	float: left;
	width: 100%;
	padding: 0;
}
.thumb {
	float: left;
	width: 100px;
	height: 100px;
	padding: 5px;
	margin: 0 auto;
}
.floatleft {
	float: left;
	margin: 0 15px 25px 0;
}
.center {
	margin: auto;
}
.thumbds {
	width: 100px;
	height: 100px;
	padding: 5px;
	margin: 0 auto;
	background: transparent url('/images/thumbds.png');
}
.objectdesc {
	width: 200px;
	float: left;
	padding: 6px;
}
.objectdesc2 {
	width: 400px;
	float: left;
	padding: 6px;
}
.border {
	border: 1px dotted #50524a;
}
.dropcap {
	font-size: 200%;
	font-weight: bold;
	line-height: 0.85em;
	margin-right: 0.05em;
	margin-bottom:-0.4em;
}
.dropcap2 {
	font-size: 150%;
	font-weight: bold;
	line-height: 0.85em;
	margin-right: 0.05em;
	margin-bottom:-0.4em;
}
p.footerp {
	padding: 20px 0 30px 0;
	margin: 80px 20px 0 20px;
	width: 950px;
	float: left;
	text-align: center;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* EmailForm 
------------------------------------------------------------------------------- */
#EmailForm fieldset {
	padding: 20px;
}
#EmailForm fieldset {
	padding: 20px;
}
#EmailForm label {
	float: left;
	width: 190px;
}
#EmailForm fieldset {
	border: 1px dotted #50524a;
}
#EmailForm legend {
	color: #fff;
	font-weight: bold;
	background: #a9100b;
	border: 1px solid #50524a;
	padding: 2px 6px
}
/* Shadow Cotainer
------------------------------------------------------------------------------- */

.shadow-container {
	position: relative;
	left: 3px;
	top: 3px;
	margin-right: 20px;
	margin-bottom: 15px;
	padding: 0;
	width: 202px;
	float: left;
	clear: both;
}
.shadow-container .shadow2, .shadow-container .shadow3, .shadow-container .container {
	position: relative;
	left: -1px;
	top: -1px;
}
.shadow-container .shadow1 {
	background: #F1F0F1;
}
.shadow-container .shadow2 {
	background: #DBDADB;
}
.shadow-container .shadow3 {
	background: #B8B6B8;
}
.shadow-container .container {
	background: #ffffff;
	border: 1px dotted #848284;
	padding: 0;
	margin: 0;
	height: 154px;

}
