@charset "utf-8";
/* CSS Document */

body, html {
	background-color: #FFF;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
}
a {
	outline: none;
	color: #FFF;
}
a:hover {
	outline: none;
	color: #FFAB2D;
}
h5{
	font-size:12px;
	font-weight:normal;
	padding-bottom:10px;
	padding-left:0;
	padding-bottom:8px;
	text-transform:uppercase;
	line-height:18px;
	color: #9B9E36;
}

.headerContainer {
	background-image: url(../images/headerBg.png);
	background-repeat: repeat-x;
	height: 107px;
	z-index: 4;
	width: 100%;
	top: 0px;
	position: absolute;
}
.header {
	background-image: url(../images/navBorder.png);
	background-repeat: repeat-x;
	width: 937px;
	text-align:center;
	top: 0px;
	position: relative;
	left: 50%;
	right: auto;
	margin-left: -468px;
	height: 106px;
	z-index: 5;
	background-position: bottom;
}
.logo {
	position: absolute;
	top: 30px;
	left: 0px;
}
#bg {
	min-height: 100%;
	min-width: 1024px;
	z-index: 1;
	width: 100%;
	height: auto;
	position: fixed;
	top: 0px;
	left: 0;
	bottom: 0px;
}
#topbg {
	min-width: 1024px;
	height: 107px;
	z-index: 3;
	width: 100%;
	position: fixed;
	top: 0px;
	left: 0;
}
#bottombg {
	min-width: 1024px;
	height: 34px;
	z-index: 3;
	width: 100%;
	position: fixed;
	bottom: 0px;
	left: 0;
}
#IIcon {
	height: 389px;
	z-index: 2;
	width: 67px;
	position: fixed;
	margin-top: -195px;
	top: 50%;
	bottom: auto;
	right: 0;
}
.container {
	z-index: 4;
	width: 937px;
	text-align:left;
	position: absolute;
	left: 50%;
	right: auto;
	margin-left: -468px;
}
.container .mainContent {
	position: relative;
}

.container .heading {
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: left;
}

.container .footer {
	width: 937px;
	position: relative;
	text-align:left;
	height: 68px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #FFF;
	background-image: url(../images/footerBg.png);
	background-repeat: repeat;
	margin-top: 15px;
	clear: both;
	margin-bottom: 20px;
}
.footer .intgroup {
	position: absolute;
	right: 190px;
	top: 20px;
}
.footer .copyright {
	position: absolute;
	top: 28px;
	left: 20px;
}
.footer .automotive {
	position: absolute;
	right: 20px;
	top: 20px;
}
.footer .facebook {
	position: absolute;
	right: 360px;
	top: 20px;
}.footer .linkedIn {
	position: absolute;
	right: 335px;
	top: 20px;
}

