/* set all margins and pagging */
* {
margin: 0px;
padding: 0px;
}


body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #45861f;
	color: #000;
	font-size: .8em;
	font-weight: normal;
	line-height: 1.5;
	text-align: center;
}

a {
color: #44871e;
}

a:active {
color: #44871e;
}

a:hover {
color: #7ab855;
}

table {
font-size:100%;
}

/* set all heading to same*/
h1, h2, h3, h4, h5, h6 {
display:block;
font-weight: bold;
color: #528036;
font-size: 110%;
}

/* specific heading settings */
h1 {
font-size: 180%;
font-family: Georgia, "American Typewriter", Arial, Helvetica, sans-serif;
}

h2 {
font-size: 180%;
font-family: Georgia, "American Typewriter", Arial, Helvetica, sans-serif;
}
h3 {
font-size: 130%;
}

ul, ol {margin: 0px 0px 10px 30px;}

p {margin: 8px 0px 8px 0px;}
p img {border: 0px;}

/* define main page areas */
/* ====================== */
#container {
width: 900px;
margin: 0px auto 0px auto;
text-align: left;
background: #fff url('../images/mainbodybg-207.gif') 18px 0px repeat-y;
overflow: auto;
border-left: 5px solid #7ab855;
border-right: 5px solid #7ab855;
}

#skiplinks {
position: absolute;
left: -1000px;
}


#header {
position: relative;
height: 165px;
margin: 0px 18px 0px 18px;
padding: 0px 0px 30px 0px;
background:  #fff url('../images/growlady-900.jpg') -36px -10px no-repeat;
}

#growlogo {
margin: 30px 0px 0px 0px;
}

#strapline {
position: absolute;
top: 90px;
left: 220px;
font-size: 145%;
}
#navbarp {
margin: 0px;
padding: 0px;
}

#navbar {
position: absolute;
width: 864px;
height: 30px;
background: #090 url('../images/navbarbg.jpg') repeat-x;
color: #fff;
top: 150px;
left: 0px;
}

#navbar img {
position: absolute;
left: 0px;
}

#mainbody {
margin: 0px 18px 0px 18px;
overflow: auto;
background:  url('../images/mainbodybg-207.gif') 0px -1px repeat-x; 
display: block;
border-top: 1px solid #fff; /*  for ie6 */
}

#content {
width: 480px;
margin: 40px 0px 0px 235px;
/* background: #fff; */
}

#colleft {
float: left;
width: 210px;
margin: 0px 0px 0px 0px;
background:  url('../images/mainbodytopleft.gif') 0px 0px no-repeat;
padding: 40px 0px 0px 0px;
}


#colright {
float: right;
width: 120px;
overflow: auto;
margin: 50px 0px 0px 0px;
}


#colright img {
border: 0px;
}

.theatrebutton {
margin: 0px 0px 30px 0px;
}
.expertsbutton {
margin: 0px 0px 30px 0px;
}

.blobblue {
width: 120px;
height: 23px;
background:  url('../images/blobblue.jpg') 0px 0px no-repeat;
color: #fff;
font-weight: bold;
font-size: 90%;
margin: 0px 0px 30px 0px;
}
.blobblue a {
color: #fff;
text-decoration: none;
display: block;
padding: 3px 0px 0px 0px;
text-align: center;
}

#twitterbutton {
display: block;
}

#footer {
display: block;
padding: 0px 0px 20px 0px;
text-align: center;
margin: 10px 0px 20px 0px;
}

/* ======================================== */
/* ======================================== */
/*                 NAV BAR                  */
/* ======================================== */
/* ======================================== */
/* menus as ul list so set-up look and feel */
/* ======================================== */
#navbar a {
color: #fff;
text-decoration: none;
text-transform: uppercase;
display: block; 

float: left; /* for ie6 */

font-weight: bold;
padding: 0px 5px 0px 7px;
background: #090 url('../images/navbarbg.jpg') repeat-x;
margin: 0px 2px 0px 0px;
height: 30px;
line-height: 2.7;
font-size: 80%;
}

#navbar ul {
list-style-type: none;
margin: 0px 0px 10px 0px;
}

#navbar ul li {
margin-bottom: 5px;
display: block;
float: left;
border-right: 1px solid #090;
background: #090 url('../images/navbarbgli.jpg') repeat-x;
}

#navbar a:link {
text-decoration: none;
}

#navbar a:visited {
text-decoration: none;
}

#navbar a:active {
text-decoration: underline;
}

#navbar a:hover {
text-decoration: none;
background: url('../images/navbarbgthis.jpg') repeat-x;
}
#navbar a.thisparent, #navbar a.thispage{
background: url('../images/navbarbgthis.jpg') repeat-x;
}
/* ======================================== */
/*   LEFT side boxes                        */
/* ======================================== */

.bluebox {
position: relative;
width: 175px;
overflow: visible;
margin: 0px 0px 20px 10px;
background:  url('../images/boxbluemid.gif') 0px 0px repeat-y;
color: #fff;
padding: 10px 5px 10px 5px;
}
.bluebox h2 {
font-size: 110%;
font-weight: bold;
color: #fff;
margin: 0px;
}
.bluebox a {
color: #71bf44;
display: block;
text-align: center;
text-decoration: none;
}

.greybox {
position: relative;
width: 165px;
overflow: visible;
margin: 0px 0px 20px 10px;
background:  url('../images/boxgreymid.gif') 0px 0px repeat-y;
color: #fff;
padding: 25px 10px 25px 10px;
}
.greybox p{
font-weight: bold;
}

.greybox h2 {
margin: 0px;
line-height: 1;
}

#bloglinkdiv {
padding: 15px 10px 20px 10px;
height: 5px;
}

#bloglinkdiv img{
border: 0px;
}

#bloglinkdiv p {
position: absolute;
width: 185px;
top: 8px;
left: 10px;
margin: 0px;
height: 25px;
/* padding: 7px 0px 20px 0px; */
font-size: 130%;
z-index: 100;
}
#bloglinkdiv a {
text-decoration: none;
color: #7ab855;
}

.exhibsum {
display: block;
text-align: center;
}


.quoteopen {
position: absolute;
top: 5px;
left: 6px;
}

.quoteclose {
position: absolute;
bottom: 5px;
right: 6px;
}

.quote p {
font-size: 130%;
}
.quote h2 {
font-size: 100%;
}

.greenbox {
position: relative;
width: 165px;
overflow: visible;
margin: 0px 0px 20px 10px;
background:  url('../images/boxgreenmid.gif') 0px 0px repeat-y;
color: #fff;
padding: 10px 10px 10px 10px;
}

.greenbox a, .greenboxrh a {
color: #71bf44;
text-decoration: none;
}

.greenboxrh {
position: relative;
width: 100px;
overflow: visible;
margin: 0px 0px 20px 0px;
background:  url('../images/boxsmgreenmid.gif') 0px 0px repeat-y;
color: #fff;
padding: 10px 10px 10px 10px;
}

.boxtop {
position: absolute;
top: 0px;
left: 0px;
}
.boxbottom {
position: absolute;
bottom: 0px;
left: 0px;
}

.large {
font-size: 110%;
text-transform: uppercase;
color: #fff;
display: block;
font-weight: bold;
text-align: center;
}
.larger {
font-size: 160%;
text-transform: uppercase;
color: #fff;
display: block;
font-weight: bold;
text-align: center;
}
.largest {
font-size: 180%;
text-transform: uppercase;
color: #fff;
display: block;
font-weight: bold;
text-align: center;
}

.green {color: #7ab855;}

hr {height: 1px;
color: #fff;
background: #fff;
width: 80%;
margin: 0px auto 0px auto;
text-align: center;
font-weight: normal;
}


/* ======================================== */
/* ======================================== */

/* ======================================== */
/* ======================================== */

/* ======================================== */
/*         FLOOR PLAN                       */
/* ======================================== */
#floorplan {
position: relative;
width: 480px;
height: 650px;
font-size: 80%;
}

#floorplan span {
display: block;
position: absolute;
cursor: pointer;
border: 1px solid #000;
text-align: center;
}

#floorplan span.standb {
background:  #44871e;
color: #fff;
}
#floorplan span.stand {
background:  #E9F4E5;
color: #000;
}


/* ======================================== */
/* ======================================== */

.mandatory {
color: #f00;
}

.bold {
font-weight: bold;
}

.red {
color: #f00;
}

.centre {
text-align: center;
}

.imagefr {
float: right;
margin: 0px 0px 10px 20px;
}

.imagefl {
float: right;
margin: 0px 20px 10px 0px;
}



.radio {
border: 0px;
}


div.ptable {
overflow: auto;
width: 600px;
position: relative;
background: #cccccc;
border: 1px solid #730B0A;
color: #000000;
padding: 2px;
}

div.prow {
overflow: auto;
width: 100%;
margin: 0px 0px 0px 0px;
}

div.prow span.coll {
float: left;
width: 150px;
text-align: left;
} 

div.prow span.colr {
float: right;
width: 430px;
text-align: left;
}

/* ================================ */
/*  START OF WIDGET TEXT FORMATTING
/* ================================ */

.widgetem {font-style: italic;}
.widgetstrong {font-weight: bold;}
.widgetleft {text-align: left;}
.widgetright {text-align: right;}
.widgetcentre {text-align: center;}
.widgetjustify {text-align: justify;}
.widgetexternal {/* formatting for external link */}


/* ================================ */
/*  END OF WIDGET TEXT FORMATTING   */
/* ================================ */

.lhcolumn {
width: 45%;
margin: 0px 0px 0px 20px;
}

.rhcolumn {
width: 45%;
float: right;
margin: 0px 20px 0px 0px;
}


.uploadedimgr {
float: right;
margin: 0px 0px 10px 20px;
display: inline;
}

.uploadedimgl {
float: left;
margin: 0px 20px 10px 0px;
display: inline;
}

.uploadedimgc {
text-align: center;
display: block;
margin: 5px 0px 5px 0px;
}

.uploadedimgi {
text-align: center;
display: block;
margin: 5px 0px 5px 0px;
}


/* =================== */
/* segment templates   */
/* =================== */

.segmenttpl1 {
position: relative;
margin: 0px;
padding: 0px;
}


.segment {
margin: 10px 0px 10px 0px;
padding: 0px;
position: relative;
width: 100%;
overflow: auto;
}

.segmentimgonly {
display: inline;
float: left;
margin: 0px 0px 0px 5px;
text-align: center;
}

.segmentimgonly p {
display: inline;
}


/* =================== */
/* =================== */

/* =================== */
/*      PMBWS FORM     */
/* =================== */

.validation_options {
	position: absolute;
	left: -1000px;
}

form#pmbws 		{
position: relative;
display: block;
width: 450px;
overflow: auto;
border: 1px solid #1c1565; 
background: #E9F4E5;
margin: 0px 0px 0px 10px; 
}

form#pmbws p		{
	margin-bottom		: .1em;  /* NB value of this in forms css is currently set at 1em */
	margin-left		: 5px;
}

form#pmbws p label {
	width			: 10em; /* NB value of this in forms css is currently set at 9.5em */
	display			: block;
	float			: left;
	cursor			: pointer;
	clear			: left;
	font-weight		: bold;
}
form#pmbws p input {
	width			: 15em; /* NB value of this in forms css is currently set at 9.5em */
}
form#pmbws p textarea {
	width			: 15em; /* NB value of this in forms css is currently set at 9.5em */
}

form#pmbws #submit 	{
	cursor			: pointer;
	width			: 12em;
	margin			: 0em 0em 1em 10em;
	line-height: 1;
}

form#pmbws p input.width2 {
width: 2em;
}

form#pmbws p input.checkTerms{
width: 2em;
border: 0px;
}

form#pmbws p input.width10, form#pmbws p input.requiredPcode {
width: 10em;

}

form#pmbws p input.radio{
width: 2em;
border: 0px;
}



form#pmbws p.seminarchecks {
clear: left;
margin: 8px 0px 0px 0px;
padding: 0px;
line-height: 1;
}

form#pmbws p.seminarchecks input  {
display: block;
float: left;
width: 14px;
height: 14px;
margin: 0px 0px 0px 10px;
padding: 0px;
border: 0px ;
}

form#pmbws p.seminarchecks label {
display: block;
float: left;
width: 400px;;
margin: 0px 0px 0px 8px;
clear: none;
}
form#pmbws  span.seminarspeaker, 
form#pmbws  span.seminarroom,  
form#pmbws  span.seminarroomgrow,  
form#pmbws  span.seminarroomstart {
display: block;
clear: left;
margin: 0px 0px 0px 35px;
font-style: italic;
width: 28em;
}

form#pmbws  span.seminarroomgrow {
color: #45861E;
}

  
form#pmbws  span.seminarroomstart {
color: #0089AE;
}
/*
*/

/* ------ error messages -------- */

form#pmbws p span.errorMsg {
	position		: relative;
	display			: block;
/*	float			: left; */
	clear			: left;
	margin-left		: 10em;
	color			: #FF0000;
	font-size		: 100%;
	width			: 20em;
}


/* ------ validation option buttons -------- */

form#pmbws fieldset.validation_options {
	position		: absolute; 
	/*right			: 440px;  */ 
	bottom			: 0.5em;
	width			: 50%; 
	border			: 1px solid #006699;
	padding			: 0.3em;
}

/* ------ error/OK messages -------- */


.contactmessage {
font-weight: bold; 
color: #a00;
}

#downloads {
width: 500px;
position: relative;
border: 1px solid #d37c17;
overflow: auto;
border-collapse: collapse;
}

#downloads td{
border: 1px solid #d37c17;
vertical-align: top;
padding: 1px;
}

.downloadhead {
background: #ffe3c1;
}

.download300 {
float: left;
display: block;
width: 300px;
border: 1px solid #060;
}
.download200 {
float: left;
display: block;
width: 200px;
border: 1px solid #060;
}
.download100r {
float: left;
display: block;
width: 100px;
text-align: right;
border: 1px solid #060;
}


div.seminarsptable {
	padding: 2px 0px 3px 0px;
	position: relative;
	background: #fff;
	overflow: auto;
	font-size: 90%;
	}

div.seminarsptable_row, div.seminarsptable_row_start,div.seminarsptable_row_grow {
	width: 430px;
	position: relative;
	padding: 0px 10px 0px 10px;
	margin: 2px 0px 0px 0px;
	overflow:auto;
	border-bottom: 1px solid #006;
	}

div.seminarsptable_row span.coll, div.seminarsptable_row_start span.coll,div.seminarsptable_row_grow span.coll  {
	float: left;
	width: 60px;
	text-align: left;
	margin-right: 3px;
	}

div.seminarsptable_row span.colr, div.seminarsptable_row_start span.colr,div.seminarsptable_row_grow span.colr  {
	float: right;
	width: 360px;
	text-align: left;
	}

div.seminarsptable h2, div.seminarsptable h3 {
font-size: 90%;
}

div.seminarsptable h3 span {
color: #000;
font-weight: bold;
margin: 0px 0px 0px 10px;
}
	
	
.togglelink {
/* float: right; */
font-weight: bold;
font-size: 120%;
color: #44871e;
margin: 0px 10px 0px 0px;
text-decoration: none;
}

div.seminarsptable_row_start h2, 
div .seminarsptable_row_start h3, 
div .seminarsptable_row_start .togglelink 
{
color: #0089AE;
}




/*
.seminartitle {
float: left;
width: 300px;
font-weight: bold;
font-size: 120%;
color: #44871e;
}
*/

.seminarimgr {
float: right;
margin: 0px 0px 10px 20px;
display: inline;
}

.seminarimgl {
float: left;
margin: 5px 0px 10px -70px;
display: inline;
}

.seminarimgc {
text-align: center;
display: block;
margin: 5px 0px 5px 0px;
}

.seminarimgi {
text-align: center;
display: block;
margin: 5px 0px 5px 0px;
}


.toggle2 p, .toggle2 h3 {
clear: left;

margin: 0px 0px 5px 0px;
}

/* Auto generated by Apps Builder - an MBWS toolset */
/* exhibitors table css  */
/* Change width values to suit */

div.form_exhibitors {
	width: 480px;
	border: 1px solid #008484;
	padding: 2px 0px 3px 2px;
	position: relative;
	left: 0px;
	background: #B6CFDA;
	overflow: auto;
	}

div.form_exhibitors_row {
	padding: 0px 0px 0px 0px;
	margin: 2px 0px 0px 0px;
	overflow:auto;
	width: 100%;
	}

div.form_exhibitors_row span.coll {
	float: left;
	width: 120px;
	text-align: left;
	}

div.form_exhibitors_row span.colr {
	float: right;
	width: 350px;
	text-align: left;
	}


