body {
	background: #eeeae9 url("../images/background_main.png") top left repeat-x;
}

.clear {
	clear: both;
}

.navline {
	clear: both;
	border-top: 1px #3c68a1 solid;
	border-bottom: 1px #5180b4 solid;
	margin: 4px 0 0;
}

hr {
	display: none;
}

#main {
	width: 979px;
	margin: 0 auto;
	padding: 0px;
}

.main {
	padding-top: 0px !important;
}

/* MAIN NAV */
#mainnav {
	margin: 14px 0 0;
}

#tdlogo {
	width: 371px;
	height: 72px;
	background: transparent url("../images/logotagline-trans2.png") top left no-repeat;
	display: block;
	overflow: hidden;
	float: left;
}

#juice {
	font-size: 1px;
	margin-left: -1000px;
}

#navcontainer {
	float: right;
	text-align: right;
}

#smallnav {
	font: 11px Helvetica, Arial, sans-serif;
	color: #a6c2c5;
	text-align: right;
	margin: -3px 2px 0 0;
}

#smallnav a {
	font-weight: bold;
	text-decoration: none;
	color: #ff7c0e;
	padding: 0 0 0 5px;
}

#smallnav a:hover {
	color: #ececec;
}

#smallnav span {
	padding-left: 5px;
}

/* NAV BUTTONS */
#mainnav ul {
	margin: 27px 0 0;
}

#mainnav ul li {
	margin: 0 0 0 6px;
	display: inline;
	zoom: 1; *
	display: inline;
	_height: 0px;
}

#mainnav ul li a {
	height: 34px;
	display: inline-block;
	zoom: 1; *
	display: inline;
	_height: 34px;
}

.nav_features {
	width: 72px;
	background: url("../images/buttons/nav/features-trans.png") 0 0 no-repeat;
}

.nav_help {
	width: 45px;
	background: url("../images/buttons/nav/help-trans.png") 0 0 no-repeat;
}

.nav_orderlookup {
	width: 128px;
	background: url("../images/buttons/nav/orderlookup-trans.png") 0 0 no-repeat;
	padding-right: 35px;
}

.nav_login {
	width: 51px;
	background: url("../images/buttons/nav/login-trans.png") 0 0 no-repeat;
}

.nav_signup {
	width: 57px;
	background: url("../images/buttons/nav/signup-trans.png") 0 0 no-repeat;
}

.nav_createevent {
	width: 97px;
	background: url("../images/buttons/nav/createevent-trans.png") 0 0 no-repeat;
	padding-right: 20px;
}

.nav_myevents {
	width: 81px;
	background: url("../images/buttons/nav/myevents-trans.png") 0 0 no-repeat;
}

.nav_account {
	width: 70px;
	background: url("../images/buttons/nav/account-trans.png") 0 0 no-repeat;
}

#mainnav ul li a:hover {
	background-position: 0px -39px;
}

#mainnav ul li .active {
	background-position: 0px -78px;
}

#mainnav ul li .active:hover {
	background-position: 0px -78px;
}