/* Tags */

*
{
	margin: 0;
	padding: 0;
	text-align: left;
}

html
{
	overflow-y: scroll;
}

body
{
	background-color: #fff;
	color: #000;
	font-family: trebuchet ms, tahoma, arial, helvetica, sans-serif;
	visibility: hidden;
}

p
{
	font-size: 11pt;
	line-height: 20pt;
	margin-bottom: 16px;
}

p.smaller
{
	font-size: 9pt;
	line-height: 11pt;
}

p.faded
{
	color: #555;
	font-style: italic;
}

p.indented
{
	margin-left: 24px;
}

h1
{
	font-size: 15pt;
	margin-bottom: 16px;
}

h2
{
	font-size: 13pt;
	color: #907700;
	margin-bottom: 8px;
}

h3
{
	font-size: 11pt;
}

img
{
	border: 0 none;
}

code
{
	background-color: #fff;
	font-family: consolas, courier new, monospace;
	font-size: 10pt;
	padding: 8px;
	margin: 8px;
	width: 500px;
	overflow: scroll;
	display: block;
	border: 1px solid #555;
}

.logodownloadwrap
{
	clear: both;
}

.imgleft
{
	float: left;
	margin-right: 8px;
}

.imgright
{
	float: right;
	margin-left: 8px;
}

a, a:active, a:visited
{
	color: #1f2273;
	text-decoration: none;
}

a:hover
{
	color: #000;
	text-decoration: underline;
}

a.exhibitor_name, a.exhibitor_name:active, a.exhibitor_name:visited
{
	font-weight: bold;
}

a.exhibitor_name:hover
{
}

a.headerlink, a.headerlink:active, a.headerlink:visited
{
	font-size: 9pt;
	color: #fff;
	text-decoration: none;
}

a.headerlink:hover
{
	color: #fff;
	text-decoration: underline;
}

td, th
{
	padding-top: 4px;
	padding-bottom: 4px;
}

table.greyborder th, table.greyborder td, table.greyborder tr
{
	border: 1px solid #999;
}

table.greyborder td, table.greyborder th
{
	padding: 8px;
}


/* Layout */

#pagewrapper
{
	margin: 0 auto;
	text-align: center;
	width: 980px;
	background: url("../image/nurserybearwm.gif") no-repeat;
}

#pageheader
{
	height: 143px;
}

#banner
{
	display: none;
	float: left;
	width: 712px;
	height: 143px;
}

#sponsorlogos
{
	display: none;
	float: left;
	width: 268px;
	height: 143px;
}

#banner img, #sponsorlogos img
{
	background-color: #fff;
}

#newsscroll
{
	display: none;
}

#pagecontent
{
	margin-top: 8px;
	float: left;
	width: 708px;
}

#rightcontent
{
	float: right;
	text-align: right;
	width: 253px;
	padding-top: 16px;
	padding-right: 8px;
}

#rightcontent img
{
	padding-top: 2px;
}

#nurserylogoarea
{
	background-color: #1f2273;
}

#exhibitor_list
{
	border: 0 none;
	width: 100%;
}

/* Forms */

input, select
{
	padding: 2px;
	font-family: trebuchet ms, tahoma, arial, helvetica, sans-serif;
}

textarea
{
	padding: 6px;
	font-family: trebuchet ms, tahoma, arial, helvetica, sans-serif;
}

label
{
	font-weight: bold;
	font-size: 10pt;
}

.formpara
{
	font-size: 10pt;
}

.formwrap
{
	padding-top: 2px;
	padding-bottom: 2px;
	height: 22px;
	width: 100%;
	clear: both;
}

.formleft
{
	width: 200px;
	float: left;
}

.formright
{
	width: 500px;
	float: right;
}

.formlefth
{
	width: 50%;
	float: left;
}

.formrighth
{
	width: 50%;
	float: right;
}

.mand
{
	position: relative;
	top: 3px;
}


/* Exhibitor Login */

#exhibitorlogin
{
	float: right;
	width: 240px;
	padding-top: 12px;
	padding-right: 8px;
	color: #ffe1ab;
	font-weight: bold;
}

#exhibitorlogin label
{
	font-size: 9pt;
}

#exhibitorlogin input
{
	border: 0 none;
	outline: none;
}

#exhibitorlogin h3
{
	font-size: 9pt;
	line-height: 0;
}	

#exhibitorlogin .formwrap
{
	padding-top: 2px;
	padding-bottom: 2px;
	height: 22px;
	width: 230px;
	clear: both;
}

#exhibitorlogin .formleft
{
	width: 80px;
	float: left;
}

#exhibitorlogin .formright
{
	width: 150px;
	float: right;
	text-align: right;
}

ul.sitemap
{
	font-size: 10pt;
	list-style: none;
	line-height: 19pt;
}

ul.sitemapsub
{
	list-style: none;
	padding-left: 16px;
}

.eli
{
	height: 18px;
}

#exhibitorlogin label
{
	line-height: 22px;
}

#exhibitorloggedin
{
	display: none;
}

/* Main Navigation */

#navigation
{
	margin-top: 4px;
}

#navlist
{
	list-style: none;
	margin: 0;
	padding: 0;
}

#navlist li
{
	float: left;
	display: block;
	position: relative;
}

#navlist ul /* Sub menu */
{
	display: none;
	position: absolute;
	top: 23px;
	left: 0px;
	-webkit-border-bottom-right-radius: 16px;
	-webkit-border-bottom-left-radius: 16px;
	-moz-border-radius-bottomright: 16px;
	-moz-border-radius-bottomleft: 16px;
	border-bottom-right-radius: 16px;
	border-bottom-left-radius: 16px;
	z-index: 2000;
}

#navlist ul.orangenav
{
	background-color: #d79f00;
}

#navlist ul.bluenav
{
	background-color: #1f2273;
}

#navlist ul.orangesubnav /* Sub sub menu */
{
	position: absolute;
	top: 0px;
	left: 90%;
	background-color: #d79f00;
	border: 3px solid #fff;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
	z-index: 2040;
}

#navlist ul li
{
	float: left;
	width: 100%;
}

#navlist ul a
{
	display: block;
	text-decoration: none;
	padding: 4px 15px 4px 15px;
	font-size: 11pt;
	font-weight: bold;
	white-space: nowrap;
}

#navlist ul a:hover
{
	background-color: #fff;
	padding: 0 11px 0 11px;
}

#navlist ul a.firstnav:hover
{
	-webkit-border-top-right-radius: 14px;
	-webkit-border-top-left-radius: 14px;
	-moz-border-radius-topright: 14px;
	-moz-border-radius-topleft: 14px;
	border-top-right-radius: 14px;
	border-top-left-radius: 14px;
}

#navlist ul a.lastnav:hover
{
	-webkit-border-bottom-right-radius: 14px;
	-webkit-border-bottom-left-radius: 14px;
	-moz-border-radius-bottomright: 14px;
	-moz-border-radius-bottomleft: 14px;
	border-bottom-right-radius: 14px;
	border-bottom-left-radius: 14px;
}

#navlist ul.orangenav a, #navlist ul a.orangenav:visited, #navlist ul a.orangenav:active
{
	color: #fff;
}

#navlist ul.orangenav a:hover
{
	color: #b78f00;
	border: 4px solid #d79f00;
}

#navlist ul.bluenav a, #navlist ul a.bluenav:visited, #navlist ul a.bluenav:active
{
	color: #ffe1ab;
}

#navlist ul.bluenav a:hover
{
	color: #1f2273;
	border: 4px solid #1f2273;
}

.subind
{
	background: url("../image/subarrow.gif") no-repeat;
	margin-top: 6px;
	float: right;
	width: 5px;
	height: 9px;
}


/* Footer */

#pagefooter
{
	background: #fff url("../image/footbg.gif") repeat-x;
	clear: both;
	padding-top: 20px;
	font-size: 10pt;
	color: #333;
}

#visitingmenu, #exhibitingmenu, #mediacentremenu
{
	float: left;
	padding-right: 24px;
	width: 130px;
}

#contactdetails
{
	float: right;
	text-align: right;
}

#pagefooter a, #pagefooter a:visited, #pagefooter a:active
{
	text-decoration: none;
	font-size: 9pt;
	color: #555;
}

#pagefooter a:hover
{
	color: #000;
	text-decoration: underline;
}


/* Site Search */

#searchform
{
	float: right;
	padding-right: 8px;
}

#ss
{
	background: url("../image/searchbox.gif") no-repeat;
	width: 200px;
	height: 42px;
	padding: 0 20px 0 20px;
	border: 0;
	outline: 0;
}


/* Comment box */

#commentswrap
{
	color: #fff;
	float: right;
	width: 220px;
	font-size: 9pt;
	font-weight: bold;
	font-style: italic;
	margin-left: 4px;
	line-height: 15pt;
}

.acomment
{
	padding: 16px;
	background-color: #1f2273;
	border-radius: 32px;
	margin-bottom: 16px;
	-moz-border-radius: 32px;
	-webkit-border-radius: 32px;
}

.whosaidit
{
	font-weight: normal;
	font-style: normal;
	font-size: 8pt;
}


/* Accordian */

h1.accordian
{
	cursor: pointer;
	font-size: 13pt;
	border-bottom: 1px solid #000;
	margin-bottom: 16px;
}

.accordiantext
{
	display: none;
}

p.press_description
{
	font-style: italic;
	padding-left: 24px;
	text-align: justify;
}

.press_date
{
	float: right;
	font-size: 11pt;
}


/* Tooltip */

a.helplink
{
	cursor: help;
	position: relative;
	top: 3px;
}

p.tooltip
{
	display: none;
	position: absolute;
	float: left;
	width: 300px;
	background-color: #fff;
	border: 2px solid #15b911;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;	
	padding: 4px;
	font-size: 9pt;
	line-height: 11pt;
	z-index: 1000;
}
