#printtitle {
	display: none;
}
#header {
	text-align: right; 
	vertical-align: bottom; 
	height: 175px; 
	background-color: #706034; 
	background-image: url(../images/header_image.jpg); 
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}
#header #logo {
	left: 0px; 
	top: 0px; 
	position: absolute;
	height: 141px;
}
#headerdate {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	margin-right: 50px;
	height: 49px;
	color: #fff;
}
#shoppingcart {
	background-image: url(../images/icon_shoppingcart.gif); 
	background-repeat: no-repeat; 
	background-position: right;
	margin-right: 50px;
	padding-right: 23px;
	height: 39px;
}
#shoppingcart a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	color: #daca9e;
	text-decoration: none;
}
#shoppingcart a:hover {
	color: #fff;
	text-decoration: underline;
}
#headertabs {
	text-align: right;
	height: 53px;
}
#headertabs .formfield {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #5c596c;
	border: 1px solid #918f8c;
	padding-left: 2px;
	width: 130px;
}
#headertabs div {
	float: right; 
	height: 53px; 
	width:354px; 
	background-image: url(/images/header_tabs.gif); 
	background-repeat: no-repeat;
}
#headertabs form {
	padding-top: 27px; 
	padding-right: 10px;
}
#headertabs p {
	padding-top: 27px; 
	padding-right: 10px;
	margin: 0px;
}
#headertabs .submit {
	background-color: #3a4b81; 
	color: #fff; 
	border: 1px solid #000; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 1em;
}

#nav {
	width: 100%;
	background: url(../images/menu_bg.gif);
	margin: 0px;
	padding: 0px;
}
#nav td {
	/* width: 12%; */
	text-align: center;
}
#nav a {
	padding: 10px 12px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
	border: none;
	background: url(../images/menu_divider.gif) no-repeat bottom right;
	display: block;
}
#nav a:hover {
	color: #fff;
	text-decoration: underline;
	/*
	background: url(../images/menu_bg_over.gif);
	*/
}

#left {
	float: left;
	width: 229px;
	/*
	background-image: url(../images/header_shadow_brown.gif);
	background-repeat: repeat-x;
	*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
}
#left ul {
	list-style: none;
	padding: 0px 0px 15px 10px;
	margin: 0px;
	color: #fff;
}
#left ul li {
	color: #fff;
	font-weight: bold;
	padding-bottom: 2px;
}
#left ul li strong {
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	border-bottom: 1px solid #a59770;
}
#left ul .bullet {
	list-style-image: url(../images/bullet_brown.gif);
	margin-left: 20px;
}
#left a {
	color: #fff;
	font-weight: normal;
	text-decoration: none;
}
#left a:hover {
	color: #fff;
	font-weight: normal;
	text-decoration: underline;
}
#content {
	/*
	background-image: url(../images/header_shadow.gif);
	background-repeat: repeat-x;
	background-color: #fefefe;
	*/
	background-color: #fff; 
	margin-left: 229px; 
	margin-right: 15px;
	padding-left: 20px;
	padding-top: 15px;
}

#footer #links {
	font-size: 1em;
	padding-top: 15px;
}
#footer #links a {
	font-weight: bold;
	color: #d0c5a7;
	text-decoration: underline;
}
#footer #links a:hover {
	font-weight: bold;
	color: #fff;
	text-decoration: underline;
}
#footer p {
	line-height: 1.2em;
}

.bulletedlist {
	list-style-image: url(../images/bullet_red.gif);
	line-height: 1.7em;
}
