@charset "utf-8";
/* Manassas Hyundai website CSS Document */
body {
	margin: 0;
	padding: 0;
}

/* ~~ The footer styles ~~ */
.footer {
	width: 984px;
	height: 67px;
	margin-bottom: 10px;
	background-image:url(../images/footer_BG.jpg);
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
}

.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the .container) if the .footer is removed or taken out of the .container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.logoWrap {
	float: left;
	margin-left: 15px;
	width:133px;
}

.footerCopyright { 
	float: left;
	font-family: 굴림, Verdana, Arial, Helvetica, sans-serif;
	color: #838485;
	font-size: 12px;
	width: 147px;
	margin-top: 14px;
	margin-left: 15px;
}

.footerTel { 
	float: left;
	font-family: 굴림, Verdana, Arial, Helvetica, sans-serif;
	color: #838485;
	font-size: 12px;
	width: 150px;
	margin-top: 14px;
	margin-left: 5px;
}

.footerMenu {
	float: left;
	font-family: 굴림, Verdana, Arial, Helvetica, sans-serif;
	color: #838485;
	font-size: 12px;
	width: 435px;
	margin-top: 14px;
}

/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
.footerMenu a:link {
	color: #666666;
	text-decoration: none; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
.footerMenu a:visited {
	color: #838485;
	text-decoration: none;
}
.footerMenu a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	color: #b4b2b2;
	text-decoration: underline;
}

.moenlogo {
	float: right;
	width: 154px;
	margin-top:4px;
	margin-right:10px;
}

