* {
	margin: 0px;
	padding: 0px;
}
@font-face {
	font-family: CABNDWebBold;
	src: url('fonts/CABNDWebBold.otf');
}
@font-face {
	font-family: DejaWeb Bold;
	src: url('fonts/DejaWeb-Bold.ttf');
}

h1 a {
	display: block;
	float: right;
	width: 32px;
	height: 40px;
	text-indent: -9999em;
	background: url(images/head.png);
}
h2 {
  font-family: Arial, Helvetica, San-serif;
  font-size: 26px;
  letter-spacing: -1px;
  float: left;
}
h3 {
  font-family: "CABNDWebBold", Arial, Helvetica, San-serif;
  font-size: 30px;
  letter-spacing: 0px;
  margin-bottom: 0.5em;
}
h3.first {
  margin-top: -30px;
}
*:first-child+html h3 {
   margin-top: 0px;
   letter-spacing: -1px;
   font-size: 27px;
}
#footer h3 {
  font-family: "DejaWeb Bold", Arial, Helvetica, San-serif;
  font-size: 18px;
  letter-spacing: 0px;
  margin-bottom: 1em;
}
ul {
	list-style: none;
	margin-bottom: 1.2em;
}
ul li {
   line-height: 1.4em;
}
a {
	color: #ea0037;
}
a:hover {
	text-decoration: underline;
}
strong {
	font-weight: normal;
	font-style: italic;
}
em {
	font-weight: bold;
	font-style: normal;
}
p {
	margin-bottom: 1.2em;
	line-height: 1.5em;
}
p.notes {
	font-size: 0.8em;
}
p#contact {
	margin-top: 3em;
}
p#copyright, p#copyright a {
	font-size: 12px;
	color: #898989;
	text-align: center;
	text-decoration: none;
	margin-top: 60px;
}
p#signature {
	background: url(images/ken-laing.png);
	width: 146px;
	height: 63px;
	text-indent: -9999em;
	float: right;
	margin-top: 10px;
	margin-right: 15px;
}
#tooltip{
	position:absolute;
	left: -100px;
	top: -100px;
	background: #1d1d1d;
	padding: 4px 8px;
	color: #fff;
	display:none;
}	
span#tagline {
	float: left;
	font-size: 13px;
	margin-left: 15px;
	margin-top: 10px;
}
span.phone {
  font-family: "CABNDWebBold";
  font-size: 23px;
  letter-spacing: -1px;
  margin-bottom: 0.5em;
}
img {
	border: none;
}
#leftcol img {
	border: 1px solid #d5d5d5;
}
.clear {
	clear: both;
}
.highlight {
	background: #fff9bb;
}

body {
	background: #fff url(images/bg.png)  repeat-x;
	font-family: Arial, Helvetica, San-serif;
	font-size: 62.5%;
	color: #1d1d1d;
}
html>body {
	font-size: 10px;
}
#wrapper {
	width: 950px;
	margin: 0 auto;
	text-align: left;
}
#header {
	margin-top: 30px;
}
#content {
	float: left;
	width: 950px;
        margin-top: 30px;
}

#leftcol, #rightcol {
	font-size: 1.5em;
	margin-top: 50px;
	width: 600px;
	float: left;
}
#rightcol {
   width: 300px;
   float: right;
   border: 3px solid #1d1d1d;
   position: relative;
}
#rightcol p.tip {
	position: absolute;
	right: 0px;
	top: -25px;
	display: block;
	font-size: 12px;
	text-align: center;
}
#rightcol h4 {
   position: absolute;
   top: -25px;
   left: 0px;
   font-size: 15px;
}
#footer {
	padding: 60px 0px;
	width: 950px;
	margin: 0 auto;
	font-size: 1.4em;
}
#footer .section {
	width: 300px;
	padding-top: 2px;
	margin-right: 25px;
   border-top: 5px solid #1d1d1d;
	float: left;
}
#footer .last {
	margin-right: 0px;
}
#footer ul li {
   margin-bottom: 10px;
}
#footer ul li a {
   text-decoration: none;
}
#footer ul li a:hover {
   text-decoration: underline;
}
p.seemore a {
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	padding: 4px 7px;
	background: #1d1d1d;
	color: #fff; 
	margin-top: 6px;
	float: right;
	display: block;
}
p.seemore a:hover {
   background: #898989;
}
ul#feedback li p {
	margin-top: 1em;
	text-align: right;
	font-style: italic;
	font-size: 13px;
	font-weight: bold;
}

/* Contact Form */

form {
   width: 600px;
	background: #fff;
	float: left;
	margin-top: 10px;
}
form label {
   font-size: 13px;
   font-weight: bold;
	height: 40px;
	width: 250px;
	float: left;
}
form label span {
   float: left;
   padding-top: 7px;
   
}
form label input, form label textarea {
	padding: 5px;
	color: #1d1d1d;
	font-size: 13px;
	height: 20px;
	width: 180px;
	border: 1px solid #d5d5d5;
	float: right;
}
form label textarea {
   height: 100px;
   width: 330px;
   font-family: Arial, San-serif;
}
form label.big {
	height: 120px;
	float: right;
}
form label.big span {
   display: none;
}

form input.submitbtn {
   width: 80px;
   height: 30px;
   padding-bottom: 3px;
   cursor: pointer;
   background: #1d1d1d;
   border: 1px solid #1d1d1d;
   color: #fff;
   font-size: 14px;
   font-weight: bold;
   float: right;
}
form input.submitbtn:hover {
	background: #898989;
   border: 1px solid #898989;
}


/* Dragdealer */

.dragdealer {
	position: relative;
	height: 30px;
	background: #EEE;
}
.dragdealer .handle {
	position: absolute;
	cursor: pointer;
}
.dragdealer .red-bar {
	width: 100px;
	height: 30px;
	background: #CC0000;
	color: #FFF;
	line-height: 30px;
	text-align: center;
}
.dragdealer .disabled {
	background: #898989;
}


#canvas-mask {
	width: 300px;
	height: 400px;
	overflow: hidden;
}
#canvas-mask .handle {
		width: 5400px;
		height: 350px;
		background: url('images/portfolio.jpg') no-repeat;
}
#canvas-mask .handle .slide {
			position: relative;
			float: left;
			width: 300px;
			height: 400px;
}
#canvas-mask .handle .slide .bar {
				position: absolute;
				bottom: 0;
				left: 0;
				width: 280px;
				padding: 10px;
				background: #1d1d1d;
				color: #FFF;
}
#canvas-mask .handle .slide .bar a {
					display: block;
					font-size: 18px;
					font-weight: bold;
					letter-spacing: -1px;
					color: #fff;
					text-decoration: none;
					text-align: center;
}
#canvas-mask .handle .slide .bar a span {
					font-size: 12px;
					display: block;
					letter-spacing: 1px;
					margin-top: 2px;
					font-weight: normal;
}

