/* CSS Document */
body {
	background-image:url(images/intro_bground.gif);
	background-position:top;
	background-repeat:repeat-x;
	padding-top:100px;
}


div {
	margin: 0px !important;
}

h1#links {
	font-size: 1.1em;
	margin: 0px !important;
	background-position: top left;
	background-repeat:no-repeat;
}

.business {
	background-image: url(images/intro_bus_button.gif);
	background-position: top left;
	background-repeat:no-repeat;
	float: left;
	width: 365px;
	text-align: left;
	padding-top:34px;
}

.retail {
	background-image: url(images/intro_retail_button.gif);
	background-position: top left;
	background-repeat:no-repeat;
	float: right;
	width: 373px;
	text-align: right;
	padding-top:34px;
}

h1#links a {
	color: white;
	font-weight: bold;
	display: block;
	height: 26px;
	text-decoration: none;
}

.business a {
	padding-left: 30px;
	padding-top: 6px;
}

.retail a {
	padding-right: 40px;
	padding-top: 6px;
}

.business a:hover {
	color: #bdf8ff !important;
}

.retail a:hover {
	color: #ffbfbf !important;
}

p {
	padding: 20px;
	color: #666666 !important;
}

a, p a:hover, p a:link, p a:visited {
	color: #000000 !important;
	text-decoration: none;
}

strong {
	color: #990000;
}