@charset "utf-8";

* {
	margin:0;
	padding:0;
}

html, body {
	height:100%;
}

body {
	background-color: #D6D5D5;
/*		text-align:center;  horizontal centering for IE Win quirks */
}

a:focus /* get rid of the stupid link borders in Firefox */
{
	outline: none;
}

#distance {
	width:1px;
	height:50%;
	margin-bottom:-290px; /* half of mainwrapper's height */
	float:left;
}

#mainwrapper {
	margin:0 auto;
	position:relative; /* puts mainwrapper in front of distance */
	height: 593px;
	width: 100%;
	clear:left;
	background-image: url(../images/in-wrapperBackx.jpg);
	background-repeat: repeat-x;
	overflow: hidden;
}


#insidewrapper {
	height: 547px;
	width: 991px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/howtouse/containerx.jpg);
	margin-top: 14px;
	overflow: hidden;
	background-repeat: no-repeat;
}
.sectiontype {
	height: 56px;
	width: 295px;
	float: left;
	margin: 44px 17px 0px 17px;
	cursor: pointer;
}


#locationswrapper {
	float: left;
	height: 423px;
	width: 303px;
	margin: 14px 12px 0px 15px;
	background-image: url(../images/howtouse/locations-0.jpg);
	background-repeat: no-repeat;
	overflow: hidden;
	display: inline;
}

#pickupwrapper {
	float: left;
	height: 423px;
	width: 303px;
	margin: 14px 12px 0px 13px;
	background-image: url(../images/howtouse/pickup-0.jpg);
	background-repeat: no-repeat;
	overflow: hidden;
}
#worldwidewrapper {
	float: left;
	height: 423px;
	width: 304px;
	margin: 14px 12px 0px 14px;
	background-image: url(../images/howtouse/worldwide-0.jpg);
	background-repeat: no-repeat;
	overflow: hidden;
}
#mainnav {
	background-image: url(../images/mainnav.jpg);
	height: 16px;
	width: 991px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
	text-align: center;
	padding-top: 2px;
}

#mainnav a {
	text-decoration: none;
	color: #FFF;
}

#mainnav a:hover {
	color: #84251a;
}
