body, input, textarea , select{
	text-align: center;
	font-family: "Lucida Grande", Verdana, "Bitstream Vera Sans", Arial,
		sans-serif;
	font-size: 12px;
	color: #696969;
}
input, textarea,select{
	text-align: left;
	}

a {
	text-decoration: none
}

a:hover {
	text-decoration: underline
}

.fullContainer {
	width: 960px;
	top: 15px;
	margin-left: auto;
	margin-right: auto;
}

.header {
	padding-bottom: 18px;
	height: 75px;
	clear: both;
}

.logo {
	float: left
}

.banner {
	float: right
}

.menuBanner { /*background-image:url('../cutUpImages/topMenuBar.png');
	background-repeat: repeat-x;*/
	height: 31px;
}

.contentText {
	text-align: left;
	color: white;
	width: 470px;
	float: left; *
	margin-top: -20px;
}

.contentBody {
	background-image: url('../cutUpImages/brick_wall.jpg');
	background-repeat: no-repeat;
	/*height:360px;*/
	z-index: 4;
	padding-left: 32px;
}

.thinBlock {
	padding-top: 45px;
	text-align: left;
	width: 470px; *
	margin-left: -480px;
}

.extraBlock {
	padding-top: 45px;
	text-align: left;
	width: 470px; *
	margin-left: -30px;
}

.extraBlock {
	padding-top: 15px;
	width: 920px;
	padding-bottom: 15px;
}

.racingCar {
	float: left;
	background-image: url('../cutUpImages/race_car.png');
	margin-top: 130px;
	background-repeat: no-repeat;
	background-position: 150px left;
	width: 445px;
	height: 200px;
}

.footerMenu {
	background-image: url('../cutUpImages/bottom_small.png');
	background-repeat: repeat-x;
	height: 31px;
	padding-top: 9px;
	padding-left: 20px;
	text-align: left;
	clear: both
}

.infoHeader {
	background-image: url('../cutUpImages/redbar.png');
	background-repeat: repeat-x;
	padding-left: 15px;
	padding-top: 10px;
	color: #ffffff;
	height: 38px;
	font-weight: bolder;
}

.infoBlock {
	padding-left: 15px;
}

.infoTabs {
	text-align: left;
	clear: both;
	padding-top: 110px; *
	padding-top: 50px;
}

.infoTab {
	width: 220px;
	height: 210px;
	float: left;
	margin: 10px;
	border-color: #AFAFAF;
	border-width: 1px;
	border-style: solid;
}

#backgroundPopup {
	display: none;
	position: fixed;
	_position: absolute; /* hack for internet explorer 6*/
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background: #000000;
	border: 1px solid #cecece;
	z-index: 1;
}

#popupContact {
	display: none;
	position: fixed;
	_position: absolute; /* hack for internet explorer 6*/
	height: 384px;
	width: 408px;
	background: #ffffff;
	background-image:url('../cutUpImages/exhaustBlur.jpg');
	border: 2px solid #cecece;
	z-index: 19;
	padding: 12px;
	font-size: 13px;
}

.cellN{
	background-colour:#ffffff;	
	font-weight: 700;
	color:#000000;
}

#popupContact h1 {
	text-align: left;
	color: #6FA5FD;
	font-size: 22px;
	font-weight: 700;
	border-bottom: 1px dotted #D3D3D3;
	padding-bottom: 2px;
	margin-bottom: 20px;
}

#popupContactClose {
	font-size: 14px;
	line-height: 14px;
	right: 6px;
	top: 4px;
	position: absolute;
	color: #6fa5fd;
	font-weight: 700;
	display: block;
	cursor:pointer;
}

#button {
	text-align: center;
	margin: 100px;
}

#menu {
	position: relative;
	height: 20px;
	width: 200px;
	top: 89px;
	left: 520px;
	*left:180px;
	text-decoration: none;
	cursor:pointer;
}

.thankYou{
 margin-top:40px;
 font-size: 20px;
 color:#000000;
}