#highlight-list	{
				margin: 0px;					
				display: inline;
				position: relative;
				
				
				}
				
#highlight-list	li		{
					list-style-type: none;					
					margin-top: 10px;
					margin-bottom: 10px;
					margin-left: 12px;
					display: inline;

					}
					
/* PURPLE-PINK BOX */

.roundcont {
	width: 370px;
	background-color: #E9a8df;
	color: #000;
	margin-top: 5px;
	margin-left: 10px;
}

.roundcont p, .roundcont h3 {
	margin: 0 8px;
}

.roundcont h3	{margin-bottom: 3px;
				color: #9c0063
				}	

.roundtop { 
	background: url(../imgs/hg/tr-purple.gif) no-repeat top right; 
}

.roundbottom {
	background: url(../imgs/hg/br-purple.gif) no-repeat top right; 
}

img.corner {
   width: 15px;
   height: 15px;
   border: none;
   display: block !important;
}

/*VISTIOR AV */
.roundtop-nav { 
	background: url(../imgs/hg/tr-purple-nav.gif) no-repeat top right; 
}

.roundbottom-nav {
	margin-top: 20px;
	background: url(../imgs/hg/br-purple-nav.gif) no-repeat top right; 
}

/*EXHIBITOR BOX */
.roundcont-ex {
	width: 370px;
	background-color: #66cc00;
	color: #fff;
}

.roundcont-ex p, .roundcont-ex h3 {
	margin: 0 8px;
}

.roundcont-ex h3	{margin-bottom: 3px;
				color: #9c0063
				}	

.roundtop-ex-nav { 
	background: url(../imgs/hg/tr-green-nav.gif) no-repeat top right; 
}

.roundbottom-ex-nav {
	margin-top: 20px;
	background: url(../imgs/hg/br-green-nav.gif) no-repeat top right; 
}

/*BLUE BOX */
.roundcont-media {
	width: 370px;
	background-color: #96CFEC;
	color: #fff;
}

.roundcont-media p, .roundcont-media h3 {
	margin: 0 8px;
}

.roundcont-media h3	{margin-bottom: 3px;
				color: #9c0063
				}	

.roundtop-media-nav { 
	background: url(../imgs/hg/tr-blue-nav.gif) no-repeat top right; 
}

.roundbottom-media-nav {
	margin-top: 20px;
	background: url(../imgs/hg/br-blue-nav.gif) no-repeat top right; 
}

