/*reset
===================================================================*/
:link, :visited {
	text-decoration:none;
}
ul, ol {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}
h1, h2, h3, h4, h5, h6, pre, code {
	font-size:1em;
}
ul, ol, dl, dt, dd, li, h1, h2, h3, h4, h5, h6, pre, form, body, html, p, blockquote, fieldset, input, div {
	margin:0;
	padding:0;
}
a img, :link img, :visited img, fieldset {
	border:medium none;
}
hr {
	display:none;
}
abbr {
	border:0 none;
	text-decoration:none;
}



/*Sitepro stuff
===================================================================*/
#sp3 {
	position: fixed;
	display: block;
	width: 100%;
	z-index: 900;
}
#sp3 #sp3tools {
	background-color: #f4e0a7;
	margin:0;
	padding: 0;
	color: #000;
	overflow: hidden;
	display: none;
}
#sp3 #sp3tools li {
	float: left;
	padding: 10px;
}
a#sp3edit {
	width: 39px;
	height: 37px;
	overflow: hidden;
	text-indent: -999px;
	background: url(../images/sp3edit.png) no-repeat 0 0;
	display: block;
	margin:0 0 0 20px;
	padding:0;
}
#sp3 #sp3tools a {
	color: #0072bc;
}


/*basic
===================================================================*/

body {
	background-color: #1d3826;
	text-align: center;
	margin: 0px;
	/*background-image: url(../images/bg.png);
	background-attachment: fixed;*/
}

a {color:#0a80cc;
font-weight: bold;}

/*layout
===================================================================*/

#wrap {
	width:974px;
	-moz-box-shadow:0px 5px 50px #000;
	-webkit-box-shadow:3px 3px 3px #333;
	width:974px;
	background-color: #fff;
	margin:10px auto;
	text-align: left;
}

div.nav,
div.main,
div.footer {
	
	clear: both;
}

/* header*/
div.header {
	width:974px;
	margin:0 auto;
	padding:0 0 0 0;
	text-align: left;
	overflow: hidden;
	background-image:url(../images/header.png);
	height: 180px;
}

div.header .siteLogo {
	display: block;
	float: left;
	margin:40px;
}

a.siteLogo {
	width:258px;
	height: 94px;
	overflow: hidden;
	background-image: url(../images/logo/logo.png);
	text-indent:-999px;
	display: block;
	margin-bottom:10px;
}

div.header ul.lang {
	clear: right;
	margin-top: 0;
	height: 70px;
	display: block;	
}

div.header ul.lang li {
	float:right;
}

/* search */

div.header form.siteSearch {
	float: right;
	clear: right;
	width:300px;
	text-align: right;
	display: block;
	margin: 15px;
}

div.header form.siteSearch input {
	display: inline;
	padding: 6px;
	border:1px solid #ccc;
}

/* intro section */

div.section.intro {
	overflow: hidden;
	background-color: #efefef;
}

h3.intro.vevent {
	background-color: black;
	padding: 15px 30px;
	color:#83BF96;
	font-size: 19px;
	font-style: italic;
	line-height: 1.4;
	font-weight: normal;
	margin-bottom: 0px;
}

h3.intro.vevent em {
	color: #E5862B; 
}

div.section.intro #spotlight {
	float:left;
	margin:15px 15px 15px 30px;
}

div.section.intro #spotlight img {
	-moz-box-shadow:3px 3px 3px #DCDDD4;
	-webkit-box-shadow:3px 3px 3px #DCDDD4;
}

/* buttons */

ul.theButtons {
	float:right;
	clear:right;
	padding: 0;
	text-align: center;
	width: 309px;
	overflow: hidden;
	margin:35px 10px 10px;
}

div.section.intro ul.theButtons {
	float:right;
	margin:15px 30px;
	padding: 0;
	width: 309px;
}

.theButtons ul,
.theButtons li {
	padding: 0;
	margin: 0;
}

.theButtons li {
	width:290px;
	height:60px; 
	text-indent: -999px;
	margin:10px 10px;
	overflow: hidden;
	background-image: url(../images/buttons/sprite.png) ;
}

.theButtons li a {
	display: block;
	width:290px;
	height:60px; 
}

.theButtons li.flr { background-position: 0 0; }
.theButtons li.flr:hover { background-position: 0 -70px;}

.theButtons li.vis { background-position: 0 -140px; }
.theButtons li.vis:hover { background-position: 0 -210px;}

.theButtons li.exh { background-position: 0 -280px; }
.theButtons li.exh:hover { background-position: 0 -350px;}

.theButtons li.list { background-position: 0 -420px; }
.theButtons li.list:hover { background-position: 0 -490px;}

.theButtons li.awd { background-position: 0 -560px; }
.theButtons li.awd:hover { background-position: 0 -630px;}

/* overview */

div.section.overview {
	padding: 0;
	margin:20px 15px 15px 30px;
	overflow: hidden;
	float: left;
	width:555px;	
}

div.section.overview h1 {
	line-height: 1.3;
}

/* topics */

div.aside.topics {
	float:right;
	padding:10px;
	width: 300px;
	margin: 30px 30px 30px 15px;
	border: 1px solid #eee;
	background-color: #f9f9f9;
}

div.aside.topics h2 {
	line-height:1.625em;
}

div.aside.topics ul {
	margin: 0;
	padding: 0;
}

div.aside.topics li  {
	margin: 0;
	padding: 2px 3px 0 25px;
	line-height: 2;
	font-size: 14px;
	font-weight: normal;
	font-style: italic;
	color: #555;
	list-style-position: inside;
	background: url(../images/bullet-star.png) no-repeat 2px 5px;
}


div.aside.topics li:hover  {
	background-color: #444;
	color: #fff;
}

div.aside.topics li:hover a ,
div.aside.topics li a:hover {
	color: #fff;
}

/* speakers */

div.speakers {
	overflow: hidden;
	display: block;
	float:right;
	clear: right;
	width: 300px;
	margin: 0 30px 30px 15px;
	padding:0 10px 10px;
}

div.speakers ul {
	margin: 0;
	padding: 0;
}

div.speakers ul li {
	background-color: #fff;
	font-size: 11px;
	font-weight: normal;
	float: left;
	border:1px solid #ddd;
	text-align: center;
	-moz-box-shadow:3px 3px 3px #eee;
	-webkit-box-shadow:3px 3px 3px #eee;
	margin:10px;
	padding-bottom: 5px;
}

div.speakers ul li.photo.one {
	-webkit-transform: rotate(-4deg);
   	-moz-transform: rotate(-4deg);
   	transform: rotate(-4deg);
}
div.speakers ul li.photo.two {
	-webkit-transform: rotate(4deg);
   	-moz-transform: rotate(4deg);
   	transform: rotate(4deg);
}
div.speakers ul li.photo.three {
	-webkit-transform: rotate(6deg);
   	-moz-transform: rotate(6deg);
   	transform: rotate(6deg);
}
div.speakers ul li.photo.four {
	-webkit-transform: rotate(-4deg);
   	-moz-transform: rotate(-4deg);
   	transform: rotate(-4deg);
}

div.speakers ul li.photo:hover {
	-webkit-transform: rotate(0deg);
   	-moz-transform: rotate(0deg);
   	transform: rotate(0deg);
}

div.speakers ul li img {
	display: block;
	margin:5px;
}

div.speakers ul li.more {
	border: 0;
	background-color: transparent;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	margin: 0;
	padding: 3px;
	float: right;
	font-size: 14px;
}

div.speakers ul li.more a {
		
}

/* news */

div.section.news {
	padding: 0;
	/*margin:20px 15px 15px 30px;*/
	overflow: hidden;
	float: left;
	width:555px;
	border-top: 5px solid #E5862B;
	padding-top: 20px;
}

div.section.news h2 {
	margin-bottom:10px; 
}

div.section.news .item.news h3 a  {
	font-size: 19px;
	line-height: 1.2;
}

.itemMeta {
	font-size: 11px;
	border-bottom:1px solid #CDEFC2;
	padding:1px 0px;
	margin: 0 0 3px 0;
}

div.section.news .p {
	font-size: 11px;
	border-bottom:1px solid #eee;
	border-top:1px solid #eee;
}

div.section.news .foot {
	font-size: 11px;
}

/* when and where */

div.main.template.homepage .section.venue {
	clear:both;
	background-color: #000;
	color: #fff;
	overflow: hidden;
	padding:10px 0 ;
}

div.main.template.homepage .section.venue h2 {
	color: #fff;
	font-weight: normal;
	margin:10px 30px; 
}

div.main.template.homepage .section.venue a {
	
}

div.main.template.homepage .section.venue .info {
	overflow: hidden;
	width: 555px;
	float: left;
	margin:10px 15px 15px 30px;
}

div.main.template.homepage .section.venue img {
	float: left;
	border:5px solid #fff;
}

div.main.template.homepage .section.venue .info ul {
	margin:0 0 0 0;
	float: left;
}

div.main.template.homepage .section.venue ul li.when {
	font-size: 15px;
	color: #E5862B;
	padding: 0;
	margin-left: 18px;
}

div.main.template.homepage .section.venue ul li.contacts {
	margin-top:10px;
}

div.main.template.homepage .section.venue .map p {
	margin: 0;
}


div.main.template.homepage .section.venue ul.openTimes {
	margin: 10px 0 0 0;
}



div#map1 {
	width: 318px;
	height: 188px;
	border: 5px solid #fff;
	overflow: hidden;
}

div#map1.big {
	width: 100%;
	height: 310px;
	margin-bottom: 20px;	
}

/* contact panels */

ul.contactPanels {
	overflow: hidden;
	margin: 0;
	padding: 0;
	display: block;
	border:1px solid #eee;
	clear:both;
}

ul.contactPanels li {
	float:left;
	width:25%;
	margin: 0;
	padding:0;
	background: url(../images/bg-panel.png) top right no-repeat;
}

ul.contactPanels li a {
	display: block;
	padding: 50px 40px 50px 80px;
	background-repeat: no-repeat;
	background-position: 30px 50%;
	height:40px;
}

ul.contactPanels li.rss a {
	background-image: url(../images/panel-rss.png);
}

ul.contactPanels li.email a {
	background-image: url(../images/panel-email.png);
	padding-left: 100px;
}

ul.contactPanels li.twitter a {
	background-image: url(../images/panel-twitter.png);
	padding-left: 85px;
}

ul.contactPanels li.contact a {
	background-image: url(../images/panel-contact.png);
	padding-left: 115px;
}

a:hover {
	text-decoration: underline;
}


/* Exhibitor list */

#exhibitors .pagesControl {
	margin:10px 0;
	font-size: 12px;
	float: right;
}

#dirSearch form {
	padding:10px 15px;
}

#dirSearch form input, #dirSearch form select {
	margin:0 5px 0 0;
	width: 200px;
}

#dirSearch form input.button {
	width:auto;
}

#dirSearch form#catSearch {
	border-width: 1px 1px 0;
	border-style:solid;
	border-color: #C2E1EF;
	background-color: #FCFEFF;
	padding-bottom:20px;
}

#dirSearch form#catSearch label {
	margin:0 5px 0 0;
}

#dirSearch form#catSearch label.mainLab {
	display: block;
}

/* rrobertson */
#dirSearch form#catSearch input#autoCmpType2 {
	float: left;
}

#dirSearch legend {
	display:none;
}

#dirSearch form#companySearch {
	color: #000;
	padding:20px 15px;
	border-width: 1px 1px 1px;
	border-style:solid;
	border-color: #C2E1EF;
	background-color: #EFFAFF;
}



#dirSearch div.alphaSearch {
	border-width: 0 1px 1px;
	border-style:solid;
	border-color: #C2E1EF;
	background-color: #FCFEFF;
	padding:10px;
}

#dirSearch div.alphaSearch h4 {
	color:#787878;
	margin:0;
}

#dirSearch div.alphaSearch ul {
	margin:5px 0 0 0;
}

#dirSearch div.alphaSearch li {
	display: inline;
	margin:0 3px 0 0 ;
	padding:0;
	font-weight:bold;

}

/* =Exhibitor list */

#exhibitors .pagesControl {
	margin:10px 0;
	font-size: 12px;
	float: right;
}

#dirSearch form {
	padding:10px 15px;
}

#dirSearch form input, #dirSearch form select {
	margin:0 5px 0 0;
	width: 200px;
}

#dirSearch form input.button {
	width:auto;
}

#dirSearch form#catSearch {
	border-width: 1px 1px 0;
	border-style:solid;
	border-color: #C2E1EF;
	background-color: #FCFEFF;
	padding-bottom:20px;
}

#dirSearch form#catSearch label {
	margin:0 5px 0 0;
}

#dirSearch form#catSearch label.mainLab {
	display: block;
}

/* rrobertson */
#dirSearch form#catSearch input#autoCmpType2 {
	float: left;
}

#dirSearch legend {
	display:none;
}

#dirSearch form#companySearch {
	color: #000;
	padding:20px 15px;
	border-width: 1px 1px 1px;
	border-style:solid;
	border-color: #C2E1EF;
	background-color: #EFFAFF;
}



#dirSearch div.alphaSearch {
	border-width: 0 1px 1px;
	border-style:solid;
	border-color: #C2E1EF;
	background-color: #FCFEFF;
	padding:10px;
}

#dirSearch div.alphaSearch h4 {
	color:#787878;
	margin:0;
}

#dirSearch div.alphaSearch ul {
	margin:5px 0 0 0;
}

#dirSearch div.alphaSearch li {
	display: inline;
	margin:0 3px 0 0 ;
	padding:0;
	font-weight:bold;

}


/*auto complete*/

#prodSearch, #compSearch { 
	 z-index:0;
}
#autoCmpType1Results.autoRes,
#autoCmpType2Results.autoRes {
	position:absolute;
	z-index:1000;
}

#autoCmpType1Results.autoRes ul,
#autoCmpType2Results.autoRes ul {
	background:#f8f8f8;
	border:1px solid #000;
	list-style:none;
	overflow: hidden;
	margin:0 ;
}

#autoCmpType1Results.autoRes ul li,
#autoCmpType2Results.autoRes ul li {
		list-style:none;
		margin: 0;
		padding:3px 8px;
}

.autoRes ul li.highLight {
	color:#FFFFFF;
	background-color: #000;
}

/* =directory listings */

#exhibitors #listings {
	clear:both;
}

#exhibitors #listings div.lst {
	padding:7px;
	margin-bottom:0;
	/*height:1%;*/
}

#exhibitors #listings div.lst.spn {
	background-repeat:no-repeat;
	background-position:31em .4em;
	padding-right:90px;
}

#exhibitors #listings div.lst.spn.gold {
	background-color:#fef489;
	border:1px solid #f6eb74;
	background-image:url(../images/presentation/spon_gold.png);
}

#exhibitors #listings div.lst.spn.silver {
	background-color:#f8f8f8;
	border:1px solid #ececec;
	background-image:url(../images/presentation/spon_silver.png);
}

#exhibitors #listings div.lst.basic {
	border-bottom:1px solid #e0e0e0;
	padding-bottom:18px;
}

#exhibitors #listings div.lst h2 {
	font-size: 15px;
	font-weight:bold;
	color:#414141;
	margin:0;
	line-height:1.2;
	border-bottom: 0;
}

#exhibitors #listings div.lst h2 em {

	font-weight:normal;
	font-style:normal;
	margin-left:5px;
}

#exhibitors #listings div.lst span ,
#exhibitors #listings div.lst p {
	font-size:12px;
	color:#464646;
	margin:0;
}

/* =directory profile page */

#exhibitors div.LogoAndDetails {
	background-color:#F1F1F1;
	margin-bottom: 20px;
}

#exhibitors div.LogoAndDetails div.logo {
	width:auto;
	float:left;
	text-align:center;
	padding:10px;
}

#exhibitors div.LogoAndDetails div.logo img {
	border:1px solid #CCCCCC;
}

#exhibitors div.LogoAndDetails ul {
	width:auto;
	float:left;
	margin:20px 20px;
}

#exhibitors div.LogoAndDetails ul li {
	list-style:none;
	background-repeat:no-repeat;
	padding-left:40px;
	font-weight:bold;
	line-height:1.8;
}

#exhibitors div.LogoAndDetails ul li.contacts {
	background-image:url('../../images/presentation/user_suit.png');
}
#exhibitors div.LogoAndDetails ul li.tel {
	background-image:url('../../images/presentation/phone.png');
}
#exhibitors div.LogoAndDetails ul li.fax {
	background-image:url('../../images/presentation/printer.png');
}
#exhibitors div.LogoAndDetails ul li.email {
	background-image:url('../../images/presentation/email.png');
}
#exhibitors div.LogoAndDetails ul li.web {
	background-image:url('../../images/presentation/monitor.png');
}

#profileContent h3 {
	background-color:#000000;
	color:#FFFFFF;
	margin:20px 0 5px;
	padding:5px;
}

#profileContent h4 {
	margin:1.0em 1.0em 0.5em 0;
	padding:0;
}

#profileContent em {
	font-size:0.85em;
	margin: 0 0 1.0em 0	
}

/* Contact us page */


div.contact  {
	display: block;
	overflow: hidden;
	margin: 10px 0;
}

.contact img {
	float:left;
	margin-right:10px;
	}

.contact dl {
	margin:4px 0pt 0pt 87px;
	}

.contact dl dt {
	display: none;
	}

.contact dl dd {
	margin-left: 0;
	margin-bottom: 3px;
	}

.contact dl dd.name {
	font-weight: bold;
	}

.contact dl dd.email {
	padding-left: 20px;
	background: url(../../images/icons/email.gif) no-repeat 0 4px;
	}

.contact dl dd.tel {
	padding-left: 20px;
	background: url(../../images/icons/phone.gif) no-repeat 0 3px;
	}

.contact dl dd.fax {
	padding-left: 20px;
	background: url(../../images/icons/fax.gif) no-repeat 0 2px;
	}

/* templates */



/* templates */

/* single column */

div#template_single_column div.section.content {
	padding: 0;
	margin:20px 30px 15px 30px;
	overflow: hidden;
	float: none;
}

div#template_single_column div.section.aside {
	float: none;
	text-align: right;
	margin:20px 30px 15px 30px;
	overflow: hidden;	
}

/* two column */

div#template_two_column div.section.content {
	padding: 0 0 20px 0;
	margin:20px 15px 15px 30px;
	overflow: hidden;
	float: left;
	width:555px;
}

div#template_two_column div.section.aside {
	float: right;
	text-align: right;
	width: 329px;
	margin: 20px 30px 30px 15px;
}


/* templateImage */
div.templateImage {
	background: #f7f7f7;
}


/* footer sponsors */

div.sponsors.footer {
	overflow: hidden;
	text-align: center;
}

div.sponsors.footer div.organised {float:right}
div.sponsors.footer div.supported {float:left}

div.sponsors.footer div.organised,
div.sponsors.footer div.supported {
	text-align: left;
	margin: 30px 40px;
}

div.sponsors.footer div img {
	margin:15px 20px 5px 0;
}

/* legal */

div.legal {
	clear: both;
	background-color: #000;
	color: #fff;
	padding: 10px 20px;
	margin-bottom: 20px;
	overflow: hidden;
}

div.legal p {
	color: #fff;
	margin: 0;
	padding: 0;
	float: left;
}

a.jumpTop {
	float: right;
	display: block;
	font-size: 11px;
	
}

/*type
===================================================================*/
/* Text sizing methods used here are described here: http://www.alistapart.com/articles/howtosizetextincss */


body {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size:100%;
	line-height:1.125em; /* 16×1.125=18px */
	color:#222;
	
}

p, form label, form input, form select, form textarea { 
	font-size:0.75em; /* 16x.75=12px */
	font-size:12px;
	margin: 0 0 18px 0;
	color:#222;
}

h1,h2,h3 { 
  	font-family:Arial, Helvetica, sans-serif;
  	/*font-family:Cambria, Georgia, Times, “Times New Roman”, serif;*/
  	font-weight:normal; 
  	color:#555;
  	margin: 0 0 0px 0; 

  }

h4,h5,h6 { 
  	font-family: verdana, Arial, Sans-Serif;
  	font-weight:bold; 
  	color:#555;
  	margin: 0 0 18px 0; 

  }

/*h1 { font-size: 30px;line-height:36px;margin-bottom:18px;}*/
h1 { 
	font-size: 1.875em; /* 16×1.875=30px */
	line-height:1.5;
	border-bottom: 1px solid #eee;
	margin-bottom: 10px;
	padding-bottom: 5px;
}


h2 { font-size: 1.375em;line-height:28px;}
h3 { font-size: 1.125em;line-height:1.125em;}
h4 { font-size: 0.837em;line-height:1.125em;}
h5 { font-size: 0.75em;line-height:1.125em;}
h6 { font-size: 0.687em;line-height:1.125em;}

ul, ol, dl { 
	margin: 0 0 1em 1em ;
}

li { 
	/*font-size:0.75em; 16x.75=12px*/
	font-size:12px;
	margin-left: 1.5em;
}

li ul li
{font-size:100%;}

dt { font-weight: bold }
dd { margin: 0 0 1em 2em }


div.content ul li {
	list-style: square;
}


div.content ul {
	margin-top:10px;
}

.note {
	font-size: 11px;
}




/* =forms
===================================================================*/
input.txt {
	border:1px solid #ccc;
	padding: 3px;
}

form.enq fieldset {
	background-color: #ecfbfe;
	border: 1px solid #c0eaf3;
	margin:10px;
}


form.enq legend {
	background: red;
}

form.enq fieldset div {
	margin:0;
	clear:both;
	overflow: hidden;
	border-bottom: 1px solid #c0eaf3;
}

form.enq fieldset div.last {
	margin-bottom: 0;
	border: 0;
}

form.enq fieldset div label {
	float:left;
	width: auto;
	min-width: 170px;
	padding-right: 10px;
	text-align: right;
}

div.required label {
	background:transparent url(../../images/required.gif) no-repeat scroll 10px center;
	font-weight: bold;
}

form.enq fieldset div input.txt {
	float:left;
}

form button {
	background-color: #3B6247;
	border: 0;
	padding: 5px;
	color: #fff;
	font-size: 14px;
}

.hide {
	display:none;
}

form.enq textarea,
form.enq select,
form.enq input,
form.enq label{
	margin:10px;
	padding:4px;
}


form.enq input.check {
	margin:15px 0 0;
}



/* eflash form */

form#email_updates {
	clear:both;
	text-align: left;
	margin:10px;
	
}
form#email_updates fieldset {
	background-color: #f8f8f8;
	border: 1px solid #e1e1e1;
	padding: 10px;
}

form#email_updates h4 {
	font-size: 13px;
	font-weight: normal;
	padding: 8px;
	margin:0 0 10px 0;
	color: #fff;
	background-color: #666;
}

form#email_updates label {
	display: block;
	margin: 0;
	color: #111;
}

form#email_updates input.txt {
	margin:5px 0;
	padding: 6px;
}

/* messages */


div.msg {
	background-color: #f5f5f5;
	border-width:4px;
	border-style: solid;
	border-color: #dedede;
	color: #585858;
	margin-bottom: 15px;
}

div.msg.error {
	background-color: #f7cccd;
	border:4px solid #ec9799;
	color: #ac1c1c;
}

div.error input {
	background-color: #f7cccd;
}

div.msg p {
	color: inherit;
	padding: 10px;
	margin: 5px;
}

div.msg.prompt {
	background-color: #fffac8;
	border:1px solid #f2ecb1;
	color: #5f5a29;
}


/* main nav
===================================================================*/

.nav {
	padding: 15px 0px;
}
.nav ul {
	position:relative;
}
.nav li {
	float: left;
	width:auto;
	margin:0 15px 0 0;
	font-size:15px;
	font-weight: normal;
	font-family: Helvetica, Arial, “Lucida Grande”, “Lucida Sans Unicode”, sans-serif;
	letter-spacing: .5px;
}
.nav li a {
	display:block;
	padding:15px 15px 15px 15px;
	font-weight: normal;
}
.nav li a:hover {
	text-decoration:none;	
}
.nav li ul li a {
	display:block;
	padding:10px 15px 10px 15px;
	font-size: 14px;
	font-weight:normal;
}
.nav li li a:hover {
	text-decoration:none;
}
.nav li ul {
	position: absolute;
	margin:0;
	padding:0;
	left: -999em;
	margin-top:0;
}
.nav li ul li {
	display:inline;
	float:none;
	margin:0;
	padding:0;
}
.nav li ul li a {
	width:13em;
	font-weight:normal;
}
.nav li:hover ul, .nav li.sfhover ul {
	left: auto;
}
.nav  li.hasChildren a {
	/*background-image:url(/images/presentation/haschild_down.gif);*/
	background-position:right center;
	background-repeat:no-repeat;
}
.nav  li.hasChildren a:hover {
	/*background-image:url(/images/presentation/haschild_down_on.gif);*/
}
.nav  li.hasChildren li a {
	background-image:none;
}
.nav  li.hasChildren li a:hover {
	background-image:none;
}
.nav li.active a {
	text-decoration:none;
}


/*colors -----

#f7f7f7 Light grey
#085390 Navy blue
#222 Dark grey

*/

.nav li a {
	background-color: #f7f7f7;
	color: #000;
}

.nav li.active li a,
.nav li:hover a {
	color: #fff;
	background-color:#222;
}

.nav li.active a,
.nav li a:hover,
.nav li.hasChildren a:hover {
	background-color:#E5862B;
	color: #fff;
} 




/* gallery  
===================================================================*/
ul.photoGallery {
	background:none repeat scroll 0 0 #F1F1F1;
	clear:both;
	list-style:none outside none;
	margin:10px;
	overflow:hidden;
	padding:0;
}
ul.photoGallery li{
	background-image:none;
	float:left;
	list-style:none outside none;
	margin:0;
	overflow:hidden;
}
ul.photoGallery li a img{
	border:8px solid white;
	margin:5px;
}

/* hacks */


.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}


/* Hides from IE-mac \*/

* html .clearfix {height: 1%;}



.clearfix {display: block;}
/* End hide from IE-mac */


/* countdown
===================================================================*/
#defaultCountdown {
height: 50px;
position:relative;
display:block
overflow:hidden;
float:left;
margin:20px 35px 0 15px;
padding-left:100px;
margin-right:35px;
background: url(../../images/show_starts_in.jpg) no-repeat 5px 5px;
}
#defaultCountdown p{
color:#FFFFFF;
position:absolute;
left:10px;
top:8px;
font-family:Arial, Helvetica, sans-serif;
font-size:15px;
padding:10px;
padding-top:12px;
background:#000000;
font-weight:bold;
width:300px;
}
/*.hasCountdown {
	border: 1px solid #ccc;
	background-color: #eee;
}*/
.countdown_rtl {
	direction: rtl;
}
.countdown_holding span {

}
.countdown_row {
	clear: both;
	width: 100%;
	padding: 0px 0px;
	text-align: center;
}
.countdown_show1 .countdown_section,
.countdown_show2 .countdown_section,
.countdown_show3 .countdown_section,
.countdown_show4 .countdown_section,
.countdown_show5 .countdown_section,
.countdown_show6 .countdown_section,
.countdown_show7 .countdown_section {
margin-right:8px;
background: url(../../images/calendar_bg.jpg) no-repeat left top;
width:46px;
padding-top:12px;
height:56px;
}


.countdown_section {
	display: block;
	float: left;
	font-size: 10px;
	text-align: center;
	line-height:1.3;
}
.countdown_amount {
	font-size: 140%;
	line-height:1;
	font-weight:bold;
}
.countdown_descr {
	display: block;
	width: 70%;
	height:10px;
}
