#wrapper {
	width: 1000px;
	margin: 0px auto 0 auto;
	background: #ffffff;
}

#page {
	width: 1000px;
	margin: 0 auto;
	padding: 15px 0 0px 0;
	text-align: left;
}

#announcements {
	width: 49%;
	margin: 0;
	padding: 0;
	float: left;
}

#pricelists {
	width: 49%;
	margin: 0;
	padding: 0;
	float: right;
}

#tradeshows {
	width: 100%;
	margin: 0 0 0 0;
	padding: 10px 0 0 0;
	clear: both;
}

.head{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #444444;
	margin: 0 6px 0px 0;
	padding: 5px 0px 5px 5px;
	height:20px;
}

.head span{
	float: left;
}

.head img{
	border: solid 1px #000;
	float: right;
	padding: 0 0px 0 0px;
	margin: 2px 5px 0 0;
	filter:alpha(opacity=50);
	opacity: 0.5;
	-moz-opacity:0.5;
}
 
#pricelists .head, #announcements .head{
	
	background: #E0E9E9;
	border-bottom: 1px solid #BCBCBC;
}

#tradeshows .head {
	padding: 10px 0 0px 40px;
	margin-right: 4px;
	background-image:url(../images/tradebg.jpg);
	background-repeat:no-repeat;
	background-position: 20px 0px;
	height: 22px;
	border-bottom: 7px solid #99B494;
}

/* Shadow Box */
div.ContentBlock {
	float: left;
	position: relative;
	background-color:#FFF;
	background-image:url(../images/bottomlinerep.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	width: 100%;
	padding: 0 0px 0px 0;
	margin-bottom: 10px;
	border-left: 1px solid #E0E0E0;
	border-top: 1px solid #E0E0E0;
}

div.ContentBlock div.Fade {
	padding:0;

}
div.ContentBlock div.SideShadow {
	padding: 0 0px 10px 0; 
	margin: 0px 0 0 0;
	background-image:url(../images/sidelinerep.gif);
	background-position: right;
	background-repeat:repeat-y;
}

div.ContentBlock div.bottomleft {
	width:4px;
	height:4px;
	position:absolute;
	bottom:0;
	left:-1px;
	background:url(../images/shad_blcorner.gif) no-repeat bottom left;
}
div.ContentBlock div.bottomright {
	width:6px;
	height:6px;
	position:absolute;	
	background-color: #fff;
	background:url(../images/shad_blcornerrep.gif) no-repeat bottom right;
	right: 0;
	bottom: 0;
}

img.arrowl {
	position: absolute;
	right: 20px;
}

img.arrowr {
	position: absolute;
	right: 8px;
}
