@charset "utf-8";
/* CSS Document */

#wrapper {
	width:960px;
	height:100%;
	position:relative;
	background-color:#FFFFFF;
	/* border:dotted #CCCCCC 1px; */
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
}

#header {
	position:relative;
	width:inherit;
	/* border:1px solid gray; */
	padding-bottom:10px;
	padding-top:10px;
	padding-left:10px;
}

#logo {
	position:relative;
	width:260px;
	display:inline;
}

#heroShot{
	position:relative;
	padding-left:10px;
	display:block;
	padding-bottom:7px;
}

#featuredItem {
	position:absolute;
	left:0px;
	top:10px;
	width:270px;
	height:60px;
	display:inline;	
}

#featuredItemText {
	position:absolute;
	left:15px;
	top:26px;
	display:inline;	
	color:#FFFFFF;
}

#filterForm {
	position:relative;
	float:right;
	width:250px;
	display:inline;
	top:40px;
}

#col_1 {
	position:relative;
	float:left;
	width:170px;
	display:inline;
	/* border:1px solid green; */
}

#col_2 {
	position:relative;
	float:right;
	width:785px;
	height:100%;
	display:inline;
	border-top:dotted #CCCCCC 1px;
	border-bottom:dotted #CCCCCC 1px;
	margin-bottom:25px;
	padding-top:10px;
	padding-bottom:10px;
}
#descriptionText, #footerText, fieldset {
	width:inherit;
	border-top:dotted 1px #cccccc;
	font-size:77%;
	color:#757575;
	line-height:150%;
	padding-top:2%;
	margin-top:2%;
	/* padding-right:25%; */
}

#descriptionText_col_1 {
	float:left;
	width:72%;
	border-right:dotted #efefef 1px;
	padding-right:2%;

}

#descriptionText_col_2 {
	float:right;
	width:24%;
}
#scrollPaneOuter {
	overflow:scroll;
	width: 100%;
	height: 400px;
	width:inherit;
	position:relative;
	overflow-y: hidden;
}
#scrollPaneInner {
	width: 4000px;
}
#footerText {
	width:inherit;
	clear:both;
}