@charset "utf-8";
/* CSS Document
   Michaels Auto 2010 */

table {
height: auto;
}
body {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	xbackground: #000000;
	margin: 0px;
	padding: 0px;
	text-align: center;
	color: #003366;
}

.hpContent {
  border: 0px;
  width: 780px;
  margin: 0px 5px 0px 5px; 
}
.hpContent h2 {
  xbackground-color:#000033;
  color: #003366;
  margin-top: 15px;
}
/* FONT COLOR SPECIFIED HERE */

.hpContent h3 {
  x-color: #000;
  x-font-size: 16pt;
}

.hpContent p, .hpContent li {
	color: #003366;
    text-align: left;
}

.hpContent a, .hpContent a:visited, .hpContent p a{
  x-color: #535c77;
}
/* Non-Nav Link Attributes */
a:link {
	color:#CCCCCC;
	text-decoration:none;
}
a:visited {
	color:#CCCCCC;
	text-decoration:none;
}
a:hover {
	color:#FFFFFF;
	text-decoration:none;
}
a:active {
	color:#CCCCCC;
	text-decoration:none;
}

#total-container {
	width: 796px;
	text-align: center;
}
#home-footer {
	width: 780px;
	text-align: left;
	color: #003366;
	margin: 10px auto 0px;
	clear: both;
	overflow: hidden;
	padding-bottom: 10px;
}

#button-container {
	background-color: #999;
	width: 796px;
	margin: 0px auto;
}
#button-wrapper {
	background-color: #999;
	width: 765px;
	xheight: 115px;
	margin: 0px auto;
	padding-top: 10px;
	overflow:hidden;
}
.button-column {
	width: 255px;
	float: left;		
}
.boxgrid {
	margin: 0px auto;
	width: 220px;
	height: 75px;
	background:#161613;
	border: solid 2px #CCC;
	overflow: hidden;
	position: relative;
}
.boxgrid img {
	position: absolute;
	top: 0px;
	left: 0px;
	border: 0px;
}
/* Navigation */
.nav-container {
	
}
.nav-container ul {
	list-style-type: none;
	text-align: left;
}
.nav-container ul li a {
	background: transparent url(http://sitespecific.dealerskins.com/MichaelsAuto/hpStyles/imgs/list-off.gif) left center no-repeat;
	padding-left: 15px;
	text-align: left;
	font: normal 12px, verdana, lucida, sans-serif;
	text-decoration: none;
	color: #999;
}
.nav-container ul li a:hover {
	background: transparent url(http://sitespecific.dealerskins.com/MichaelsAuto/hpStyles/imgs/list-on.gif) left center no-repeat;
	color: white;
}
.nav-container ul li a#current {
	background: transparent url(http://sitespecific.dealerskins.com/MichaelsAuto/hpStyles/imgs/list-active.gif) left center no-repeat;
	color: #666;
}
/* Individual Sub Navs */
.btn1 {
	margin-top: 25px; 
}
.btn2 {
	margin-top: 18px;
}
.btn3 {
	margin-top: 13px;
}
.btn4 {
	margin-top: 7px;
}

/* Main Footer Wrap */
#footer-container {
	background-color: #999;
	width: 796px;
	margin: 0px auto;
}
#footer-wrapper {
	color: #FFFFFF;
	width: 780px;
	height: 20px;
	margin: 0px auto;
	padding-top: 5px;
}

/* Left Footer Container */
#url {
	color: #FFFFFF;
	height: 16px;
	width: 150px;
	text-align: left;
	float:left;
	margin: 0px auto 0px 6px;
}

/* Center Footer Container */
#addressFooter {
	height: 16px;
	width: 400px;
	color: #FFFFFF;
	margin: 0px auto;
}

/* Right Footer Container */
#phone {
	height: 16px;
	width: 150px;
	color: #FFFFFF;
	margin: 0px 10px 0px auto;
	text-align: right;
	float: right;
}

