html {min-height: 100%;}
body {
	margin: 0 0 15px 0;
	font-size: 0.81em;
	background: #CCC; /* Old browsers */
	background: -moz-linear-gradient(top, #CCC 0%, #BBB 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #CCC), color-stop(100%, #BBB)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #CCC 0%, #BBB 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #CCC 0%, #BBB 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #CCC 0%, #BBB 100%); /* IE10+ */
	background: linear-gradient(to bottom, #CCC 0%, #BBB 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#CCCCCC', endColorstr='#BBBBBB', GradientType=0); /* IE6-9 */
}
body, textarea, input, select {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
body.mceContentBody { 
	height: auto !important;
	padding: 10px !important;
	margin: 0 !important;
	min-height: 0 !important;
	width: auto !important;
	min-width: 0 !important;
	float: none !important;
	overflow: auto !important;
}
h1, h2, p {margin: 0 0 15px 0; font-weight: normal;}
h3 {margin: 0; font-size: 1.1em;}
h1 {margin: 0 0 10px 0;}
.ie7 .floatFix, .ie7 #wrap {zoom: 1;}
.floatFix:after, #wrap:after {
    content: "";
    display: block;
    clear: both;
}
img {
	vertical-align: top;
	border: 0;
	padding: 0;
	margin: 0;
	max-width: 100%;
}
.ie7 img {
	clear: expression(
		className = new Function('e', 'return typeof(e.getAttribute("style").float)!=="undefined"?"float"+e.getAttribute("style").float:"";')(this),
		style.clear = "none", 0
	);
}
img[style*="float: left;"], img[style*="float:left;"], img.floatleft {margin: 8px 15px 5px 0;}
img[style*="float: right;"], img[style*="float:right;"], img.floatright {margin: 8px 0 5px 15px;}
table, thead, tbody, tr, td, th {
	padding: 0;
	border: 0;
	margin: 0;
	border-collapse: collapse;
	border-spacing: 0;
	text-align: left;
}
.centre {text-align: center;}
.right {text-align: right;}
/* COOKIES ########################################*/
#cookies, #cookiesClose {
	background: #FFF;
}
#cookies {
	padding: 10px 5px;
	font-weight: bold;
	border-bottom: 1px solid #BBB;
}
#cookiesClose {
	float: right;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 5px 10px;
	background-color: #4C4C4C;
	color: #FFF;
	text-decoration: none;
	margin-top: -5px;
}
/* SITE #########################################*/
#main {
	margin: 8px auto;
	max-width: 930px;
	padding: 15px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #000 url(../graphics/bg.png) no-repeat center bottom;
}
#main.popup {max-width: 600px;}
/* TOP ##########################################*/
#top, #bottom {
	margin: 0 0 15px 0;
	background: #4C4C4C;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 20px;
	position: relative;
	font-weight: bold;
}
#top h1 {margin: 0;}
#top h1 a {
	display: block;
	width: 300px;
	height: 32px;
	overflow: hidden;
	text-indent: 300px;
	white-space: nowrap;
	background: url(../graphics/sprite.png) no-repeat 0 0;;
}
#top a {
	color: #FFF;
	text-decoration: none;
}
#top p {
	position: absolute;
	top: 15px;
	margin: 0;
	right: 15px;
	font-size: 1.3em;
	text-align: right;
}
#top a {display: block;}



/* NAV ##########################################*/
#nav {
	margin: 0;
	list-style: none;
	padding: 0;
	font-size: 1.1em;
}
#nav li {
	display: inline-block;
	padding: 10px 7px 10px 44px;
	-webkit-border-top-left-radius: 15px;
	-webkit-border-top-right-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-topright: 15px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	background: url(../graphics/sprite.png) no-repeat -262px -42px;
	background: url(../graphics/sprite.png) no-repeat -262px -42px, url(../graphics/sprite.png) no-repeat 0 bottom;
	background-color: #EEE;
	margin: 0 0 0 8px;
	-moz-transition: background-color 0.2s;
	-webkit-transition: background-color 0.2s;
	-o-transition: background-color 0.2s;
	transition: background-color 0.2s;
}
#nav li:first-child {margin: 0;}
#nav li:hover, #nav li.on {background-color: #FFF;}
#nav li.on {background-image: url(../graphics/sprite.png);}
#nav .services {
	background-position: -265px -92px;
	background-position: -265px -92px, 0 bottom;
}
#nav .quote {
	background-position: -265px -142px;
	background-position: -265px -142px, 0 bottom;
}
#nav .advice {
	background-position: -265px -192px;
	background-position: -265px -192px, 0 bottom;
}
#nav .faq {
	background-position: -265px -242px;
	background-position: -265px -242px, 0 bottom;
}
.ie7 #nav li {
	display: inline;
	zoom: 1;
}
.ie7 #nav li, .ie8 #nav li {
	padding-bottom: 9px;
	border-bottom: 1px solid #CCC;
}
.ie7 #nav li.on, .ie8 #nav li.on {
	padding-bottom: 10px;
	border: 0;
}
#nav a, #subnav a, #content a {
	-moz-transition: background-color 0.2s, color 0.2s;
	-webkit-transition: background-color 0.2s, color 0.2s;
	-o-transition: background-color 0.2s, color 0.2s;
	transition: background-color 0.2s, color 0.2s;
}
#nav a {
	display: block;
	padding: 5px 13px;
	background: #4C4C4C;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	
}
#nav li a:hover {background-color: #FF9900; color: #000;}
#nav .on a, #nav .on a:hover {background-color: #000; color: #FFF;}
/* SUBNAV ########################################*/
#subnav {
	background: #FFF;
	margin: 0;
	padding: 10px 5px;
	-webkit-border-top-right-radius: 15px;
	-moz-border-radius-topright: 15px;
	border-top-right-radius: 15px;
}
#subnav li {
	display: inline-block;
	padding: 0 0 0 10px;
}
.ie7 #subnav li {
	display: inline;
	zoom: 1;
}
#subnav a {
	display: block;
	padding: 2px 10px;
	color: #000;
	font-weight: bold;
	text-decoration: none;
	background: #CCC;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#subnav a:hover, #subnav .on a {
	background-color: #FF9900;
}


/* TOP Ltd ##########################################*/
#topltd {
	margin: 0 0 15px 0;
	background: #4C4C4C;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 20px;
	position: relative;
	font-weight: bold;
}
#topltd h1 {margin: 0;}
#topltd h1 a {
	display: block;
	width: 300px;
	height: 32px;
	overflow: hidden;
	text-indent: 300px;
	white-space: nowrap;
	background: url(../graphics/spriteltd.png) no-repeat 0 0;;
}
#topltd a {
	color: #FFF;
	text-decoration: none;
}
#topltd p {
	position: absolute;
	top: 15px;
	margin: 0;
	right: 15px;
	font-size: 1.3em;
	text-align: right;
}
#topltd a {display: block;}


/* CONTENT #######################################*/
#msg {
	background: #ff8787; /* Old browsers */
	background: -moz-linear-gradient(top, #ff8787 0%, #ff4242 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff8787), color-stop(100%,#ff4242)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ff8787 0%,#ff4242 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ff8787 0%,#ff4242 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ff8787 0%,#ff4242 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ff8787 0%,#ff4242 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff8787", endColorstr="#ff4242", GradientType=0); /* IE6-9 */
	padding: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-weight: bold;
	color: #FFF;
	text-shadow: #000 0 0 2px;
	margin-top: 15px;
}
#content {
	min-height: 300px;
	background: #FFF;
/*	-webkit-border-radius: 15px; */
	-webkit-border-top-left-radius: 0;
	/*-moz-border-radius: 15px;*/
	-moz-border-radius-topleft: 0;
	/*border-radius: 15px;*/
	border-top-left-radius: 0;
	/*padding: 20px 15px;*/
	padding: 20px 0px;
	line-height: 1.4em;
	overflow: auto;
}
#subnav + #content {
	-webkit-border-top-right-radius: 0;
	-moz-border-radius-topright: 0;
	border-top-right-radius: 0;
	padding-top: 0;
}

#gazpages
{
	padding: 10px;	
}

#content h1, #content h1 strong {font-weight: normal; line-height: 1.2em;}
#content h1 strong {color: #FF9900;}
#content a, #content .results a:hover, #content .results a:focus, #content .results a:active {color: #0000C0;}
#content a:hover, #content a:focus, #content a:active {color: #FF9900;}
/* BOTTOM ########################################*/
#bottom {
	margin: 15px 0 0 0;
	background: #CCC;
	background: rgba(204,204,204,0.85);
	font-family: Arial, Helvetica, sans-serif;
	padding: 15px 13%;
}
.ie7 #bottom, .ie8 #bottom {
	background:transparent;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#DDCCCCCC,endColorstr=#DDCCCCCC); 
	zoom: 1;
}
#bottom a {color: #000; text-decoration: none;}
#bottom p {margin: 0; line-height: 1.4em;}
#bottom .tel, #bottom .post {font-size: large;}
#bottom .tel {float: left;}
#bottom .post {float: right;}
#bottom .copy {clear: both; text-align: center;}
body > p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	text-align: center;
	margin: 0;
}
/* VOICE SEARCH #####################################*/
#controls {
	background: #FFF url(../images/jelly-beans.png) no-repeat right 50%;
	border-bottom: 1px solid #143250;
	clear: both;
	min-height: 112px;
	padding: 0px 15px;	/* gaz */
}
#search, #ntsearch, #demo {
	margin: 10px 0 15px 20px;
	display: inline-block;
	padding: 10px 15px;
	width: 45%;
	vertical-align: top;
}
#demo {
	visibility: hidden;
	background: #FFF;
	background: rgba(255,255,255,0.8);
	padding-bottom: 25px;
	margin-bottom: 0;
	width: 46%;
}
#demo h2 {
	margin: 3px 0 8px 0;
}
#demo h3 {
	margin: 0 0 10px 0;
}
/*.audiojs {position: relative;}
audio {display: none;}*/
.me-js-audio {
	width: 100% !important;
	height: 24px !important;
}
#search {
	margin-left: 0;
	clear: both;
	background: #CCE; /* Old browsers */
	background: -moz-linear-gradient(top, #E8E8F0 0%, #CCE 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #E8E8F0), color-stop(100%, #CCE)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #E8E8F0 0%, #CCE 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #E8E8F0 0%, #CCE 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #E8E8F0 0%, #CCE 100%); /* IE10+ */
	background: linear-gradient(to bottom, #E8E8F0 0%, #CCE 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E8E8F0', endColorstr='#CCCCEE', GradientType=0); /* IE6-9 */
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
#ntsearch {
	margin-left: 0;
	clear: both;
	background: #FFE7C9; /* Old browsers */
	background: -moz-linear-gradient(top, #FFDD99 0%, #FFE7C9 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFDD99), color-stop(100%, #FFE7C9)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #FFDD99 0%, #FFE7C9 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #FFDD99 0%, #FFE7C9 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #FFDD99 0%, #FFE7C9 100%); /* IE10+ */
	background: linear-gradient(to bottom, #FFDD99 0%, #FFE7C9 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFDD99', endColorstr='#FFE7C9', GradientType=0); /* IE6-9 */
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.ctrl {
	padding: 3px 0 3px 25%;
}
.ctrl > label, .ctrl > label:first-child, .ctrl > input {
	display: inline-block;
	margin: 0 5px 0 0;
}
.ctrl > label + label ~ label {margin-left: 15px;}
.ctrl input[type=checkbox], .ctrl input[type=radio] {
	vertical-align: middle;
	margin: 0 5px 2px 0;
}
.ctrl > label:first-child {
	font-weight: bold;
	margin: 3px 2% 0 -32%;
	width: 31%;
	text-align: right;
}
.ie7 .ctrl > label:first-child {
	margin-left: -25%;
	width: 50%;
}
/* SEARCH RESULTS #################################*/
#content {position: relative;}
#list {
	display: block;
	padding-top: 15px;
}
#quick {
	list-style: none;
	margin: 0;
	padding: 0;
}
#controls + #list {padding-top: 0;}
#controls + #list table:first-child {
	margin: 0;
	border-top: 0;
}
#list > h3 {margin-top: 15px;}
table {
	width: 100%;
	clear: both;
	border-top: 1px solid #4C4C4C;
	margin: 30px 0 0 0;
	background: #F0F0F0;
}
tr {background: url(../graphics/row-bg.png) repeat-x 0 0;}
tr.rowspan {background-image: none;}
th {
	background: #143250;
	color: #FFF;
	padding: 5px 10px;
}
//td:first-child {width: 120px;}
//td:first-child {width: 300px;}
// orig td:first-child + td {width: 65%;}
td:first-child + td {width: 35%;}
td {
	border-bottom: 1px solid #808080;
	padding: 6px;
}
td[colspan="2"] {border: 0;}
table a {text-decoration: none;}
.male {background-color: #D1E0FF;}
.female {background-color: #FFD5D5;}
.foreign {background-color: #D0FFD0;}
.newtalent {background-color: #FFE7C9;}
.info {
	font-size: smaller;
	width: 300px;
}
.demo {
	white-space: nowrap;
	text-align: right;
	width: 5%;
}
.demo select {
	border: 1px solid #808080;
}
option {
	padding-left: 3px;
}
.demo select, .demo input {
	margin-right: 8px;
}
.demo input {
	height: 18px;
	background: url(../graphics/sprite.png) no-repeat 0 -300px;
	overflow: hidden;
	white-space: nowrap;
	text-indent: 18px;
	border: 0;
	padding: 0;
	cursor: pointer;
}
.ie7 .demo input {line-height: 200px;}
.demo input[name^=play] {
	width: 15px;
}
.demo input[name^=save] {
	width: 18px;
	background-position: -15px -300px;
}
table .control {width: 5%;}
table ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}
table li {
	display: inline-block;
	padding: 0 16px 0 0;
	background: url(../graphics/sprite.png) no-repeat right -297px;
	cursor: help;
	white-space: nowrap;
}
/* FLAGS ##################################*/
.australia, .belgium, .canada, .colombia, .denmark, .england, .france, .germany, .ireland, .jersey, .netherlands, .newzeland, .poland, .scotland, .uae, .usa, .wales {
	background: url(../graphics/sprite.png) no-repeat 0 -50px;
	width: 31px;
	height: 25px;
	display: inline-block;
	margin-top: 5px;
}
.belgium {background-position: 0 -75px;}
.canada {background-position: 0 -100px;}
.colombia {background-position: 0 -125px;}
.denmark {background-position: 0 -150px;}
.england {background-position: 0 -175px;}
.france {background-position: 0 -200px;}
.germany {background-position: 0 -225px;}
.ireland {background-position: 0 -250px;}
.jersey {background-position: -31px -50px;}
.netherlands {background-position: -31px -75px;}
.newzeland {background-position: -31px -100px;}
.poland {background-position: -31px -125px;}
.scotland {background-position: -31px -150px;}
.uae {background-position: -31px -175px;}
.usa {background-position: -31px -200px;}
.wales {background-position: -31px -225px;}
/* IE7 ####################################*/
.ie7 #search, .ie7 #ntsearch, .ie7 #demo, .ie7 table li, .ie7 .ctrl > label, .ie7 .ctrl > input {
	display: inline;
	zoom: 1;
}