/*** main content area ***/
div.content {
	position: relative;
	/* pre-deleted  left: 273px; */
}

div.content div.bg {
		position: absolute;
		background: #999999;	/* formerly ababab */
		/* formerly -moz-opacity:0.5; opacity : 0.5; */
		/* formerly filter: alpha(opacity=30); */
		top: -1px;
		border:2px transparent solid;
		top: 0px;  	left: 0px;
		padding: 7px;
		height: 328px;	width: 550px;
		z-index: 1; }
div.content div.body { 	
		position: relative;
		border:2px black solid;
		padding: 7px;
		height: 306px;	width: 550px;
		overflow:auto;
		z-index: 2; }

/*** subnavigation ***/
div.content div.subnav {
		position: relative;
		border-top:2px black solid;
		border-right:2px black solid;
		border-left:2px black solid;
		padding-left: 7px;
		padding-right: 7px;
		height: 20px;	width: 550px;
		z-index: 2; }
div.subnav img.tl {
		position: absolute;
		left: -2px;  top: -2px; }
div.subnav img.tr {
		position: absolute;
		right: -2px;  top: -2px; }

/*** navigation ***/
div.nav {	position: relative; }

div.nav img.logo {
		position: absolute;
		top: -160px;	left: -80px;
		z-index: 0; }

/*** navigation buttons ***/
div.navbutt {
	background: #ababab;
	height: 74px;
	width: 204px;
	overflow: visible;
	border: 2px solid black;
	margin-bottom: 10px;
	margin-right: 5px;
	position: relative;
	z-index: 2;
	left: 0px;
}
	div.navbutt span.label {
			position: relative;
			left: -11px;  top: 10px; }
	div.navbutt img.tl {
			position: absolute;
			left: -2px;  top: -2px; }
	div.navbutt img.tr {
			position: absolute;
			right: -2px;  top: -2px; }
	div.navbutt img.bl {
			position: absolute;
			left: -2px;  bottom: -2px; }
	div.navbutt img.br {
			position: absolute;
			right: -2px;  bottom: -2px; }

			
/*** title header position ***/
div.title img { 
		position: relative;
		left: 120px; 
		top: 10px; }
div.title span.label {
		position: relative;
		left: 1px;  top: 0px; }


/*** miscellaneous stuff ***/

/* no image link borders */
img {		border: 0 none; }	

/* Links to 'My Account' are centered with button bg */
.acct-button {
	background-position: center;
	background-repeat: no-repeat;
	text-align: center;
	height: 24px;
	padding-top: 1px;
}

p.acct-button#req {	background-image: url(../images/button_req_quote.gif); }
p.acct-button#order { background-image: url(../images/button_order.gif); }

