html, body {
	background-color: #fafafa;
}

.header-banner{
	background-color:#183664;
	height:10px;
}

.sub-header-banner{
	background-color:#2657A2;
	height:30px;
}

#page-body{
	padding-top:130px;
}

img{
	border:none 0;
}

.welcome-interex{
	width:960px;
	text-align:center;
}

.welcome-interex h1 {
	background-color:transparent;
	border-top:1px solid #A0D7FE;
	border-bottom:none;
	color:#2657A2;
	font-weight:bold;
	margin:14px 0;
	padding:20px 0;
	text-align:center;
	font-size:1.7em;
}


#motorsport-pod,
#automotive-pod,
#industrial-pod{
	width:310px;
	height:200px;
	float:left;
	display:inline;
	margin-right:15px;
	background-color:#ccc;
}

#automotive-pod{

}

#industrial-pod{
	margin-right:0;
}

#motorsport-pod a:link,
#motorsport-pod a:visited,
#automotive-pod a:link,
#automotive-pod a:visited,
#industrial-pod a:link,
#industrial-pod a:visited{
	display:block;
	width:310px;
	height:40px;
	text-decoration:none;
	border:none 0;
	color:#fff;
	padding:160px 0 0 0;
	background-image:url(../images/splash-bg.jpg);
	background-position: 0 0;
	background-repeat:no-repeat;	
}

#automotive-pod a:link,
#automotive-pod a:visited{
	background-position: 0 -400px;
}

#industrial-pod a:link,
#industrial-pod a:visited{
	background-position: 0 -800px;
}

#motorsport-pod a:hover{
	color:#000;
	background-position: 0 -200px;
}
#automotive-pod a:hover{
	color:#000;
	background-position: 0 -600px;
}
#industrial-pod a:hover{
	color:#000;
	background-position: 0 -1000px;
}
#page-body h2 {
	color:#fff;
	text-align:center;
	margin:0;
	font-weight:bold;
	line-height:1;
}
