*, h1, h2, h3, h4, h5, h6 {
	line-height: normal;
}

a {
	text-decoration: underline
}

div.header div.top-line {
	background: #6ea1d4 url(/img/head/top-line-bg.png) repeat-x;
	height: 22px;
}

div.header div.top-line div.page_nav {
	font-size: 8pt;
	float: left;
	display: inline;
	color: #b2d9ff;
	margin: 4px 0 0 20px;
}

div.header div.top-line div.page_nav a {
	color: #b2d9ff;
}

div.header div.top-line div.page_nav a.nav_top_current {
	color: white;
	text-decoration: none;
	font-weight: bold;
}

div.header div.top-line ul.menu {
	float: right;
	display: inline;
	list-style: none;
	padding: 0 10px 0 0;
	margin: 4px 0 0 0;
}

div.header div.top-line ul.menu li {
	display: inline;
	list-style: none;
	float: left;
	padding: 0 0 0 10px;
	margin: 0;
	font-weight: bold;
	font-size: 8pt;
/*	text-transform: lowercase;*/
}

div.header div.top-line ul.menu li a {
	color: white;
}

.header .main {
	background: url("/img/head/logo-wide-bg.png") right top no-repeat;
	height: 77px;
}

.header .main .logo {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	height: 77px;
	white-space: nowrap;
	overflow: hidden;
}

.header .main .logo a {
	display: block;
	float: left;
	text-decoration: none;
	font-size: 30px !important;
	font-weight: normal;
	font-style: italic;
	padding: 20px 0 0 0px;
}

.header .main .logo a.logo {
	background: url("/img/head/logo.gif") left 27px no-repeat;
	width: 228px;
	height: 48px;
	margin: 0px 0 0 15px;
}

div.slash {
	background: url("/img/head/top-slash.gif") 0 0 no-repeat;
	display: block;
	float: left;
	width: 13px;
	height: 48px;
	margin: 13px 0px 0 7px;
}

.header .main .logo a.section {
	color: #c1c2c3;
	margin: 0px 0 0 10px;
}

.header .main .logo a span {
	visibility: hidden;
	display: none;
}

div.top-tabs {
	background: #666666 url(/img/head/tabs-bg.png) repeat-x;
	height: 32px;
	overflow: hidden;
}

ul.tabs, ul.tabs-right {
	float: left;
	display: inline;
	list-style: none;
	padding: 0;
	margin: 0 0 0 20px;
	height: 32px;
}

ul.tabs-right {
	float: right;
}

ul.tabs li, ul.tabs-right li {
	display: inline;
	list-style: none;
	float: left;
	margin: 0 10px 0 0;
	padding: 0;
	font-weight: bold;
	height: 32px;
}

ul.tabs li a, ul.tabs-right li a {
	margin: 4px 0 0 0;
	padding: 5px 5px 0 25px;
	color: white!important;
	font-size: 10pt;
	height: 32px;
	display: block;
	float: left;
}

ul.tabs li.selected a, ul.tabs-right li.selected a {
	background-color: white!important;
	color: black!important;
}

ul.tabs li.type-news a        { background: url(/img/head/icons/news.png)        0px 4px no-repeat; }
ul.tabs li.type-digest a      { background: url(/img/head/icons/digest.png)      0px 4px no-repeat; }
ul.tabs li.type-events a      { background: url(/img/head/icons/events.png)      0px 4px no-repeat; }
ul.tabs li.type-directory a   { background: url(/img/head/icons/directory.png)   0px 4px no-repeat; }
ul.tabs li.type-job a         { background: url(/img/head/icons/job.png)         0px 4px no-repeat; }
ul.tabs li.type-trade a       { background: url(/img/head/icons/trade.png)       0px 4px no-repeat; }
ul.tabs li.type-conferences a { background: url(/img/head/icons/conferences.png) 0px 4px no-repeat; }
ul.tabs-right li.type-presentations a { background: url(/img/head/icons/presentations.png) 0px 4px no-repeat; }

ul.tabs li.selected,  ul.tabs-right li.selected{
	background: url(/img/head/tab-left-corner.gif) 0 4px no-repeat;
	padding: 0 0 0 5px;
}

ul.tabs li.selected span, ul.tabs-right li.selected span {
	background: url(/img/head/tab-right-corner.gif) right 4px no-repeat;
	padding-right: 5px;
	display: block;
	float: left;
}

a:hover {
	color: #f90!important;
}
