/*
-------------------------------------------------
URI: http://www.plattandfishwick.co.uk/
Created by Forte Trinity
-------------------------------------------------

CONTENTS

1: SITE MASTER SETUP (including reset from Tripoli)

2: TYPOGRAPHY/DESIGN 

3: LAYOUT
	3.1 main form
	3.2 container
	3.3 header
	3.4 content
	3.5 primary content
	3.6 secondary content
	3.7 flash
	3.8 footer
	3.9 misc
	
4: GLOBAL ELEMENTS / CONTROLS
	4.1 accessibility
	4.2 navigation
	4.3 contact form
	4.4 footer links
	
5: TEMPLATE / PAGE SPECIFIC
	5.1 index cta's
	
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:"Times New Roman", arial, verdana, "microsoft sans serif", helvetica, sans-serif; line-height:1.4em; color:#000 }
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:2.0em; color:#000; margin:0 0 12px 0; line-height:1.0em }
h2 { font-size:1.5em; color:#000; margin:0 0 12px 0 }
h3 { font-size:1.3em; color:#000; margin:0 0 12px 0 }
h4 { font-size:1.2em; color:#000; margin:0 0 12px 0; font-style:italic;  }
h5 { font-size:1.2em; color:#000; margin:0 0 12px 0 }
h6 { font-size:1.1em; color:#000; margin:0 0 12px 0 }
p {  font-size:1.2em; color:#313131; margin:0 0 12px 0; line-height:1.4em }
a { color:#FB9F33; text-decoration:underline }
a:hover { color:#000 }
a:visited {  }
a:active {  }
ul { margin:0 0 12px 0; font-size:1.1em }
ol { margin:0 0 12px 24px; font-size:1.1em; list-style:decimal }
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 { border-top:1px solid #ccc;  border-left:1px solid #ccc }
th, td { border-bottom:1px solid #ddd; border-right:1px solid #ccc }
fieldset { border:1px solid #ccc; }
legend { background:#fff; }
label { font-size:1.1em }
textarea, input[type='text'], select { border:1px solid #000; background:#fff; font-size:11px; color:#000 }

body.sub h1 { background:#f5f5f5 url(../images/backgrounds/slogan-bg.gif) repeat-x; color:#000; padding:12px; border-bottom:solid 1px #dedede }
body.services h1 { background:#f5f5f5 url(../images/backgrounds/slogan-bg.gif) repeat-x; color:#000; padding:12px; border-bottom:solid 1px #dedede }

/* -----------------------------------------------
3. LAYOUT
----------------------------------------------- */

/* 3.1 - main form */
form.main { width:100%; height:100% }

/* 3.2 - container */
div#container { width:794px; margin:auto; background:#fff }

/* 3.3 - header */
div#header { background:#000 url(../images/backgrounds/header-bg.gif) repeat-x; width:760px; padding:0 17px 28px 17px; text-align:left }
div#header div#contact-details { float:right; width:500px; text-align:right; margin-top:30px; font-family:arial, verdana, "microsoft sans serif", helvetica, sans-serif; }
div#header div#contact-details p { color:#fba847; font-size:2.4em; font-weight:bold; margin-top:12px }
div#header div#contact-details a { color:#fba847; font-size:1.2em; font-weight:bold; }
div#header div#contact-details a:hover { color:#fff }

/* 3.4 - content */
div#content { background:#fff; float:left; text-align:left }
div#content span { color:#fb9f33; }

/* 3.5 - primary content */
div#primary-content { padding:12px; width:770px; float:left }
body.index div#primary-content { padding:0; width:794px }
body.services div#primary-content { float:right; width:518px }
body.contact div#primary-content { width:518px;}

/* 3.6 - secondary content */
div#secondary-content { padding:12px; width:770px; float:left }
body.services div#secondary-content { width:228px }
body.contact div#secondary-content { width:228px;}

/* 3.7 - flash */
div#flash { width:794px; height:187px; float:left; border-bottom:solid 1px #dedede; }

/* 3.8 - footer */
div#footer { border-top:solid 1px #e3e3e3; background:#fff url(../images/backgrounds/footer-bg.gif) repeat-x; padding-bottom:5px }
div#footer p { float:left; padding:0; margin:10px 0 0 13px; font-family:Arial, Helvetica, sans-serif; color:#959595; font-size:0.9em; letter-spacing:1.5px; clear:left }

/* 3.9 - misc */
div#slogan { background:#f5f5f5 url(../images/backgrounds/slogan-bg.gif) repeat-x; width:794px; float:left; border-top:solid 1px #dedede; border-bottom:solid 1px #dedede; padding:17px 0 3px 0  }
div#slogan p { text-transform:uppercase; font-size:1.5em;  font-weight:bold }
div#slogan p span { color:#fb9f33; }

ul.bullet-list { margin:0 0 12px 60px; list-style:none; float:left; width:160px }
ul.bullet-list li { padding-left:25px; background:url(../images/index/tick.gif) left center no-repeat; color:#313131 }
ul.bullet-list2 { margin:0 0 12px 60px; list-style:none;  }
ul.bullet-list2 li { padding-left:25px; background:url(../images/index/tick.gif) left center no-repeat; color:#313131 }
ul.bullet-list3 { margin:0 0 12px 77px; list-style:none; float:left; width:160px }
ul.bullet-list3 li { padding-left:25px; background:url(../images/index/tick.gif) left center no-repeat; color:#313131 }

div.errors { width:664px; color:#ff0000; border:solid 1px #ccc; margin:20px 0; padding:15px; background:#f5f5f5 }
div.errors p { color:#ff0000; font-size:1.6em; font-weight:bold }
div.errors li { list-style:none; color:#ff000; padding:3px 0 3px 20px; font-size:1.2em;  }

/* -----------------------------------------------
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 - navigation */
ul#primary-navigation { background:#f5f5f5 url(../images/backgrounds/primary-nav-bg.gif) repeat-x; width:760px; padding:10px 17px; float:left; list-style:none; text-align:right; margin:0 }
ul#primary-navigation li { display:inline; font-size:1.2em; font-weight:bold; padding:2px 20px; border-left:solid 1px #000 }
ul#primary-navigation li a { color:#fba847; text-decoration:none  }
ul#primary-navigation li a:hover { color:#000 }
ul#primary-navigation li a.current { color:#000 }

ul#secondary-navigation { list-style:none;  }
ul#secondary-navigation li { margin:2px 0;}
ul#secondary-navigation li.title { background:#000 url(../images/backgrounds/secondary-navigation.gif) top left repeat-x; padding:8px 0 8px 12px; font-size:1.3em; font-weight:bold; color:#fff }
ul#secondary-navigation li a { font-size:1.2em; text-decoration:none; background:#f2f2f2; padding:3px 0 3px 12px; color:#1d1d1d; display:block;  }
ul#secondary-navigation li a:hover { background:#fb9f33 }

/* 4.3 - contact form */
div#contact { width:518px; margin:auto }
div#contact p.firstpara { font-weight:bold }
div#contact form { width:518px }
div#contact form fieldset { border:0 }
div#contact form fieldset.your-details { width:321px; 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:#000; font-size:1.5em; text-transform:uppercase  }
div#contact form fieldset.submit { width:518px; margin-right:20px; margin-top:60px; float:left }
div#contact form fieldset.nature { width:321px; 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:#000; font-size:1.5em; text-transform:uppercase }
div#contact form ol { list-style:none; margin-left:80px }
div#contact form ol li { list-style:none; padding:10px 0 10px 3px; margin:3px 0 }
div#contact form label { width:90px; color:#313131; display:block; cursor:pointer; text-align:right }
div#contact form input { width:210px; float:left; margin:-19px 0 -7px 98px; font-family:"Times New Roman", arial, verdana, "microsoft sans serif", helvetica, sans-serif; font-size:1.2em; padding:4px; border:solid 1px #ccc; 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 98px; font-family:"Times New Roman", arial, verdana, "microsoft sans serif", helvetica, sans-serif; font-size:1.2em; padding:4px; border:solid 1px #ccc; 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 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; margin-left:181px }
div#contact form fieldset li.erroneous input { border:solid 1px #ff0000 }
div#contact form fieldset li.erroneous textarea { border:solid 1px #ff0000 }
div.input-error { color:#fb9f33; margin:3px 0 0 98px }

/* 4.4 - footer links */
ul#quick-links { list-style:none; float:right }
ul#quick-links li { display:inline; margin-left:6px; font-size:1.1em }
ul#quick-links li a { color:#ccc; text-decoration:none }
ul#quick-links li a:hover { color:#FBA847 }

p#forte-link { float:left; color:#ccc }
p#forte-link a { color:#ccc; text-decoration:none }
p#forte-link a:hover { color:#FBA847 }

/* -----------------------------------------------
5. TEMPLATE/PAGE SPECIFIC
----------------------------------------------- */

/* 5.1 - index page - call to actions */
div.cta { float:left; width:397px; text-align:left }
dl#about-us-cta { background:#000 url(../images/index/cta-about-us.jpg) bottom right no-repeat; padding:12px; margin:0 }
dl#about-us-cta dt { color:#fba847; font-size:1.6em; margin-bottom:15px; text-transform:uppercase; font-weight:bold }
dl#about-us-cta dd { color:#fff; font-size:1.2em; line-height:1.3em; width:319px }
dl#services-cta { background:#000 url(../images/index/cta-services.jpg) bottom right no-repeat; padding:12px; margin:0 }
dl#services-cta dt { color:#fba847; font-size:1.6em; margin-bottom:15px; text-transform:uppercase; font-weight:bold }
dl#services-cta dd { color:#fff; font-size:1.2em; line-height:1.3em; width:319px }
a#read-more-btn1 { background:url(../images/index/read-more-btn1.jpg) top left no-repeat; width:397px; height:29px; text-indent:-9000px; float:right; display:block }
a#read-more-btn1:hover { background-position:50% -29px }
a#read-more-btn2 { background:url(../images/index/read-more-btn2.jpg) top left no-repeat; width:397px; height:29px; text-indent:-9000px; float:right; display:block }
a#read-more-btn2:hover { background-position:50% -29px }

/* 5.2 - seo */
div#basescript { width:794px; margin:40px auto 0 auto; text-align:left }
div#basescript p { margin:0; color:#ccc; font-size:1.1em }

ul#basewords { width:784px; margin:40px auto; clear:both; text-align:left; list-style:none; padding-left:10px }
ul#basewords li ul { float:left; padding-right:20px; margin-right:20px; color:#CCC; list-style:none; }
ul#basewords li ul li { padding-bottom:5px; }
ul#basewords li ul li strong { font-weight:normal }

/* -----------------------------------------------
6. USEFUL CLASSES
----------------------------------------------- */

.clearfix:after { content:"."; display:block; height:0; clear:both; visibility:hidden }
.clr { overflow:hidden; clear:both; height:1px; margin-top:-1px }
.la { text-align:left }
.ra { text-align:right }
.ca { text-align:center }
.fl { float:left }
.fr { float:right; padding-left:10px }
.vt { vertical-align:top }
.vm { vertical-align:middle }
.vb { vertical-align:bottom }
.nb { border:0 none }
.wrapper { width:774px; margin:auto; padding:10px }
.asterisk { clear:both; color:#999 }
