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

/* CSS Reset v1.0 | 20080212 */

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, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* End reset */

header, footer, section, aside, nav, article {
	display: block;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #ffffff;
}

#wrapper {
	border: 1px solid #669933;
	width: 864px;
	height: 659px;
	margin: 30px auto 0;
	padding: 25px 0 0 0;
	background-image: url(../images/tradeshow/WereOnTheRoad_bg.jpg);
	background-color: #FFFFFF;
	background-repeat: no-repeat;
}

#inner-wrapper {
	padding-left: 150px;
	width: 704px;
	height: 600px;
}

#logo {
	margin-left: 100px;
	width: 626px;
	height: 85px;
	background: transparent url(../images/tradeshow/catacel-logo.jpg) no-repeat;
	text-indent: -9999px;
	text-align: left;
}

#Title {
	margin: 20px;
	width: 626px;
	height: 51px;
	background: transparent url(../images/tradeshow/WereOnTheRoad.gif) no-repeat;
	text-indent: -9999px;
	text-align: left;
}

h1#Come-and-see-us  {
	border-bottom: 1.5px solid #669933;
	padding: 10px 0 0 0;
	margin-bottom: 20px;
	width: 626px;
	height: 25px;
	font-size: 20px;
	font-weight: bold;
	color: #669933;
	text-align: center;
}

ul {
	float: left;
	margin: 0;
	padding: 0;
	display: block;
	width: 208px;
	list-style-type: none;
	
} 

li {
	font-size: 11px;
	line-height: 1.3;
	font-weight: bold;
}

li.event {
	padding: 0 5px 5px 0;
	color: #669933;
	
}

li.venue {
	padding: 0 5px 5px 0;
	color: #666666;
}

li.spacer {
	margin: 5px 0;
}
