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




.kleinLogo {
	position:relative;
	z-index:5;
	float:left;
	margin-top: 36px;
}
#repeatHeader {
	position:relative;
	z-index:0;
	width:auto;
	height:174px;
	background-image:url(../images/bg.png);
	background-repeat:repeat-x;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
}
#header-wrapper {
	width: 1000px;
	margin: auto;
}
#viewCart {
	position:relative;
	z-index:0;
	width:125px;

	top:165px;
	left:875px;
}
#viewOrder {
	position:relative;
	z-index:1;
	width:125px;

	top:138px;
	left:749px;
}
#wrapper {

	position:relative;
	z-index:0;
	width:1000px;
	margin:auto;
}
#header {
	float:left;
	width:1000px;
	
}
#distBy {
	float:right;
	clear: right;
	margin-right: 4px;
	position: relative;
}
#phoneNumber {
	position:relative;
	z-index:5;
	float:right;
	clear:right;
	margin-top:40px;
	top:-32px;
	right:0px;
}

.topLinks {
	display:inline;
	position:relative;
	z-index:5;
	float:right;
	clear:right;
	font-weight:bold;
	right:0px;
	color:#ddd;
	text-shadow: 1px 1px 1px #000;
	top: 5px;
}
.topLinks em {
	margin-right: 15px;
}

.topLinks a:link {

color:#ddd;
}

.topLinks a:visited{

color:#ddd;
}

.topLinks a:hover{

color:#fff;
text-decoration: underline;
}

.topLinks a:active {

color:#fff;
text-decoration: underline;
}

.topSpacer{
padding-left:3px;
padding-right:3px;
}
.header-auth {
	float: right;
	background: url("../images/head-divider.png") no-repeat right center transparent;
	width: 230px;
	height: 150px;
	padding: 0 10px;
	margin-top: 10px;
	clear: right;
}
.header-auth img {
	float: left;
	display: block;
	width: 100px;
	height: 85px;
	margin: 0 0 15px 10px;
}.header-auth img.klein {
	background: url("../images/klein-logo.png") no-repeat 0 0 transparent;
}
.header-auth img.milwaukee {
	background: url("../images/milwaukee-logo.png") no-repeat 0 0 transparent;
}
.header-auth img.klein:hover {
	background-position: 0 -85px;
}
.header-auth img.milwaukee:hover {
	background-position: 0 -85px;
}
.header-auth img.auth {
	padding: 5px 10px;
	width: 209px;
	height: 28px;
	margin: 0 0;
}
.header-info {
	float: right;
	background: url("../images/head-divider.png") no-repeat right center transparent;
	height: 150px;
	margin-top: 10px;
}
.header-info a {
	display: block;
	color: #444;
	padding: 9px 45px
}
.header-info a:hover {
	color: #000;
	text-decoration: none;
	/* text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5); */
	font-weight: bold;
}
.header-info ul {
	text-align: right;
	text-decoration: none;
	margin: 21px 20px;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
	list-style: none;
}
.header-info li {
	color: #444;
	line-height: 10px;
}
.header-info li.about {
	background: url("../images/about.png") no-repeat right 0 transparent;
}
.header-info li.about:hover {
	background-position: right -45px;
}
.header-info li.contact {
	background: url("../images/contact.png") no-repeat right 0 transparent;
}
.header-info li.contact:hover {
	background-position: right -45px;
}
.header-info li.chat {
	background: url("../images/chat.png") no-repeat right 0 transparent;
}
.header-info li.chat:hover {
	background-position: right -45px;
}
#phoneNumber a:link {
	color:#000000;
	
}
#phoneNumber a:visited {
	color:#000000;
	
}
#phoneNumber a:hover {
	color:#c97928;
	
}
#phoneNumber a:active {
	color:#000000;
	
}
#contactUsSpan {
	position:relative;
	top:-3px;
	padding-left:3px;
}

#top_wrapper {
	margin: auto;
	width: 1000px;
	position: relative;
