@charset "UTF-8";
/* CSS Document */
body {
	margin: 0px;
	background-color:#231f20;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
#outer {
	width: 900px;
	margin:auto;
	margin-top: 0px;
	background-color:#231f20;
}
#container {
	float:left;
	margin-top: 0px;
	background-color:#231f20;
}
#header {
	margin-bottom: 10px;
}
#logo {
	width: 309px;
	height: 126px;
	float: left;
}
#headerRight {
	width: 591px;
	height: 107px;
	float: right;
	background-color:#FFFFFF;
}
#nav {
	height: 19px;
	width: 591px;
	float: right;
	margin:0px;
	background-color:#231f20;
	border-top: 1px solid #939598;
}

#nav ul{
	margin: 0px;
	padding: 0px;
}

#nav li {
	float: left;
	list-style:none;
	margin-right: 5px;
	margin-top: 4px;
	border-left: 1px solid #FFFFFF;
}

#nav a, #nav a:link, #nav a:active, #nav a:visited{
	color:#FFFFFF;
	text-decoration:none;
	font-size:11px;
	font-weight: normal;
	
	padding-left: 10px;
	padding-right: 10px;
}
#nav a:hover{
	color: #231f20;
	background-color:#FFFFFF;
}
#nav .last{
	border-left: 0px;
	padding-right: 10px;
	border-right: 1px solid #FFFFFF;
}
#left {
	width: 220px;
	float: left;
}
#content {
	margin-left: 10px;
	margin-right: 10px;
	width: 470px;
	float: left;
	background-color:#e4e5e6;
}
.contentInner{
	padding: 10px;
}
#right {
	float: right;
	width: 190px;
	background-color: #e4e5e6;
}
#barometers{
	float: left;
}
#rankings {
	margin-top: 16px;
	background-color: #e4e5e6;
}
#login {
	background-color:#FFFFFF;
	float: left;
	width: 220px;
}
#ads{
	margin-top: 20px;
	border-left: 1px solid #939598;
	border-right: 1px solid #939598;
	background-color:  #e4e5e6;
	width: 218px;
}
.inner{
	border-left: 1px solid #939598;
	border-right: 1px solid #939598;
	padding: 5px;
}
#graphic {
	margin-top: 4px;
	margin-bottom: 20px;
	float: right;
}

#search{
	padding-top: 55px;
	padding-right: 20px;
}

input{
	border: 1px solid #000000;
}
.left {
	float: left;
}

.contentHeader{
	background-image:url(/theme/content-top.gif);
	width: 470px;
	height: 45px;
}

.contentTitle{
	padding-top: 24px;
	padding-left: 10px;
	font-size: 11px;
}

a:link, a:active, a:visited{
	color: #d2232a;
	text-decoration: none;
}

a:hover{
	color: #000000;
	text-decoration:none;
}

h1{
	font-size: 18px;
}

h2{
	font-size: 16px;
}

/* This applies to the regular image resizing */
.img { max-width: 185px; height:auto; vertical-align: middle;}
/* hack for vertical-align in IE7 */
.img { margin-top: expression(Math.max(0,(185-this.height)/2)+'px');}
/*end*/

a.black:link,  a.black:active,  a.black:visited{
	color: #000000;
}

 a.black:hover{
	color: #d2232a;
}

.podcastBack{
	background-image:url(/theme/PODCAST-BLANK.gif);
	width: 470px;
	height: 335px;
}

.threesectionsBack{
	background-image:url(/theme/3-sections.gif);
	width: 470px;
	height: 656px;
}

.bespokeresearchBack{
	background-image:url(/theme/bespoke-research.gif);
	width: 470px;
	height: 569px;
}

.marketreportBack{
	background-image:url(/theme/market-report.gif);
	width: 470px;
	height: 331px;
}

.marketresearchBack{
	background-image:url(/theme/market-research.gif);
	width: 470px;
	height: 560px;
}

.whitelargeBack{
	background-image:url(/theme/white-large-blank.gif);
	width: 470px;
	height: 226px;
}

.blankgreyBack{
	background-image:url(/theme/blank-grey.gif);
	width: 470px;
	height: 226px;
}

a.white:active, a.white:visited, a.white:link
{
	color: #FFFFFF;
}
a.white:hover{
	color:#990000;
}

