/* =================== RESET =================== */
/* $Id: fti.css.php 56 2010-07-14 09:53:31Z toby $ */
/* =================== RESET =================== */
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;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	}

/* =================== COLOURS  ref =================== */

/*
$cyan { color: #0095e9; }
$greyP424 { color: #6c6d6f; }
$cyan-dark { color: #0080c8; }
$cyan-25 { color: #bfe4f9; }
$cyan-10% { color: #e5f4fd; }
$blue { color: #036; }
$bg { color: #F0F0F0; }
$cyan-90 { color: #bfe4f9; }
*/


/* =================== GENERAL =================== */

html, body {
	height: 100%;
	}

body {
	background: #f0f0f0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height:16px;
	height: 100%;
	overflow: visible;
	}

a {
	color: #0095e9;
	text-decoration: none;
	}
	
p a {
	/* not consistently applied enough, so removed for now:
	color: #036;
	text-decoration: none; */
	}
	
a:hover {
	text-decoration: underline;
	color: #0095e9;
	}
	
hr {
	color: #bfe4f9;
	border:0;
	border-bottom: #bfe4f9 1px solid;
	margin-bottom: 16px;
	}
	
b, strong {
	font-weight: bold;
	}

i, em {
	font-style: italic;
	}

 small {
	display: block;
	font-size: 9px;
	}	
	
#EuLogo {
	background: url(http://www.fairtrials.net/images/furniture/eu_flag.png) no-repeat 32px 0px;
	padding-left: 32px;
	padding-right: 8px;
	padding-top: 48px;
	line-height: 11px;
	color: #BFE4F9;
	margin-top:16px;
	}	 
/* =================== LAYOUT BLOCKS =================== */

.wrap {
	height: 100%;
	}

.page {
	background: #fff url(http://www.fairtrials.net/images/furniture/leftColBg.gif) repeat-y;
	color: #333;
	width: 752px;
	_width: 755px;
	margin: 0 auto;
	min-height: 100%;
	}
	
.leftCol {
	width: 208px;
	float: left;
	background: #0095e9;
	color: #fff;
	margin-bottom:32px;
	}
	
.mainCol {
	margin-left: 208px;
	}	
	
.quote p, .quotes p, .quote img {
	font-family: Georgia, Times, serif;
	font-size: 11px;
	line-height: 14px;
	padding: 32px;
	}	
	
.quotemark {
	font-size: 14px;
	}

.left {
	margin-left: -6px;
	}

.quote, .header {
	/* these two should always match in height */
	height:160px;
	}	

.header {
	text-align: right;
	}
.header img {
	padding: 32px;
	}

.editNav {
	padding: 16px;
	background: #FFFABC;
	border-bottom: 2px solid #E9E5AC;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	opacity: 0.95;
	}

.editNav a {
	padding: 4px;
	color: #333;
	background: #ccc;
	border-top: 1px #FFF solid;
	border-right: 1px #999 solid;
	border-bottom: 1px #999 solid;
	border-left: 1px #FFF solid;
	}

.editNav a:hover {
	text-decoration: none;
	}

/* =================== LEFTCOL =================== */

.leftCol ul {
	border-top: 1px #fff solid;
	}

.leftCol li {
	list-style-type: none;
	border-bottom: 1px #fff solid;
	display: block;
	_width: 100%;
	}

.leftCol li a {
	font-size: 16px;
	line-height: 32px;
	padding-left: 32px;
	color: #fff;
	display: block;
	}
	
.leftCol li a:hover {
	background: #0080c8;
	color: #fff;
	}

ul.subNav  {
	border-top: 1px #fff dotted;
	padding: 8px 0;
	}

.subNav li {
	list-style-type: none;
	border-bottom: 0;
	}

.leftCol .subNav li a {
	font-size: 12px;
	line-height: 16px;
	}
	
.on { background: #0080c8 url(http://www.fairtrials.net/images/furniture/bulletBig.gif) no-repeat; }
	
.subNav .on { background: url(http://www.fairtrials.net/images/furniture/bulletSmall.gif) no-repeat; }

.leftCol li.on a:hover { background: url(http://www.fairtrials.net/images/furniture/bulletBig.gif) no-repeat; }
	
.leftCol .subNav li a:hover { background: none; }
.leftCol .subNav li.on a:hover { background: url(http://www.fairtrials.net/images/furniture/bulletSmall.gif) no-repeat; }

.languageNav {
	padding: 12px 32px;
	}
	
.languageNav img {
	margin-right: 8px;
	}
	
.footer {
	clear:left;
	}	
	
.footer small {
	color: #bfe4f9;
	padding: 16px 0 16px 32px;
	width: 144px;
	}	

.flag {
	vertical-align: baseline;
	}	
	
/* =================== MAIN PAGE =================== */

.mostContent {
	/* most content should go in one of these... */
	padding: 0 32px 32px;
	}
	
.mostContent p {
	font-family: Georgia, Times, serif;
	font-size: 13px;
	margin-bottom: 16px;
	}
	
.home {}

.homeBox {
	background: #e5f4fd;
	padding: 32px;
	font-family: Georgia, Times, serif;
	margin-bottom: 32px;
	}

.homeBox h4 {
	font-size: 16px;
	line-height: 18px;
	margin-bottom: 16px;
	color: #333;
	font-weight: normal;
	text-transform: none; 
	padding-bottom: 0;
	}
	
.homeBox a {
	color: #036;
	font-weight: bold;
	}
	
h1 {
	color: #0095e9;
	font-size: 16px;
	line-height: 16px;
	font-weight: bold;
	text-transform: uppercase;
	padding-bottom: 4px;
	margin-bottom: 32px;
	border-bottom: #bfe4f9 4px solid;
	}
	 
h4 {
	color: #6c6d6f;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	text-transform: uppercase;
	padding-bottom: 4px;
	}
	 
.mostContent ul, .mostContent ol, .homeBox ul, .homeBox ol {
	font-family: Georgia, Times, serif;
	font-size: 13px;
	margin-bottom: 16px;
	}

.mostContent li, .homeBox li {
	margin-left: 32px;
	}

.pageList {
	font-family: Helvetica, Arial, sans-serif;
	border-bottom: #bfe4f9 1px solid;
	padding-bottom: 16px;
	margin-bottom: 16px;
	overflow: auto;
	width: 100%;
	_width: 99%;
	}
	
.pageList .info {
	float: left;
	width: 96px;
	height: 100%;
	margin-right: 16px;
	text-transform: uppercase;
	font-size: 11px;
	line-height: 12px;
	color: #6c6d6f;
	}
	
.pageList img {
	float: left;
	width: 96px;
	margin-right: 16px;
	margin-bottom: 8px;
	}
.pageList .info div {
	margin-bottom: 16px;
	}
	
.pageList .date {
	font-weight: bold;
	}

.pageList h2 {
	margin-left: 112px;
	color: #0095e9;
	font-size: 16px;
	line-height: 16px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 4px;
	}
.pageList p {
	margin-left: 112px;
	}

.spotImg {
	float: right;
	margin: 0 -32px 32px 32px;
	}
	
.archiveList {
	border-top: 1px solid #bfe4f9;
	margin-bottom: 16px;
	}
	
.archiveList li {
	font-family: Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	list-style-type: none;
	border-bottom: 1px solid #bfe4f9;
	font-size: 11px;
	line-height: 16px;
	margin: 0;
	padding: 8px 0 2px 0;
	}
		
.archiveList a {
	display: block;
	color: #6c6d6f;
	}

.archiveList li:hover {
	background: #e5f4fd;
	}

.archiveList a:hover {
	text-decoration: none;
	}

.archiveList b {
	color: #0095e9;
	margin-right: 8px;
	}
	
.spotlight b {
	font-size: 16px;
	}
	
.archiveNav b, .archiveNav a {
	font-weight: bold;
	padding: 0 16px;
	}

ul.documentList, .documentList ul {
	border-top: 1px solid #bfe4f9;
	margin-bottom: 16px;
	}
	
.documentList li {
	font-family: Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	list-style-type: none;
	border-bottom: 1px solid #bfe4f9;
	font-size: 11px;
	line-height: 16px;
	padding: 8px 0 2px 32px;
	margin: 0;
	background: url(http://www.fairtrials.net/images/furniture/page_white.png) no-repeat 6px 5px;
	}
		
.documentList a {
	display: block;
	color: #6c6d6f;
	}
	
.documentList li:hover {
	background-color: #E5F4FD;
	}
.documentList a:hover {
	text-decoration: none;
	}
	

.documentList b {
	color: #0095e9;
	}

.documentList .word {
	background-image: url(http://www.fairtrials.net/images/furniture/page_word.png);
	}

.documentList .pdf {
	background-image: url(http://www.fairtrials.net/images/furniture/page_white_acrobat.png);
	}

.translationList li {
	display: block;
	list-style-type: none;
	width: 240px;
	float: left;
	margin-left: 0;
	margin-bottom: 6px;
	}

.translationList {
	overflow: auto;
	zoom: 1;
	}

	
.newsletterList ul {
	border-top: 1px solid #bfe4f9;
	margin-bottom: 16px;
	}
	
.newsletterList li {
	font-family: Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	list-style-type: none;
	border-bottom: 1px solid #bfe4f9;
	font-size: 11px;
	line-height: 16px;
	margin: 0;
	padding: 8px 0 2px 0;
	display: block;
	color: #6c6d6f;
	}
		
.newsletterList a {
	color: #0095e9;
	}

.newsletterList li:hover {
	background: #e5f4fd;
	}

.newsletterList a:hover {
	text-decoration: none;
	}

#map div span {
	/*stupid long copyright message*/
	font-size: 2px;
	}

#map div .infoWindow {
	/*stupid long copyright message*/
	font-size: 12px;
	}

/* =================== FORMS - currently only email us =================== */

form {
	}
input.text, textarea.text {
	color: #333;
	background: #e5f4fd;
	border: 1px solid #bfe4f9;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height:16px;
	padding: 4px;
	width: 470px;
	}
	
/* =================== COLOURS  ref =================== */

/*
$cyan { color: #0095e9; }
$greyP424 { color: #6c6d6f; }
$cyan-dark { color: #0080c8; }
$cyan-25 { color: #bfe4f9; }
$cyan-10% { color: #e5f4fd; }
$blue { color: #036; }
$bg { color: #F0F0F0; }
$cyan-90 { color: #bfe4f9; }
*/

