/* link colours -------------------------------------------------------- */
a, a:link {
	color: #36c;
	text-decoration: none;
	}

a:visited {
	color: #36c;
	text-decoration: underline;
	}

a:hover, 
a:active {
	color: #006;
	text-decoration: underline;
	}

/* fonts --------------------------------------------------------------- */

body {
	color: #3e3e3e;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}

h1, h2, h3, h4, h5 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	color:#c81a1a;
	margin-bottom: 20px;
}

h2 {
	color:#1f1f1f;
	border-bottom:1px solid #FFD9B3; 
}


/* header style -------------------------------------------------------- */
#logoAndDateContainer {
	background-image:url('../images/head_bg.jpg');
	background-repeat:repeat-x;
	background-position:bottom left;
	border:0;
	border-top: 4px solid #fff;
}
#logoAndDateContainer div.inner {
	background-image:url('../images/head_fg.png');
	background-position:bottom left;
	height:205px;
}

div#logoAndDateContainer div.inner #siteLogo img {
	display: none;
	}
#logoAndDateContainer div.inner #dateVen {
	background-color: #faf7ef;
	border: 1px solid #343030;
}

#logoAndDateContainer div.inner #dateVen h2 a {
	color: #c81a1a;
	text-decoration: none;
}

/* email signup ----------------------------------------------------------- */

.mod {
    background-color: #FFFACD;
	border-top: 5px solid #F7BE1A;
}

/* side box (opening times) ---------------------------------------------*/

.box { background-color: #FFFACD;}
.box h2 { background: #F7BE1A;}

/* footer style ------------------------------------------------------------ */

#footer {
	background-image: url('../images/foot_bg.png');
	background-position: 0 0;
	background-repeat: no-repeat;
	background-color: #fff;
	
}

#sponsors {
	border: none;
	/*background-color: red;*/
	margin: 169px 26px 26px;
	padding: 0;
}
#sponsors #supported,
#sponsors #organised {
	margin: 0;
}


/* Grid Styles */
.GridData 
{
    font-size:0.75em;
    line-height:1.55em;
    width:95%;
}

.GridData td, .GridData th
{
    padding:3px;
    text-align:left;
}

table {
	margin:8px 8px 0; 
	border-collapse:collapse;
}

table.GridData td {
	margin:0;	
}

tr.odd { background: #fff; }
tr.even { background: #edf3fe; }



/*exhibitor application --------------------------------------------*/

#enquire form .c1 label {
	width: 150px;
	font-weight: bold;
}

#enquire form h2 {
	margin-bottom: 20px;
}

#enquire form .c1,
#enquire form .c2 {
	margin-bottom: 20px;
}
#enquire form .c2 dl {
	margin: 0 1em 0 0;
}
#enquire form .c2 dl dt,
#enquire form .c2 dl dd {
	overflow: auto;
	margin-bottom: 1em;
	}
	
#enquire form .c2 textarea {
	font-size: 1em;
	}
	
#enquire form .c2 label {
	float: none;
	}
#enquire form .c3 {
	margin: 0 0 20px;
	text-align: right;
	}



/* Twitter box -------------------------------------------------------- */
#twitter_div {
	background-image: url('../images/twitter.png');
	background-position: bottom right;
	background-repeat: no-repeat;
	background-color: #FBC237;
	border: 1px solid #FBC237;
}

#twitter_div li span {
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#twitter_div li a {
	color: #990000;
}
#twitter_div li span:before {
    content: url('../images/qopen.png'); 
	margin-right: 5px;
}

#twitter_div li span:after {
    content: url('../images/qclose.png'); 
	margin-left: 5px;
}

/* video styles --------------------------------------*/

#Video {
	text-align: center;
}

#Video div {
	border: 1px solid #2b2b2b;
	background-color: #c0c0c0;
	padding: 10px;
	margin: 0 35px;
}

/* Navigation -----------------------------------------------------------*/

#nav  {
	border: 1px solid #e9e9e9;
	background: #fff;
}
#nav li {
	background: #000000;
}
#nav li a {
	border-top: 1px solid #CCCCCC;
	color: #ffffff;
}
#nav li ul li a {
	color: #0066CC;
	background: #fff url( "../images/nav_sub.gif" ) no-repeat 5px 10px;
	border-top: 1px solid #e9e9e9;
}
#nav li ul li.active a {color: #565656;}
#nav li ul li {background: #fff;}


/* alternate main sizes -----------------------------*/

#content-wide {
	width: 785px;
	margin-right: 0;
}


/* gallery stuff ----------------------------------------------------*/

div#gallery a {
	border: 1px solid #cecece;
	background-color: #fefefe;
	display:inline-block;
	margin:1em auto;
	padding:0.75em;
}