@import url(base.css);

/* New Navigation test */

#nav {
	vertical-align: baseline;
	position: relative;
	top: 19px;
	}

#nav ul {
	list-style-type: none;
	margin: 0px;
	}

#nav ul li {
	display: block;
	position: relative;
	padding: 5px;
	float: left;
	}

#nav ul li a {
	background-color: #efefef;
	color: inherit;
	display: block;
	border-top: 3px groove #999;
	border-left: 3px inset #999;
	border-right: 1px solid #999;
	padding: 5px;
	}

/* Banner Controls */
#bancontrol {
	background-color: inherit;
	color: #fff;
	width: 500px;
	display: block;
	vertical-align: middle;
	z-index: 99;
	}

#bancontrol p {
	padding-left: 10px;
	}

#bancontrol ul {
	margin: 0px;
	position: relative;
	top: -19px;
	right: 15px;
	}
	
#bancontrol ul li {
	list-style: none;
	position: relative;;
	float: right;
	margin-left: 15px;
	text-align: center;
	}

#bancontrol a {
	text-decoration: none;;
	text-align: center;
	color: #fff;
	background-color: inherit;
	padding-left: 3px;
	padding-right: 3px;
	display: block;
	border: 1px solid #fff;
	}

/* Tradeshow and News Content Boxes */

.low_content table {
	position: relative;
	left: 10px;
	}

.low_content table tr td {
	padding-left: 15px;
	}

.trade_news {
	background-image: url(http://www.furmansound.com/new/images/layout/tradeshow_bg.gif);
	background-repeat: repeat-y;
	vertical-align: top;
	position: relative;
	display: block;
	}

.trade_news-top {
	background-image: url(http://www.furmansound.com/new/images/layout/trade_news_top.gif);
	background-repeat: no-repeat;
	background-color: inherit;
	width: 245px;
	height: 20px;
	font-family: Verdana, sans-serif;
	font-stretch: wider;
	font-size: 14px;
	font-weight: 900; 
	color: #ffffff;
	position: relative;
	padding-top: 3px;
	text-align: center;
	}

.trade_news-top a, .trade_news-top-int a {
	font-family: Verdana, sans-serif;
	text-decoration: none;
	font-stretch: wider;
	font-size: 14px;
	font-weight: 900; 
	color: #ffffff;
	background-color: inherit;
	}

.trade_news-top-int {
	background-image: url(http://www.furmansound.com/new/images/layout/trade_news_top-int.gif);
	background-repeat: no-repeat;
	background-color: inherit;
	width: 245px;
	height: 20px;
	font-family: Verdana, sans-serif;
	font-stretch: wider;
	font-size: 14px;
	font-weight: 900; 
	color: #ffffff;
	position: relative;
	padding-top: 3px;
	text-align: center;
	}

.trade_news #tradeshows img {
	padding-bottom: 5px;
	padding-top: 5px;
	}

.trade_news #tradeshows h3,
.no_home {
	display: none;
	}

.no_home, .trade_news p {
	margin: 0px;
	}

.trade_news #tradeshows, .trade_news #news {
	list-style-type: none;
	position: relative;
	height: 178px;
	overflow: auto;
	margin: 0px;
	}

.trade_news .news_item a {
	border-left: 1px solid #999999;
	border-bottom: 1px solid #999999;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 0px;
	position: relative;
	display: block;
	text-align: left;
	font-family: Verdana, sans-serif;
	width: 218px;
	margin-left: 1px;
	left: 0px;
	}

.trade_news #news .news_item img {
	padding-bottom: 5px;
	padding-top: 5px;
	padding-right: 10px;
	width: 80px;
	position: relative;
	float: right;
	}

.trade_news .show_item a {
	border-left: 1px solid #999999;
	border-bottom: 1px solid #999999;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-top: 10px;
	padding-right: 0px;
	position: relative;
	display: block;
	text-align: left;
	font-family: Verdana, sans-serif;
	width: 198px;
	margin-left: 1px;
	left: 0px;
	}

.trade_news .noBorder {
	border: 0px;
	}

.trade_news .show_item:hover a, .trade_news .news_item:hover a {
	background-color: #99ccff;
	color: #ffffff;
	}

/* General Usefulness */
.noBorder {
	border-bottom: 0px;
	}

