@charset "utf-8";
/* CSS Document */

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;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}

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;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

img {
	border: 0;
}

a:link, a:visited {
	color: #000000;
	text-decoration: none;
}

a:hover, a:active {
	color: #002b45;
	text-decoration: underline;
}

p {
	padding: 0;
	margin: 0px 0px 15px 0px;
}


.uppercase {
	text-transform: uppercase;
}

.hot {
	color: #cc0000;
	font-weight: bold;
}

.colourhighlight {
	text-transform: uppercase;
	color: #cc0000;
	font-size: 1.2em;
}

.testimonialtitle {
	font-size: 1.2em;
	font-weight: bold;
}

h1 {
	font-size: 2.5em;
	color: #333333;
	line-height: 1em;
	text-align: right;
	font-weight: lighter;  
	margin-bottom: 15px;
	margin-top: 14px;
}

h2 {

}

hr {
	border: 0;
	height: 1px;
	width: 100%;
	background-color: #eeeeee;
	color: #eeeeee;
	margin: 20px 0 20px 0;
}


