/* menu_motor_trade */
/*.menu_mt
{
font: 12px Ariel;
color: #333333; 
}



a.menu_mt  {
	color: #333;
	text-decoration: none;
	font-weight: bold;
	background: #FFF;
}
a.menu_mt :hover {
	color: #ffbd4d;
	text-decoration: none;
	font-weight: bold;
	background: #FFF;
}
*/
.mt_title {
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #666666;
font-size: 14px;
font-weight: bold;
padding-top: 5px;
padding-bottom: 5px;}

.mt_title A:link {
color: #ff0000;
text-decoration: none;
}

.mt_title A:hover {
color: ##ff0000;
text-decoration: none;
}

.mt_title A:visited {
color: #ff0000;
text-decoration: none;
}


.mt_body {
font-family: verdana, arial, helvetica, sans-serif;
color: #464646;
font-size: 11px;
padding-top: 5px;
padding-bottom: 5px;
}

.mt_body_link {
font-family: verdana, arial, helvetica, sans-serif;
color: #ff0000;
font-size: 11px;
padding-top: 5px;
padding-bottom: 5px;
}

.mt_body_link A:link {
color: #464646;
text-decoration: none;
}

.mt_body_link A:hover {
color: #ff0000;
text-decoration: none;
}

.mt_body_link A:visited {
color: #999999;
text-decoration: none;
}

.mt_bodygrey {
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #666666;
font-size: 11px;
padding-top: 5px;
padding-bottom: 5px;
}

/**
 *
 * New styles added by Rob below
 * Created 12/12/2011
 *
 */

/** Banners */
.banner {
	width:800px;
	height:241px;
	font:14px/1.3 Verdana, Arial, Helvetica, sans-serif;
	color:#fff;
}
.redBg {
	background:#e71820;
}
.blueBg {
	background:#007ea2;
}
.banner ul {
	list-style-type:none;
}
.banner ul li {
	height:241px;
}
#static,
#content,
#contentThick,
#animated {
	float:left;
	margin:0;
	padding:0;
}
#contentRight {
	width:299px;
	float:right;
	margin:0;
	padding:0;
}
#static {
	width:258px;
}
#animated {
	width:299px;
}
#content {
	width:243px;
}
#contentThick {
	width:501px;
}
#content li,
#contentThick li,
#contentRight li {
	margin:12px 8px 0;
}
#content p,
#contentThick p,
#contentRight p {
	margin-top:0;
}
#content span,
#contentThick span,
#contentRight span {
	font-size:12px;
	font-weight:bold;
}

/** Content */
.clear {
	clear:both;
}
.theTeasers {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.6em;
}
.teaser {
	width:226px;
	color:#333;
	float:left;
	padding:0 20px 22px;
}
.teaser h2 {
	font-size: 13px;
	padding-bottom:7px;
	border-bottom:1px dotted #999;
}
.borderRight {
	border-right:1px solid #d0d0d0;
}
.mt h2,
.mt h2 a {
	color:#e63238;
	text-decoration: none;
}
.rc h2,
.rc h2 a {
	color:#007ea2;
	text-decoration: none;
}
.euk h2,
.euk h2 a {
	color:#666;
	text-decoration: none;
}
.enter {
	width:226px;
	float:left;
	padding:4px 20px 0;
}
.enter a {
	font-size: 10px;
	font-weight:bold;
	display:block;
	text-decoration:none;
	padding:4px 0;
	border:1px dotted #999;
	border-left:none;
	border-right:none;
}
.enter a:hover,
.enter a:active,
.enter a:focus {
	text-decoration:none;
}
.enterMt {
	background:transparent url(images/enter-motortrade.gif) no-repeat 232px 10px;
}
.enterRc {
	background:transparent url(images/enter-retail.gif) no-repeat 232px 10px;
}
.enterEuk {
	background:transparent url(images/enter-eradicate.gif) no-repeat 232px 10px;
}
.enterMt a {
	color:#e63238;
}
.enterRc a {
	color:#007ea2;
}
.enterEuk a {
	color:#666;
}
.testimonial p {
	font-size:1.1em;
	color:#999;
}
.testimonial span {
	font-size:0.9em;
	font-weight:bold;
	color:#666;
}


#homeBanner {
	width: 800px;
	position: relative;
	height: 240px;
	background:transparent url(images/logo-grey.png) no-repeat 50% 50%;
}
#homeBanner .image {
	position: absolute;
	top: 0;
	left: 0;
}
#homeBanner .screen {
	position: absolute;
	top: 0;
	left: 40px;
	width: 760px;
	height: 240px;	
	background-color: rgba(255,255,255, 0.2);
	width: 0;
}
#homeBanner .content {
	position: absolute;
	bottom: 0;
	left: 40px;
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#homeBanner .content h2 {
	font-size: 20px;
	line-height: 25px;
	font-weight: normal;
	margin: 0 0 15px;
}
#homeBanner .content p {
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
}
