/* File: traceminerals.css */
html { height: 100%; }

body  {
	font: 100% Arial, Helvetica, sans-serif;
	background: #ede9e8 url(../images/minerals-bg.jpg) repeat-x top;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	height: 100%;
}

a:link {
color: #006699;
}
a:visited, a:active {
color: #06416a;
}
a:hover {
color: #007bce;
text-decoration: none;
background-color: transparent;
}
a img { border: none; }
#shadowbg {
	width: 1006px;
	background:url(../images/shadow-bg.png) repeat-y;
	margin: 0 auto;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height: 100%;
}
#container { 
	width: 980px;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	position: relative;
} 
#header { 
	background: #0b4b93 url(../images/header.gif) no-repeat;
	width: 954px;
	height: 92px;
	padding: 0 10px 0 16px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	position: relative;
} 
#header img{
	margin: 3px 0 0 0;
	padding: 0;
}
#header p {
	position: absolute;
	top: 10px;
	right: 10px;
	margin: 0;
	color: #ffffff;
	font: Arial, Helvetica, sans-serif 13px;
	font-size: 13px;
}
#header a {
	color: #ffffff;
	text-decoration: none;
}
#header a:hover {
	text-decoration: underline;
}

.search-form {
	position: absolute;
	right: 15px;
	bottom: 10px;
}

.search-form label {
	float: left;
	color: #ffffff;
	font-size: 13px;
	height: 24px;
	line-height: 24px;
}

.search-form input {
	float: left;
	display: block;
	margin-left: 15px;
	height: 16px;
	line-height: 16px;
}

.search-form input#submit {
	margin-left: 8px;
	background: #ebebeb;
	height: 25px;
	width: 50px;
	border: 1px solid #666666;
	outline: none;
	cursor: pointer;
}

#mainContent .search-form {
	position: relative;
	left: 0;
	top: 0;
}

#mainContent .search-form label {
	color: #000000;
}

.search-results .search-form { display: none; }

#nav {
	background: #004193 url(../images/nav-bg.gif) repeat-x;
	height: 34px;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 10;
}

#nav li {
	list-style:none;
	float: left;
	color: #ffffff;
}

#nav li a, #nav span.menubg {
	border-right: solid 1px #091f44;
	border-left: solid 1px #2867a4;
	border-top: 0;
	border-bottom: 0;
	width: 100px;
	padding: 3px 10px 3px 20px;
	display: block;
	font: normal 13px/28px Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #ffffff;
	display: block;
}

#nav li a#bulk-international { border-right: 0; width: 157px; }

#nav li a:hover, #nav li:hover a, #nav li.hover a {
	background: url(../images/nav-bg-over.gif) repeat-x;
	color: #ffffff;
}

#nav ul {
	margin: 0;
	padding: 0;
	list-style:none;
	position:absolute;
	left:-99999px;
	width: 210px;
	border:1px solid #091F44;
	border-top: none;
	background: #ffffff;
}
#nav li li {
   margin:0;
   float: none;
   position: relative;
   height: 100%;
}
#nav li li a, #nav li:hover li a, #nav li.hover li a, #nav span.menubg {
   color:#666;
   width: 180px;
   display: block;
   text-align: left;
   background: none;
   border: none;
   margin: 0;
   padding: 0 15px;
}

#nav li li li a, #nav li li:hover li a, #nav li.hover li.hover li a {
	background: #eeeeee;
	color: #666;
}
#nav li li a:hover, #nav li li:hover a,
#nav li li:hover li a:hover, #nav li.hover li.hover a,
#nav li li li a:hover, #nav li.hover li.hover li a:hover {
	background: #4177AA;
	color:#fff;
}
#nav li li:hover ul, #nav li li.hover ul {
	border: 1px solid #091f44;
	position: absolute;
	top:0;
}
#nav li:hover ul, #nav li.hover ul {
  left:auto;
}
#nav li:hover li ul, #nav li.hover li ul {
	left: -99999px;
}
#nav li li:hover ul, #nav li li.hover ul {
	left: 210px;
}

#nav li:hover { height: auto; } /* To fix "sticky" dropdowns in IE7 */


#slide-container {
	position: relative;
	width: 644px;
	height: 342px;
	float: left;
	display: inline; /* To fix IE6 double margin bug */
	margin-top: 14px;
	margin-left: 15px;
}

#intro {
	width: 644px;
	height: 342px;
}

#intro img {
	display: none;
	width: 644px;
	height: 342px;
}

#intro .first {
	display:inherit;
}

#navi {
	position: absolute;
	z-index: 9;
	bottom: 15px;
	left: 50%;
	height: 20px;
}

#navi-container { position: relative; left: -50%;}

#navi a {
	float: left;
	width: 20px;
	height: 20px;
	margin: 0 1px;
	text-indent: -99999px;
	overflow: hidden;
	outline: none;
	background: url(../images/slide-show-controls-off.png) no-repeat;
}

#navi a.activeSlide { background: url(../images/slide-show-controls-active.png) no-repeat; }

#navi a#play-pause {
	width: 11px;
	height: 16px;
	background: url(../images/pause.gif) no-repeat;
	margin-top: 2px;
	margin-left: 6px;
}

#navi a#play-pause.active {
	background-image: url(../images/pause-active.gif);
}


#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 300px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #ffffff;
	padding: 52px 0;
}
#mainContent { 
	margin: 0 301px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 30px 40px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	color: #444444;
}

#mainContent #breadcrumbs{
margin: -12px 0 20px 0;
padding: 0;
font-size: 70%;
color: #777777;
}
#mainContent #breadcrumbs a{
color: #777777;
}
#mainContent #productdescription{
width: 324px;
height: 290px;
float: right;
margin: -15px 0 20px 0;
}
#mainContent #productimage{
	text-decoration: none;
	display: block;
	text-align: center;
	outline: none;
}
#mainContent #award{
float: left;
margin: 0 20px 10px 0;
}
#mainContent h1 {
font-size: 140%;
color: #006699;
} 
#mainContent h2{
font-size: 120%;
color: #000000;
}
#mainContent h3{
font-size: 100%;
color: #000000;
padding: 0;
margin: 25px 0 0 0;
}
#mainContent p {
font-size: 100%;
line-height: 135%;
color: #444444;
padding: 0;
margin: 5px 0 15px 0;
}
#mainContent ol {
font-size: 100%;
color: #444444;
}
#supfacts table {
border: solid 2px #000000;
border-collapse:collapse;
color: #444444;
width: 300px;
float: left;
margin: 15px 20px 15px 0;
}
#supfacts table td{
font-size: 90%;
border: solid 1px #000000;
color: #444444;
padding: 1px 6px;
}
#supfacts table h1{
color: #000000;
font-size: 150%;
margin: 0 0 5px 0;
padding: 0;
}
#mainContent #disclaimer{
clear: both;
border: solid 1px #666666;
color: #666666;
font-size: 60%;
padding: 5px;
margin: 30px 0 15px 0;
}

form#as table {
	border: none;
	width: auto;
	margin: 0;
}

form#as table td {
	border: none;
	padding: 3px;
}

/* Side Nav Styles */
#side_nav {
	width: 278px;
	border: 1px solid #bbbbbb;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background: url(../images/bg-sidenav.jpg) no-repeat;
	padding: 0;
	margin: 0;
}

#side_nav h2 {
	height: 68px;
	margin: 0;
	padding-top: 12px;
	padding-left: 20px;
	font-size: 22px;
	font-weight: normal;
	color: #024392;
}

#side_nav li {
	list-style: none;
	margin: 0;
	padding: 0;
}

#side_nav li a {
	font-size: 16px;
	color: #494444;
	text-decoration: none;
	padding: 5px 20px;
	display: block;
	background: url(../images/side-nav-arrow.gif) no-repeat 245px 50%;
	border-bottom: 1px solid #bbbbbb;
}


#side_nav li a:hover {
background: #dee5ee;
color: #000000;
}

#side_nav li.last a {
	border: none;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
}


.home #side_nav {
	margin-left: 680px;
	margin-top: 14px;
	height: 341px;
	background-position: 0 -6px;
}

.home #side_nav h2 {
	padding-top: 8px;
	height: 60px;
}

.home #side_nav li a {
	height: 19px;
}

.home #side_nav li.last a { height: 23px; }

/* Products Page */
a.cat-title {
	font-size: 17px;
	color: #666666;
	text-decoration: none;
	padding-top: 68px;
}

ul.cat-list {
	padding: 0;
	width: 296px;
	float: left;
	margin-left: 5px;
	margin-top: 5px;
}

#first { margin-left: 0; }

ul.cat-list li {
	list-style: none;
}

ul.cat-list li h2 {
	margin: 0;
}

ul.cat-list li h2 a {
	width: 276px;
	height: 49px;
	background: url(../images/categories/juice-with-trace-minerals-small.jpg) no-repeat;
	display: block;
	text-align: right;
	padding-right: 20px;
	padding-top: 23px;
	font-size: 17px;
	font-weight: normal;
	text-decoration: none;
	color: #666666;
	margin-bottom: 9px;
	outline: none;
}

ul.cat-list a#exotic-juices { background: url(../images/categories/juice-with-trace-minerals-small.jpg) no-repeat; }
ul.cat-list a#liquid-tablet-minerals { background: url(../images/categories/liquid-trace-minerals-small.jpg) no-repeat; }
ul.cat-list a#energy-performance { background: url(../images/categories/trace-minerals-for-energy-small.jpg) no-repeat; }
ul.cat-list a#multivitamins-minerals { background: url(../images/categories/multivitamin-trace-minerals-small.jpg) no-repeat; }
ul.cat-list a#childrens-formulas { background: url(../images/categories/trace-minerals-for-children-small.jpg) no-repeat; }
ul.cat-list a#wellness-lifestyle { background: url(../images/categories/trace-minerals-for-wellness-small.jpg) no-repeat; }
ul.cat-list a#bone-joint { background: url(../images/categories/trace-minerals-for-joints-small.jpg) no-repeat; }
ul.cat-list a#bulk-products { background: url(../images/categories/bulk-trace-minerals-small.jpg) no-repeat; height: 49px; }

/* Category Pages */
.cat-title {
	width: 558px;
	height: 51px;
	text-align: right;
	padding-right: 40px;
	padding-top: 63px;
	display: block;
	outline: none;
}

#new-products { background: url(../images/categories/new-trace-minerals.jpg) no-repeat; }
#exotic-juices { background: url(../images/categories/juice-with-trace-minerals.jpg) no-repeat; }
#liquid-tablet-minerals { background: url(../images/categories/liquid-trace-minerals.jpg) no-repeat; }
#energy-performance { background: url(../images/categories/trace-minerals-for-energy.jpg) no-repeat; }
#multivitamins-minerals { background: url(../images/categories/vitamins-and-trace-minerals.jpg) no-repeat; }
#childrens-formulas { background: url(../images/categories/trace-minerals-for-children.jpg) no-repeat; }
#wellness-lifestyle { background: url(../images/categories/trace-minerals-for-wellness.jpg) no-repeat; }
#bone-joint { background: url(../images/categories/trace-minerals-for-joints.jpg) no-repeat; }
#bulk-products {
	background: url(../images/categories/bulk-trace-minerals.jpg) no-repeat;
	padding-top: 23px;
	height: 91px;
}


#product-list { padding: 0; }
#product-list li {
	list-style: none;
	margin-bottom: 20px;
}

#product-list table {
	border: none;
	width: auto;
	margin: 0;
	padding: 0;
	float: none;
	font-size: inherit;
}

#product-list table td {
	border: none;
	padding: 0;
	vertical-align: top;
}

#product-list table td.thumb-container {
	width: 90px;
	text-align: center;
	padding-right: 20px;
}

#product-list table td img {
	height: 100px;
}

#product-list table td h3 { margin: 0; }
#product-list table td h3 a { color: #444444; text-decoration: none;}
#product-list table td h3 a:hover { text-decoration: underline;}

/* Product pages */
#product-info {
	border: 1px solid #bad6e3;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 25px 20px;
	margin-bottom: 25px;
}

#product-info table {
	border: none;
	width: auto;
	float: none;
	margin: 0;
	font-size: inherit;
	color: inherit;
}
#product-info table td {
	border: none;
	color: inherit;
	padding: 0;
	vertical-align: top;
}
#product-info td#image-container {
	width: 190px;
	text-align: center;
	padding-right: 20px;
}
#product-info table td h1{
	font-size: 140%;
	color: #006699;
	margin: 0;
}
#product-info table td h2{
	margin: 4px 0;
}
#product-info table td h3{
	margin: 6px 0;
	font-weight: normal;
	color: #444444;
}
#product-info table td h4{
	margin-bottom: 5px;
}
#product-info table td ul{
	margin: 0;
	padding-left: 15px;
	color: #444444;
	font-size: 15px;
}

#product-info table .product-btns {
	float: left;
	margin-top: 10px;
	margin-right: 15px;
}

#productimage abbr {
	background: url(../images/btn-see-larger.gif) no-repeat;
	display: block;
	margin: 0 auto;
	text-indent: -99999px;
	width: 77px;
	height: 14px;
}

#footer { 
	background:#efeeec;
	color: #767676;
	font-size: 15px;
} 

#footer h1 { font-size: 24px; font-weight: normal; color: #767676; margin-top: 0; margin-bottom: 0; }
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

#footer a { color: #767676; text-decoration: none; }
#footer a:hover { text-decoration: underline; }

#footer ul {
	list-style: none;
}

#footer #social {
	width: 554px;
	padding: 32px 58px;
	border-right: 1px solid #cacaca;
	float: left;
}
#footer #social ul {
	margin: 0;
	padding: 0;
	float: left;
	width: 250px;
	padding-right: 20px;
	border-right: 1px solid #cacaca;
}

#footer #social li a {
	float: left;
	clear: left;
	height: 52px;
	line-height: 52px;
	background: url(../images/sprite-icons.gif) no-repeat;
	padding-left: 62px;
	color: #767676;
	text-decoration: none;
	margin-bottom: 12px;
}
#footer #social li a:hover { text-decoration: underline; }

#footer #social #newsletter {
	margin-left: 271px;
	padding-left: 20px;
}

#footer #social #newsletter h2 {
	background: url(../images/sprite-icons.gif) no-repeat;
	padding-left: 62px;
	font-size: 17px;
	height: 52px;
	line-height: 22px;
	margin: 0;
}

#footer #social #newsletter input.email {
	width: 164px;
	height: 13px;
	border: 1px solid #9e9e9e;
	padding: 8px 12px;
	color: #999999;
	float: left;
}

#footer #social #newsletter input.subscribe {
	width: 67px;
	height: 33px;
	float: left;
	margin-left: 4px;
	margin-top: -1px;
	background: url(../images/subscribe.gif) no-repeat;
	border: 0;
	padding: 0;
	cursor: pointer;
}

#footer #memberships {
	margin-left: 671px;
	padding: 32px 30px;
	padding-bottom: 0;
}

#footer #memberships ul {
	margin: 0;
	margin-top: 20px;
	padding: 0;
}

#footer #memberships li a {
	height: 55px;
	line-height: 18px;
	padding-top: 10px;
	padding-left: 82px;
	display: block;
	font-size: 13px;
	color: #767676;
	text-decoration: none;
	margin-bottom: 18px;
}
#footer #memberships li a:hover { text-decoration: underline; }

#footer #memberships a.npa { background: url(../images/member-npa.gif) no-repeat; }
#footer #memberships a.ava { background: url(../images/member-ava.gif) no-repeat; }
#footer #memberships a.ahpa { background: url(../images/member-ahpa.gif) no-repeat; }

#footer #links {
	clear: both;
	border-top: 1px solid #cacaca;
	border-bottom: 1px solid #cacaca;
	padding: 30px 58px;
	overflow: auto;
}

#footer #links h2 { margin: 0; font-size: 17px; }
#footer #links ul {
	margin: 0;
	padding: 0;
	padding-right: 20px;
	float: left;
	width: 201px;
}

#footer #links ul.last { padding: 0; }

#footer #links a { color: #767676; text-decoration: none; }
#footer #links a:hover { text-decoration: underline; }

p#footer-info { clear: both; text-align: center; padding-bottom: 15px; font-size: 13px; }

span.sep { margin: 0 10px; }

a.newsletter { background-position: 0 0 !important; }
a.facebook { background-position: 0 -52px !important; }
a.email { background-position: 0 -104px !important; }
a.share { background-position: 0 -156px !important; position: relative; }
a.twitter {background-position: 0 -208px !important;}
a.share span { background: none !important; position: absolute !important; bottom:16px !important; }
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 20px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 20px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#contact-info table{
border: 0;
width: 600px;
font-size: 90%;
}
#contact-info table td{
border: solid 6px white;
padding: 15px;
width: 33%;
background-color: #f2f2f2;
}


.error { color: #FF0000 !important; }

.FB_fan iframe { height: 280px !important;}
