body {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}
#pageholder {
	width: 750px;
	height: 500px;
	border: 0px solid lime;
	background-color: white;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 15px;
	margin-bottom: -20px;
}
#localmenuholder {
	width: 100%;
	height: 68px;
	border: 0px solid maroon;
	margin-bottom: 10px;
	padding-top: 3px;
}
#menulink {
	height: 60px;
	display: inline-block;
	float: left;
	width: auto;
	margin-right: 10px;
	border-left-style: solid;
	border: 1px solid #b1b1b1;
}
#contentholder {
	width: 100%;
	border: 1px solid gray;
	height: 360px;
	background-color: #b1b1b1;
}
#textcontainer  {
	width: 165px;
	height: 310px;
	border: 0px solid red;
	float: right;
	background-color: #b1b1b1;
	visibility: visible;
	z-index: -1;
	color: white;
	padding: 15px;
	text-align: left;
	border-right-color: white;
	line-height: 1.1em;
	font-size: .7em;
}
h1 {
	font-weight: bold;
	font-size: 1.4em;
	padding-bottom: 5px;
}
#productslider {
	width: 540px;
	height: 340px;
	overflow: auto;
	float: none;

	border-left-color: white;
	border-left-width: 5px;
	background-color: #b1b1b1;
	margin-left: 5px;
	margin-top: 10px;
	border: 1px solid silver;
}
#imageslide {
	height: 271px;
	width: 2250px;
	border: 1px solid gray;
	float: left;
	background-color: #b1b1b1;
}
#textslide{
	width: 1000px;
	margin-left: 20px;
	font-size: 1.3em;
	color: #565656;
	top: 0;
	margin-bottom: 0;
	float: left;
}
#strapline {
	width: 500px;
	border: 0px solid white;
	position: relative;
	bottom: 160px;
	font-weight: bold;
	text-align: center;
	height: 25px;
	color: white;
	left: 40px;
}
