/*
-------------------------------------------------
URI: http://www./
Created by Forte Trinity
-------------------------------------------------

CONTENTS

1: SITE MASTER SETUP (including reset from Tripoli)

2: TYPOGRAPHY/DESIGN 

3: LAYOUT
	3.1 main form
	3.2 flash banner
	3.3 header
	3.4 content
	3.5 primary content
	3.6 secondary content
	3.7 tertiary content
	3.8 partners
	3.9 footer
	
4: GLOBAL ELEMENTS / CONTROLS
	4.1 accessibility
	
5: TEMPLATE / PAGE SPECIFIC
	
6: USEFUL CLASSES

/* -----------------------------------------------
1. SITE MASTER SETUP
----------------------------------------------- */

/* Imported mostly from Tripoli reset.css - http://www.monc.se/tripoli/css/reset.css */
* { margin:0; padding:0; text-decoration:none; outline:none } code, kbd, samp, pre, tt, var, textarea, input, select, isindex, listing, xmp, plaintext { font:inherit } a, img, a img, iframe, form, fieldset, abbr, acronym, object, applet, table { border:none } table { border-collapse:collapse; border-spacing:0 } caption, th, td, center { text-align:left; vertical-align:top } q { quotes:"" "" } font { color:inherit !important; font:inherit !important; color:inherit !important } marquee { overflow:inherit !important; -moz-binding:none } blink { text-decoration:none } nobr { white-space:normal }
/* end of import */
body { height:100%; text-align:center; min-width:775px; background:#000 }
ul { list-style:disc outside }
ol { list-style:decimal outside }

/* -----------------------------------------------
2. TYPOGRAPHY / DESIGN
----------------------------------------------- */

html { font-size:62.5%; font-family:"verdana", arial, microsoft sans serif, helvetica, sans-serif; line-height:1.4em; color:#fff; }
code, kbd, samp, pre, tt, var, input[type='text'], input[type='password'], textarea { font-size:1.1em; font-family:monaco, "Lucida Console", courier, mono-space }
h1 { font-size:1.6em; color:#fff; margin:0 0 25px 0 }
h2 { font-size:1.5em; color:#fff; margin:0 0 25px 0 }
h3 { font-size:1.4em; color:#fff; margin:0 0 25px 0 }
h4 { font-size:1.3em; color:#fff; margin:0 0 25px 0 }
h5 { font-size:1.2em; color:#fff; margin:0 0 25px 0 }
h6 { font-size:1.1em; color:#fff; margin:0 0 25px 0 }
p {  font-size:1.2em; color:#fff; margin:0 0 25px 0; line-height:180% }
a { color:#fff }
a:hover { color:#00a2dc }
a:visited {  }
a:active {  }
li { font-size:1.2em; color:#fff; margin:0 0 10px 0 }
ol { margin:0 0 12px 0; font-size:1.1em }
dl { margin:0 0 12px 0; font-size:1.1em }
hr { display:block; background:#aaa; color:#aaa; width:100%; height:1px; border:none }
address { font-size:1.1em; color:#000 }
blockqoute {  }
table {  }
th, td {  }
fieldset {  }
legend { }
label { font-size:1.0em }
textarea, input[type='text'], select { border:1px solid #000; background:#fff; font-size:11px; color:#000 }

/* 2.1 - index page */
body#index div#primary-content dl { width:220px; margin:0 6px 0 11px; float:left; text-align:left; padding-bottom:24px }
body#index div#primary-content dl.last { margin-right:17px }
body#index div#primary-content dt a { border:solid 10px #111; display:block; text-indent:-9000px }
body#index div#primary-content dt a:hover { border:solid 10px #fff; background-position:50% -109px; }
body#index div#primary-content dd { color:#fff; margin:18px 0 0 5px; font-family:"trebuchet ms", verdana, microsoft sans serif, helvetica, sans-serif; }
body#index div#primary-content dd a { color:#00a2dd; font-weight:bold }
body#index div#primary-content dd a:hover { color:#fff }

dt a#what-we-do { background:url(../images/index/what-we-do.jpg) top left; width:203px; height:109px }
dt a#what-people-say-about-us { background:url(../images/index/what-people-say-about-us.jpg) top left; width:203px; height:109px }
dt a#gallery { background:url(../images/index/gallery.jpg) top left; width:203px; height:109px }
dt a#contact-us { background:url(../images/index/contact-us.jpg) top left; width:203px; height:109px }

/* -----------------------------------------------
3. LAYOUT
----------------------------------------------- */

/* 3.1 - main form */
form.main { width:100%; height:100% }

/* 3.2 - flash banner */
div#flash-banner { width:100%; height:340px; }
div#flash-banner img { margin:auto }

/* 3.3 - header */
div#header {  }

/* 3.4 - content */
div#content { width:960px; margin:38px auto 150px auto; text-align:left; }

body#index div#content { margin:23px auto 0 auto }

/* 3.5 - primary content */
div#primary-content { width:960px; position:relative }
body#sub div#primary-content { width:548px; float:left; padding:0 7px }
body#sub div#primary-content img { margin-bottom:30px }

div.column { width:250px; float:left }

/* 3.6 - secondary content */
div#secondary-content {  }

body#sub div#secondary-content { width:376px; float:left; margin-left:21px }
ul#our-services { list-style:none; margin-bottom:50px }
ul#our-services li { padding-left:25px; background:url(../images/what-we-do/arrow.gif) bottom left no-repeat }

body#sub div#secondary-content dl { margin-bottom:21px }
body#sub div#secondary-content dt { color:#00a2dc; text-indent:-9000px; margin-bottom:5px; margin-top:21px }
body#sub div#secondary-content dd { color:#fff; font-size:1.2em }

#telephone { background:url(../images/contact-page/telephone-ttl.gif) top left; width:131px; height:19px; }
#fax { background:url(../images/contact-page/fax-ttl.gif) top left; width:21px; height:17px }
#southport-office { background:url(../images/contact-page/southport-office.gif) top left; width:105px; height:17px }
#email { background:url(../images/contact-page/email-ttl.gif) top left; width:34px; height:17px }
#address-ttl { background:url(../images/contact-page/address-ttl.gif) top left; width:51px; height:17px }

/* 3.7 - tertiary content */
div#tertiary-content {  }

/* 3.8 - partners */
div#partners { background:#fff; }
div#partners ul { width:960px; margin:auto; list-style:none; padding:45px 0 39px 0; }
div#partners li { display:inline-block; height:150px; text-indent:-9000px; float:left }

#manc-chamber-logo { background:url(../images/partners/manc-chamber-logo.gif) top left; width:92px }
#icca-logo { background:url(../images/partners/icca-member-logo.gif) top left; width:69px }
#bacd-member-logo { background:url(../images/partners/bacd-member-logo.gif) top left; width:134px }
#ncri-logo { background:url(../images/partners/ncri-logo.gif) top left; width:188px }
#liverpool-chamber-logo { background:url(../images/partners/liverpool-chamber-logo.gif) top left; width:88px }
#iata-logo { background:url(../images/partners/iata-logo.gif) top left; width:123px }
#the-co-op-logo { background:url(../images/partners/the-co-op-logo.gif) top left; width:139px }
#mersey-partnership-logo { background:url(../images/partners/mersey-partnership-logo.gif) top left; width:102px }

/* 3.9 - footer */
div#footer-outer { background:#e4e4e4 }
div#footer { width:938px; margin:0 auto; padding:35px 11px; text-align:left }
div#footer p { float:left; color:#999; font-size:1.1em }
div#footer a#forte-link { color:#71c0dc }
div#footer a#forte-link:hover { text-decoration:underline }
div#footer ul { list-style:none; float:right; }
div#footer li { display:inline; border-right:solid 1px #999; padding:0 5px; }
div#footer li.last { border:0; padding-right:0 }
div#footer li a { color:#999; font-size:0.9em }
div#footer li a:hover { color:#71c0dc }

/* 4.0 - titles */
#what-we-do-ttl { background:url(../images/titles/what-we-do-ttl.gif) top left; width:130px; height:27px; text-indent:-9000px; float:left }
#our-services-ttl { background:url(../images/titles/our-services-ttl.gif) top left; width:127px; height:27px; text-indent:-9000px }
#what-our-client-ttl { background:url(../images/titles/what-our-client-ttl.gif) top left; width:244px; height:27px; text-indent:-9000px; position:absolute; top:0; left:0 }
#latest-events-ttl { background:url(../images/titles/latest-events-ttl.gif) top left; width:305px; height:27px; text-indent:-9000px }
#contact-ttl { background:url(../images/titles/contact-ttl.gif) top left; width:77px; height:27px; text-indent:-9000px; }
#our-details-ttl { background:url(../images/titles/our-details-ttl.gif) top left; width:114px; height:27px; text-indent:-9000px }
#gallery-ttl { background:url(../images/titles/gallery-ttl.gif) top left; width:73px; height:31px; text-indent:-9000px }
#company-compliance-ttl { background:url(../images/titles/company-compliance-ttl.gif) top left; width:225px; height:31px; text-indent:-9000px }
#our-clients-ttl { background:url(../images/titles/our-clients-ttl.gif) top left; width:206px; height:27px; text-indent:-9000px }
#latest-news-ttl { background:url(../images/titles/latest-news-ttl.gif) top left; width:125px; height:27px; text-indent:-9000px; margin-top:50px }

/* -----------------------------------------------
4. GLOBAL ELEMENTS / CONTROLS
----------------------------------------------- */

/* 4.1 - accessibility */
ul#skiplinks { display:none }
ul#skiplinks a, ul#skiplinks a:hover, ul#skiplinks a:visited { position:absolute; left:0px; top:-500px; width:1px; height:1px; overflow:hidden } 
ul#skiplinks a:active, ul#skiplinks a:focus { position:static; width:auto; height:auto }

/* 4.2 - primary navigation */
div#primary-navigation-container { width:960px; margin:0 auto; position:relative}
ul#primary-navigation { width:960px; background:url(../images/navigation/nav-background.png); position:absolute; left:0; top:-41px; padding:5px 0 }
ul#primary-navigation li { float:left; padding:0 33px; margin:0; list-style:none; border-right:solid 1px #312f30  }
ul#primary-navigation li.first { padding:0 33px 0 7px;}
ul#primary-navigation li a { background-position:100% 0;  }
ul#primary-navigation li a:hover {  background-position:0 100%}
ul#primary-navigation li a.current {  background-position:0 100%}

#home-btn { width:35px; text-indent:-3000px }
#home-btn a { width:35px; height:31px; background:url("../images/navigation/home.png") top left no-repeat; display:block }
#what-we-do-btn { width:84px; text-indent:-3000px }
#what-we-do-btn a { width:84px; height:31px; background:url("../images/navigation/what-we-do.png") top left no-repeat; display:block }
#what-people-say-btn { width:183px; text-indent:-3000px }
#what-people-say-btn a { width:183px; height:31px; background:url("../images/navigation/what-people-say.png") top left no-repeat; display:block }
#gallery-btn { width:56px; text-indent:-3000px }
#gallery-btn a { width:56px; height:31px; background:url("../images/navigation/gallery.png") top left no-repeat; display:block }
#events-btn { width:47px; text-indent:-3000px }
#events-btn a { width:47px; height:31px; background:url("../images/navigation/events.png") top left no-repeat; display:block }
#contact-us-btn { width:79px; text-indent:-3000px }
#contact-us-btn a { width:79px; height:31px; background:url("../images/navigation/contact-us.png") top left no-repeat; display:block }

/* 4.3 - blockquote */
blockquote { padding:20px 10px 0 60px; width:320px; float:right; background:url(../images/what-people-say/quote.gif) top left no-repeat; font-family:"Georgia", Times New Roman, Times, serif; font-size:1.4em; line-height:160% }
blockquote p {color:#00a2dc; font-weight:bold; font-style:italic; font-size:1em }
blockquote p.quote { color:#fff; font-weight:normal }

img.logo { position:absolute; top:-80px; right:0}

/* 4.4 - latest events page */
div#events-wrapper { background:url(../images/latest-events/events-background.gif) }

#events-wrapper dl{ width:210px; float:left; padding:0 20px; margin-top:21px }
#events-wrapper dl a { font-weight:bold;}
#events-wrapper dl.first { padding:0 20px 0 0 }
#events-wrapper dl.last { padding:0 0 0 20px }
#events-wrapper dt { margin-bottom:7px }
#events-wrapper dt.date { color:#00a2dd; font-weight:bold; font-size:1.4em; }
#events-wrapper dt.event { color:#838383; font-weight:bold; font-size:1.2em; margin-bottom:21px!important }
#events-wrapper dd { font-size:1.1em; color:#fff; margin-bottom:21px }

/* 4.6 - client-logos */
ul#newsticker { list-style:none; }
ul#newsticker li { display:inline; width:400px; padding-top:25px  }

#news-ncri-logo { background:url(../images/client-logos/ncri-logo.jpg) top left no-repeat; height:66px; width:119px; padding-left:134px  }
#news-co-op-logo { background:url(../images/client-logos/co-op-logo.jpg) top left no-repeat; height:67px; width:216px; padding-left:231px }
#news-baa-logo { background:url(../images/client-logos/baa-logo.jpg) top left no-repeat; height:65px; width:126px; padding-left:141px }
#news-cancer-logo { background:url(../images/client-logos/cancer-research-logo.jpg) top left no-repeat; height:65px; width:142px; padding-left:157px  }
#news-pfizer-logo { background:url(../images/client-logos/pfizer-logo.jpg) top left no-repeat; height:66px; width:85px; padding-left:100px }
#news-resound-logo { background:url(../images/client-logos/resound-logo.jpg) top left no-repeat; height:65px; width:130px; padding-left:145px }
#news-mrc-logo { background:url(../images/client-logos/mrc-logo.jpg) top left no-repeat; height:69px; width:108px; padding-left:123px }
#news-oticon-logo { background:url(../images/client-logos/octicon-logo.jpg) top left no-repeat; height:66px; width:117px; padding-left:132px }
#news-specsavers-logo { background:url(../images/client-logos/specsavers-logo.jpg) top left no-repeat; height:66px; width:111px; padding-left:126px }
#news-conference-logo { background:url(../images/client-logos/conference-logo.jpg) top left no-repeat; height:70px; width:85px; padding-left:100px; }
#news-starkey-logo { background:url(../images/client-logos/starkey-logo.jpg) top left no-repeat; height:68px; width:90px; padding-left:105px }
#news-otometrics-logo { background:url(../images/client-logos/otometrics-logo.jpg) top left no-repeat; height:72px; width:116px; padding-left:131px }
#news-astra-zeneca { background:url(../images/client-logos/astra-zeneca-logo.jpg) top left no-repeat; height:71px; width:177px; padding-left:192px }
#news-mcrc-logo { background:url(../images/client-logos/mcrc-logo.jpg) top left no-repeat; height:71px; width:161px; padding-left:176px }
#news-siemens-logo { background:url(../images/client-logos/siemens-logo.jpg) top left no-repeat; height:71px; width:252px; padding-left:267px }
#news-a-to-v-logo { background:url(../images/client-logos/a-to-v-logo.jpg) top left no-repeat; height:74px; width:149px; padding-left:164px }
#news-ihra-logo { background:url(../images/client-logos/ihra-logo.jpg) top left no-repeat; height:65px; width:134px; padding-left:149px }
#news-euro-car-parks-logo { background:url(../images/client-logos/euro-car-parks-logo.jpg) top left no-repeat; height:74px; width:179px; padding-left:194px }
#news-cipd-logo { background:url(../images/client-logos/cipd-logo.jpg) top left no-repeat; height:73px; width:73px; padding-left:88px }
#news-tattoo-logo { background:url(../images/client-logos/tattoo-show-logo.jpg) top left no-repeat; height:72px; width:181px; padding-left:196px }
#news-ipda-logo { background:url(../images/client-logos/ipda-logo.jpg) top left no-repeat; height:71px; width:71px; padding-left:86px }
#news-macmillan-logo { background:url(../images/client-logos/macmillan-logo.jpg) top left no-repeat; height:72px; width:134px; padding-left:149px }
#news-co-op-funeralcare-logo { background:url(../images/client-logos/co-op-funeralcare-logo.jpg) top left no-repeat; height:67px; width:387px; padding-left:403px }
#news-mediplacements-logo { background:url(../images/client-logos/mediplacements-logo.jpg) top left no-repeat; height:61px; width:173px; padding-left:188px }

#seo { width:938px; margin:0 auto; text-align:left }
#seo h1 { font-size:0.9em; color:#999 }
#seo p { font-size:0.9em; color:#999 }
ul#basewords { width:938px; margin:auto; list-style:none }
ul#basewords li { display:inline; padding:0 6px; border-left:solid 1px #999; color:#999; font-size:1.0em }
ul#basewords li.first { border:0 }
ul#basewords strong { font-weight:normal }

/* -----------------------------------------------
5. TEMPLATE/PAGE SPECIFIC
----------------------------------------------- */

/* 5.0 - contact form */
div.errors { width:767px; color:#ff0000; margin:20px 0; padding:15px; }
div.errors p { color:#ff0000; font-size:1.6em; font-weight:bold }
div.errors li { list-style:none; color:#ff0000; padding:0 0 0 20px; font-size:1.2em; line-height:0.8em  }

div#contact { width:960px; text-align:left; margin-bottom:20px; float:left }
div#contact span { color:#ff0000 }
div#contact p.firstpara { font-weight:bold }
div#contact form { width:800px; margin:auto }
div#contact form fieldset { border:0 }
div#contact form fieldset.your-details { width:373px; margin-right:54px; float:left }
div#contact form fieldset.your-details h2 { height:14px; width:293px; padding-bottom:5px; font-family:"Times New Roman", arial, verdana, "microsoft sans serif", helvetica, sans-serif; color:#00A2DD; font-size:1.5em; text-transform:uppercase  }
div#contact form fieldset.submit { width:605px; margin-right:20px; margin-top:60px; float:left }
div#contact form fieldset.nature { width:373px; float:left }
div#contact form fieldset.nature h2 { height:14px; width:293px; padding-bottom:5px; font-family:"Times New Roman", arial, verdana, "microsoft sans serif", helvetica, sans-serif; color:#00A2DD; font-size:1.5em; text-transform:uppercase }
div#contact form ol { list-style:none }
div#contact form ol li { list-style:none; padding:10px 0 10px 3px; margin:3px 0 }
div#contact form ol li.bigger-list { padding-bottom:2px }
div#contact form label { width:150px; color:#fff; display:block; cursor:pointer; }
div#contact form input { width:210px; float:right; margin-top:-19px; font-family:"Times New Roman", arial, verdana, "microsoft sans serif", helvetica, sans-serif; font-size:1.2em; padding:4px; border:solid 1px #00A2DD; background:#fff url(../images/backgrounds/form-input-bg.gif) bottom left repeat-x; letter-spacing:1px }
div#contact form textarea {width:210px; margin:-20px 0 -7px 150px; font-family:"Times New Roman", arial, verdana, "microsoft sans serif", helvetica, sans-serif; font-size:1.2em; padding:4px; border:solid 1px #00A2DD; background:#fff url(../images/backgrounds/form-input-bg.gif) bottom left repeat-x; letter-spacing:1px }
div#contact form input[type=checkbox] { width:20px }
div#contact form label.longer-label { margin-top:-6px }
div#contact form input.longer-input { margin-top:-27px }
div#contact form textarea.longer-input { margin-top:-27px }
div#contact form li.chk label { float:none; padding:0; display:inline }
div#contact form li.chk input { float:none; margin:0; border:0 none }
div#contact form input#submit { width:220px; background:#ece9d8; margin-top:-5px }
div#contact form fieldset li.erroneous label { color:#ff0000 }
div#contact form fieldset li.erroneous textarea { border:solid 1px #ff0000 }

/* -----------------------------------------------
6. USEFUL CLASSES
----------------------------------------------- */

.clearfix:after { content:"."; display:block; height:0; clear:both; visibility:hidden }
.clr { overflow:hidden; clear:both; height:1px; margin-top:-1px }s
.la { text-align:left }
.ra { text-align:right }
.ca { text-align:center }
.fl { float:left }
.fr { float:right; padding:5px }
.vt { vertical-align:top }
.vm { vertical-align:middle }
.vb { vertical-align:bottom }
.nb { border:0 none }
.border { border:solid 10px #111 }