@charset "utf-8";
/* CSS Document */

*{
	margin:0;
	padding:0;}
	
html{
	height:100%;}
	
body{
	height:100%;
	font-family: Arial, "Trebuchet MS", Helvetica, sans-serif;
	font-size:80%;}
	
h1{
	color:#2361db;
	margin:0 0 10px 0;}
	
h2{
	color:#2361db;
	margin:0 0 10px 0;
	text-transform:uppercase;}
	
h3{
	color:#000;
	margin:10px 0 5px 0;}
	
p{
	margin:0 0 10px 0;
	line-height:20px;
}

a{
	color:#00aeef;
	text-decoration:underline;}
	
a:hover{
	text-decoration:none;}

hr{
	border:none;
	border-bottom:1px dotted #000;
	margin:10px 0;
	display:block;
	clear:both;}

#wrapper{
	width:932px;
	margin:0 auto;
	position:relative;}
	
#header{
	padding-bottom:10px;
	margin-bottom:60px;
	border-top:10px solid #000;}
	
#melbourne #header-inner{
	width:940px;
	height:172px;
	position:relative;
	background:url(../images/MotocycleHeaderMelbourne.jpg) 0 0 no-repeat;}
	
#sydney #header-inner{
	width:940px;
	height:172px;
	position:relative;
	background:url(../images/MotocycleHeaderSydney.jpg) 0 0 no-repeat;}
	
#sydney #header-inner a.sydney-header-link{
	width:85px;
	height:85px;
	position:absolute;
	top:5px;
	left:0;}
	
#melbourne #header-inner a.sydney-header-link{
	display:none;}

/*********************************************************************** NAVIGATION */
	
#navigation{
	border:1px dotted #000;
	border-right:none;
	border-left:none;
	padding:10px 0;
	position:absolute;
	top:192px;
	left:0;
	width:932px;}
	
ul#nav{
	background:#000;
	list-style:none;
	height:40px;}
	
ul#nav li{
	padding:0 10px;
	margin-top:10px;
	border-right:1px solid #F60;
	float:left;
	line-height:20px;
	position:relative;}
	
ul#nav a{
	color:#FFF;
	text-decoration:none;
	font-size:1.2em;
	font-weight:bold;}
	
ul#nav a:hover{
	color:#ed1c24;}
	
ul#nav ul{
	position:absolute;
	background:#000;
	width:200px;
	top:20px;
	left:0;
	list-style:none;
	padding-top:10px;
	display:none;
	z-index:1000;}
	
ul#nav li:hover ul{
	display:block;}
	
ul#nav ul li{
	border:0;
	width:200px;
	margin:0;
	padding:0;
	position:relative;}
	
ul#nav ul a{
	font-size:1em;
	font-weight:normal;
	line-height:30px;
	border-bottom:1px dotted #999;
	display:block;
	text-indent:10px;}
	
ul#nav ul ul{
	position:absolute;
	background:#000;
	width:200px;
	top:0;
	left:200px;
	list-style:none;
	padding-top:10px;
	display:none;
	z-index:1000;}

ul#nav li:hover ul ul{
	display:none;}
	
ul#nav ul li:hover ul{
	display:block;}
	
ul#nav li.dropdown{
	background:url(../images/nav-drop-down-arrow.jpg) 90% 50% no-repeat;
	padding-right:25px;}
	
ul#nav li.flyout{
	background:url(../images/nav-flyout-arrow.jpg) 85% 50% no-repeat;
	padding-right:25px;}
	
#sydney ul#nav li.rates{
	display:none;}
	
/*********************************************************************** CONTENT */
	
#content{
	padding:10px 0;}
	
#content-left{
	width:684px;
	padding:0px 10px 0px 0px;
	border-right:1px dotted #000;
	float:left;}
	
#content-right{
	width:216px;
	float:right;}
	
#content-right input[type=text]{
	width:206px;
	padding:5px;
	margin-bottom:5px;}
	
#content-right input[type=submit]{
	padding:5px;
	margin-bottom:5px;}
	
#news-container{
	background:#f9a11b;
	border:1px solid #000;
	margin-bottom:20px;
	padding:10px;}
	
#news-container h2{
	font-size:1.1em;}
	
#sydney #melbourne-news-container, #melbourne #sydney-news-container{
	display:none;}
	
.clear{
	clear:both;
	height:0;
	display:block;}
	
#sponsors{
	border:1px dotted #000;
	border-right:none;
	border-left:none;
	padding:5px 0;
	position:relative;}
	
.btn-organised{
	float:right;
	padding-left:10px;
	border-left:1px dotted #000;}
	
#sponsors h2{
	position:absolute;}

.down{
	margin-top:10px;}
	
#footer{
	margin-top:10px;
	background:#000;
	padding:10px 0;}
	
img{
	border:none;
	text-decoration:none;}
	
.float-left{
	float:left;
	margin-right:10px;}
	
.float-right{
	float:right;
	margin-left:10px;}
	
.col-half{
	width:48%;
	float:left;
	margin-right:1%;}
	
.col-half-transport{
	width:68%;
	float:left;}
	
.col-half-show{
	width:30%;
	float:left;
	margin-right:2%;}

#sydney .sydney-expo-link, #sydney .fishing-stage, #melbourne .melbourne-expo-link, #melbourne .sydney-sponsor, #sydney .melbourne-sponsor, #sydney .nav-melbourne, #melbourne .nav-sydney{
	display:none;}

/********************************************************************************* jCarousel */

.infiniteCarousel {
  width: 684px;
  position: relative;
  padding-top:170px;
}

.infiniteCarousel .wrapper {
  width: 684px; /* .infiniteCarousel width - (.wrapper margin-left + .wrapper margin-right) */
  overflow: auto;
  height: 152px;
  margin: 0 0;
  position: absolute;
  top: 0;
}

/*.infiniteCarousel ul a img {
  border: 5px solid #000;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}*/

.infiniteCarousel .wrapper ul {
  width: 840px; /* single item * n */
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  margin:0;
  padding:0;
  position: absolute;
  top: 0;
}

.infiniteCarousel ul li {
  display:block;
  float:left;
  padding: 2px;
  width: 228px;
  height: 171px;
  
}

.infiniteCarousel ul li img {
    -webkit-transition: border-color 400ms;
}

.infiniteCarousel ul:hover li img {
  border-color: #000;
}

.infiniteCarousel ul:hover li:hover img {
  border-color: #333;
}

.infiniteCarousel ul li a img {
  display:block;
}

.infiniteCarousel .arrow {
  display: block;
  height: 30px;
  width: 30px;
  background: url(../images/arrow.png) no-repeat 0 0;
  text-indent: -9999px;
  position: absolute;
  top: 61px;
  cursor: pointer;
  outline: 0;
}

.infiniteCarousel .forward {
  background-position: -60px 0;
  right: 0;
}

.infiniteCarousel .back {
  background-position: 0 0;
  left: 2px;
}

.infiniteCarousel .forward:hover {
  background-position: -90px 0 ;
}

.infiniteCarousel .back:hover {
  background-position: -30px 0;
}

/************************************************************************* home */

.home-intro{
	border-bottom:1px dotted #000;
	margin-bottom:20px;
	}

.home-col{
	width:215px;
	padding:0 9px 10px 0;
	margin-right:9px;
	border-right:1px dotted #000;
	float:left;}
	
.home-col img{
	margin-bottom:5px;}
	
/************************************************************************* want to exhibit */
#registrationForm label, #registrationForm i{
	font-size:0.8em;}

#registrationForm td{
	padding:2px 2px 2px 0;}

td.registrationFormHeadings{
	background:#000;
	color:#FFF;
	line-height:30px;
	text-indent:8px;
	font-weight:bold;}
	
td.registrationFormHeadings span{
	font-weight:normal;}
	
#registrationForm input[type=text]{
	width:280px;
	padding:5px;}
	
#registrationForm textarea{
	width:580px;
	padding:5px;}
	
#registrationForm input[type=submit]{
	padding:5px;}
	
.error{
	color:#F00;}
	
/************************************************************************* exhibit list */

#exhibitorList td{
	padding:3px;
	font-size:0.85em;}
	
#exhibitorList tr.even { 
background-color: #fafafa;}

#exhibitorList tr.odd { 
background-color: #f1f1f1;}



.demoHeaders { 
margin-top: 2em; }

#dialog_link {
	padding: .4em 1em .4em 20px;
	text-decoration: none;
	position: relative;}
	
#dialog_link span.ui-icon {
	margin: 0 5px 0 0
	;position: absolute;
	left: .2em;top: 50%;
	margin-top: -8px;}
	
ul#icons {
	margin: 0; 
	padding: 0;}

ul#icons li {
	margin: 2px; 
	position: relative; 
	padding: 4px 0; 
	cursor: pointer; 
	float: left;  
	list-style: none;}

ul#icons span.ui-icon {
	float: left; 
	margin: 0 4px;}
	
/************************************************************************* contact */

.contact-address{
	background:url(../images/icon-address.png) 0 0 no-repeat;
	padding-left:20px;}
	
.contact-email{
	background:url(../images/icon-mail.png) 0 0 no-repeat;
	padding-left:20px;}
	
.contact-phone{
	background:url(../images/icon-phone.png) 0 0 no-repeat;
	padding-left:20px;}
	
.contact-fax{
	background:url(../images/icon-fax.png) 0 0 no-repeat;
	padding-left:20px;}
	
.contact-web{
	background:url(../images/icon-desktop.png) 0 0 no-repeat;
	padding-left:20px;}
	
.contact-form{
	width:320px;
	float:right;
	border-left:1px dotted #000;
	padding:0 0 0 20px;}
	
.contact-form label{
	display:block;
	line-height:20px;
	font-size:0.8em;}
	
.contact-form input, .contact-form textarea{
	width:310px;
	padding:5px;
	margin-bottom:5px;}
	
.contact-form textarea{
	height:80px;}
	
input.contact-submit{
	width:324px;}

#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	padding: 5px;
	opacity: 0.85;
	width:500px;
}
#tooltip h3, #tooltip div { margin: 0; }

.iframe-exhib-list{
	width:644px;
	height:4000px;
	border:none;}
	
.note{
	font-size:0.8em;
	color:#999;
	position:relative;
	top:-15px;
	margin:0;}
	
a.readmore{
	background:url(../images/readmorebg.jpg) 0 0 no-repeat;
	color:#FFF;
	width:100px;
	height:21px;
	display:block;
	font-size:11px;
	text-decoration:none;
	text-indent:10px;
	line-height:22px;}
	
a.backmedia{
	background: url(../images/backmediabg.jpg) 0 0 no-repeat;
	color:#FFF;
	width:160px;
	height:21px;
	display:block;
	font-size:11px;
	text-decoration:none;
	text-indent:25px;
	line-height:22px;
	float:right;}