/* http://meyerweb.com/eric/tools/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, sub, sup, 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;
}

/* tempfix topbar */

#top_bar {
/*	position: absolute;*/
	top: 0px;
	left: 0px;
	width: 100%;
	min-width: 1250px;
	background-color: #e8f1f3;
	border-bottom: 1px #5e88b3 solid;
	z-index: 10000;
}

#top_bar img {
	vertical-align: top;
}

#top_bar .header {
	padding: 6px 10px;
	background-color: #ffffff;
}

#top_bar .columns {
	width: 100%;
	border-top: 1px #d5d5d5 solid;
}

#top_bar ul {
	float: left;
	display: inline;
	padding: 0;
	margin: 20px 10px 20px 20px;
	border-left: 1px #d0d8da solid;
}

#top_bar ul li {
	display: block;
	list-style: none;
	margin: 0 0 0 10px;
	padding: 0;
}

#top_bar ul li h3 {
	font-family: Helvetica,Arial,Sans-Serif;
	font-weight: normal;
	font-size: 15px;
	margin-bottom: 15px;
	text-transform: uppercase;
}

#top_bar ul li a {
	font-family: Helvetica,Arial,Sans-Serif;
	font-size: 12px;
	color: #444444;
	text-decoration: none;
	border-bottom: 0;
}

#top_bar ul li a:hover {
	color: #000000;
	border-bottom: 0;
}

#top_bar .header a.label {
	font-family: Helvetica,Arial,Sans-Serif;
	font-size: 20px;
	color: #000000;
	background-color: #ffffff;
	text-transform: uppercase;
	text-decoration: none;
	border-bottom: 0;
}

#top_bar a.label img {
	margin: 3px 0;
}