@charset "UTF-8";
/* CSS Document */

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

	* Filename:				partnershipcore.css
	
	* Description:			Global CSS
	
	* Version:				1.0.0 (07-04-2009)
	
	* Website:				http://www.creativpartnership.co.uk/
	
	* Author:				Gavin Appleby - gavin@creativgroup.com
	
	This file controls the core elements of the Creativ Partnership website.

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

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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

html, body, #wrap {
	height: 100%;
	margin: 0 0 1px;
	padding: 0;
}

body {
	font-family: "Trebuchet MS";
	color: #000;
	margin: 0;
	padding: 0;
	text-align: center
}

img {
	border: none;
}

.clearer {
	width: auto;
	float: none;
	clear: both;
	height: 1px;
	margin-top: -1px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Trebuchet MS";
	padding: 0;
	margin: 0;
}

p {
	font-family: "Trebuchet MS";
	padding: 0;
	margin: 0;
}

.left {
	float: left;
	width: auto;
}

.right {
	float: right;
	width: auto;
}

/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}