/* CSS for U.S. Foodservice Location Popups */
#content {
	font-family: Arial;
	/* orig .6*/
	font-size: .7em; 
	line-height:1.2em;
	color:#9DB941;
/*background-attachment: fixed;
	background-image: url(images/left-bar.jpg);
	background-repeat: no-repeat;
	background-position: left top;*/
	width:48px;
	height:195px;
}

#content img{
 margin-left:6px;
}

a:link, a:hover, a:visited{
	color:#9DB941;
	text-decoration:none;
}

#title {
	font-size: 110%;
	text-transform: uppercase;
}
#subtitle {
	
	text-transform: uppercase;
}
#header {
	/*background-attachment: fixed;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: left top;*/
	height: 111px;
	width: 392px;
	margin-left:6px;
}
#print {
	position: absolute;
	height: 21px;
	width: 44px;
	top: 73px;
	left: 358px;
}
#replacable{
 position: absolute;
 left:81px;
 top:122px;
 width:236px;
 margin-left:15px;
 margin-top:25px;
}
#address, #phone{
	padding-top:.8em;
	padding-bottom:.8em;
}

body {
	margin-top: 9px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 3px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
