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

body {
	background: /*#faea92*/ #faea92 url(../images/background.png) repeat-x;
	background-attachment: fixed;
	margin-top: 0;
}





/* ###### GLOBAL LAYOUT ###### */

#wrapper {
	width: 902px;
	margin: 0 auto;
}

#header {
	margin: 0;
	padding: 0;
	/*background: url(../images/tealeaves-header.jpg) no-repeat top right;  old layout w/o image logo */
	background: url(../images/tealeaves-header-alt1.jpg) no-repeat top right;
}

#nav_wrapper {
	width: 902px;
	height: 38px; /*height of the rounded end images */
	background: 0 none;
}

#nav {
	width: 880px;
	/*margin: 0 11px;*/
	float: left;
	height: 38px;
	background: #52551b url(../images/topnav_bkgd.png) repeat-x;
}



#content_wrapper {
	width: 880px;
	margin-left: 11px;
	padding-bottom: 10px; /* prevent any p at bottom from pushing footer down */
	background: #fefcf0;
}

#content {
	width: 850px;
	margin: 10px 15px;
}


#footer_wrapper {
	width: 902px;
	height: 22px; /* height of the rounded edge images */
	background: 0 none;
}

#footer {
	width: 880px;
	float: left;
	height: 22px;
	background: #52551b url(../images/footer_bkgd.png) repeat-x;
}

#popup_d_bkgd,
#popup_co_bkgd,
#popup_newsletter_bkgd {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	height: 100%;
	background: url(../images/popup-k.png) repeat;
	display: none;
}

#popup_disclaimer,
#popup_cotax,
#popup_newsletter {
	position: relative;
	margin: 50px auto 0;
	width: 400px;
	border: 1px solid #000;
	background: #fff;
	padding: 10px;
	/*visibility: hidden;*/
	z-index: 20;
}

.round_edge { /* rounded ends on top nav and footer, and various page-specific boxes */
	float: left;
}



.box850 { /* green gradient box to highlight text on various pages */
	width: 850px;
	background: /*#52551b url(../images/box-850_bkgd.png) repeat-x*/#7a7e31;
	color: #fff;
}





/* ###### GLOBAL TEXT FORMATTING ###### */

body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: normal;
}


p, ul, ol, blockquote, #results, #result_report {
	font-size: 12px;
	font-weight: normal;
	color: #000;
}

h2 {
	font-size: 18px;
	font-weight: bold;
	color: #52551b;
}

h3 {
	font-size: 16px;
}


.strike {
	text-decoration: line-through;
}


#footer p {
	text-align: center;
	margin: 4px 0 0 0;
}

.center {
	text-align: center;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}


.top {
	margin-top: 0;
}

.bottom {
	margin-bottom: 0;
}

.caption {
	font-size: 10px;
	width: 500px;
	margin-top: 0;
}

p.copyright {
	text-align: center;
	font-size: 11px;
	margin: 5px 0 0;
}

p#footer_disclaimer {
	text-align: center;
	font-size: 9px;
	width: 750px;
	margin-left: 75px;
}

.uppercase {
	text-transform: uppercase;
}

ol ol { /* ordered list within an ordered list */
	list-style-type: lower-latin;
}

.box850 p,
.box850 h1, .box850 h2, .box850 h3,
.box850 ul, .box850 ol {
	color: #fff;
	margin-left: 10px;
	margin-right: 10px;
}



/* ###### GLOBAL LINK FORMATTING ###### */

.noborder { /* remove border on links that are images */
	border: 0 none;
	text-decoration: none;
}


#content a:link,
#content a:visited { /* formatting for text links within content area */
	color: #52551b;
	font-weight: bold;
	text-decoration: none;
}

#content a:hover {
	color: #ab0000;
}



#footer a:link,
#footer a:visited {
	padding: 0 10px 0;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}

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


.copyright a:link,
.copyright a:visited {
	color: #000;
	text-decoration: none;
}

.copyright a:hover {
	text-decoration: underline;
}





/* ###### GLOBAL IMAGE FORMATTING ###### */

#logoimg {
	margin: 20px 0 0 10px;
}

#logo {
	margin-top: 20px;
}

#tagline {
	margin: 5px 0 10px;
}






/* ###### HEADER FORMATTING ###### */

#header_left {
	width: 685px;
	margin: 0;
	float: left;
}

#header_right {
	width: 190px;
	margin: 0 20px 0 0;
	float: right;
}

form#search { /* search bar at top right of every page */
	margin-top: 75px;
	text-align: right;
	vertical-align: bottom;
}


#search #query {
	/*background: url(../images/spg_white_75.png) repeat;*/
}

.top5 {
	margin-top: 5px;
}







/* ###### FLOATS/CLEARS ###### */

.fltLt {
	float: left;
}

.fltLt_10 {
	float: left;
	margin-right: 10px;
}

.fltLt10 {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.fltRt {
	float: right;
}

.fltRt10 {
	float: right;
	margin: 0 0 10px 10px;
}

.clr {
	clear: both;
}





/* ###### horse resp links, pop-ups, table, etc ###### */

.popUp {
	font-size: 10px;
	padding: 0 10px;
	background: #fff;
	visibility: hidden;
	position: absolute;
	width: 300px;
	border: 1px solid #000;
}

.popUpLink {
	color: #52551b;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
}

#horseresp table,
#pet_tonic table {
	font-size: 12px;
	color: #000;
}

#pet_tonic table {
	margin: 0 40px;
}

#horseresp table th {
	border-bottom: 1px solid #000;
	text-align: left;
}

#horseresp .l,
#pet_tonic .l {
	border-right: 1px solid #000;
}

#horseresp .r,
#pet_tonic .r {
	padding-left: 10px;
}

#horseresp h3 {
	clear: both;
}

#pet_tonic td {
	border-bottom: 1px solid #000;
}

#pet_tonic tr.tr_last td {
	border-bottom: 0 none;
}





/* ###### RESOURCES-LINKS PAGE MENU ###### */
ul.links_pages {
	margin: 10px 0;
	padding: 0;
}

ul.links_pages li {
	list-style-type: none;
}

#content .links_pages a:link,
#content .links_pages a:visited {
	display: block;
	padding: 5px;
	color: #fff;
	background: #7a7e31;
	font-weight: bold;
	float: left;
	border-right: 1px solid #fff;
	text-decoration: none;
}

#content .links_pages a:hover,
#content .links_pages a.current {
	background: #52551b;
}







/* ###### GOOGLE TRANSLATE ###### */

#google_translate_element select {
	font-size: 12px;
	margin-top: 9px;
	margin-left: 3px;
}




/* ###### TOP NAV DROP-DOWNS ###### */

ul.menu {
	list-style:none; 
	margin:0; 
	padding:0;
}

ul.menu * {
	margin:0;
	padding:0;
}

ul.menu a { /* top-level links */
	display:block;
	color: #fff;
	text-decoration:none;
}

ul.menu li {
	position:relative;
	float:left;
	margin-right:2px;
}

/* 2nd-level */

ul.menu ul {
	position: absolute;
	top: 33px; 
	left: 0;
	/*background: #d1d1d1;*/ 
	display: none; 
	opacity: 0; 
	list-style: none;
}

ul.menu ul.dd-right { /* right-most drop down will stay within content area, not jut out into page background */
	left: -55px;
}

ul.menu ul li {
	position:relative; 
	border-bottom:1px solid /*#faea92*/#fdf5ca; 
	border-top:none; 
	width:148px; 
	margin:0;
}

ul.menu ul li a { /* 2nd-level link */
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	display: block; 
	padding: 3px 7px 5px; 
	background-color: #52551b;
}

ul.menu ul li a:hover {
	background-color:#fdf5ca;
	color: #000;
}

ul.menu ul li a#allproducts {
	background-color: #f7d51c;
	color: #000;
}
ul.menu ul li a#allproducts:hover {
	background-color: #fdf5ca;
}

ul.menu ul li.dd-last { /* no bottom border on last link to seamlessly blend with rounded edge */
	border-bottom: 0 none;
}

ul.menu ul li.dd-bottom { /* rounded edge at bottom of drop-down menu */
	height: 10px;
	background: url(../images/drop-down-bottom.png) no-repeat;
	border: none;
}

ul.menu ul ul {
	left:148px; 
	top:-1px;
}

ul.menu .menulink {
	padding: 11px 10px 10px; /* 10px padding on bottom removes gap between top-level link and 2nd-level ul - user will not lose drop-down if they don't mouseover 2nd-level ul fast enough */
	font-weight: bold;
	font-size: 15px;
	line-height: 15px;
	color: #fff;
}

ul.menu #storelink {
	padding: 11px 10px 12px;
	font-weight: bold;
	font-size: 15px;
	line-height: 15px;
	color: #fff;
	background: /*#c00*/ url(../images/topnav_bkgd-store.png) repeat-x;
}

ul.menu a.menulink:link,
ul menu a.menulink:visited {
	/*border:1px solid #aaa;*/ 
	color: #fff;
	/*background:url(images/header.gif);*/
	/*width:134px;*/
}

ul.menu a.menulink:hover {
	color: #fdf5ca;
}
	
/*ul.menu .menulink:hover, 
ul.menu .menuhover {
	background:url(images/header_over.gif);
}*/

ul.menu .sub {
	background:#d1d1d1 url(images/arrow.gif) 136px 8px no-repeat;
}

ul.menu .topline {
	border-top:1px solid #aaa;
}


