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

/* 
	Resets defualt browser settings
	reset.css
*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td { margin:0; padding:0; border:0; outline:0; font-weight:inherit; font-style:inherit; font-size:100%; font-family:inherit; vertical-align:baseline; }
:focus { outline:0; }
a:active { outline:none; }
body { line-height:1; color:black; background:white; }
ol,ul { list-style:none; }
table { border-collapse:separate; border-spacing:0; }
caption,th,td { text-align:left; font-weight:normal; }
blockquote:before,blockquote:after,q:before,q:after { content:""; }
blockquote,q { quotes:"" ""; }

/*
	Page style
*/
body { 
	background:#efefef url(../img/background.png) repeat top center;
	padding:20px 0;
	position:relative;
	text-shadow:0 1px 0 rgba(255,255,255,.8);
	-webkit-font-smoothing: subpixel-antialiased;
}

#dropDown {
	position: absolute;
	height: auto;
	width: 220px;
	top: 162px;
	left: -385px;
	margin-left: 50%;
}

ul.dropdown                         { position: relative; z-index: 9999; !important  text-decoration: none;}
ul.dropdown li                      { font-family: 'Antic Didone', serif; font-size: 14px; font-weight: normal; float: left; zoom: 1; background: #FFF; text-decoration: none;}
ul.dropdown a:hover		            { color: #CCC; text-decoration: none;}
ul.dropdown a:active                { color: #CCC; }
ul.dropdown li a                    { display: block; padding: 4px 8px;
	 								  color: #000; }
ul.dropdown li:last-child a         { border-right: none; } /* Doesn't work in IE */
ul.dropdown li.hover,
ul.dropdown li:hover                { background: #CCC; color: black; position: relative; text-decoration: none; }
ul.dropdown li.hover a              { color: black; }


/* 
	LEVEL TWO
*/
ul.dropdown ul 						{ width: 220px; visibility: hidden; position: absolute; top: 100%; left: 0; }
ul.dropdown ul li 					{ font-weight: normal; background: #FFF; color: #000; 
									  border-bottom: 1px solid #ccc; float: none; }
									  
                                    /* IE 6 & 7 Needs Inline Block */
ul.dropdown ul li a					{ border-right: none; width: 100%; display: inline-block; } 

/* 
	LEVEL THREE
*/
ul.dropdown ul ul 					{ left: 100%; top: 0; }
ul.dropdown li:hover > ul 			{ visibility: visible; z-index: 99999; }

#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();
	position: absolute;
	height: 40px;
	width: 125px;
	top: 155px;
	left: 150px;
	margin-left: 50%;
}

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

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

#blackStripeBar {
	background: url(../images/blackStripeBar.png);
	position: absolute;
	height: 250px;
	width: 100%;
	top: 335px;
	overflow: hidden;
	z-index: 0;
}

#contactForm {
	position: absolute;
	height: 400px;
	width: 300px;
	top: 335px;
	left: 325px;
	margin-left: 50%;
	z-index: 10;
}

#contactForm p {
	font-family: 'Antic Didone', serif;
	font-size: 12px;
	color: #FFF;
	padding: 5px 5px 5px 2px;
}

#container {
	width:580px;
	padding:10px;
	margin:0 auto;
	position:absolute;
	top: 300px;
	left: -500px;
	margin-left: 50%;
	z-index:1;
}

#example {
	width:600px;
	height:350px;
	position:relative;
}

#ribbon {
	position:absolute;
	top:-3px;
	left:-15px;
	z-index:500;
}

#manWithHand {
	background: url(../images/manWithHand.png);
	position: absolute;
	height: 300px;
	width: 235px;
	top: 285px;
	left: 110px;
	margin-left: 50%;
	z-index: 3;
}

#frame {
	position:absolute;
	z-index:0;
	width:739px;
	height:341px;
	top:-3px;
	left:-80px;
}

/*
	Slideshow
*/

#slides {
	position:absolute;
	top:15px;
	left:4px;
	z-index:100;
}

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

.slides_container {
	width:570px;
	overflow:hidden;
	position:relative;
	display:none;
}

/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/

.slides_container div.slide {
	width:570px;
	height:270px;
	display:block;
}


/*
	Next/prev buttons
*/

#slides .next,#slides .prev {
	position:absolute;
	top:107px;
	left:-39px;
	width:24px;
	height:43px;
	display:block;
	z-index:101;
}

#slides .next {
	left:585px;
}

/*
	Pagination
*/

.pagination {
	margin:26px auto 0;
	width:100px;
}

.pagination li {
	float:left;
	margin:0 1px;
	list-style:none;
}

.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-image:url(../img/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}

.pagination li.current a {
	background-position:0 -12px;
}

/*
	Caption
*/

.caption {
	z-index:500;
	position:absolute;
	bottom:-35px;
	left:0;
	height:30px;
	padding:5px 20px 0 20px;
	background:#000;
	background:rgba(0,0,0,.5);
	width:540px;
	font-size:1.3em;
	line-height:1.33;
	color:#fff;
	border-top:1px solid #000;
	text-shadow:none;
}



a:link,a:visited {
	color:#599100;
	text-decoration:none;
}

a:hover,a:active {
	color:#599100;
	text-decoration:underline;
}

#blackStripeBarTwo {
	background: url(../images/blackStripeBar.png);
	position: absolute;
	height: 55px;
	width: 100%;
	top: 725px;
	overflow: hidden;
	z-index: 0;
}

#automartImage {
	background: url(../images/automartBuildingComplete.png);
	position: absolute;
	height: 121px;
	width: 191px;
	top: 700px;
	left: -450px;
	margin-left: 50%;
	z-index: 4;
}

#eastImage {
	background: url();
	position: absolute;
	height: 121px;
	width: 191px;
	top: 700px;
	left: -215px;
	margin-left: 50%;
	z-index: 4;
}

#mazdaImage {
	background: url();
	position: absolute;
	height: 121px;
	width: 191px;
	top: 700px;
	left: 21px;
	margin-left: 50%;
	z-index: 4;
}

#westImage {
	background: url();
	position: absolute;
	height: 121px;
	width: 191px;
	top: 700px;
	left: 258px;
	margin-left: 50%;
	z-index: 4;
}

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

#bottomWhiteContentArea {
	background: #fff;
	position: absolute;
	height: 825px;
	width: 100%;
	top: 883px;
	z-index: 0;
}

#blackStripeBarSeven {
	background: url(../images/blackStripeBar.png);
	position: absolute;
	height: 220px;
	width: 100%;
	top: 883px;
	overflow: hidden;
	z-index: 0;
}

#valueTradeButton {
	background: url(../images/valueTradeButton.png);
	position: absolute;
	height: 135px;
	width: 235px;
	top: 925px;
	left: -120px;
	margin-left: 50%;
	z-index: 3;
}

#locationHeader {
	position: absolute;
	height: 35px;
	width: 743px;
	top: 650px;
	left: -300px;
	margin-left: 50%;
	text-align: right;
	z-index: 3;
}

#locationHeader h1 {
	font-family: 'Fugaz One', cursive;
	font-size: 30px;
	color: #000;
}

#middleLinks {
	position: absolute;
	height: 35px;
	width: 900px;
	top: 815px;
	left: -415px;
	margin-left: 50%;
	text-align: left;
	z-index: 3;
}

#middleLinks a {
	font-family: 'Fugaz One', cursive;
	font-size: 13px;
	color: #000;
	text-decoration: none;
}

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

#testimonialsButton {
	background: url(../images/testimonialsButton.png);
	position: absolute;
	height: 135px;
	width: 235px;
	top: 925px;
	left: 150px;
	margin-left: 50%;
	z-index: 3;
}

#serviceButton {
	background: url(../images/serviceButton.png);
	position: absolute;
	height: 135px;
	width: 235px;
	top: 925px;
	left: -390px;
	margin-left: 50%;
	z-index: 3;
}

#wrench {
	background: url(../images/wrench.png);
	position: absolute;
	height: 297px;
	width: 225px;
	top: 845px;
	left: -550px;
	margin-left: 50%;
	z-index: 2;
}

#money {
	background: url(../images/money.png);
	position: absolute;
	height: 297px;
	width: 225px;
	top: 845px;
	left: 375px;
	margin-left: 50%;
	z-index: 2;
}

#writeableContent {
	position: absolute;
	height: 500px;
	width: 450px;
	top: 1175px;
	left: 45px;
	margin-left: 50%;
	text-align: left;
	z-index: 2;
}

#writeableContent h1 {
	font-family: 'Fugaz One', cursive;
	font-size: 24px;
	line-height: 32px;
	color: #000;
}

#writeableContent p {
	font-family: 'Antic Didone', serif;
	line-height: 24px;
	font-size: 13px;
	color: #000;
}

#testDrive {
	background: url(../images/testDrive.png);
	position: absolute;
	height: 350px;
	width: 300px;
	top: 1125px;
	left: -415px;
	margin-left: 50%;
	z-index: 1;
}

#googleMap {
	position: absolute;
	height: 350px;
	width: 425px;
	top: 1175px;
	left: -450px;
	margin-left: 50%;
	z-index: 3;
}

#googleMap p {
	color: #000;
}

#googleMap a {
	font-family: 'Fugaz One', cursive;
	font-size: 11px;
	color: #000;
	text-decoration: none;
}

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

#bottomLinks {
	position: absolute;
	height: 25px;
	width: 800px;
	top: 1600px;
	left: -295px;
	margin-left: 50%;
	z-index: 10;
}

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

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

#blackStripeBarEight {
	background: url(../images/blackStripeBar.png);
	position: absolute;
	height: 35px;
	width: 100%;
	top: 1665px;
	overflow: hidden;
	z-index: 0;
}


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

#bottomContent {
	position: absolute;
	height: 600px;
	width: 400px;
	top: 1750px;
	left: -450px;
	margin-left: 50%;
	z-index: 3;
}

#bottomContent h1 {
	font-family: 'Antic Didone', serif;
	font-size: 10px;
	margin-bottom: 10px;
}

#bottomContent p {
	font-family: 'Antic Didone',serif;
	font-size: 9px;
	line-height: 14px;
}

#buickContent {
	position: absolute;
	top: 1750px;
	height: auto;
	width: 600px; 
	left: 100px;
	margin-left: 50%;
	z-index: 13;
}

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

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

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

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

#contentTwo {
	position: absolute;
	top: 1750px;
	height: auto;
	width: 600px; 
	left: 200px;
	margin-left: 50%;
	z-index: 13;
}

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

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

#contentTwo a {
	font-family: 'Antic Didone', serif;
	font-size: 7px;
	line-height: 5px;
	text-decoration: none;
	color: #000;
}

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

#contentThree {
	position: absolute;
	top: 1750px;
	height: auto;
	width: 600px; 
	left: 300px;
	margin-left: 50%;
	z-index: 13;
}

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

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

#contentThree a {
	font-family: 'Antic Didone', serif;
	font-size: 7px;
	line-height: 5px;
	text-decoration: none;
	color: #000;
}

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

#contentFour {
	position: absolute;
	top: 1750px;
	height: auto;
	width: 600px; 
	left: 400px;
	margin-left: 50%;
	z-index: 13;
}

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

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

#contentFour a {
	font-family: 'Antic Didone', serif;
	font-size: 7px;
	line-height: 5px;
	text-decoration: none;
	color: #000;
}

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

#mainContent {
	position: absolute;
	top: 1750px;
	height: auto;
	width: 600px;
	left: -0px;
	margin-left: 50%;
	z-index: 12;
}

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

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

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

