@charset "UTF-8";
/* -------------------------------------------------------------- 
  
   Resets default browser CSS styles.
   
   Created by Erik Meyer:
   meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
   
-------------------------------------------------------------- */

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;
}

#conveyor {
}

/* Remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: #e8e8e8;
}
ol, ul {
	list-style: none;
}

/* Tables still need 'cellspacing="0"' in the markup. */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* -------------------------------------------------------------- 
  
   Site specific styles.
   
   Created by Grenville Hamlyn:
   associatedesign.co.uk with sevenadvertising.co.uk
   
-------------------------------------------------------------- */

html, body, table {
    min-height: 100%;
    width: 100%;
    height: 100%;
	display: block;
	position: absolute;
	background-color: #000;
	font: .9em/1.5em "Lucida Grande", Lucida, Verdana, sans-serif;
}

table {
	position: absolute;
	right: 453px;
	bottom: 262px;
}

#container {
	height: 525px;
	width: 906px;
	left: 50%;
	position: absolute;
	top: 50%;
	overflow: hidden;
}

#navigation {
	width: 906px;
	height: 60px;
	margin-bottom: 20px;
	background-image: url(images/navigation.gif);
}

#footer {
	height: 10px;
	width: 317px;
	background: url(images/footer.gif) no-repeat;
	font-size: 10px;
	line-height: 10px;
	padding-top: 30px;
	padding-bottom: 10px;
	padding-left: 589px;
	color: #000;
}

#main {
	height: 325px;
	width: 898px;
	border-left: 4px solid #fff;
	background: url(images/wave.jpg) no-repeat 0 -68px;
}

#title-overview {
	width: 906px;
	height: 70px;
	background: url(images/overview.jpg) no-repeat;
	text-indent: -5000px;
}

#title-welcome {
	width: 906px;
	height: 70px;
	background: url(images/welcome.jpg) no-repeat;
	text-indent: -5000px;
}

#title-services {
	width: 906px;
	height: 70px;
	background: url(images/services.jpg) no-repeat;
	text-indent: -5000px;
}

#title-accreditations {
	width: 906px;
	height: 70px;
	background: url(images/accreditations.jpg) no-repeat;
	text-indent: -5000px;
}

#title-links {
	width: 906px;
	height: 70px;
	background: url(images/links.jpg) no-repeat;
	text-indent: -5000px;
}

#copy {
	width: 535px;
	float: left;
	padding-left: 25px;
}

#image {
	width: 284px;
	float: left;
	margin-left: 26px;
	height: 194px;
}

#scroller {
	height: 325px;
	width: 898px;
	overflow: hidden;
	border-right: 4px solid #fff;
}
/* -------------------------------------------------------------- 
  
Navigation

-------------------------------------------------------------- */

#navigation li {
	float: left;
	text-indent: -5000px;
}

.logo  {
	width: 209px;
	height: 60px;
	display: block;
	background: url(images/logo.gif) no-repeat;
}

.welcome  {
	width: 130px;
	height: 60px;
	display: block;
	background: url(images/welcome.gif) no-repeat;
}

.overview  {
	width: 139px;
	height: 60px;
	display: block;
	background: url(images/overview.gif) no-repeat;
}

.services  {
	width: 135px;
	height: 60px;
	display: block;
	background: url(images/services.gif) no-repeat;
}

.accreditations  {
	width: 192px;
	height: 60px;
	display: block;
	background: url(images/accreditations.gif) no-repeat;
}

.links  {
	width: 95px;
	height: 60px;
	display: block;
	background: url(images/links.gif) no-repeat;
}

.welcome:hover {
	background-image: url(images/welcome-over.gif);
}

.overview:hover {
	background-image: url(images/overview-over.gif);
}

.services:hover {
	background-image: url(images/services-over.gif);
}

.accreditations:hover {
	background-image: url(images/accreditations-over.gif);
}

.links:hover {
	background-image: url(images/links-over.gif);
}

#email-area {
	width: 300px;
	position: absolute;
	font-size: 10px;
	color: #000;
	top: 502px;
	left: 589px;
	z-index: 1;
}

#footer a, #email-area a {
	color: #d41;
	text-decoration: none;
}

#footer a:hover, #email-area a:hover  {
	color: #000;
	text-decoration: none;
}

/* -------------------------------------------------------------- 
  
Content

-------------------------------------------------------------- */

#main p {
	padding-bottom: .5em;
}

#main li {
	padding-left: 20px;
	padding-bottom: 4px;
	background: url(images/bullet.gif) no-repeat 0 2px;
}

#main ul {
	margin-bottom: 7px;
}

#main a {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid #fc0;
	padding-bottom: 2px;
}

#main a:hover {
	color: #fc0;
}

strong {
	font-weight: bold;
}

/* -------------------------------------------------------------- 
  
Home page

-------------------------------------------------------------- */

#homeimage {
	background: url(images/home.jpg) 0 0;
	width: 906px;
	height: 524px;
	text-indent: -5000px;
}

h2 {
	font: 16px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #f8c500;
	margin-bottom: 7px;
	margin-top: 11px;
}

