* {
	margin: 0;
	padding: 0;
}

img, div { behavior: url(/iepngfix.htc) }

body {
	overflow: hidden;
}

h1, h2 {
	font-family: Arial, Verdana;
	font-size: 28px;
	font-weight: normal;
	color: #000;
}

#background {
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center center;
}
#door {
	overflow: hidden;
	width: 0;
	height: 100%;
	background-repeat: no-repeat;
	background-attachment: fixed;
	text-align: center;
}
#content {
	width: 750px;
	height: 732px;
	margin: 0 auto;
	margin-top: 5px;
	padding: 0px;
	background: url(/images/whitehanger2.png);
}
	#content p {
		font-family: Verdana, Arial;
		font-size: 10px;
	}
	#content a {
		text-decoration: none;
	}
	#content img {
		border: 0;
	}
	#content h1 {
		color: #01a7e5;
		font-weight: bold;
	}
	#content h2 {
		padding-top: 110px;
	}
	#text-container {
		height: 160px;
		position: relative;
		text-align: left;
		padding-top: 10px;
		color:#000;
		font-size:10px;
		font-style: italic;
		margin:0px 120px 0px 100px;
		position: relative;
	}
		#text-container div p {
			font-size: 9px;
			display: inline;
			line-height: 22px;
			word-spacing: 0px;
			letter-spacing: 0.3px;
		}
		#text-container div img {
			display: inline;
		}
		#left-text  {
			width:250px;
			float: left;
			text-align: left;
		}
		#center-image {
			position: absolute;
			top:0px;
			left:225px;
		}
		#right-text {
			width:220px;
			float: right;
			text-align: right;
		}
			#right-text span {
				float: left;
			}
			#right-text .read-more {
				float: left;
				margin-left: 80px;
			}
				a {
					font-weight: bold;
					color: #01a7e5;
					text-decoration: underline;
				}
				a:hover {
					text-decoration: none;
				}
	#thumbnails {
		height: 100px;
		padding:10px 0px 0px 95px;
		width: 100%;
		text-align: left;
		clear: both;
	}
		#thumbnails .thumbnail {
			float: left;
			margin: 3px;
		}
			#thumbnails .thumbnail span {
				font-family: Verdana, Arial;
				font-size: 10px;
			}
		#thumbnails img {
			border: 1px solid #bbb;
		}

	#button-container {
		left: 100px;
		padding-top: 10px;
		position: relative;
		clear: both;
		height: 30px;
	}
		#button-container .button-box {
			float: left;
			margin-right: 25px;
			padding: 2px;
		}
			#button-container .button-box a {
				line-height: 18px;
				font-weight: bold;
				letter-spacing: 1px;
				text-transform: uppercase;
				font-family: Verdana, Arial;
				font-size: 9px;
				color: #01a7e5;
			}
			#button-container .button-box a:hover {
				text-decoration: underline;
			}
	#hsb-logo {
		clear: both;
		display: block;
		margin-top: 5px;
		margin-left: -25px;
	}
div.mediaBoxPopup {
	display: none;
}
div.mediaBoxPopupForm {
	width: 750px;
	margin: 0 auto;
}
div.showCaseBackground {
	width: 100%;
	height: 100%;
	background-image: url(/images/show-case.jpg);
	background-repeat: no-repeat;
}
div.showCaseBackgroundForm {
	width: 750px;
	height: 100%;
	background-image: url(/images/show-case.jpg);
	background-repeat: no-repeat;
}
span.show-case-date {
	font-weight: bold;
	color: #01a7e5;
}
	#mbCenter h1 {
		text-align: center;
		margin: 10px;
		padding: 3px;
		font-weight: bold;
		color: #01a7e5;
		font-size: 25px;
	}
	#mbCenter p {
		margin: 8px;
	}
#form p, td {
	font-family: Arial, Verdana;
	font-size: 16px;
	color: #000;
	margin: 5px;
	padding: 5px;
}
	#form span.aligned {
		margin: 7px;
		font-style: italic;
	}
	#form span.more-aligned {
		margin-left: 7px;
		font-style: italic;
	}
#form .table {
	border: 0;
	margin-left: 40px;
	margin-top: 25px;
}
	#form h1.form {
		margin-left: 40px;
		padding: 3px;
		font-weight: bold;
		color: #01a7e5;
	}
	#form .table td {
		padding: 5px;
	}
	#form .table td input {
		border: 0;
		border-bottom: 1px solid #666;
		width: 200px;
	}
	#form input.checkbox {
		display: none;
		visibility: hidden;
	}
	#form div.checkbox {
		width: 20px;
		height: 20px;
		background-image: url(/images/checkbox-unmarked.jpg);
		cursor: pointer;
		float: left;
	}
	#form .table td input.submit {
		border: 1px solid #666;
		background-color: #ddd;
		width: 100px;
	}