#primary {
	background: url(../../images/content_bkg.jpg);
	border: 0px dotted lime;
	position: absolute;
	left: 220px; top: 134px;
	width: 445px; height: 440px;
	overflow: hidden;
	padding: 10px 20px 0 35px;
}

#secondary {
}


#loading {
	color: #ccc;
	text-align: center;
	margin-top: 150px;
	letter-spacing: 0;
}

#catalog {
	position: absolute;
}

#catalog a {
	display: block;
	width: 111px; height: 115px;
	text-align: center;
	float: left;
	overflow: hidden;
	color: white;
	line-height: 211px;
	text-decoration: none;
}

#catalog-swf {
	z-index: 1;
	width: 444px; height: 250px;
	}

.dotz {
	overflow: hidden; /*ie*/
	width: 277px; height: 3px;
	margin: 8px 0;
	background: url(../../images/dotz.gif);
	
}

#tabs {
	border-top: 4px solid orange;
	width: 488px; height: 19px;
	overflow: visible;
	position: absolute;
	left: 14px; top: 400px;
	background: #ccc;
}

#tabs a {
	color: white;
	border: 0px dotted gray;
	background: #aaa;
	padding: 2px 12px 4px 12px;
	margin-right: 2px;
	display: block;
	float: left;
}

#tabs a:hover {
	text-decoration: none;
	padding: 3px 12px 4px 12px;
	background: #bbb;
}

#tabs #on {
	font-weight: bold;
	padding: 3px 12px 4px 12px;
	background-color: #888;
}

#tab-help {
	font: normal 9px/19px verdana;
	text-transform: uppercase;
	color: #999;
}



#headline {
	margin-bottom: 6px;
}

/*--------------------------------------*/
/* wrapping */
/*-------------------------------------- may later we'll inject this css into the wrapping htmls */

#ready {
	background:url(../../content/wrapping/images/ready.gif) no-repeat;
	margin: 10px 0;
	height: 53px;
	
}

#list-icons {
	font-weight: bold;
	font-size: 11px;
	list-style-image: url(../../content/wrapping/images/double_arrow.gif);
}

#process-swf {
	position: absolute;
	left: 35px; top: 186px;
	width: 430px; height: 180px;
}

#info-bar {
	position: absolute;
	text-align: center;
	width: 450px;
	left: 28px; top: 374px;
	font: normal 10px verdana;
}

#info-bar a {
	padding: 0 6px 0 8px;
	
}




