#mainContent {
	
	text-align: left;
	width: 720px;
}

#side_bar {
	margin: 0;
	padding: 0;
	float:left;
	width: 150px;
	text-align: left;
}

#mapContainer {
	width: 632px;
	height: 500px;
	left: 160px;
	font: small "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	position: absolute;
}

#searchAddress{
	height:47px; 
	width: 425px;
	position: absolute;
	background: url(../images/map/searchAddress.jpg) no-repeat;
	overflow: hidden;
}

#address {
	font-weight: bold;
	color: white;
	top: 10px;
	position: absolute;
	left: 5px;
}

#addressInput {
	position: relative;	
	width: 140px;
}

#instructions {
	position: absolute;
	top: 32px;
	left: 64px;
	font-size: x-small;
	font-weight: bold;
	color: white;
}

#radiusList {
	position: absolute;
    	left: 220px;
	font-weight: bold;
	color: white;
	top: 10px;
}


#sidebarHeader {
	width: 199px;
	height:47px;
	float: none;
	background: url(../images/map/sidebarHeader.jpg) no-repeat;
	position: absolute;
	left: 428px;
	z-index: 0;
	top: 0;
}

#map {
	width: 423px;
	height: 400px;
	border: 1px solid #D4D4D4;
	border-style: solid;
	border-width: 1px;
	position: absolute;
	top: 47px;
	}

#results {
	position: absolute;
	width: 197px;
	height: 369px;
	border: 1px solid #D4D4D4;
	background-color: #F3F3F3;	
	left: 428px;
	top: 47px;
	overflow: auto;
}

#results div {
	padding: 5px;
}

#results div a {
	font-size: x-small;
	color: #727272;
	
}


#sidebarFooter {	
	left: 428px;
	background: url(../images/map/statusFoot.jpg) no-repeat;
	top: 418px;
	position: absolute;
	width: 199px;
	height: 31px;
	z-index: 1;
}

#onlineContainer{
	left: 160px;
	width: 632px;
	display: none;
	position: absolute;
}

#onlineHeader {
	background: url(../images/map/buyOnlineHeader.jpg) no-repeat;
	height: 47px;
	position: absolute;
	width: 632px;
	left: 0px;
}

#onlineList{
	text-align: left;
	position: absolute;
	top: 47px;
	width: 632px;
	height: 600px;
	padding-top: 5px;
	left: 0px;
	overflow: auto;
}

#onlineList div {
	height: 20px;
	
}

#onlineList div img {
	position: relative;	
	height: 60px;		
	left: 500px;
	overflow: hidden;
	vertical-align: text-top;
	bottom: 10px;
}

#onlineList div a {
	position: absolute;
}


#onlineNotice {	
	color:#727272;
	bottom: 1000px;
	position: absolute;
	width: 100%;
	left: 10px;
	font-size: 10px;
	text-align: center;
}

#menuContainer {
	position: absolute;
	width: 155px;
	top: 0;
	left: 0;
}

#menuHeader {
	background: url(../images/map/menuHeader.jpg) no-repeat;
	position: absolute;
	width: 155px;
	height: 47px;
	left: 0;
}

#menuList{
	position: absolute;
	width: 153px;
	height: 369px;
	border: 1px solid #D4D4D4;
	background-color: #F3F3F3;	
	top: 47px;
	left: 0;
}

#menuFooter{
	background: url(../images/map/statusFoot.jpg) no-repeat;
	top: 418px;
	position: absolute;
	width: 155px;
	height: 31px;
	left: 0;
}