@charset "UTF-8";
/* CSS file for Maintanence Forum website */
/* designed by Rob Snow */
/* copyright © Atlantis Engineering S.A. 2010-11. All rights reserved */
/* Not to be removed */

body {
	background-color: #38393d;
	padding: 0;
	margin: 0;
	background-image: url(../images/bg.gif);
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	*font-family: Arial, Helvetica, Geneva, sans-serif;
}

html, body { 
	height: 100%;
}

#bg_grad {
	top: 0;
	left: 0;
}

#logo {
	margin: -125px auto auto;
	width: 958px;
}

#logo_img {
	width: 958px;
	height: 190px;
}

.low_shad_top {
	width: 958px;
	margin: auto;
}

.low_shad {
	width: 600px;
	margin: auto;
	*margin-top: -6px;
}

.low_shad_top {
	
}

#floater {
	width: 1020px;
	height: 100%;
	margin: 10px auto auto;
	text-align: center;
}

#left {
	display:-moz-inline-stack;
	display: inline-block;
	zoom:1;
	*display:inline;
	vertical-align: top;
	width: 200px;
	min-height: 475px;
}

.menu_block {
	width: 150px;
	margin: auto auto 20px;
}

.menu_top {
	*margin-bottom: -3px;
}

.menu_bot {
	*margin-top: -3px;
}

.menu_mid {
	background: url(../images/menu_stretch.gif) repeat-y center;
	width: 150px;
}

/* @group menu */

.men_item, .men_break {
	width: 150px;
	text-align: center;
}

#fifth {
	width: 150px;
	text-align: center;
	padding-top: 9px;
}

#fourth {
	width: 150px;
	text-align: center;
	padding-top: 9px;
}

/* @end */

#middle {
	display:-moz-inline-stack;
	display: inline-block;
	zoom:1;
	*display:inline;
	vertical-align: top;
	width: 600px;
	min-height: 475px;
}

#main_block {
	width: 568px;
	background-color: white;
	margin: auto;
	font-size: 12px;
	line-height: 13px;
	padding: 10px;
}

#text_area {
	background-color: silver;
	padding: 5px;
	color: gray;
	min-height: 460px;
	text-align: left;
}

.head {
	background-color: gray;
	margin-top: 0;
	height: 19px;
	color: white;
	font-weight: bold;
	font-size: 14px;
	line-height: 16px;
	padding-top: 1px;
	padding-left: 4px;
	text-align: left;
}

p.text {
	margin-left: 10px;
	margin-right: 10px;
}

.small {
	font-size: 10px;
	color: #9c9c9c;
}

#right {
	display:-moz-inline-stack;
	display: inline-block;
	zoom:1;
	*display:inline;
	vertical-align: top;
	width: 200px;
	min-height: 475px;
}

#host_box, #exhib_box, #spon_box {
	width: 150px;
	text-align: center;
}

.sponimg {
	margin-top: 5px;
	margin-bottom: 5px;
}

#footer {
	color: gray;
	width: 568px;
	height: 80px;
	background-color: white;
	text-align: center;
	font-size: 12px;
	margin: 20px auto auto;
	padding: 10px;
}

.foot_main {
	font-size: 14px;
	margin-top: 2px;
	margin-bottom: 2px;
	font-weight: bold;
}

.foot_main1 {
	font-size: 14px;
	margin-top: 5px;
	margin-bottom: 2px;
}

.foot_low {
	margin-top: 5px;
	margin-bottom: 2px;
}

/* @group Tickerbar */

#ticktock {
	margin: auto;
	width: 588px;
	padding-bottom: 5px;
}

#TICKER {
	height: 14px;
	border-top: 2px solid white;
	border-bottom: 2px solid white;
	padding-top: 2px;
	padding-bottom: 2px;
	margin: auto auto 5px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

a.ticker_link:link, a.ticker_link:visited {
	color: silver;
	text-decoration: none;
}

a.ticker_link:hover, a.ticker_link:active {
	color: white;
	text-decoration: none;
}

/* @end */

a.low_link:link {
	color: white;
	text-decoration: none;
}

a.low_link:visited {
	color: gray;
	text-decoration: none;
}

a.low_link:hover, a.low_link:active {
	color: white;
	text-decoration: none;
	border-bottom: 1px solid #white;
}

a.foot_link:link, a.foot_link:visited {
	color: gray;
	text-decoration: none;
}

a.foot_link:hover, a.foot_link:active {
	color: gray;
	text-decoration: none;
	border-bottom: 1px solid gray;
}

img {
	border-style: none;
}


