@charset "utf-8";
/* CSS Document */

/* Reset style */

html,body,div,span,
applet,object,iframe,
h1,h2,h3,h4,h5,h6,p,blockquote,pre,
a,abbr,acronym,address,big,cite,code,
del,dfn,em,font,img,ins,kbd,q,s,samp,
small,strike,strong,sub,sup,tt,var,
dd,dl,dt,li,ol,ul,
fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
	text-align: left;
	z-index: auto;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

ol,ul {
	list-style: none;
}

q:before,q:after,
blockquote:before,blockquote:after {
	content: "";
}

html {
	overflow: scroll;
	} 

body {
	font: 12px Arial, Helvetica, sans-serif;
	background-color: #e4e6e5;
	}

/* Header */

#head {
	width: 100%;
	height: 150px;
	background: url(images/headbg.jpg) repeat-x;
	}

#header {
	width: 1010px;
	margin: 0 auto;
	}

#logo {
	width: 350px;
	float: left;
	}

#menu {
	width: 636px;
	float: right;
	padding: 0 12px;
	}
	
.logo {
	margin-right: 7px;
	}
	
a#home {
	background-image:url(images/buttonhome.png); 
	height: 45px; 
	width: 205px;
	display: block;
	}

a#home span {
	display: none;
	}

a#home:hover {
	background-image: url(images/buttonhomeover.png);
	}
	
a#about {
	background-image:url(images/buttonabout.png); 
	height: 45px; 
	width: 205px;
	display: block;
	}

a#about span {
	display: none;
	}

a#about:hover {
	background-image: url(images/buttonaboutover.png);
	}
	
a#exhibitors {
	background-image:url(images/buttonexhibitors.png); 
	height: 45px; 
	width: 205px;
	display: block;
	}

a#exhibitors span {
	display: none;
	}

a#exhibitors:hover {
	background-image: url(images/buttonexhibitorsover.png);
	}
	
a#charity {
	background-image: url(images/buttoncharity.png); 
	height: 45px; 
	width: 205px;
	display: block;
	}

a#charity span {
	display: none;
	}

a#charity:hover {
	background-image: url(images/buttoncharityover.png);
	}
	
a#info {
	background-image: url(images/buttoninfo.png); 
	height: 45px; 
	width: 205px;
	display: block;
	}

a#info span {
	display: none;
	}

a#info:hover {
	background-image: url(images/buttoninfoover.png);
	}
	
a#register {
	background-image: url(images/buttonregister.png); 
	height: 45px; 
	width: 205px;
	display: block;
	}

a#register span {
	display: none;
	}

a#register:hover {
	background-image: url(images/buttonregisterover.png);
	}	
	
a#contact {
	background-image: url(images/buttoncontact.png); 
	height: 45px; 
	width: 205px;
	display: block;
	}

a#contact span {
	display: none;
	}

a#contact:hover {
	background-image: url(images/buttoncontactover.png);
	}	

/* Title */

#title {
	width: 100%;
	background: #abb3c3;
	}

#titleh {
	height: 300px;
	width: 100%;
	background: url(images/homeshdwbg2.jpg) repeat-x;
	}
	
#flash {
	width: 1010px;
	margin: 0 auto;
	position: relative;
	}
	
#titleleft {
	width: 350px;
	float: left;
	z-index: 1;
	}
	
#titleright {
	width: 660px;
	float: right;
	z-index: 1;
	}

#titlea {
	height: 200px;
	background: url(images/titleabout.jpg) center no-repeat;
	margin: 0 auto;
	}	

#titlev {
	height: 200px;
	background: url(images/titleexhibitors.jpg) center no-repeat;
	margin: 0 auto;
	}	

#titlec {
	height: 200px;
	background: url(images/titlecharity.jpg) center no-repeat;
	margin: 0 auto;
	}	

#titlei {
	height: 200px;
	background: url(images/titleinfo.jpg) center no-repeat;
	margin: 0 auto;
	}	

#titler {
	height: 200px;
	background: url(images/titleregistration.jpg) center no-repeat;
	margin: 0 auto;
	}	

#titleco {
	height: 200px;
	background: url(images/titlecontact.jpg) center no-repeat;
	margin: 0 auto;
	}	

#infoh {
	height: 300px;
	background: url(images/homeshdwbg.png) repeat-x;
	position: absolute;
	z-index: 10;
	}
	
#infoo {
	height: 200px;
	margin: 0 auto;
	background: url(images/shdwbg.png) repeat-x;
	}


/* Content */

#content {
	width: 100%;
	min-height: 200px;
	background: url(images/contentbg.png) repeat-x;
	font: 14px Arial, Helvetica, sans-serif;
	}

#wrapper {
	width: 990px;
	margin: 0 auto;
	padding: 10px;
	}

#left {
	width: 270px;
	float: left;
	padding: 15px 0 0 65px;
	margin-right: 5px;
	}

#right {
	width: 645px;
	float: right;
	margin-left: 5px;
	}

p {
	margin: 10px;
	}

.contacth {
	margin: 20px 0 20px 0;
	}
	
.contactb {
	margin: 20px 0 20px 68px;
	}
	
.exhibit {
	margin: 20px 0 10px 10px;
	}
	
h4 {
	margin: 20px 0 10px 10px;
	font-weight: bold;
	font-size: 16px;
	}
	
/* Footer */

#foot { 
	width: 100%;
	height: 87px;
	background: url(images/footerbg.png) repeat-x;
	}

#footer {
	width: 1010px;
	margin: 0 auto;
	}

/* Form Elements */

/* Float Clear */

#clear {
	height: 0;
	width: 0;
	clear: both;
	}