* {
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #152852;
}

body {
	text-align: center;
	background: #022561 url('../images/m_bg.jpg') repeat-y 50% 0px;
}



img {
	border: none;
	display: block;
}

/*
img.ititle {
	display: block;
}
*/

#stage {
	position: relative;
	margin: 0px auto;
	text-align: left;
	width: 900px;
	background: #fff;
}
#stage_home {
	position: relative;
	margin: 0px auto;
	text-align: left;
	width: 900px;
	/*background: #d8d8d8;*/
	background: #fff url('../images/bg_homepage.png') no-repeat 0px 0px;

}

#home_hd {
	width:802px;
	margin:90px 0px 10px 50px;
}
#home_copy {
	width:802px;
	margin:0px 0px 20px 50px;
}

#home_copy img{
	float: left;
}
#home_copy a{
	float: right;
	margin:2px 0px 0px 0px;
}
#home_img {
	width:802px;
	margin:0px 0px 25px 50px;
}
#home_img img{
	float: left;
	margin:0px 25px 0px 0px;
}
/*** HEADER ***/

#header {
	height: 157px;
	text-align: right;
	border-bottom: 3px solid #022561;
}
#header_home {
	height: 157px;
	text-align: right;
	background: #fff;
	border-bottom: 2px solid #999;
}
#logo {
	width: 215px;
	float: left;
}

#logo img {
	display: inline;
}

#navi_top {
	float: left;
	width: 635px;
	height: 157px;
	font-size: 10px;
}


#toprow {
	margin: 16px 0px 0px 0px;
	color: #999;
	height: 60px;
	text-align:right;
}
#toprow img {
	float:right;
}


#midrow {
	color: #febd11;
	height: 32px;
}
#imgrow {
	height: 49px;
}

a:hover {
	text-decoration: none;
}
a.exhibservice {
	display: block;
	width: 160px;
	height: 49px;
	background: url('../images/m_nav_exhibitor.gif') no-repeat 0px 0px;
	float: right;
}
a.orgservice {
	display: block;
	width: 168px;
	height: 49px;
	background: url('../images/m_nav_organiser.gif') no-repeat 0px 0px;
	float: right;
}
a.visservice {
	display: block;
	width: 144px;
	height: 49px;
	background: url('../images/m_nav_visitor.gif') no-repeat 0px 0px;
	float: right;
}
a.ordering {
	display: block;
	width: 148px;
	height: 49px;
	background: url('../images/m_nav_ordering.gif') no-repeat 0px 0px;
	float: right;
}
a.design {
	display: block;
	width: 133px;
	height: 49px;
	background: url('../images/m_nav_design.gif') no-repeat 0px 0px;
	float: right;
}

a.exhibservice:hover, a.exhibservice_on {
	display: block;
	width: 160px;
	height: 49px;
	background: url('../images/m_nav_exhibitor_on.gif') no-repeat 0px 0px;
	float: right;
}
a.orgservice:hover,a.orgservice_on {
	display: block;
	width: 168px;
	height: 49px;
	background: url('../images/m_nav_organiser_on.gif') no-repeat 0px 0px;
	float: right;
}

a.visservice:hover,a.visservice_on {
	display: block;
	width: 144px;
	height: 49px;
	background: url('../images/m_nav_visitor_on.gif') no-repeat 0px 0px;
	float: right;
}

a.ordering:hover,a.ordering_on {
	display: block;
	width: 148px;
	height: 49px;
	background: url('../images/m_nav_ordering_on.gif') no-repeat 0px 0px;
	float: right;
}
a.design:hover,a.design_on {
	display: block;
	width: 133px;
	height: 49px;
	background: url('../images/m_nav_design_on.gif') no-repeat 0px 0px;
	float: right;
}

#midrow a{
	color: #febd11;
	font-size: 10px;
	text-decoration: none;
	padding: 0px 0px 0px 14px;
}
#midrow a:hover{
	color: #152852;
	font-size: 10px;
	text-decoration: underline;
}

td a {
	text-decoration: none;
}
td a:hover {
	text-decoration: underline;
}

form {
	display: inline;
}

input.globSearch{
	width: 108px;
	height: 13px;
	border: 1px solid #febd11;
	padding: 2px 0px 0px 2px;
	margin: 0px 4px 0px 28px;
	line-height: 12px;
	font-size: 10px;
	color: #152852;
	display: inline;
}
input.imageBtn{
	position: relative;
	top: 4px;
}
input.loginForm{
	width: 108px;
	height: 13px;
	border: 1px solid #152852;
	padding: 2px 0px 0px 2px;
	margin: 0px 0px 7px 0px;
	line-height: 12px;
	font-size: 10px;
	color: #152852;
	display: inline;
}


#footer {
	width: 800px;
	margin: 0px 0px 0px 50px;
	padding: 20px 0px 15px 0px;
	text-align: left;
	font-size: 10px;
	border-top: 1px solid #999;
}

#footer_home {
	width: 800px;
	margin: 0px 0px 0px 50px;
	padding: 20px 0px 15px 0px;
	text-align: left;
	font-size: 10px;
	border-top: 1px solid #999;
}

#footer a,#footer_home a {
	font-size: 10px;
	text-decoration: none;
}
#footer a:hover,#footer_home a:hover {
	text-decoration: underline;
}
#footer span,#footer_home span {
	display: block;
	margin: 0px 0px 5px 0px;
}

.footer_left {
	float: left;
	font-size: 10px;
}

.footer_left strong {
	color: #152852;
}



.footer_right {
	float: right;
}


#content_full {
	text-align: left;
	width: 850px;
	min-height: 460px;
	/*background: url('../images/m_grad.jpg') repeat-x 0px 0px;*/
	margin: 0px 0px 0px 0px;
}
#content_full_O {
	text-align: left;
	width: 850px;
	min-height: 490px;
	/*background: url('../images/m_grad.jpg') repeat-x 0px 0px;*/
	margin: 0px 0px 0px 0px;
}

#content {
	text-align: left;
	width: 850px;
	min-height: 400px;
	background: url('../images/m_grad.jpg') repeat-x 0px 0px;
	padding: 0px 0px 0px 50px;
}

#content .content_left{ padding-top:30px; }


.content_center {
	width: 420px;
	float: left;
	margin: 0px 25px 0px 25px;
}

#content_full .content_center,#content_full_O .content_center {
	margin: 0px 25px 0px 240px;
}

.content_center_full {
	width: 605px;
	float: left;
	margin: 0px 25px 0px 25px;
}


.content_center_galery {
	width: 625px;
	float: left;
	margin: 0px 5px 0px 25px;
}


.content_left {
	width: 165px;
	float: left;
	overflow: hidden;
}

#content_full .content_left,#content_full_O .content_left {
	position: absolute;
	width: 165px;
	float: left;
	overflow: hidden;
	z-index: 1000;
	margin: 50px 0px 0px 50px;
}

.content_left_full{
	position: absolute;
	width: 165px;
	float: left;
	overflow: hidden;
	z-index: 1000;
	margin: 0px 0px 0px 50px;
}


.content_right {
	width: 165px;
	float: right;
	margin: 0px 50px 0px 0px;
}

.ct_right {
	width: 165px;
	float: right;
	margin: -75px 50px 0px 0px;
}

.ctbox_center {
	width: 420px;
	margin-top: 20px;
	/*background: url('../images/c_bg.gif') repeat-y 0px 0px;*/
}
.ctbox_center img {
	margin: 30px 0px 20px 0px;
}
.textblock_center{
	padding: 10px 10px 0px 10px;
}
.textblock_center img{
	float: right;
	margin: 0px 0px 0px 10px;
}
.textblock_center a {
	font-weight: bold;
	text-decoration: none;
}


.textblock_center table {
	width: 400px;
	border-spacing: 0px;
	border-collapse: collapse;
}
.textblock_center td {
	padding: 4px 0px 2px 0px;
	vertical-align: top;
}

.img_table {
	float: left;
	margin: 0px 5px 5px 0px;
}

.img_table td {
	padding: 0px 0px 0px 0px;
	vertical-align: top;
	text-align: left;
}

.img_table img {
	border: 1px dashed #ababab;
}
#content_full,#content_full_O{
	margin-top: -30px;
}

/* *********************** */
/* left navi height adjust */
/* *********************** */
.navi_left {
/*	height: 292px;*/
}

.contactNav{
	/*position: absolute;
	top: 492px;*/
	width: 165px;
}



/*
.contactNav_full{
	position: absolute;
	top: 392px;
	width: 165px;
}
#exhibitNav { height: 234px;}
#accountNav { height: 234px; }
#aboutNav { height: 234px; }



.content_left_full_placeholder{
	width: 1px;
	height: 300px;
	float: left;
	border: 1px solid red;
}

*/
.contactNav_placeholder {
	height: 315px;
	width: 165px;
}


.navi_left_rest {
	position: absolute;
	top: 558px;
	z-index: 2000;
	width: 165px;
}
.navi_left_rest_O {
	position: absolute;
	top: 602px;
	z-index: 2000;
	width: 165px;
}
.m_box {
	width: 145px;
	/*height: 204px;*/
	padding: 0px 10px 10px 10px;
	z-index: 1000;
	background: url('../images/ln_bg.gif') repeat-y 0px 0px;
}
.m_box_O {
	width: 145px;
	/*height: 248px;*/
	padding: 0px 10px 10px 10px;
	z-index: 1000;
	background: url('../images/ln_bg.gif') repeat-y 0px 0px;
}

/* *********************** */
/* left navi height adjust */
/* *********************** */


#content_full .navi_left_rest,#content_full .navi_left_rest_O,#content_full_O .navi_left_rest,#content_full_O .navi_left_rest_O {
	top: 367px;
}

#content_full .navi_left_rest_O,#content_full_O .navi_left_rest,#content_full_O .navi_left_rest_O {
	top: 410px;
}

.navi_left a {
	font-size: 10px;
	line-height: 16px;
	text-decoration: none;
}
.navi_left a:hover, .navi_left a.act {
	font-weight: bold;
	font-size: 10px;
	line-height: 16px;
	text-decoration: none;
}

.m_box a {
	text-transform:capitalize;
}



.content_left a.sub, .content_left_full a.sub {
	margin: 0px 0px 0px 10px;
}


.content_left a {
	text-transform: capitalize;
}

.right_col {
	padding: 10px 10px 0px 10px;
	/*min-height:450px;*/
	background: url('../images/ln_bg.gif') repeat-y 0px 0px;
}
.right_col a {
	font-weight: bold;
	text-decoration: none;
}

#breadcrumb {
	position: absolute;
	z-index: 100;
}
#breadcrumb_full {
	margin: 30px 0px 0px 240px;

}

#text_full {
	width: 610px;
	margin: 20px 0px 45px 240px;

}
#text_full img {
	display: inline;
	float: right;
	margin: 0px 0px 30px 0px;
}


#text_half {
	float: left;
	width: 425px;
	margin: 20px 0px 0px 240px;
}
.text_right {
	position: relative;
	top: 50px;
	float:left;
	width: 165px;
}
#text {
	width: 610px;
	margin: 30px 0px 0px 0px;
}

#text_rImg {
	width: 610px;
	margin: 30px 0px 0px 0px;
}

#text_gal {
	width: 625px;
	margin: 30px 0px 0px 0px;
}

#images_big img{
	display: inline;
	margin: 25px 25px 0px 0px;
}
#images_gal img{
	display: inline;
	margin: 0px 11px 25px 0px;
}
#breadcrumb a,#breadcrumb_full a {
	text-decoration: none;
	text-transform:capitalize;
}
#breadcrumb strong,#breadcrumb_full strong {
	text-transform:capitalize;
	color: #152852;
}
strong {
	color: #373737;
}

#ct_flash {
	z-index: 10;
	margin: 0px 0px 40px 0px;
}
#ct_flash_full {
	background: #fff;
}

h1 {
	text-transform:capitalize;
	font-size: 14px;
	margin: 0px 0px 8px 0px;
}
h2 {
	font-size: 12px;
	margin: 0px 0px 8px 0px;
}

h1.exhibitor,h2.exhibitor{
	color: #62a9c7;
}
h1.organiser,h2.organiser{
	color: #bc509c;
}
h1.ordering,h2.ordering{
	color: #febd11;
}
h1.design,h2.design{
	color: #999;
}
.event{
	margin: 16px 0px 0px 0px;
}

.mTV{
	margin: 16px 20px 0px 0px;
	width: 280px;
	float: left;
}

ol {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 24px;
}
ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 16px;
}
li {
	margin: 0px 0px 8px 0px;
}


li.nodot { list-style-type:none; }
ul.sublist li { margin: 0px 0px 0px 0px; }

p {
	margin: 0px 0px 8px 0px;
}
.clearer{ clear: both; font-size: 1px; position: relative; top: -10px;}
.f_line{ font-size: 10px; line-height: 10px; }

.lthumb {
	display: inline;
}

.rthumb {
	display: inline;
	margin-left: 10px;
}

.gal_float{
	float: left;
}
.gal_dropdown{
	margin-right: 15px;
	text-align: right;
	float: right;
}
.head_gal select{
	width: 200px;
	border: 1px solid #999;
}
.head_events select{
	width: 150px;
	border: 1px solid #999;
}


.head_gal select, .head_events select{
	margin: 0px 0px 4px 0px;
}
.cms a{
	padding: 0px 0px 0px 20px;
	
}
.head_gal{
	position: relative;
	top: -22px;
	width: 610px;
	margin: 0px 0px 20px 0px;
}
.head_events{
	position: relative;
	top: -22px;
	width: 610px;
	border-bottom: 1px solid #022561;
	margin: 0px 0px 20px 0px;
}
.head_left{
	float: left;
	vertical-align: bottom;
}
.head_right{
	text-align: right;
	float: right;
	line-height: 18px;
}

.head_left h1{
	margin: 22px 0px 0px 0px;
	padding: 0px;
}

table {
	width: 610px;
	border-spacing: 0px;
	border-collapse: collapse;
}
td {
	padding: 4px 0px 2px 0px;
	vertical-align: top;
}
td img {
	display: inline;
	margin-left: 1px;
}
td.right, th.right{
	text-align: right;
}

th {
	padding: 0px 0px 6px 0px;
}

#text td , #text_rImg td {
	border-bottom: 1px solid #999;
}

.imgRight {
	float: right;
	width: 165px;
	padding-top: 0px;
	margin: 0px 0px 0px 20px;
}

.imgRight img {
	margin: 10px 0px 10px 0px;
}



.imgRight_news {
	float: right;
	width: 165px;
	padding-top: 0px;
	margin: 0px 16px 0px 0px;
}

.imgRight_news img {
	margin: 0px 0px 20px 20px;
}






.imgRight_full {
	float: right;
	width: 165px;
	margin: 0px 0px 0px 20px;
}

.imgRight_full img {
	margin: 0px 0px 20px 0px;
}





.l_exhibitor {
	float: left;
	height:17px;
	background: url('../images/loz_exhibitor_l.gif') no-repeat left 0px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	min-width: 20px;
}
.r_exhibitor {
	height:17px;
	background: url('../images/loz_exhibitor_r.gif') no-repeat right 0px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}

.r_exhibitor a {
	display: block;
	color: #fff;
	font-size: 9px;
	font-weight: bold;
	line-height:17px;
	vertical-align: top;
	text-decoration: none;
	padding: 0px 10px 0px 10px;
	margin: 0px 5px 0px 5px;
	background: #62a9c7;
}


.l_organiser {
	float: left;
	height:17px;
	background: url('../images/loz_organiser_l.gif') no-repeat left 0px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	min-width: 20px;
}
.r_organiser {
	height:17px;
	background: url('../images/loz_organiser_r.gif') no-repeat right 0px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}

.r_organiser a {
	display: block;
	color: #fff;
	font-size: 9px;
	font-weight: bold;
	line-height:17px;
	vertical-align: top;
	text-decoration: none;
	padding: 0px 10px 0px 10px;
	margin: 0px 5px 0px 5px;
	background: #bc509c;
}

.l_ordering {
	float: left;
	height:17px;
	background: url('../images/loz_ordering_l.gif') no-repeat left 0px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	min-width: 20px;
}
.r_ordering {
	height:17px;
	background: url('../images/loz_ordering_r.gif') no-repeat right 0px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}

.r_ordering a {
	display: block;
	color: #fff;
	font-size: 9px;
	font-weight: bold;
	line-height:17px;
	vertical-align: top;
	text-decoration: none;
	padding: 0px 10px 0px 10px;
	margin: 0px 5px 0px 5px;
	background: #febd11;
}


.l_design {
	float: left;
	height:17px;
	background: url('../images/loz_design_l.gif') no-repeat left 0px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	min-width: 20px;
}
.r_design {
	height:17px;
	background: url('../images/loz_design_r.gif') no-repeat right 0px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}

.r_design a {
	display: block;
	color: #fff;
	font-size: 9px;
	font-weight: bold;
	line-height:17px;
	vertical-align: top;
	text-decoration: none;
	padding: 0px 10px 0px 10px;
	margin: 0px 5px 0px 5px;
	background: #999;
}




.smartwire{
	float: right;
	background: #000;
	margin: 0px 0px 75px 0px;
}
.smartwire div{
	padding: 10px;
}
.smartwire strong, .smartwire p, .smartwire a{
	color: #fff;
}

.smartwire img{
	position: relative;
	top: -5px;
}

.date{
	position: relative;
	top: -6px;
	margin: 0px 0px 6px 0px;
}

sup { font-size: 9px; }

/* --------- */

.appear {
	display: block;
}

.disappear {
	display: none;
}

.pabsolute {
	position: absolute;
}









.l_exhibitor_B {
	float: left;
	height:34px;
	background: url('../images/loz_exhibitor_bl.gif') no-repeat left 0px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	min-width: 20px;
}
.r_exhibitor_B {
	height:34px;
	background: url('../images/loz_exhibitor_br.gif') no-repeat right 0px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}

.r_exhibitor_B a {
	display: block;
	color: #fff;
	font-size: 12px;
	/*font-weight: bold;*/
	line-height:34px;
	vertical-align: top;
	text-decoration: none;
	padding: 0px 20px 0px 20px;
	margin: 0px 10px 0px 10px;
	background: #62a9c7;
	text-transform: uppercase;
}


.l_organiser_B {
	float: left;
	height:34px;
	background: url('../images/loz_organiser_bl.gif') no-repeat left 0px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	min-width: 20px;
}
.r_organiser_B {
	height:34px;
	background: url('../images/loz_organiser_br.gif') no-repeat right 0px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}

.r_organiser_B a {
	display: block;
	color: #fff;
	font-size: 12px;
	/*font-weight: bold;*/
	line-height:34px;
	vertical-align: top;
	text-decoration: none;
	padding: 0px 20px 0px 20px;
	margin: 0px 10px 0px 10px;
	background: #bc509c;
	text-transform: uppercase;
}

.l_ordering_B {
	float: left;
	height:34px;
	background: url('../images/loz_ordering_bl.gif') no-repeat left 0px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	min-width: 20px;
}
.r_ordering_B {
	height:34px;
	background: url('../images/loz_ordering_br.gif') no-repeat right 0px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}

.r_ordering_B a {
	display: block;
	color: #fff;
	font-size: 12px;
	/*font-weight: bold;*/
	line-height:34px;
	vertical-align: top;
	text-decoration: none;
	padding: 0px 20px 0px 20px;
	margin: 0px 10px 0px 10px;
	background: #febd11;
	text-transform: uppercase;
}


.l_design_B {
	float: left;
	height:34px;
	background: url('../images/loz_design_bl.gif') no-repeat left 0px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	min-width: 20px;
}
.r_design_B {
	height:34px;
	background: url('../images/loz_design_br.gif') no-repeat right 0px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}

.r_design_B a {
	display: block;
	color: #fff;
	font-size: 12px;
	/*font-weight: bold;*/
	line-height:34px;
	vertical-align: top;
	text-decoration: none;
	padding: 0px 20px 0px 20px;
	margin: 0px 10px 0px 10px;
	background: #999;
	text-transform: uppercase;
}
a.noHover:hover {
	font-size: 9px;
	line-height: 17px;
	font-weight: bold;
	text-decoration: none;
}

/* ---------------------------------- */

.cftable {
	margin: 0px 0px 30px 0px;
}

.text {
	margin-bottom: 5px;
}

.cftable td input.text { 
	width: 210px;
	height: 20px;
	border: 1px solid #ababab; 
}

.cftable td textarea.text { 
	width: 300px; 
	height: 85px; 
	border: 1px solid #ababab;
}

#text .cftable td {
	border-bottom: none;
}

/* ---------------------------------- */

.cfsubmit {
	float: left;
}
.tBold {
	font-weight: bold;
}

.tUnderline {
	text-decoration: underline;
}

.tItalic {
	font-style: italic;
}

.tStrike {
	text-decoration: line-through;
}
iframe li{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 21px;
	color: #152852;
}