@charset "utf-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
}
body{
	background: url(../images/bg.gif);
	font-size: 62.5%;
	font-family: Arial, Helvetica, sans-serif;
}
a img{
	border: 0
}
#languageGif{
	margin-right: 20px;
	margin-bottom: -20px
}

/* Fonts */
h1{
	width: 347px;
	height: 107px;
	clear: both;
	margin-bottom: 8px;
}
#logoElement {
	clear:both;
}
#logoElement h1 {
	float:left;
}
#logoElement #sponsor {
	float:right;
	padding: 20px 10px 0px 0px;
}
div#header h2{
	background: url(../images/recognise.png) no-repeat;
	width: 259px;
	height: 47px;
	text-indent: -9999em;
	margin-bottom: 8px;
	margin-left: 7px
}
div#header p{
	font-size: 1.7em;
	width: 300px;
	line-height: 138%;
	margin-left: 7px;
	margin-right: 15px
}
div#header p#boughtToYou{
	float: left;
	font-size: 1.4em;
	font-weight: 700;
	width: auto;
	margin-top: 10px;
}
div#header p#language{
	float: right;
	font-size: 1.4em;
	font-weight: 700;
	width: auto;
	margin-top: 10px
}
div#header p#sponsor{
	padding: 20px 0px 0px 0px;
	float:right;
}
div#header p#boughtToYou a,
div#header p#language a{
	color: #000;
	text-decoration: none;
}
div#header p#boughtToYou a:hover,
div#header p#language a:hover{
	text-decoration: underline;
}

div#detail h2{
	background: url(../images/heading2.gif) no-repeat;
	float: left;
	color: #fff;
	font-size: 2.6em;
	font-weight: 700;
	margin-bottom: .5em;
}
	div#detail h2 span{
		background: url(../images/heading2Bottom.gif) no-repeat bottom left;
		padding: 4px 10px 10px;
		display: block;
	}

div#detail h3{
	background: url(../images/heading3.gif) no-repeat;
	float: left;
	color: #fff;
	font-size: 1.8em;
	font-weight: 700;
	margin-bottom: .5em;
}
	div#detail h3 span{
		background: url(../images/heading3Bottom.gif) no-repeat bottom left;
		padding: 5px 10px 15px;
		display: block;
	}

div#detail h4{
	font-size: 1.8em;
	margin-bottom: 1em;
}
div#detail h5{
	font-size: 1.6em;
	margin-bottom: 1em;
}
div#detail h6{
	font-size: 1.4em;
	margin-bottom: 1em;
}

div#detail ul,
div#detail ol{
	font-size: 1.2em;
	margin: 0 0 10px 50px
}
	div#detail li{
		margin-bottom: .5em;
	}
	
div#detail p.intro{
	font-weight: 700;
	width:100%;
	float:left;
}

div#detail a:link,
div#detail a:visited{
	color: #EF180D;
}
div#detail a:hover{
	text-decoration: underline;
}

/* Layout */
div#container{
	margin: 0 auto 25px;
	width: 1000px;
}
	div#headerContainer{
		background: url(../images/headerbg.gif) repeat-y;
	}
		div#header{
			background: url(../images/headerfooter.jpg) no-repeat left bottom;
			padding: 0 18px 24px 12px;
			overflow: hidden;
		}
/* Navigation */
div#navShadow{
	background: url(../images/navMiddle.jpg) repeat-y;
	min-height: 70px;
	position: relative;
	z-index: 1;
	margin-bottom: 21px;
	clear:both;
}
div#navContainer{
	background: url(../images/navShadow.jpg) no-repeat bottom;
	width: 970px;
	min-height: 70px;
}
	ul#navigation{
		background: url(../images/navTop.jpg) no-repeat;
		width: 940px;
		overflow: hidden;
		list-style: none;
		padding: 0 15px;
	}
		ul#navigation li{
			font-size: 1.3em;
			font-weight: 700;
			color: #fff;
			float: left;
			margin-right: 20px;
		}
			ul#navigation li a{
				display: block;
				color: #fff;
				text-decoration: none;
				padding: 20px 7px 29px 15px;
				white-space: nowrap;
			}
			ul#navigation li a span{
				display: block;
				padding-bottom: 2px;
			}
			ul#navigation li a.active span,
			ul#navigation li a:hover span{
				border-bottom: 3px solid #7F9C14;
			}
		ul#navigation li.link1 a.active,
		ul#navigation li.link1 a:hover{
			background: url(../images/pointer.jpg) no-repeat 50% 47px;
		}
		ul#navigation li.link2 a.active,
		ul#navigation li.link2 a:hover{
			background: url(../images/pointer.jpg) no-repeat 50% 48px;
		}
		ul#navigation li.link3 a.active,
		ul#navigation li.link3 a:hover{
			background: url(../images/pointer.jpg) no-repeat 50% 49px;
		}
		ul#navigation li.link4 a.active,
		ul#navigation li.link4 a:hover{
			background: url(../images/pointer.jpg) no-repeat 50% 49px;
		}
		ul#navigation li.link5 a.active,
		ul#navigation li.link5 a:hover{
			background: url(../images/pointer.jpg) no-repeat 50% 50px;
		}
		ul#navigation li.link6 a.active,
		ul#navigation li.link6 a:hover{
			background: url(../images/pointer.jpg) no-repeat 50% 51px;
		}
		
		ul#navigation li.link6{
			margin-right: 0;
		}
div#navPointer{
	background: url(../images/navBottom.png) no-repeat;
	width: 970px;
	height: 12px;
	position: relative;
	top: -23px;
	z-index: 2;
}
	div#navPointer img{
		display: none;
		position: absolute;
		left: 26px;
		top: 1px
	}

/* Results */
div#resultsBar{
	background: url(../images/resultsBar.png) no-repeat bottom left;
	width: 1003px;
	height: 59px;
}
	div#resultsBar p{
		color: #fff;
		font-size: 1.2em;
		font-weight: 700;
		padding: 10px 0 0 10px;
		float: left;
		margin-bottom: 10px;
	}
	div#resultsBar fieldset{
		float: right;	
		border: 0;
		padding: 8px 12px 0 0;
	}
	div#resultsBar label{
		color: #fff;
		font-size: 1.2em;
		font-weight: 700;
		margin-right: 10px
	}
	div#resultsBar select{
		width: 62px
	}
	div#resultsBar ul{
		list-style: none;
		clear: both;
		margin-left: 10px;
	}
	div#resultsBar li{
		float: left;
		font-size: 1.2em;
		color: #fff;
		margin-right: 5px;
	}
	div#resultsBar li a{
		text-decoration: none;
		color: #fff
	}
	div#resultsBar li.active a{
		color: #7F9C14;
	}
ul.mugs{
	list-style: none;
	overflow: hidden;
	margin-bottom: 1em;
}
	ul.mugs li{
		float: left;	
		width: 160px;
		margin-right: 8px;
		background: url(../images/mugSides.gif) repeat-y;
	}
	ul.mugs li.last{
		margin-right: 0
	}
		ul.mugs div.mugTop{
			background: url(../images/mugTop.gif) no-repeat;
		}
		ul.mugs div.mugBottom{
			background: url(../images/mugBottom.gif) no-repeat bottom left;
			padding: 7px 13px 15px 15px;
		}
			ul.mugs div.mugBottom img{
				background: url(../images/mugBackground.jpg) no-repeat bottom left;
				width: 91px;
				height: 118px;
				display: block;
				padding: 30px 24px 9px 17px;
				margin-bottom: 7px
			}
			ul.mugs div.mugBottom div.details{
				width: 114px;
				margin: 0 auto;
			}
			ul.mugs div.mugBottom h3{
				font-size: 1.4em;
				font-weight: 700;
				color: #EF180D;
				margin-bottom: 7px
			}
			ul.mugs div.mugBottom hr{
				background: url(../images/mugHR.gif) repeat-x;
				height: 1px;
				border: 0;
				margin-bottom: 6px;
			}
			ul.mugs div.mugBottom h4{
				text-transform: uppercase;
				font-size: 1.2em;
				font-weight: 700;
				margin-bottom: 3px;
			}
			ul.mugs div.mugBottom p{
				font-size: 1.1em;
				margin-bottom: 5px;
			}
			ul.mugs div.mugBottom a{
				color: #060;
				text-decoration: none;
			}			
			ul.mugs div.mugBottom a:hover{
				text-decoration: underline;
			}
/* Form */
legend{
	display: none;
}
fieldset{
	display: block;
}
fieldset#typeFilter{
	width: 236px;
	background: url(../images/fieldsetSides.gif) repeat-y;
	border: 0;
	margin-right: 3px
}
	fieldset#typeFilter .fieldsetTop{
		background: url(../images/fieldsetTop.gif) no-repeat;
	}
	fieldset#typeFilter .fieldsetBottom{
		background: url(../images/fieldsetBottom.gif) no-repeat bottom;
		padding: 1px 9px 1px 10px;
	}
	fieldset#typeFilter .fieldsetBottom input.allover{
		background: #fff url(../images/buttonAll.gif) no-repeat 50%;
		border: 0;
		color: #060;
		text-decoration: underline;
		font-size: 1.4em;
		font-weight: 700;
		width: 100%;
		padding: 10px;
		text-indent: -9999em;
		cursor: pointer;
		font-size: 0;
		line-height: 0;
		height: 38px;
	}
	fieldset#typeFilter .fieldsetBottom input.crime{
		background: #2F2F30 url(../images/buttonCrime.gif) repeat-x;
		border: 0;
		color: #fff;
		font-weight: 700;
		width: 65px;
		height: 37px;
		margin-bottom: 8px;
		margin-right: 7px;
		text-indent: -9999em;
		cursor: pointer;
		font-size: 0;
		line-height: 0;
	}
	fieldset#typeFilter .fieldsetBottom input.damage,
	fieldset#typeFilter .fieldsetBottom input.fraud,
	fieldset#typeFilter .fieldsetBottom input.other{
		margin-right: 0
	}
	fieldset#typeFilter .fieldsetBottom input.violence{background-position: 0 0;}
	fieldset#typeFilter .fieldsetBottom input.sex{background-position: -77px 0;}
	fieldset#typeFilter .fieldsetBottom input.damage{background-position: -152px 0;}
	fieldset#typeFilter .fieldsetBottom input.drug{background-position: 0 -45px;}
	fieldset#typeFilter .fieldsetBottom input.theft{background-position: -77px -45px;}
	fieldset#typeFilter .fieldsetBottom input.fraud{background-position: -152px -45px;}
	fieldset#typeFilter .fieldsetBottom input.robbery{background-position: 0 -89px;}
	fieldset#typeFilter .fieldsetBottom input.burglary{background-position: -77px -89px;}
	fieldset#typeFilter .fieldsetBottom input.other{background-position: -152px -89px;}
	
fieldset#keywordFilter{
	width: 162px;
	background: url(../images/fieldsetSidesSmall.gif) repeat-y;
	border: 0;
	margin-bottom: 5px;
	margin-right: 3px;
}
	fieldset#keywordFilter .fieldsetTop{
		background: url(../images/fieldsetTopSmall.gif) no-repeat;
		padding: 15px 9px 1px 10px;
	}
	fieldset#keywordFilter label{
		font-size: 1.2em;
		font-weight: 700;
		margin-bottom: 10px;
		display: block
	}
	fieldset#keywordFilter input{
		background: url(../images/inputKeyword.jpg) no-repeat bottom;
		width: 126px;
		height: 26px;
		font-size: 11px;
		border: 0;
		padding: 13px 13px 0 13px;
		margin-left: -5px;
		margin-bottom: 8px;
	}
	
fieldset#countryFilter{
	width: 162px;
	background: url(../images/fieldsetSidesSmall.gif) repeat-y;
	border: 0;
	margin-right: 3px;
}
	fieldset#countryFilter .fieldsetBottom{
		background: url(../images/fieldsetBottomSmall.gif) no-repeat 0% 100%;
		padding: 15px 9px 1px 10px;
		overflow: hidden
	}
	fieldset#countryFilter label{
		font-size: 1.2em;
		font-weight: 700;
		margin-bottom: 10px;
		display: block
	}
	fieldset#countryFilter .select{
		background: url(../images/selectSmall.jpg) no-repeat bottom left;
		width: 142px;
		height: 21px;
		border: 0;
		padding: 4px;
		margin-left: -5px;
		margin-bottom: 12px
	}
	fieldset#countryFilter select{
		width: 142px;
		height: 20px
	}

fieldset#campaignFilter{
	background: url(../images/fieldsetSidesLarge.gif) repeat-y;
	width: 235px;
	border: 0;
	margin-bottom: 5px;
}
	fieldset#campaignFilter .fieldsetTop{
		background: url(../images/fieldsetTopLarge.gif) no-repeat;
		padding: 15px 9px 1px 10px;
	}
	fieldset#campaignFilter label{
		font-size: 1.2em;
		font-weight: 700;
		margin-bottom: 16px;
		display: block
	}
	fieldset#campaignFilter .select{
		background: url(../images/selectLarge.jpg) no-repeat bottom left;
		width: 222px;
		height: 21px;
		border: 0;
		padding: 4px;
		margin-left: -5px;
		margin-bottom: 12px
	}
	fieldset#campaignFilter select{
		width: 214px;
		height: 20px
	}

fieldset#dateFilter{
	background: url(../images/fieldsetSidesLarge.gif) repeat-y;
	width: 235px;
	border: 0;
	margin-bottom: 5px
}
	fieldset#dateFilter .fieldsetBottom{
		background: url(../images/fieldsetBottomLarge.gif) no-repeat bottom left;
		padding: 15px 9px 1px 10px;
		overflow: hidden;
	}
	fieldset#dateFilter label{
		font-size: 1.2em;
		font-weight: 700;
		margin-top: 7px;
		display: block;
		float: left;
	}
	fieldset#dateFilter .select{
		background: url(../images/selectDate.jpg) no-repeat bottom left;
		width: 161px;
		height: 21px;
		border: 0;
		padding: 4px;
		margin-bottom: 12px;
		float: right;
		margin-right: -5px
	}
	fieldset#dateFilter select{
		width: 153px;
		height: 20px
	}

fieldset#controls{
	border: 0;
}
	fieldset#controls input#clearResults{
		background: url(../images/inputClear.gif) no-repeat 10% 50%;
		border: 0;
		text-indent: -9999em;
		width: 100px;
		height: 20px;
		cursor: pointer;
		float: left;
		font-size: 0;
		line-height: 0;
	}
	fieldset#controls input#updateResults{
		background: url(../images/inputUpdate.jpg) no-repeat;
		border: 0;
		text-indent: -9999em;
		width: 112px;
		height: 35px;
		cursor: pointer;
		float: right;
		margin-right: 5px;
		font-size: 0;
		line-height: 0;
	}
	fieldset#controls a{
		color: #060;
		font-size: 1.2em;
		font-weight: 700;
		margin: 2px 0 0 8px;
		float: left;
	}
	
/* Footer */
div#footer, div#sponsor{
	background: #fff;	
}
div#footer hr, div#sponsor hr{
	width: 100%;
	border: 4px solid #333;
	border-width: 4px 0;
	height: 0;
	background: #333;
	margin-bottom: 17px;
	margin-top: 0;
	line-height: 0;
	font-size: 0;
	padding: 0;
	overflow: hidden;
}
div#footer div#credits{
	padding-bottom: 20px;
}
div#footer ul#csRegions,
div#footer div#credits,
div#footer div#sponsor {
	width: 1000px;
	margin: 0 auto;
	list-style: none;
	overflow: hidden;
}
	div#footer ul#csRegions li{
		float: left;
		border-bottom: 1px solid #e2e2e2;
		margin-right: 10px;
		width: 189px;
		height:70px;
		margin-bottom: 17px;
	}
	div#footer ul#csRegions li.last{
		margin-right: 0;
	}
	div#footer ul#csRegions li.bottom{
		border: 0;
		margin-bottom: 5px
	}
		div#footer ul#csRegions p{
			font-size: 1.1em;
			font-weight: 700;
			color: #666;
			margin: 5px 0;
		}
		
div#footer div#credits p{
	float: left;
	font-size: 1.1em;
	font-weight: 700;
	color: #333;
}
div#footer div#credits p#credit{
	float: right;
	font-weight: 400;
}
	div#footer div#credits p a{
		color: #333;
		text-decoration: none;
		margin-right: 20px
	}
	div#footer div#credits p a img{
		vertical-align: -4px;	
	}
div#footer div#credits p#credit a{
	margin-right: 0
}

div#noResults{
	background: #fff url(../images/noResultsSides.gif) repeat-y;
	width: 1002px;
	margin-bottom: 1em;
}
	div#noResultsTop{
		background: url(../images/noResultsTop.gif) no-repeat;
	}
	div#noResultsBottom{
		background: url(../images/noResultsBottom.gif) no-repeat bottom;
		padding: 20px;
	}

div#noResults h3{
	font-size: 1.7em;
	margin-bottom: 1em;
}
	div#noResults h3 span{
		font-size: 0.705em;
	}
div#noResults p,
div#noResults li{
	font-size: 1.2em;
	list-style: none;
	margin-bottom: 5px
}
div#noResults a{
	color: #F2433A;
	font-weight: 700;
	text-decoration: none;
}

/* Utility */
.left{
	float: left;
}
.right{
	float: right;
}
.clear{
	clear: both;
}