@charset "utf-8";
/* CSS Document */

*{margin: 0;
}



html, body {
	padding: 0;
	height: 100%;
	background-color: #E6E6E6;
	background-image:url(img/background.gif);
	background-repeat:repeat-y;
	background-position:top center;
}



.bottom, .push {
     height: 1px;
}


.container {
	min-height: 100%;
	height: auto !important;
    height: 100%;
    margin: 0 auto -1px;
	width: 875px;
	margin-left:auto;
	margin-right:auto;
	
}


.leftcol{
	width:221px;
	float:left; 	
}

.rightcol{
	width:654px;
	float:right; 
	background-image:url(img/text_bg.gif);
	}
	
.footer {
	height:17px;
	background-image:url(img/text_bottom.gif);
	}
 
a:link {
	color: #BD0000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #BD0000;
}
a:hover {
	text-decoration: underline;
	color: #BD0000;
}
a:active {
	text-decoration: none;
	color: #BD0000;
}


td {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}


.bodytext {
	font-size:small;
	font-weight:inherit;
	height:auto;
	padding:0px;
	width:auto;
	margin-top: 10px;
	margin-right: 42px;
	margin-bottom: 10px;
	margin-left: 40px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-variant: normal;
			}
			
.imagebox {
	padding-right: 4px;
}
			
#accountsonly
{
  display: block;
  width: 221px;
  height: 56px;
  background: url("img/b_accountsonly.gif") no-repeat 0 0;

}

#accountsonly:hover
{ 
  background-position: 0 -56px;
}

#accountsonly span
{
  display: none;
}

#autorepairs
{
  display: block;
  width: 221px;
  height: 56px;
  background: url("img/b_autorepairs.gif") no-repeat 0 0;

}

#autorepairs:hover
{ 
  background-position: 0 -56px;
}

#autorepairs span
{
  display: none;
}

#customerservice
{
  display: block;
  width: 221px;
  height: 56px;
  background: url("img/b_customerservice.gif") no-repeat 0 0;

}

#customerservice:hover
{ 
  background-position: 0 -56px;
}

#customerservice span
{
  display: none;
}
			
#kids
{
  display: block;
  width: 221px;
  height: 56px;
  background: url("img/b_kids.gif") no-repeat 0 0;

}

#kids:hover
{ 
  background-position: 0 -56px;
}

#kids span
{
  display: none;
}

#links
{
  display: block;
  width: 221px;
  height: 56px;
  background: url("img/b_links.gif") no-repeat 0 0;

}

#links:hover
{ 
  background-position: 0 -56px;
}

#links span
{
  display: none;
}

#servicesprovided
{
  display: block;
  width: 221px;
  height: 56px;
  background: url("img/b_servicesprovided.gif") no-repeat 0 0;

}

#servicesprovided:hover
{ 
  background-position: 0 -56px;
}

#servicesprovided span
{
  display: none;
}

#signshop
{
  display: block;
  width: 221px;
  height: 56px;
  background: url("img/b_signshop.gif") no-repeat 0 0;

}

#signshop:hover
{ 
  background-position: 0 -56px;
}

#signshop span
{
  display: none;
}
