@import url(http://fonts.googleapis.com/css?family=Antic+Didone);
@import url(http://fonts.googleapis.com/css?family=Fugaz+One);


body { 
	background:#ffffff;
	padding:20px 0;
	position:relative;
	text-shadow:0 1px 0 rgba(255,255,255,.8);
	-webkit-font-smoothing: subpixel-antialiased;
}

#logoTop {
	background: url(images/fwuct_logo.png);
	height: 200px;
	width: 200px;
	position: absolute;
	top: 75px;
	left: -100px;
	margin-left: 50%;
	z-index: 99;
}

#topDottedBorder {
	background: #ccc;
	position: absolute;
	top: 225px;
	height: 8px;
	width: 100%;
	border-bottom:dotted;
	z-index: 1;
}

#quickContactHeader {
	position: absolute;
	height: 100px;
	width: 240px;
	top: 290px;
	left: 325px;
	margin-left: 50%;
	z-index: 2;
}

#quickContactHeader h1 {
	font-family: 'Fugaz One', cursive;
	font-size: 20px;
	color: #000;
	padding-bottom: 5px;
}

#quickContactHeader p {
	font-family: 'Antic Didone', serif;
	font-size: 10px;
}

#topWhiteBar {
	background: #fff;
	position: absolute;
	height: 104px;
	width: 100%;
	top: 121px;
	z-index: 0;
}

#topDottedBorder2 {
	background: #ccc;
	position: absolute;
	top: 113px;
	height: 8px;
	width: 100%;
	border-top:dotted;
	z-index: 1;
}

#leftNav {
	position: absolute;
	height: 25px;
	width: 450px;
	top: 165px;
	left: -545px;
	margin-left: 50%;
}

#leftNav a {
	font-family: 'Antic Didone', serif;
	font-size: 14px;
	color: #000;
	text-decoration: none;
	padding: 8px;
}

#leftNav a:hover {
	color: #ccc;
}

#mondayMarkdownLogo {
	background: url(images/monday_markdown_logo.png);
	position: absolute;
	height: 40px;
	width: 125px;
	top: 155px;
	left: 150px;
	margin-left: 50%;
}

#fordSpecialsLogo {
	background: url(images/fordspecials_logo.png);
	position: absolute;
	height: 40px;
	width: 125px;
	top: 155px;
	left: 310px;
	margin-left: 50%;
}

#socialIcon {
	background: url(images/facebook.png);
	position: absolute;
	height: 79px;
	width: 105px;
	top: 140px;
	left: 475px;
	margin-left: 50%;
}

#inventoryHeader {
	background: url(images/inventoryHeader.png);
	position: absolute;
	height: 198px;
	width: 800px;
	top: 275px;
	left: -400px;
	margin-left: 50%;
	z-index: 3;
}

#topDescription {
	position: absolute;
	height: 35px;
	width: 700px;
	top: 450px;
	left: -350px;
	margin-left: 50%;
	z-index: 3;
}

#topDescription h1 {
	font-family: 'Antic Didone', serif;
	font-size: 13pt;
	text-align: center;
	line-height: 21px;
}

#title {
	position: absolute;
	top: 300px;
	left: -450px;
	margin-left: 50%;
	height: 75px;
	width: 900px;
	z-index: 5;
}

#title h1 {
	font-family: 'Fugaz One', cursive;
	font-size: 28px;
	text-align: center;
	color: #F00;
	line-height: auto;
}

#buickContent {
	position: absolute;
	top: 450px;
	height: auto;
	width: 600px; 
	left: -150px;
	margin-left: 50%;
	z-index: 9;
}

#buickContent h1 {
	font-family: 'Fugaz One', cursive;
	font-size: 18px;
	text-align: left;
}

#buickContent h2 {
	font-family: 'Fugaz One', cursive;
	font-size: 14px;
}

#buickContent a {
	font-family: 'Antic Didone', serif;
	font-size: 14px;
	line-height: 22px;
	text-decoration: none;
	color: #000;
}

#buickContent a:hover {
	color: #CCC;
}

#mainContent {
	position: absolute;
	top: 450px;
	height: auto;
	width: 600px;
	left: -370px;
	margin-left: 50%;
	z-index: 4;
}

#mainContent h1 {
	font-family: 'Fugaz One', cursive;
	font-size: 18px;
	text-align: left;
}

#mainContent a {
	font-family: 'Antic Didone', serif;
	font-size: 14px;
	line-height: 22px;
	text-decoration: none;
	color: #000;
}

#mainContent a:hover {
	color: #CCC;
}