/**
body {
	margin:0;
	background-color: #0077a1;	/*background-image: url(http://www.commodityconferences.com/_commonfiles/images/wrapper_bg_vertical.png);
	background-repeat: repeat;
	background-attachment: fixed;
	background-position: center;
}

Section header homepage: border radius 

.sectionheader
{
border:0px solid #a1a1a1;
padding:5px 8px; 
background:#0077a1;
width:100%;
border-radius:8px;
color: #ffffff;
font-weight: bold;
font-size: 13px;
}

/** End Section header homepage: border radius **/

 
body {
	text-decoration: none;
	font-family:  Arial, Helvetica, Verdana,sans-serif;
	font-size: 12px;
}
.foot {
	font-size: 10px;
}


a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: none;
}


/* Title of each page */
.pagetitle {
	font-size: 18px;
	font-weight: bold;
	color: #0077a1;
	text-decoration: none;
	padding-left: 5px;
}
/* End of Title of each page */

/*Header text for right column boxes*/

 .gray-rightbox-spex {
	font-size: 16px;
	color: #ffffff;
}

.rightbox {
	font-size: 16px;
	color: #fff;
}

.gray-rightbox {
	font-size: 16px;
	color: #000;
}

/* End Header text for right column boxes*/

/* Any text with large titles */
.bigtitle-1 {
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.bigtitle-2 {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	text-align: center;
}

/* End of Any text with large titles */

.bread {
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}


/*Colour of any linked text that linked to any pages */
.linktext {
	font-weight: bold;
	color: #0e72b5;
	text-decoration: none;
} 
.linktext:active {
	font-weight: bold;
	color: #0e72b5;
	text-decoration: none;
}

.linktext:link {
	color: #0e72b5;
	text-decoration: none;
}
.linktext:visited {
	color: #0e72b5;
	text-decoration: none;
}
.linktext:hover {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
/*End of Colour of any linked text that linked to any pages */

/* bullet list */
#checklist {
	list-style: none;
margin: 0;
padding: 0;
}

#checklist li {
margin:10px 0px 10px 0px;
   padding:0px 5px 5px 16px;
   list-style:none;
   background-image:url(http://www.commodityconferences.com/_pix/enews-image/checklist.jpg);
   background-repeat:no-repeat;
   background-position:left top;
}


#bulletlist {
	list-style: none;
margin: 0;
padding: 0;

}

#bulletlist li {
margin:10px 0px 10px 0px;
   padding:0px 5px 5px 16px;
   list-style:none;
   background-image:url(../_pix/enews-image/bulletlist.jpg);
   background-repeat:no-repeat;
   background-position:left top;
}
/* End of bullet list */

/* Highlight text */

.highlight {
	font-weight: bold;
	color: #990000;
}
/* End of Highlight text */

/* Testimonials text */

.quotes {
	font-style: italic;
	color: #00529e;
}
/* End of Testimonials text */


/* Top industry dropdown menu */

	/*---- CROSS BROWSER DROPDOWN MENU http://www.handy-html.com/simple-css-dropdown-menu-updated ----*/
ul#nav1 {margin: 0 0 0 0;}
ul.drop1 a { display:block; color: #fff; font-family: Arial; font-size: 12px; text-decoration: none;}
ul.drop1, ul.drop1 li, ul.drop1 ul { list-style: none; margin: 0; padding: 0; border: 0px solid #fff; background: #000000; color: #fff;}
ul.drop1 { position: relative; z-index: 597; float: left; }
ul.drop1 li { float: left; line-height: 1.0em; vertical-align: middle; zoom: 1; padding: 5px 5px; }
ul.drop1 li.hover, ul.drop1 li:hover { position: relative; z-index: 599; cursor: default; background: #1e7c9a; }
ul.drop1 ul { visibility: hidden; position: absolute; top: 100%; left: 0; z-index: 598; width: 109px; background: #555; border: 0px solid #fff; }
ul.drop1 ul li { float: none; }
ul.drop1 ul ul { top: -2px; left: 100%; }
ul.drop1 li:hover > ul { visibility: visible } 

/* End of Top industry dropdown menu */


/* Spex page button http://www.elated.com/articles/css-rollover-buttons/*/
#floorplan
{
  display: block;
  width: 97px;
  height: 47px;
  background: url("../_bespoke/images/spex-page-button-floorplan-roll.gif") no-repeat 0 0;
}

#floorplan:hover
{ 
  background-position: 0 -47px;
}

#floorplan span
{
  position: absolute;
  top: -999em;
}

#prospectus
{
  display: block;
  width: 97px;
  height: 47px;
  background: url("http://www.commodityconferences.com/_bespoke/images/spex-page-button-prospectus-roll.gif") no-repeat 0 0;
}

#prospectus:hover
{ 
  background-position: 0 -47px;
}

#prospectus span
{
  position: absolute;
  top: -999em;
}

#postevent
{
  display: block;
  width: 97px;
  height: 47px;
  background: url("http://www.commodityconferences.com/_bespoke/images/spex-page-button-post-event-roll.gif") no-repeat 0 0;
}

#postevent:hover
{ 
  background-position: 0 -47px;
}

#postevent span
{
  position: absolute;
  top: -999em;
}

/* End of Spex page button */


.captxt { text-transform: uppercase; }