/*  
  Version: 1.0
  Date: 15/09/2006
  CSS by: Madgex ltd. - http://www.madgex.com/
  Author: Cesar Alvarez - cesar.rancano@madgex.com
  Revised: 04/2007
*/


/* general selectors --------------------- */

* {

	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;	

}

body {

	margin: 24px 0;
	font-family: "Arial;", Arial, Verdana, sans-serif;
	font-size: 12px;
}

a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
	font-size:12px;
}
#content p a {
text-decoration:underline;
}
#content p a:hover {
text-decoration:none;
}

p {
	margin-bottom:10px;
	color:#000000;
}

h1 {

	font-size: 24px;
}

h2 {

	font-size: 20px;
	padding: 5px 0 5px;
	margin: 0 0 12px 0;
	font-weight:700;
}

.editors pg {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:700;
	color:#1968b3;
}

h3  {
	font-size: 14px;
	padding:14px 0 0 0;
}

h5 {
	font-size: 14px;
}

h4 {

	font-size: 12px;
}

table {

	border: 0;
}

tr {

	border-bottom: 2px solid #000;
}

/* container --------------------- */

#container {
	margin: 0 auto;
	width: 850px;
}

/* nma-header --------------------- */

#nma-header {
position:absolute;
top:10px;
right:20px;
text-align: right;
}

#nma-header a {
	color: #BFD62F;
	border: 0;
	display:block;
	font-weight: normal;
	padding: 2px;
	line-height:12px;
}

#nma-header a:hover {
	color: #fff;
	text-decoration:underline;
}

/* header --------------------- */

#header {
	position:relative;
	background: #808183;
	height: 96px;
	padding: 12px 0 0 0;
}

#header #banner {
	position:absolute;
	right:20px;
	top:25px;
	width:486px;
	height:60px;
}

#top-leaderboard {
text-align:center;
padding-bottom:10px;
}

#header h1 a {
	display: inline;
	width: 353px;
	height: 78px;
	float: left;
	overflow: hidden;
	text-indent: -9999px;
	margin: 12px 0 0 12px;
	padding: 12px 0 0 0;
	border: 0 ;
}

#top-banner {
	float: right;
	width: 480px;
}

#top-banner h5 {
	font-size: 75%;
	line-height: 100%;
	font-weight: normal;
	margin: 0 0 3px 0;
	padding: 0;
	color: #fff;
}	

.skip-navigation {
 position: absolute;
 left: -9999px;
 width: 0;
 overflow: hidden;
}

/* menu --------------------- */

#menu {
	margin-bottom: 12px; 
	background: #BFD62F;
}

#menu ul {
	margin: 0 0 0 12px;
	background: #BFD62F;
}

#menu li {
	display: inline;
	vertical-align:top;
	font-size:9px;
}

#menu li a {
	color: #fff;
	font-size: 11px;
	text-transform: lowercase;
	display: inline;
	float: left;
	margin: 0 10px;
	padding: 10px;
	border: 0;
}

#menu li a:hover {
	background: #BFD62F url("../images/bg-menu-active.gif") no-repeat 	bottom center;
}

#menu #currentpage a {
	background: #BFD62F url("../images/bg-menu-active.gif") no-repeat 	bottom center;
	color: #fff;
}


/* sidebar --------------------- */

#sidebar {
	background: #aaa;
	float: right;
	width: 140px;
}

#sponsors {
	padding: 12px 0 0 8px;
	color: #fff;
}

#sponsors h2 {
	font-size: 1em;
	font-weight: 700;
	padding: 0;
	margin: 4px 0;
}

#sponsors img {
	margin: 0px 0px 12px 0px;
}

#brought-by img, #sponsor img {
	margin: 0 0 12px 12px;
}

#ads {
	padding: 50px 12px 0px 0px;	
}

#ads img {
	margin: 0px 0px 5px 0px;
}

#sidebar img {
	border: 0;	
}

#sidebar a {
	border: 0;	
	text-decoration: none;
}

/* content --------------------- */

#content {
	float: left;
	width: 687px;
}

.boxContainer {
width:665px; 
padding:10px; 
background-color:#eeeeee; 
margin-bottom:10px;
}

.boxImage {
width:100px; 
float:left;
}

.boxText {
float:left; 
width:537px; 
padding-left:10px;
}

.boxReadMore {
text-align:right;
}

.boxReadMore a {
font-size: 90%;
}

.boxContainer h3 {
font-size:14px; 
margin-top:0; 
padding-top:0;
}

.box {
	background: #eee;
	margin: 0 0 12px 0;
	padding: 12px;	
	padding-top:2px;
}

.box table {
	width: 100%;
	font-size: 80%;
}

#content ul {
 margin: 4px 0 8px 0;
 font-size: 80%;
}

/* detail template --------------------- */

ul {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
margin-left:0px;
list-style:none;
padding-left:0px;
}

ol {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
padding-left:25px;
margin:10px 0;
}
ol li {
list-style:decimal;
}

li {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}

ul.circle {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
margin:0;
padding-left:20px;
}

ul.circle li {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
list-style:url(../images/green-bullet.jpg);
margin:0;
}

#content li {
	margin: 4px 0;
}	

#content h3.url {
	margin-bottom: 18px;
}	

#content p {
	margin-top: 0px;
}					

#content h3 a {
	border: 0;
}							

a#come-back {
	font-size: 80%;
	margin-left: 550px;
}			

#content td a {
  border: none;
}   

 
#content td a:hover {
  text-decoration: none; 
}     

/* footer --------------------- */

#footer {
	background: #777;
	color: #fff;
	height: 72px;
	font-size: 95%;
	padding: 12px;	
	clear: both;
}

p#copy {
	float: left;
	color: #fff;
}

#footer a {
	color: #fff; 
	border-bottom: 1px solid #ccc;
	font-weight: normal;
	text-decoration: none;
	font-size:11px;
}

p#copy a{
	text-decoration: none;
	color: #fff; 
}

#top-link {
	float: right;
	padding-right: 15px;
	background: transparent url("http://www.centaur2.co.uk/nma/marketing-services-guide/images/bg-top.gif") no-repeat center right;
}


/* home --------------------- */

.home #content h2 {

	color: #BFD62F;
	/*text-transform: lowercase;*/

}

#section {
color:#BFD62F;
padding: 7px 0px;
margin: 0 0 12px 0;
}


#content h2 {

	color: #BFD62F;
	/*text-transform: lowercase;*/
}





.home .box img {

	float: left;

	padding-bottom: 20px;

}




.home .box p {

	margin-left: 110px;
	margin-top:0px;
	padding-top:0px;

}



.home .box h3 {

	margin-left: 110px;

}



.home .box h4 {

	color: #9e9e9e;

	font-size: 75%;

	font-weight: normal;

	margin-left: 110px;

	margin-bottom: 8px;

}



.home #StaticPageBody h3 {

	color: #BFD62F;

	margin: 15px 0 0 0;

}

#content .box th 

{
	background-color: #BFD62F; 
	color: #fff;
	font-weight: normal;
	font-size:11px;
	padding-bottom:2px;
}

a.sort {
	background-color: #BFD62F; 
	color: #fff;
	font-weight: normal;
	font-size:10px;
	text-decoration: underline;
}

a.agency {
	color: #000;
	font-weight: normal;
	font-size:10px;
	text-decoration: underline;
}




#content .box td {

	padding: 4px 0 4px 4px;

}



.box tr.odd {

	background: #fff;

}



.home .box a.read-more {

	clear: left;

	font-size: 80%;

	margin-left: 588px;
	
	font-weight:700;

}



.box img 

{


}

.home span {

	width: 20px;

	height: 20px;

	background: #000;

	color: #fff;

	font-weight: bold;

}

	

.home span.design-and-build {

	background: #28A449;

	padding: 3px 6px;

}

	

.home span.marketing {

	background: #fd0;

	padding: 3px 4px;

}		



.home span.technical {

	background: #6F2B91;

	padding: 3px 6px;

}





/* count in list ------------------ */



div.showcount_marketing,

div.showcount_design_build,

div.showcount_technical 

{

	width: 25px;

	text-align:center;

	color: #fff;

	font-weight:bold;	

}



div.showcount_marketing {background: #fd0;}

div.showcount_design_build {background: #28A449;}

div.showcount_technical {background: #6F2B91;}



/* left align agency title and owner -------------------*/

.list_title {text-align:left;}





/*

.top-itv-agency li {

	display: inline;

	margin-right: 20px !important;

    font-weight: bold; 		

}	



.top-itv-agency span {

	width: 20px;

	height: 20px;

	background: #000;

	color: #fff;

	font-weight: bold;



}

	

.top-itv-agency span.design-and-build {

	background: #28A449;

	padding: 3px 6px;	

}

	

.top-itv-agency span.marketing {

	background: #fd0;

	padding: 3px 4px;	

}		



.top-itv-agency span.technical {

	background: #6F2B91;

	padding: 3px 6px;	

}

*/

#region-map {

	position: relative;
	margin: 60px 0 80px 180px !important;

}



#region-map a {

	font-size: 75%;
	border: 0;
	text-decoration: none;
	color: #111;
	padding: 0 3px;

}	



#greater-london {

	position: absolute;
	display: block;
	top: 390px;
	left: 220px;
	float: left;

}



#scotland {

	position: absolute;
	display: block;
	top: 120px;
	left: 80px;
	float: left;

}



#west-midlands {			

	position: absolute;
	display: block;
	top: 340px;
	left: 130px;
	float: left;

}



#north-west	{			

	position: absolute;
	display: block;
	top: 230px;
	left: 95px;
	float: left;

}



#north-east	{			

	position: absolute;
	display: block;
	top: 200px;
	left: 165px;
	float: left;

}



#yorkshire-humber {			

	position: absolute;
	display: block;
	top: 250px;
	left: 170px;
	float: left;

}



#wales {			

	position: absolute;
	display: block;
	top: 370px;
	left: 96px;
	float: left;

}

				

#east-midlands {			

	position: absolute;
	display: block;
	top: 310px;
	left: 186px;
	float: left;

}



#east	{			

	position: absolute;
	display: block;
	top: 348px;
	left: 250px;
	float: left;

}



#south-west	{			

	position: absolute;
	display: block;
	top: 430px;
	left: 90px;
	float: left;

}



#south-east {			

	position: absolute;
	display: block;
	top: 420px;
	left: 200px;
	float: left;

}





/* agency-efficiency --------------------- */



.agency-efficiency .box {

	margin-bottom: 40px;	

}



.agency-efficiency .text_box p {

	background: #eee;
	margin: 0 0 12px 0;
	padding: 12px;

}



.agency-efficiency #content h2 {

	color: #BFD62F;
	/*text-transform: uppercase;*/

}



.agency-efficiency .box tr.odd {

	background: #fff;

}	



.agency-efficiency .box th {

	color: #fff;
	text-align: center;
	padding: 4px 0;

}	



.agency-efficiency .box .ae-marketing th,

.agency-efficiency .box .ae-design-and-build th,

.agency-efficiency .box .ae-technical th,

.agency-efficiency .box .ae-media th {

	background: #0093AD;

}









h2.ae-marketing {background: #fd0 !important;}	

h2.ae-design-and-build {background: #28A449 !important;}

h2.ae-technical {background: #6F2B91 !important;}	

h2.ae-media {background: #c82154 !important;}	



/* ones-to-watch --------------------- */

.ones-to-watch #content h2 {

	color: #0078a3;
	/*text-transform: uppercase;*/

}



.ones-to-watch .box th {

	background: #0093AD;
	color: #fff;
	text-align: center;
	padding: 4px 0;

}



.ones-to-watch .box td {

	text-align: center;
	padding: 4px 0;

}


.ones-to-watch .box tr.odd {

	background: #fff;

}


.ones-to-watch ul {

	margin: 20px 0;

}	


.ones-to-watch li {

	display: inline;
	margin-right: 20px !important;
    font-weight: bold; 	

}	


.ones-to-watch span {

	width: 20px;
	height: 20px;
	background: #000;
	color: #fff;
	font-weight: bold;

}
	

.ones-to-watch span.design-and-build {

	background: #28A449;
	padding: 3px 6px;

}

	

.ones-to-watch span.marketing {

	background: #fd0;
	padding: 3px 4px;	

}		



.ones-to-watch span.technical {

	background: #6F2B91;
	padding: 3px 6px;	

}



.ones-to-watch span.media {

	background: #c82154;
	padding: 3px 6px;	

}



/* agency-detail --------------------- */	

h2 span.ranking {

	background: #fff;
	padding: 8px;
	position: relative;
	text-align: right;
	color: #005b66;

}





/* clear --------------------- */

.floatclear { 

	overflow: hidden; 

}



* html .floatclear { 

	height: 1%; 

}



/* other --------------------- */

img.left4 {

	float: left;
	padding: 15px 0 0 0;

}

img.left {

float: left;
padding-top: 16px;
padding-right: 10px;
padding-bottom: 5px;
padding-left: 0pt;

}

img.left2 {

float: left;
padding-top: 3px;
padding-right: 10px;
padding-bottom: 5px;
padding-left: 0pt;

}

table.TableColumnFixed

{

	table-layout: fixed;

}

h2#holding {

 font-size: 48px;
 letter-spacing: -3px;
 margin-top: 30px;
 color: #fff;

}


#StaticPageBody

{

	padding: 0 0 10px 0;	

}