/* CSS Document */

h1 {
	margin: 0px;
	padding: 0px;
	}
h2 {
	margin: 15px 0px 15px 15px;
	}
p {
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
	}
#container {
	background-color: #ffffff;
	background-image: url(../images/hp-container-bk.jpg);
	background-position: left;
	background-repeat: no-repeat;
	margin: 0px auto;
	width: 798px;
	border: 1px solid #ffffff;
	}
#left {
	float: left;
	width: 250px;
	}
#left img {
	border-bottom: 2px solid #ffffff;
	}
form { 
	margin: 0;
	padding: 0;
	}
.login {
	display: none;
	text-align: right;
	font-size: 12px;
	font-weight: bold;
	}
table.input {
	margin: 18px;
	}
#nav {
	background-image: url(../images/behind-nav-hp.gif);
	background-repeat: repeat-y;
	background-position: top;
	min-height: 235px;
	border-bottom: 2px solid #ffffff;
	padding: 10px 0px;
	}
#nav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
#nav li {
	margin: 0px;
	padding: 0px;
	text-align: right;
	}
#nav a {
	display: block;
	padding: 3px;
	width: 230px;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	margin-right: 15px;
	}
#nav a:hover {
	background-color: #f1bc7a;
	}
#main {
	margin-left: 250px;
	border-left: 2px solid #ffffff;
	}
#footer {
	width: 800px;
	margin: 10px auto;
	color: #fff;
	}
#footer ul {
	list-style: none;
	font-size: 11px;
	}
#footer li {
	display: inline;
	}
#footer a {
	color: #ff9933;
	text-decoration: none;
	}
p#addy {
	text-align: center;
	color: #CCCCCC;
	font-size: 11px;
	}
#tradeshowBug {
	}