@charset "UTF-8";
/* CSS Document */

#content .left {
	background-image: url(/images/alt_bg_left.gif);
	color: #b9ae8c;
	padding-top: 104px; /* account for vertical bars */
	width: 560px;
	height: 515px; /* minus 104 from padding */
}

a.featuredproduct {
	color: #ffffff;
}

a.featuredproduct:hover {
	color: #ff3000;
}

img.featuredproduct {
	width: 419px;
	height: 259px;
	background-color: #b9ae8c;
}

#content .right {
	background-color: #ffffff;
	background-image: url(/images/home_bg_right.gif);
	width: 352px;
	height: 619px;
}

#contentbox {
	color: #000;
}

#contentbox img {
	margin-bottom: 20px;
}

#contentbox p {
	margin-bottom: 12px;
}

#contentbox a {
	color: #000000;
}

#contentbox a:hover {
	color: #ff3000;
}

#snippet {
	padding-left: 10px;
}

#snippet input.text {
	height: 15px; /* 17 - 2 padding */
	width: 133px; /* 138 - 5 padding */
	border: inset 1px #404040;
	font-size: 10px;
	padding-left: 5px;
	padding-top: 2px;
	margin-top: 10px;
	/*margin-right: 14px;*/
}

#snippet input.submit {
	height: 19px;
	width: 23px;
	border: 0;
	background-image: url(/images/snippet_button.gif);
	position: relative;
	top: 2px;
	left: 3px;
}

#snippet .inner {
	font-size: 11.5px;
	width: 173px; /* 187 - 7*2 padding */
	height: 82px; /* 97 - 15 padding */
	padding-left: 7px;
	padding-right: 7px;
	padding-top: 15px;
	background-image: url(/images/snippet_bg.gif);
}

#mailing_list_thanks {
	display: none;
	text-align: left;
	font-weight: bold;
	color: #ff3000;
	margin-top: 10px;
}