/* COLOURS
PINK: E41586
BLUE: 0ca2c4
GREEN: 63a63d
LIME: DBDB21
ORANGE: F47D25
GREY: 414142
LIGHTER GREY: 58595B
*/
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;
}
body {
	line-height: 1;
	font-family: Garamond, Georgia, serif;
	font-size: 12pt;
	color: #414142;
	padding: 5px;
}
ol, ul {
	list-style: none;
}

div.block{
	width: 250px;
	height: 368px;
	display: block;
	float: left;
	margin: 5px;
}
div.block_content{
	margin: 3px;
	height: 298px;
}

h1{
	font-size: 4em;
	font-weight: bold;
	margin-left: 10px;
	margin-bottom: -30px;
}
h2{
	font-size: 2em;
	font-weight: bold;
	line-height: 0.7em;
	margin: 0px 0 0 10px;
}
p{
	font-size: 1.3em;
	margin: 5px;
	text-align: right;
}
.project p{
	font-size: 1.1em;
}
.lime h1, .lime h2, .lime a:hover{
	color: #f0f067;
}
.lime{
	background-color: #DBDB21;
}
.blue h1, .blue h2, .blue a:hover{
	color: #21b7d9;
}
.blue{
	background-color: #0ca2c4;
	color: #fff;
}
.orange h1, .orange h2, .orange a:hover{
	color: #F8A466;
}
.orange{
	background-color: #F47D25;
	color: #fff;
}
.green h1, .green h2, .green a:hover{
	color: #75ba50;
}
.green{
	background-color: #63a63d;
	color: #fff;
}
.pink h1, .pink h2, .pink a:hover{
	color: #ed5ca7;
} 
.pink{
	background-color: #E41586;
	color: #fff;
}
.grey h1{
	color: #58595B;
}
a{
	font-size: 1.3em;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
}

/* TITLE BLOCK STYLES */
.title, .title p{
	text-align: center;
}

.title img{
	margin-top: 5px;
	margin-bottom: 40px;
}
p.t1{
	font-size: 1.9em;
}
p.t2, p.t6{
	font-size: 3.8em;
}
p.t3{
	font-size: 2.1em;
}
p.t4{
	font-size: 2.4em;
}
p.t5{
	font-size: 6.6em;
}
.t1, .t2, .t3, .t4, .t5{
	margin: -6px;
}
.t6{
	margin-top: -25px;
}
/* CONTACT BLOCK STYLES */
h1.first{
	}
.contact p{
	text-transform: uppercase;
}
p.c1{
	font-size: 1.3em;
}
p.c2{
	font-size: 2.6em;
	margin-top: -30px;
}
p.c3{
	font-size: 1em;
	
}
/* SERVICES STYLES */

.services p{
	font-size: 1.5em;
	margin: -25px 5px 0 25px;
}
.project h1{
	line-height: 0.8em;
	margin-bottom: -80px;
}
div.thumbs{
	height: 60px;
	overflow: hidden;
	margin: auto;
	width: 100%;
}
div.thumbs a:first-child{
	margin-right: 6px;
}
div.thumbs a:hover{
	position: relative;
	top: -60px;
}
div#footer{
	width: 100%;
	clear: both;
	margin: 10px 5px;
	text-transform: uppercase;
	text-align: center;
	padding: 5px;
}
.year, #footer{
	background-color: #414142;
	color: #f9f9f9;
	
}




