@import 'MABS.Elements.css';
html {
	
	margin:0;	
}

body { 
	width: 1000px;
	margin: 30px auto;
}

p {
	margin:6px 4px;
}

#wrapper {
	
	background:#034784 url(../img/bodyBG.jpg) top left repeat-y;
		
}

#container {
	background: url(../img/steeringWheel.jpg) 46px 120px no-repeat; 
}

#header {
	width:100%;
	margin:0;
	height:200px;
	background:url(../img/topHomeBodyBG.jpg) top center no-repeat;
}

#header h1 {
	width:270px;
	height:130px;
	padding: 30px 0 0 0;
	float:left;
	position:relative;
	left:25px;
	bottom:18px;
	background: url(../img/MABSlogo.png) bottom right no-repeat;
	text-indent:-99em;
	z-index:3;
}

#header h2 {
	float:right;
	width:710px;
	border-top:15px solid #669ad4;
	height:75px;
	text-indent:-99em;
	position:relative;
	top:56px;
	z-index:2;
	color:#ebebeb;
	padding:0 20px 0 0;
	background: url(../img/Slogan.jpg) center right no-repeat;

}

#header h2 strong {
	width:100%;
	display:block;
	font-weight:bolder;	
}

#content {
	clear:both;
	width:720px;
	float:right;

}

#contentContainer {
		height:285px;
}

#homeContent, #aboutUs {
	color:#ebebeb;	
	font-size:110%;
}

#homeContent p, #aboutUs p {
	padding:8px;
}

#loadingImg {
	background:url(../img/loading.gif) center no-repeat; 
	margin:auto;
	height:285px;
}	

#footer {
	clear:both;
	width:100%;
	height:100px;
	background: url(../img/bottomHomeBodyBG.jpg) top center no-repeat;
	
}

#storyButtons {
	float:left;	
}

#storyButtons li {
	float:left;
	margin:4px 0;
	width:180px;
	text-align:center;
	
}

#storyButtons li a {
	width:160px;
	height:90px;

	text-indent:-999em;
	display:block;
}

#storyButtons li #askYourself {
		background:url(../img/questions.jpg) center no-repeat;
}

#storyButtons li #weDoTheWork {
		background:url(../img/weWork.jpg) center no-repeat;
}

#storyButtons li #theProscess {
		background:url(../img/proscess.jpg) center no-repeat;
}

#storyButtons li #readyToBuy {
		background:url(../img/buyCar.jpg) center no-repeat;
}

.register {
	margin:10px 0 0 0;
}

#phoneNumber {
	position:relative;
	top:40px;
	left:500px;
	font-size:120%;
	font-style:italic;
	color: #ebebeb;
	font-weight:bold;
	letter-spacing: 6px;
}
