/*  = GLOBAL RESET
--------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/*  = COLOURS

	Font: #282828
	Links: #9f9696
	Links (hover): #9eb0b6

--------------------------------------------------- */


/*  = PAGE STRUCTURE
--------------------------------------------------- */

body {
	background-image: url(../images/background.jpg);
	font-family: Georgia, Arial, Sans-Serif;
	font-size: 90%;
	color: #282828;
	}

#connect {
	width: 100%;
	height: 10px;
	background-image: url(../images/transparent.png);
	}

#container {
	width: 950px;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 15px;
	border: solid 1px #eee;
	background: #F7F7F7;
	}

#header {
	margin-bottom: 25px;
	}

	#header h1 {
		float: left;
		}

	span.slogan {
		float: right;
		}

	span.quote {
		float: right;
		}

#navigation {
	clear: both;
	height: 35px;
	border-top: solid 1px #ddd;
	border-bottom: solid 1px #ddd;
	font-family: 'QuicksandBook', Georgia, Arial;
	}

ul#nav {
	padding: 10px 0 10px 0;
	margin-bottom: 20px;
	float: left;
	}

	ul#nav li {
		display: inline;
		margin-right: 20px;
		}

	ul#nav li a {
		text-decoration: none;
		color: #9f9696;
		padding: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		}

	ul#nav li a:hover {
		color: #fff;
		background: #9eb0b6;
		}

	p.telephone {
		float: right;
		padding-top: 10px;
		}

#content_container {
	margin-top: 10px;
	margin-bottom: 20px;
	clear: both;
	color: #282828;
	}

.slogan_main {
	width: 461px;
	float: left;
	padding-top: 30px;
	}

.portfolio {
	width: 480px;
	float: right;
	}

.content {
	clear: both;
	padding-bottom: 10px;
	padding-top: 10px;
	margin-bottom: 10px;
	}

	.who {
		width: 300px;
		float: left;
		margin-right: 10px;
		padding-right: 10px;
		padding-bottom: 10px;
		line-height: 1.3em;
		font-family: 'QuicksandBook', Georgia, Arial;
		}

	.what {
		width: 300px;
		float: left;
		margin-right: 10px;
		padding-right: 10px;
		line-height: 1.3em;
		font-family: 'QuicksandBook', Georgia, Arial;
		}

	.why {
		width: 300px;
		float: left;
		line-height: 1.3em;
		font-family: 'QuicksandBook', Georgia, Arial;
		margin-bottom: 20px;
		}

	.connect {
		width: 300px;
		float: left;
		line-height: 1.3em;
		font-family: 'QuicksandBook', Georgia, Arial;
		}

#footer {
	clear: both;
	background: #9eb0b6;
	padding: 10px;
	color: #fff;
	font-family: 'QuicksandBook', Georgia, Arial;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	}


/*  = TYPOGRAPHY
--------------------------------------------------- */

h1, h2, h3, h4, h5 {
	margin: 0;
	padding: 0;
	}


h2 {
	margin-top: 10px;
	}


h2, h3 {
	font-size: 18px;
	font-weight: lighter;
	color: #282828;
	font-family: 'QuicksandBook', Georgia, Arial;
	padding: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	}

#content_container h2 {
	font-size: 14px;
	font-weight: lighter;
	color: #282828;
	font-family: 'QuicksandBook', Georgia, Arial;
	padding: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #ddd;
	margin-bottom: 20px;
	}
	

a.quote {
	display: block;
	width: 300px;
	height: 50px;
	text-decoration: none;
	background: url(../images/quote.png);
	text-indent: -9999px;
	}

a.quote:hover {
	background-position: 0 -50px;
	}

.displace {
	position: absolute;
	left: -5000px;
	}


p.telephone a {
	text-decoration: none;
	color: #9f9696;
	}

p.telephone a:hover {
	color: #617075;
	}

p.desc {
	margin-top: 10px;
	font-family: 'QuicksandBook', Georgia, Arial;
	font-size: 13px;
	line-height: 1.3em;
	}

@font-face {
	font-family: 'QuicksandLight';
	src: url('Quicksand_Light-webfont.eot');
	src: local('?'), url('Quicksand_Light-webfont.woff') format('woff'), url('Quicksand_Light-webfont.ttf') format('truetype'), url('Quicksand_Light-webfont.svg#webfontt0T0A3tl') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'QuicksandLightOblique';
	src: url('Quicksand_Light_Oblique-webfont.eot');
	src: local('?'), url('Quicksand_Light_Oblique-webfont.woff') format('woff'), url('Quicksand_Light_Oblique-webfont.ttf') format('truetype'), url('Quicksand_Light_Oblique-webfont.svg#webfont1uSxaHp4') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'QuicksandBook';
	src: url('Quicksand_Book-webfont.eot');
	src: local('?'), url('Quicksand_Book-webfont.woff') format('woff'), url('Quicksand_Book-webfont.ttf') format('truetype'), url('Quicksand_Book-webfont.svg#webfontozh2o7Cr') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'QuicksandBookOblique';
	src: url('Quicksand_Book_Oblique-webfont.eot');
	src: local('?'), url('Quicksand_Book_Oblique-webfont.woff') format('woff'), url('Quicksand_Book_Oblique-webfont.ttf') format('truetype'), url('Quicksand_Book_Oblique-webfont.svg#webfontI2PSQYSM') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'QuicksandBold';
	src: url('Quicksand_Bold-webfont.eot');
	src: local('?'), url('Quicksand_Bold-webfont.woff') format('woff'), url('Quicksand_Bold-webfont.ttf') format('truetype'), url('Quicksand_Bold-webfont.svg#webfontWZB7AMLl') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'QuicksandBoldOblique';
	src: url('Quicksand_Bold_Oblique-webfont.eot');
	src: local('?'), url('Quicksand_Bold_Oblique-webfont.woff') format('woff'), url('Quicksand_Bold_Oblique-webfont.ttf') format('truetype'), url('Quicksand_Bold_Oblique-webfont.svg#webfontUr1dlcu1') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'QuicksandDash';
	src: url('Quicksand_Dash-webfont.eot');
	src: local('?'), url('Quicksand_Dash-webfont.woff') format('woff'), url('Quicksand_Dash-webfont.ttf') format('truetype'), url('Quicksand_Dash-webfont.svg#webfontQh3dDiMu') format('svg');
	font-weight: normal;
	font-style: normal;
}


/*  = IMAGES
--------------------------------------------------- */

ul.hover_block { display: block; overflow: hidden; height: 1%; padding-bottom: 15px; margin-left: 2px;}
			
ul.hover_block li, ul.hover_block2 li {
	list-style:none;
	float:left;
	background: #fff;
	padding: 10px;
	width:204px; position: relative;
	margin-right: 11px;
	margin-left: 2px;
	}

ul.hover_block li a, ul.hover_block2 li a {
	display: block;
	position: relative;
	overflow: hidden;
	height: 150px;
	width: 180px;
	padding: 16px;
	color: #000;
	font-family: 'QuicksandBook', Georgia, Arial; 
	}

ul.hover_block li a, ul.hover_block2 li a { text-decoration: none; }

ul.hover_block li img, ul.hover_block2 li img {
	position: absolute;
	top: 0;
	left: 0;
	border: 0;
	}

.image {
	position: relative;
  	width: 204px;
	padding: 10px;
	background: #fff;
	float: left;
	margin-left: 12px;
	margin-bottom: 10px;
	}

.image img {
	opacity: 0.8;
	}

.image img:hover {
	opacity: 1.0;
	}

h4 {
   	position: absolute;
   	top: 100px;
   	left: 10px;
   	width: 100%;
	}

h4 span {
   	color: white;
	font-weight: lighter;
	font-size: 16px;
   	letter-spacing: -1px;
	line-height: 2.8em;
   	background: rgb(158, 176, 182); /* fallback color */
   	background: rgba(119, 140, 147, 0.7);
   	padding: 10px;
	opacity: 1.0;
	}

h4 span.spacer {
   	padding:0 5px;
	}