img, div, h1 { 
	behavior: url(../iepngfix/iepngfix.htc);
	border: none;
}
br.Breaker {
	clear: both;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
}
a {
	text-decoration: none;
	cursor: pointer;
}
html { height: 100% }
body {
	background-color: #8576A3;
	background-image: url(../images/Background.gif);
	background-repeat: repeat-x;
	background-position: 0px 50%;
	margin: 0px;
	padding: 0px;
	font-family: Arial ,Arial Narrow, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 11pt;
	color: #cccccc;
	height: 100%;
}
div#Outer {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 620px;
	height: 568px;
	margin-left: -310px; /* half of width */
	margin-top: -284px;  /* half of height */
}
div#Container {
	background-color: white;
	width: 620px;
}

div#Container div#Container_Top {
	border: solid 1px #000000;
	background-color: #F3F5F8;
	height: 220px;
}

div#Container div#Container_Logo {
	font-size: 9pt;
	font-weight: bold;
	height: 124px;
	width: 450px;  
	margin-left: 75px;
	margin-right: auto;
	background-color: white;
}
div#Container div#Container_Logo a {
	color: #000000;
}
div#Container_Logo div#Image {
  float: left;
	padding-top: 0px;
}
div#Container_Logo div#Address {
	margin-left: 105px;
	padding-top: 18px;
}

div#Container div#Container_Bottom {
	border: solid 1px #000000;
	background-color: #F3F5F8;
	height: 220px;
}

div.Category {
	position: relative;
	width: 240px;
	height: 170px;
	overflow: hidden;
	border: solid 1px #cccccc;
	float: left;
	margin: 35px 33px 0px 33px;
	display: inline;
	cursor: pointer;
}
div#Container_Bottom div.Category {
	margin: 13px 33px 0px 33px;
}
div.Category img {
	position: absolute;
	top: 0px;
	left: 0px;
}
div.Category h1 {
	position: absolute;
	color: white;
	top: 15px;
	margin: 0px;
	background-image: url(../images/Category_Header.png);
	font-size: 15pt;
	font-weight: bold;
	height: 26px;
	padding-top: 4px;
	padding-left: 25px;
	left: 0px;
	width: 215px;
}
div#Container_Bottom div.Category h1 {
	top: 125px;
}
div.Category h2 {
	position: absolute;
	color: white;
	top: 15px;
	margin: 0px;
	background-image: url(../images/Category_Header.png);
	font-size: 15pt;
	font-weight: bold;
	height: 26px;
	padding-top: 4px;
	padding-left: 25px;
	left: 0px;
	width: 215px;
}
div#Container_Bottom div.Category h2 {
	top: 125px;
}
div.Category div.Summary {
	position: absolute;
	top: 45px;
	font-weight: bold;
	font-size: 10pt;
	background-image: url(../images/Category_Summary.png);
	padding-left: 25px;
	width: 100%;
	line-height: 18px;
	padding-bottom: 5px;
	padding-top: 2px;
	padding-right: 10px;
	width: 205px;
	visibility: hidden;
	height: 95px;
}
div.Category a div.Summary {
	color: #ffffff;
}
div#Container_Bottom div.Category div.Summary {
	top: 23px;
}

div#Container div#Footer {
	background-color: #545C66;
	color: #DFE5EC;
	height: 19px;
	font-size: 9pt;
	padding-top: 4px;
	padding-left: 35px;
}
