body, html {
	height:100%;
	font-family: 'Tahoma', sans-serif;
	margin:0px;
	min-width: 1200px;
}
.back {
	float:left;
}
.forward {
	float:right;
}
.content > h1 {
	color:#ff0000;
	text-shadow: 0.028em 0.028em 0 #333333;
    font-weight: bold;
	font-family: 'Times New Roman', serif;
	font-size: 1.5em;
}
.content > ul {
	font-size: 0.85em;
	line-height: 1.7em;
}
h2 {
	font-size: 1em;
}
h3, h4 {
	font-size:.9em;
	margin: 0;
}
.content > p, form p, .contactinfobox p, .showcase-block p {
	font-size:.85em;
	line-height:1.7em;
}
.content:after{
	content:"";
	visibility:hidden;
	clear:both;
	display:block;
}
#formgroup {
	background-color: #F4F4F4;
    border: thin solid #DBDBDB;
    margin-bottom: 5px;
    padding: 10px 5px 5px;
}
.hr {
	height: .125em;
	width: 100%;
	background-color: #000000;
	background-image: -webkit-linear-gradient(0deg,rgba(142,142,142,1.00) 0%,rgba(188,188,188,1.00) 50.78%,rgba(142,142,142,1.00) 100%);
	background-image: -moz-linear-gradient(0deg,rgba(142,142,142,1.00) 0%,rgba(188,188,188,1.00) 50.78%,rgba(142,142,142,1.00) 100%);
	background-image: -o-linear-gradient(0deg,rgba(142,142,142,1.00) 0%,rgba(188,188,188,1.00) 50.78%,rgba(142,142,142,1.00) 100%);
	background-image: linear-gradient(90deg,rgba(142,142,142,1.00) 0%,rgba(188,188,188,1.00) 50.78%,rgba(142,142,142,1.00) 100%);
	-webkit-box-shadow: 0px 2px 5px 1px hsla(0,0%,88%,1.00);
	box-shadow: 0px 2px 5px 1px hsla(0,0%,88%,1.00);
	margin-top: 2em;
	margin-bottom: 2em;
}
.listpicture {
    display: inline-block;
    margin-right: 15px;
    margin-top: -15px;
}
.contact {
	list-style:none;
	display:inline-block;
	position:relative;
	vertical-align:top;
	margin-left:-34px;
	margin-top:0px;
	font-size:.85em;
}
.contact li:first-child {
	font-size:1em;
	font-weight:bold;
}
.teamimg {
	display:inline-block;
	position:relative;
}
#eolist {
	width:200px;
	display:inline-block;
}
/*    Header Starts Here    */
#header-top-bg {
	width: 100%;
	height: 3.75em;
	position: relative;
	background-image: -webkit-linear-gradient(270deg,rgba(0,0,0,1.00) 0%,rgba(51,51,51,1.00) 150%);
	background-image: -moz-linear-gradient(270deg,rgba(0,0,0,1.00) 0%,rgba(51,51,51,1.00) 150%);
	background-image: -o-linear-gradient(270deg,rgba(0,0,0,1.00) 0%,rgba(51,51,51,1.00) 150%);
	background-image: linear-gradient(180deg,rgba(0,0,0,1.00) 0%,rgba(51,51,51,1.00) 150%);
}
#header-bg-red {
	width: 100%;
	height: 2.5em;
	border-top: 2px solid #FFFFFF;
	background-image: -webkit-linear-gradient(270deg,rgba(204,0,0,1.00) 0%,rgba(255,0,0,1.00) 60%,rgba(204,0,0,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(204,0,0,1.00) 0%,rgba(255,0,0,1.00) 60%,rgba(204,0,0,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(204,0,0,1.00) 0%,rgba(255,0,0,1.00) 60%,rgba(204,0,0,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(204,0,0,1.00) 0%,rgba(255,0,0,1.00) 60%,rgba(204,0,0,1.00) 100%);
}
#header-bg-red ul{
	display:inline-block;
	margin:0;
	padding:0;
}
#social {
	clear:both;
}
#top {
   padding-top: 8px;
    text-align: right;
}
.social-icon {
	width: 25px;
	height: 25px;
	display:inline-block;
}
#facebook {
	background-image: url(../images/facebook.png);
}
#facebook:hover {
	background-image: url(../images/facebook-hover.png);
}
#linkedin {
	background-image: url(../images/linkedin.png);
}
#linkedin:hover {
	background-image: url(../images/linkedin-hover.png);
}
#twitter {
	background-image: url(../images/twitter.png);
}
#twitter:hover {
	background-image: url(../images/twitter-hover.png);
}
#headerslogan {
	color:#ffffff;
	font-family: 'Times New Roman', serif;
	 font-size: 0.9em;
}
#phone {
	font-size: 0.95em;
	color: #ffffff;
	text-shadow: 0.063em 0.063em 0.063em #333333;
	line-height: 2.5em;
}
.clients {
	display:inline-block;
	position:relative;
	width:230px;
	list-style:inside;
	padding-left:10px;
	padding-right:10px;
	vertical-align:top;

}
.referencecompany{
	display:block;
	font-weight:bold;
}
#header-bg-red ul li {
	display:inline-block;
	list-style:none;
	margin-right:.5em;
}
#header-bg-red ul li a:link, #header-bg-red ul li a:visited{
	font-size: 0.95em;
	color: #ffffff;
	text-decoration: none;
	display:inline-block;
	padding-left: .5em;
	padding-right: .5em;
	text-shadow: 0.063em 0.063em 0.063em #333333;
	line-height: 2.5em;
}
#header-bg-red ul li a:hover, #header-bg-red ul li a:active {
	background-color: #cc0000;
}

/*    Header Ends Here     */

/*    Index CSS            */
/*#indexbg {
	display:inline-block;
	position:relative;
	width:100%;
	margin-bottom:-17px;
}*/
#indexbg a:link, #indexbg a:visited{
	text-decoration:none;
}
.indexbox {
	display: inline-block;
	position: relative;
	border-top: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
	border-left: 1px solid #ffffff;
}
.boxbar{
	position: relative;
	top: 10px;
	opacity: 0.91;
	-webkit-box-shadow: 0px 2px 3px hsla(0,0%,0%,0.76);
	box-shadow: 0px 2px 3px hsla(0,0%,0%,0.76);
	background-image: -webkit-linear-gradient(180deg,rgba(253,48,50,1.00) 0%,rgba(255,0,0,1.00) 54.92%);
	background-image: -moz-linear-gradient(180deg,rgba(253,48,50,1.00) 0%,rgba(255,0,0,1.00) 54.92%);
	background-image: -o-linear-gradient(180deg,rgba(253,48,50,1.00) 0%,rgba(255,0,0,1.00) 54.92%);
	background-image: linear-gradient(270deg,rgba(253,48,50,1.00) 0%,rgba(255,0,0,1.00) 54.92%);
}
.boxbar h1 {
    color: #ffffff;
    font-family: "Times New Roman",serif;
    font-size: 20px;
    line-height: 36px;
	padding-left:20px;
    margin: 0;
    text-shadow: 1px 1px 1px hsla(0, 0%, 0%, 0.8);
}
#tsinner {
	line-height:46px;
	font-size:27px;
	padding-left:20px;
	width:766px;
}
#tsinner h1, #pseinner h1 {
	font-size:27px;
	font-family:"Times New Roman", serif;
	font-weight:normal;
	margin:0px;
}
#eoinner h2, #rfpinner h2{
	font-size:19.5px;
	font-family:"Times New Roman", serif;
	font-weight:normal;
	margin:0px;
}
#eoinner{
	height:31px;
	line-height:31px;
	text-align:right;
	font-size:19.5px;
	padding-right:20px;
	width:223px;
}
.index-titles {
	font-family:"times new roman", serif;
	color: #ffffff;
	text-shadow: 2px 2px 2px hsla(0,0%,0%,0.80);
}
#rfpinner{
	height:31px;
	padding-right:20px;
	line-height:31px;
	text-align:right;
	font-size:19.5px;
	padding-right:20px;
	width:223px;
}
#pseinner{
	height:43px;
	line-height:43px;
	text-align:left;
	font-size:24.5px;
	padding-left:20px;
	width:521px;
}
#eorfp {
	display:inline-block;
	position:relative;
	right:-5px;
	margin-bottom:10px;
}
/*#indextwo{
	display:inline-block;
	position:relative;
	width:760px;
}*/
.indexsprite {
	/*MASTER SPRITE FILE */
}
.indexspritestyle {
	border: 1px solid #ffffff;
}
/*.erpboxes {
	text-align:center;
	margin-bottom:5px;
}*/
#tsimg {
	margin-top:2px;
	width: 786px;
	height: 335px;
	background-image: url(../images/tsindextwo.png);
	text-decoration:none;
}
#epi-logo {
	z-index: 1;
	width:180px;
	height:126px;
	background-image: url(../images/epi-logo.png);
	position: absolute;
	top: -1.8em;
	left: -12.5em;
	vertical-align: top;
	display: inline-block;
}
#eoindex {
	background-image: url(../images/eoindex.png);
	width: 243px;
	height: 121px;
	position: relative;
	display: block;
	text-decoration:none;
	border-top: 2px solid #ffffff;
	border-bottom: 0px solid #ffffff;
	border-right: 2px solid #ffffff;
	border-left: 2px solid #ffffff;
}
#rfpindex {
	background-image:url(../images/rfpindex.png);
	border:2px solid #ffffff;
	position:relative;
	display:block;
	width:243px;
	height:121px;
	text-decoration:none;
}
#pseindex {
	background-image:url(../images/pseindexnew.png);
	width:541px;
	height:244px;
	position:relative;
	vertical-align:top;
	border-top:2px solid #ffffff;
	left:0px;
	display:inline-block;
	text-decoration:none;

}
#indexwoman {
	height:294px;
	width:187px;
	background-image:url(../images/indexlady.png);
	position:absolute;
	left:-200px;
	bottom:0px;
	z-index:-1;
}
#alignbar {
	bottom:0px;
	position:relative;
}
#expcom {
	text-align: left;
	position: absolute;
	left:-150px;
	bottom:310px;
	font-size: 17px;
	letter-spacing:.08em;
	text-shadow: 1px 1px 2px #666666;
}
.ecs {
	font-size:28px;
}

/*    End of Index CSS     */

.wrapper{
	width:50em;
	margin-left: auto;
	margin-right: auto;
	display:block;
	position:relative;
}
.pagepush {
	min-height:100%;
	height: auto !important;
	height:100%;
	margin: 0 auto -12.625em;
}
.footercontent, .push {
	height:12.625em;
}
.content {
	position:relative;
	margin-bottom:2.5em;
}
.content-img {
	float:right;
	box-shadow: 1px 1px 3px 1px #D3D3D3;
	border: thin solid #000000;
	margin-left: 10px;
	margin-bottom: 10px;
	text-align:center;
}
.partner-img {
	margin-bottom:20px;
	position:relative;
}
.menuimagebackground {
	width: 100%;
	height: 225px;
	border-top: 2px solid #CCCCCC;
	border-bottom: 2px solid #CCCCCC;
	background-image: -webkit-linear-gradient(270deg,rgba(220,220,220,1.00) 9.84%,rgba(233,233,233,1.00) 50.78%,rgba(220,220,220,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(220,220,220,1.00) 9.84%,rgba(233,233,233,1.00) 50.78%,rgba(220,220,220,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(220,220,220,1.00) 9.84%,rgba(233,233,233,1.00) 50.78%,rgba(220,220,220,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(220,220,220,1.00) 9.84%,rgba(233,233,233,1.00) 50.78%,rgba(220,220,220,1.00) 100%);
	-webkit-box-shadow: 0px 1px 3px 1px hsla(0,0%,83%,1.00);
	box-shadow: 0px 1px 3px 1px hsla(0,0%,83%,1.00);
}
.menuimage {
	height: 225px;
	border-left: 2px solid #B5B5B5;
	border-right: 2px solid #b5b5b5;
}
#aboutbgimg  {
	background-image:url(../images/aboutusmain.png);
}
#servicesbgimg  {
	background-image:url(../images/services.png);
}
#exhibitorbgimg  {
	background-image:url(../images/exhibitor.png);
}
#contactbgimg {
	background-image:url(../images/contactus.png);
}
#exhibitdesignimg {
	width:800px;
	height:400px;
	background-image:url(../images/exhibitdevelopment.png);
}
.content a:link, .content a:visited{
	text-decoration:none;
	color:#FF0000;
}

/*.formbar {
 text-align: left;
font-size: 0.813em;
display: inline-block;
height: auto;
width: 6.5em;
color: #000;
vertical-align: top;
margin-right:-20px;
 }*/
 #siteseal {
	display:inline-block;
 }
form {
	width:450px;
}
label {
    display: inline-block;
    font-size: 0.813em;
    vertical-align: top;
    width: 75px;
}
input {
	margin-bottom: .625em;
	margin-left: .125em;
}
.contactinfobox {
    width: 15.75em;
    display: inline-block;
}

/*    Footer Starts Here    */

.sectionbreak {
	display: inline-block;
	position: absolute;
	width: 2px;
	height: 8em;
	padding: 0px;
	margin-top: 1em;
	background-color: #3A3838;
	border-radius: 2px;
	opacity: 0.25;
	text-shadow: 0px 0px;
	vertical-align: middle;
	-webkit-box-shadow: 1px 1px 1px 0px hsla(0,0%,0%,1.00);
	box-shadow: 1px 1px 1px 0px hsla(0,0%,0%,1.00);
}
#quicklinks {
	text-align:center;

}
#top-bg {
	width: 100%;
	height: 1.938em;
	background-image: -webkit-linear-gradient(90deg,rgba(0,0,0,1.00) 0%,rgba(31,31,31,1.00) 74.09%,rgba(0,0,0,1.00) 100%,rgba(51,51,51,1.00) 150%);
	background-image: -moz-linear-gradient(90deg,rgba(0,0,0,1.00) 0%,rgba(31,31,31,1.00) 74.09%,rgba(0,0,0,1.00) 100%,rgba(51,51,51,1.00) 150%);
	background-image: -o-linear-gradient(90deg,rgba(0,0,0,1.00) 0%,rgba(31,31,31,1.00) 74.09%,rgba(0,0,0,1.00) 100%,rgba(51,51,51,1.00) 150%);
	background-image: linear-gradient(0deg,rgba(0,0,0,1.00) 0%,rgba(31,31,31,1.00) 74.09%,rgba(0,0,0,1.00) 100%,rgba(51,51,51,1.00) 150%);
	-webkit-box-shadow: 0px -1px 5px 1px hsla(0,0%,2%,1.00);
	box-shadow: 0px -1px 2px 1px hsla(0,0%,2%,1.00);
	z-index: 1;
}
#top-bg ul {
	text-align:center;
	padding:0;
	margin-top: 0;
	margin-bottom: 0;
}
#top-bg ul li {
	display:inline-block;
	padding-left:11px;
	padding-right:11px;
	line-height: 1.938em;
}
#top-bg ul li:first-child {
	width:8.688em;
}
#top-bg ul li:nth-child(2) {
	width:10.063em;
}
#top-bg ul li:nth-child(3) {
	width:11.438em;
}
#top-bg ul li:last-child {
	width:12em;
}
#top-bg ul li a:link,#top-bg ul li  a:visited {
	
	display:block;
	font-size: 0.95em;
	color: #ffffff;
	text-decoration: none;
}


#bottom-bg {
	display: block;
	position: relative;
	margin: 0px;
	width: 100%;
	height: 10.625em;
	background-image: -webkit-linear-gradient(90deg,rgba(0,0,0,1.00) 45.60%,rgba(51,51,51,1.00) 150%);
	background-image: -moz-linear-gradient(90deg,rgba(0,0,0,1.00) 45.60%,rgba(51,51,51,1.00) 150%);
	background-image: -o-linear-gradient(90deg,rgba(0,0,0,1.00) 45.60%,rgba(51,51,51,1.00) 150%);
	background-image: linear-gradient(0deg,rgba(0,0,0,1.00) 45.60%,rgba(51,51,51,1.00) 150%);
	
}
.bottom-bg-sitemap{
	right:5px;
	position:absolute;
	font-size:10px;
	width:400px;
	bottom:5px;
	color:#ffffff;
	text-align:right;
	
}
.bottom-bg-sitemap a:link, .bottom-bg-sitemap a:visited{
	text-decoration:none;
	color:#ffffff;
}


#aboutul {
	width:8.688em;
}
#serviceul {
	width:10.063em;
}
#exhibitorul {
	width:11.438em;
}
#showul {
	width:12em;
}
#quicklinks ul{
	position: relative;
	display: inline-block;
	vertical-align: top;
	color: #ffffff;
	list-style:none;
	padding-left:10px;
	padding-right:10px;
	margin:0px;
	margin-top:1em;
	}
#quicklinks ul li a:link, #quicklinks ul li a:visited {
	text-decoration:none;
	color:#ffffff;
	font-size:.813em;
	
}
#quicklinks ul li:hover {
	list-style:circle;
	
}

/*Footer ends here*/
/* Event Rentals Page */
@import url('reset.css');

.clr{
	clear:both;
}
/* Style.css */
.rg-image-wrapper{
	position:relative;
	padding:20px 30px;
	/* background:transparent url(../images/black.png) repeat top left; */
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	min-height:20px;
}
.rg-image{
	position:relative;
	text-align:center;
	line-height:0px;
}
.rg-image img{
	max-height:100%;
	max-width:100%;
}
.rg-image-nav a{
	position:absolute;
	top:30%;
	left:0px;
	background:#000 url(../images/nav.png) no-repeat -20% 50%;
	background-color:#000000;
	width:28px;
	height:25%;
	text-indent:-9000px;
	cursor:pointer;
	opacity:0.3;
	outline:none;
	/* -moz-border-radius: 0px 0px 0px 0px;
	-webkit-border-radius: 10px 0px 0px 10px;
	border-radius: 10px 0px 0px 10px;*/
}
.rg-image-nav a.rg-image-nav-next{
	right:0px;
	left:auto;
	background-position:115% 50%;
	/* -moz-border-radius: 0px 10px 10px 0px;
	-webkit-border-radius: 0px 10px 10px 0px;
	border-radius: 0px 10px 10px 0px; */
}
.rg-image-nav a:hover{
	opacity:0.8;
}
.rg-caption {
	text-align:center;
	margin-top:15px;
	position:relative;
}
.rg-caption p{
	font-size:11px;
	letter-spacing:2px;
	font-family: 'Trebuchet MS', 'Myriad Pro', Arial, sans-serif;
	line-height:16px;
	padding:0 15px;
	text-transform:uppercase;
}
.rg-view{
	height:30px;
}
.rg-view a{
	display:block;
	float:right;
	width:16px;
	height:16px;
	margin-right:3px;
	background:#464646 url(../images/views.png) no-repeat top left;
	border:3px solid #464646;
	opacity:0.8;
}
.rg-view a:hover{
	opacity:1.0;
}
.rg-view a.rg-view-full{
	background-position:0px 0px;
}
.rg-view a.rg-view-selected{
	background-color:#6f6f6f;
	border-color:#ffffff;
}
.rg-view a.rg-view-thumbs{
	background-position:0px -16px;
}
.rg-loading{
	width:46px;
	height:46px;
	position:absolute;
	top:50%;
	left:50%;
	background:#ffffff url(../images/ajax-loader.gif) no-repeat center center;
	margin:-23px 0px 0px -23px;
	z-index:100;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	opacity:0.7;
}
/* End of Style.css */
/* elastislide.css */
/* Elastislide Style */
.es-carousel-wrapper{
	background: #000000;
	padding:10px 27px;
	/*-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; */
	position:relative;
	-moz-box-shadow:0px 1px 3px rgba(0, 0, 0, 0.9);
	-webkit-box-shadow:0px 1px 3px rgba(0, 0, 0, 0.9);
	box-shadow:0px 1px 3px rgba(0, 0, 0, 0.9);
	position:relative;
	margin-bottom:20px;
}
.es-carousel{
	overflow:hidden;
	/* background:#000000; */
}
.es-carousel ul{
	display:none;
}
.es-carousel ul li{
	height:100%;
	float:left;
	display:block;
}
.es-carousel ul li a{
	display:block;
	border-style:solid;
	border-color:#2F2F2F;
	opacity:0.8;
	-webkit-touch-callout:none;
	/* option */
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.es-carousel ul li.selected a{
	border-color:#fff;
	opacity:1.0;
}
.es-carousel ul li a img{
	display:inline-block;
	border:none;
	max-height:100%;
	max-width:100%;
}
.es-nav span{
	position:absolute;
	top:50%;
	left:8px;
	background:transparent url(../images/nav_thumbs.png) no-repeat top left;
	width:14px;
	height:26px;
	margin-top:-13px;
	text-indent:-9000px;
	cursor:pointer;
	opacity:0.8;
}
.es-nav span.es-nav-next{
	right:8px;
	left:auto;
	background-position:top right;
}
.es-nav span:hover{
	opacity:1.0;
}
/* End of elastislide.css */

/* Site Map CSS */
#sitemap-header {
	  color: #ff0000;
    font-family: 'Times New Roman',serif;
    font-weight: bold;
    text-shadow: 0.028em 0.028em 0 #333333;
	font-size:1.5em;
	
}
#sitemap-index a:link, #sitemap-index a:visited{
	color:#000000;
}
.first-tier-ul{
	list-style:none;
}
.first-tier-ul li{
	font-size:16px;
}
.first-tier-ul li a:link, .first-tier-ul li a:visited {
	color:#000000;
}
.second-tier-ul{
	list-style:none;
}
.second-tier-ul li{
	font-size:14px;
}
.second-tier-ul li a:link, .second-tier-ul li a:visited {
	color:#FF0000;
}
/* End of Site Map CSS */
/* Event Rentals End */
.showcase-block {
	width: 300px; 
	display:inline-block;
	margin:20px;
	position:relative;
}
.showcase-block p {
	margin:0;
}
.showcase-block input {
	display: none;
}
.showcase-links label {
	cursor:pointer;
	color: #dd0000;
	width: 125px;
}
.showcase-links label:hover {
	color: #ff0000;
}
.showcase-block input:nth-of-type(2):not(:checked) ~ input:nth-of-type(3):not(:checked) ~ input:nth-of-type(4):not(:checked) ~ .showcase-images .showcase-img:nth-of-type(1),
.showcase-block input:nth-of-type(2):checked ~ .showcase-images .showcase-img:nth-of-type(2),
.showcase-block input:nth-of-type(3):checked ~ .showcase-images .showcase-img:nth-of-type(3),
.showcase-block input:nth-of-type(4):checked ~ .showcase-images .showcase-img:nth-of-type(4)
{
  display: block;
}
.showcase-img {
	display:none;
}
.showcase-img img {
	border: thin solid #000000;
    box-shadow: 1px 1px 3px 1px #d3d3d3;
	margin-top:4px;
}
.showcase-img p {
	font-size:13px;
	margin-bottom: 0;
	padding: 0;
}
.showcase-links {
	list-style-type: none;
	list-style-position: inside;
	-webkit-columns: 125px 2; 
	-moz-columns: 125px 2; 
	columns: 125px 2;
	 padding-left: 0;
	 margin:0;
}