a {
	color: #9A200A;
	background-color: inherit;
	text-decoration: none;
}

a:hover { text-decoration: underline; }

.edge {
	color: #676767;
	background-color: inherit;
}

.edge a {
	color: #676767;
	background-color: inherit;
	text-decoration: none;
}

.edge a:hover {
	color: black;
	background-color: inherit;
	text-decoration: underline;
}

body {
	margin: 0px;
	background: url(../images/bkg.jpg) repeat-x;
	color: inherit;
	background-color: #2D3A4D;
	text-align: left;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

td {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.nav a {
	color: white;
	background-color: inherit;
	text-decoration: none;
}

.adtext { font-size: 12px; }
h1 { font-size: 15px; }

dt { padding: 5px; }

.subHeader {
	color: #953221;
	line-height:22px;
	letter-spacing:.2em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	}

/* Content Area */
#content_area {
	width: 675px;
	margin-top: 20px;
	padding: 15px;
	color: inherit;
	background-color: white;
	text-align: left;
}

/* Logo */
#logo {
	float: left;
}

/* Global Nav */
#global_nav, #footer_nav {
	float: right;
	list-style-type: none;
	margin: 0 0 3px 0;
	padding: 0;
}

#global_nav li, #footer_nav li {
	float: left;
	margin: 0;
	padding: 0;
}

#global_nav a, #footer_nav a {
	float: left;
	display: block;
	padding: 2px 6px;
	color: #676767;
	background-color: inherit;
	border-right: 1px solid #676767;
}

#global_nav, #footer_nav a:hover {
	color: black;
	background-color: inherit;
}

#contact a, #terms a { border-right: none; }

/* Banner */
#banner {
	clear: both;
	float: left;
	width: 100%;
	border-top: 10px solid #C64832;
	color: inherit;
	background-color: #343d3c;
}

#banner.big_banner {
	height: 175px;
}
#banner.small_banner { height: 107px; }
#banner_image {
	float: left;
}
#banner_text {
	float: right;
}

/* Main Nav Bar */
#nav {
	float: left;
	width: 100%;
	margin: 10px 0 0 0;
	padding: 0;
	list-style-type: none;
}

#nav.black_nav {
	background-image: url("../images/nav_blk.gif");
	background-repeat: repeat-x;
}

.red_nav { /* Intentional to prevent IE bug */
	background-image: url("../images/nav_red.gif");
	background-repeat: repeat-x;
}

#nav li {
	float: left;
	margin: 0;
	padding: 0;
}

#nav a {
	float: left;
	display: block;
	padding: 5px;
	color: white;
	background-color: inherit;
}

#nav.red_nav a {
	border-left: 1px solid #953323;
	border-right: 1px solid #b34b3a;
}

#nav.black_nav a {
	border-left: 1px solid #495255;
	border-right: 1px solid #313A3C;
}

#nav.black_nav a.active {
	background-image: url("../images/nav_red.gif");
	background-repeat: repeat-x;
	border-left: 1px solid #682a1f;
	border-right: 1px solid #682a1f;
}

#nav.black_nav #order { border-right: 1px solid #495255; }
#nav.red_nav #order { border-right: 1px solid #953323; }
