﻿/***********************************
            Intro Page
***********************************/

#intro {
	padding-bottom:40px;
}

#intro > img:first-child {
	padding-left:339px;
	padding-right:338px;
	margin:0px auto;
}

#intro > img {
	padding-left:362px;
	padding-right:361px;
	margin:0px auto;
}

#links {
	padding-top:20px;
	width:895px;
	margin:0px auto;
	overflow:hidden;
}

#links > a {
	display:block;
	float:left;
	margin-left:20px;
}

#links > a:first-child {
	margin-left:0px;
}

#retail {
	width:285px;
	height:315px;
	float:left;
	margin-left:20px;
	background:url(images/introImage_retail.jpg) no-repeat top left;
}

#mil {
	text-indent:-9999px;
	display:block;
	float:left;
	width:82px;
	height:12px;
	padding:4px 16px 4px 0px;
	margin:265px 0px 0px 58px;
	border-right:1px solid #d9d9d9;
	background:url(images/milwaukee.png) no-repeat 0px 4px;
}

#mil:hover {
	background:url(images/milwaukee.png) no-repeat -102px 4px;
}

#gen {
	text-indent:-9999px;
	display:block;
	float:left;
	width:59px;
	height:12px;
	padding:4px 0px 4px 16px;
	margin:265px 0px 0px 0px;
	background:url(images/geneva.png) no-repeat 16px 4px;
}

#gen:hover {
	background:url(images/geneva.png) no-repeat -63px 4px;
}
