@charset "utf-8";

/* CSS Document */

html, body, div, span, p, ol, ul, li, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}

html {
	overflow-y: scroll;
}

ol, ul {
	margin: 10px 0 10px 40px;
}

li {
	margin-top: 10px;
}

li:first-child {
	margin-top: 0;
}

body {
	background: url(../images/page-background.jpg) top center no-repeat;
	font: .8em Arial, Helvetica, sans-serif;
	padding: 20px;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1.2em;
}

a, a:visited {
	color: #5d8ba1;
}

a:hover {
	color: #000;
}

a img {
	border: none;
}

#container {
	width: 777px;
	margin: 0 auto;
	height: 100%;
}

#header {
	width: 777px;
	height: 67px;
	margin-bottom: 15px;
}

#header h1 {
	float: left;
	width: 143px;
}

#nav {
	background: url(../images/nav-background.jpg) repeat-y;
	width: 624px;
	height: 22px;
	list-style: none;
	float: left;
	margin: 40px 0 0 10px;
}

#nav li {
	float: left;
	text-align: center;
	padding: 3px 20px 3px;
	height: 16px;
	border-right: 2px solid #FFF;
	margin-top: 0;
}

#nav li a {
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

#nav li a:hover {
	color: #FFF;
}

#rotatingImage {
	width: 757px;
	padding: 6px 13px 0 7px;
	height: 244px;
	background: url(../images/content-bg-top.png) no-repeat;
	position: relative;
}

.rotatingHeader {
	position: absolute;
	top: 6px;
	left: 7px;
}

#numbers {
	position: absolute;
	bottom: 10px;
	left: 20px;
}

#numbers img {
	cursor: pointer;
	margin-right: 5px;
}

#content {
	width: 722px;
	background: url(../images/content-bg-mid.png) repeat-y;
	padding: 20px 33px 10px 22px;
	color: #888;
	font-size: .9em;
}

.fullContent #content {
	width: 757px;
	padding: 0px 13px 0px 7px;
}

#contentTrail {
	background: url(../images/content-bg-bottom.png) no-repeat;
	width: 777px;
	height: 16px;
}

.home #content {
	width: 747px;
	padding: 20px 18px 10px 12px;
}

.bottomBoxes {
	background-repeat: no-repeat;
	float: left;
	height: 194px;
	padding: 20px 15px 0;
	margin-left: 23px;
	display: inline;
	color: #FFF;
	position: relative;
}

.bottomBoxes .boxesCopy {
	position: absolute;
	bottom: 10px;
	width: 230px;
}

.home .bottomBoxes, .home #learningCenterBox {
	margin-left: 20px;
}

.bottomBoxes h3 {
	background-repeat: no-repeat;
	text-indent: -10000px;
}

#learningCenterBox {
	margin-left: 0;
	width: 228px;
	background-image: url(../images/home-page-boxes/pink-box.jpg);
}

#learningCenterBox h3 {
	background-image: url(../images/home-page-boxes/learning-center.jpg);
	width: 167px;
	height: 22px;
}

#productBox {
	width: 228px;
	background-image: url(../images/home-page-boxes/tan-box.jpg);
}

#productBox h3 {
	background-image: url(../images/home-page-boxes/product.jpg);
	width: 80px;
	height: 18px;
}

#newBox {
	width: 128px;
	background-image: url(../images/home-page-boxes/purple-box.jpg);
	color: #9853bc;
}

#promotionBox {
	width: 128px;
	background-image: url(../images/home-page-boxes/cyan-box.jpg);
}

#newBox h3 {
	background-image: url(../images/home-page-boxes/new.jpg);
	width: 106px;
	height: 17px;
}

#adviceBox {
	width: 160px;
	padding: 0;
}

.largeQuote {
	color: #FFF;
	font-size: 1.7em;
	line-height: 1.4em;
	font-style: italic;
	font-weight: bold;
	text-shadow: 3px 3px 5px #666;
	margin-bottom: 5px;
	margin-left: 5px;
}

#infoBar {
	background: url(../images/black-bg.png) no-repeat;
	width: 777px;
	height: 42px;
	overflow: hidden;
	color: #FFF;
	position: relative;
}

#infoBar img {
	position: absolute;
	top: 6px;
	left: 7px;
}

h2.pageTitle {
	background: url(../images/titles-sprite.jpg) no-repeat;
	font-size: 2.5em;
	text-indent: -10000px;
	width: 608px;
	height: 39px;
	margin: 15px 0 12px -5px;
}

#newApproachHeader {
	background: url(../images/new-approach-header.png) no-repeat;
	width: 697px;
	margin: 0 auto;
}

.lcBox {
	background: url(../images/box-sprite.png) no-repeat;
	width: 197px;
	height: 123px;
	padding: 30px 15px 0;
	float: left;
	position: relative;
	display: inline;
	overflow: hidden;
	color: #035780;
}

.lcBox.current, .lcBox.current img {
	opacity: .5;
	filter:alpha(opacity=50);
}

.lcBox#yeast {
	background-position: 0 -153px;
	margin-left: 20px;
	color: #477731;
}

.lcBox#trich {
	background-position: 0 -306px;
	margin-left: 20px;
	color: #7d3078;
}

.lcBox h3 {
	background:url(../images/box-sprite.png) 0 -459px no-repeat;
	width: 188px;
	height: 22px;
	text-indent: -10000px;
	margin: 0 auto 5px;
}

.lcBox#yeast h3 {
	background-position: 0 -481px;
	width: 147px;
}

.lcBox#trich h3 {
	background-position: 0 -503px;
	width: 148px;
}

.learnMore {
	background:url(../images/box-sprite.png) 0 -525px no-repeat;
	width: 109px;
	height: 28px;
	position: absolute;
	right: 15px;
	bottom: 20px;
}

#yeast .learnMore {
	background-position: 0 -553px;
}

#trich .learnMore {
	background-position: 0 -581px;
}

.strong {
	font-weight: bold;
	color: #666;
}

.strongTitle {
	font-weight: bold;
	color: #0089cc;
	font-size: 1.15em;
}

.tableHover {
	background-color: #ebf5f9;
}

.productLink {
	float: left;
	width: 100px;
	height: 120px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 15px;
}

.largeProductLink {
	float: left;
	width: 200px;
	height: 200px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 15px;
	color: #0089cc;
}

.productLink img {
	margin-bottom: 5px;
}

.question {
	color: #0089cc;
	font-weight: bold;
	cursor: pointer;
	margin-bottom: 5px;
}

.question.poll {
	margin-bottom: 10px;
}

.answer {
	margin-bottom: 15px;
	width: 600px;
}

.answer ol {
	width: 550px;
	margin: 0 0 0 40px;
}

.retailLogo {
	float: left;
	width: 150px;
	text-align: center;
	height: 56px;
	margin-top: 20px;
}

.inactiveInput {
	color: #999;
}

#footer {
	text-align: center;
	width: 777px;
	color: #666;
	font-size: .8em;
	line-height: 1.5em;
	margin-top: 20px;
}

.altRow2 {
	background-color: #EEE;
}

#dealerResults {
	width: 600px;
	color: #333;
}

#dealerResults th {
	background-color: #666;
	color: #FFF;
}

.shadowText {
	color: #FFF;
	text-shadow: #666 1px 1px 3px;
}

.shadowText a {
	color: #FFF;
}

.shadowText a:hover {
	color: #EEE;
}

.colorTitle {
	float: right;
}

#productImage {
	background: url(../images/product-landing-group.png) no-repeat;
}

.error {
	border: 1px solid #F00;
	background-color: #efbbc5;
	padding: 6px;
	margin: 3px 0 8px;
	color: #000;
	font-weight: bold;
}

#productsLanding {
	position: absolute;
	top: 85px;
	left: 515px;
	width: 210px;
	line-height: 1.7em;
	color: #8d6d37;
}

#productsLanding a {
	color: #8d6d37;
}

#productsLanding a:hover {
	color: #5d8ba1;
}

#productsLanding h3 {
	background: url(../images/product-sprite.png) no-repeat;
	width: 217px;
	height: 17px;
	color: #e14fa5;
	font-size: 1.3em;
	text-indent: -10000px;
	margin-top: 15px;
}

#productsLanding h3#utiTitle {
	background-position: 0 -17px;
}

#productsLanding h3#otherTitle {
	background-position: 0 -34px;
}

#productsCopy {
	position: absolute;
	left: 0;
	width: 757px;
	text-align: center;
	top: 50px;
	color: #856838;
	font-weight: bold;
}

#meetRebeccaTitle {
	background: url(../images/rebecca-title.png) no-repeat;
	width: 204px;
	height: 35px;
	text-indent: -10000px;
	margin: 0 0 15px -3px;
}
