@charset "UTF-8";

/* PNG fix for IE */
#menu { behavior: url(iepngfix.htc) }

* {
	margin: 0;
	padding: 0;
	border: 0;
	background-repeat: no-repeat;
}

body {
	background-color: #ffffff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
}

/* default to red links */
a {
	color: #ff3000;
}

.red {
	color: #ff3000;
}

/* trickery to get dual columns to work? */
hr.cleaner {
	clear: both;
	height: 1px;
	margin: -1px 0 0 0; padding:0;
	border: none;
	visibility: hidden;
}

/* BEGIN HEADER (TOP SECTION) */
#header {
	height: 107px;
	width: 100%;
	min-width: 1024px;
	background-color: #877952;
	background-image: url(/images/top_wide.png);
	background-position: center;
}

#header .container {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 1024px;
	height: 107px;
	text-align: left;
}

/* > BEGIN NAV MENU */
#menu a {
	margin-top: 35px;
	height: 43px;
	display: block;
	float: left;
}
#menu a:hover {
	background-position: 0 -43px;
}
#menu a span {
	display: none;
}
#menu #nav_home {
	margin-top: 0px;
	width: 198px;
	height: 107px;
	background: none;
	margin-left: 64px;
	margin-right: 30px;
}
#nav_products {
	width: 104px;
	background: url(/images/products.png) no-repeat 0 0;
}
#nav_about {
	width: 83px;
	background: url(/images/about.png) no-repeat 0 0;
}
#nav_info {
	width: 66px;
	background: url(/images/info.png) no-repeat 0 0;
}
#nav_press {
	width: 81px;
	background: url(/images/press.png) no-repeat 0 0;
}
#nav_retail {
	width: 79px;
	background: url(/images/retail.png) no-repeat 0 0;
}
#nav_contact {
	width: 83px;
	background: url(/images/contact.png) no-repeat 0 0;
}
#nav_cart {
	margin-left: 50px;
	width: 131px;
	background: url(/images/cart.png) no-repeat 0 0;
}
/* > END NAV MENU */
/* END HEADER */


/* BEGIN CONTENT (MIDDLE SECTION) */
#content {
	width: 100%;
	background-color: #877952;
	position: relative;
}

#content .container {
	margin-left: auto;
	margin-right: auto;
	width: 1024px;
}

#content .left {
	margin-left: 61px;
	margin-top: 0;
	float: left;
	text-align: center;
}

#content .right {
	margin-right: 51px;
	float: right;
	position: relative;
}

#contentbox {
	width: 328px; /* 408 - 40*2 padding */
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	padding-left: 40px;
	padding-right: 40px;
}

#snippet {
	/* line up at bottom */
	position: absolute;
	bottom: 10px;
	
	/* spacing and border */
	margin-left: 12px;
	border-left: 7px #ff3000 solid;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
}

#snippet a:hover {
	color: #000000;
}

#footer {
	margin-left: auto;
	margin-right: auto;
	width: 1024px;
	height: 40px;
	background-color: #ffffff;
}

#footer div {
	line-height: 40px;
	font-size: 10px;
	color: #000000;
	margin-left: 61px;
}

#footer a {
	color: #000;
}

#footer a:hover {
	color: #000;
}