/* HTML Styles */

body {
	font: 75%/1.3em Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	background: #fff url(../images/body_bg.jpg) repeat-x left top;
	margin: 0;
	padding: 0;
}
a:link {
	text-decoration: none;
	color: #2b53a2;
}
a:visited {
	text-decoration: none;
	color: #6f8abd;
}
a:hover, a:active {
	text-decoration: underline;
	color: #2b53a2;
}
h1 {
	font-size: 182%;
	line-height: 1.2em;
	font-weight: normal;
	color: #f09200;
	margin: 0 0 1.5em 0;
}
h2 {
	font-size: 136%;
	line-height: 1.2em;
	font-weight: normal;
	color: #2b53a2;
}
img {
	border: none;
}
hr {
	color: #ccc;
	background: #ccc;
	height: 1px;
	padding: 0;
	border: none;
}
input, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #666;
	vertical-align: middle;
}
fieldset {
	margin: 0;
	padding: 0;
	border: none;
}
legend {
	font-size: 100%;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
table {
	padding: 0;
	border: solid 1px #ccc;
	border-collapse: collapse;
}
caption {
	font-size: 130%;
	font-weight: bold;
	color: #fff;
	background: #2b53a2;
	text-align: left;
	padding: 5px 10px;
}
thead, tfoot {
	background: #e5e5e5;
}
th, td {
	font-size: 95%;
	line-height: 1.2em;
	text-align: left;
	vertical-align: top;
	margin: 0;
	border-bottom: solid 1px #ccc;
}
td {
	padding: 5px;
}
th {
	font-weight: bold;
	padding: 5px;
}

/* Main Containers */

#page {
	background: url(../images/page_bg.jpg) no-repeat left top;
	width: 100%;
}
#container, #containerside {
	min-width: 980px;
	clear: both;
}
#containerfront {
	width: 980px;
	clear: both;
}
#containerside {
	background: url(../images/side_bg.gif) repeat-y right top;
}
#innercontainer {
	background: url(../images/container_bg.gif) repeat-y left top;
	min-width: 820px;
	padding-left: 160px;
}
#containerfront #innercontainer {
	width: 980px;
	min-width: auto;
	float: left;
	padding-left: 0;
}
#containerside #innercontainer {
	min-width: 605px;
	padding-right: 215px;
}

/* Header */

#header {
	width: 100%;
	float: left;
	min-width: 980px;
	position: relative;
	z-index: 3000;
}
#logo {
	float: left;
	padding-left: 270px;
}
#logo p {
	background: url(../images/header_logo2.jpg) no-repeat left top;
	height: 100px;
	width: 410px;
	margin: 0;
}
#logo a {
	display: block;
	text-indent: -9999px;
	height: 100px;
	width: 410px;
}
#header form, #header fieldset {
	margin: 0;
	padding: 0;
	border: none;
}
#header input, #header select {
	font-size: 90%;
}
#search {
	width: 220px;
	float: right;
	padding: 20px 8px 28px 0;
}
.searchinput {
	width: 140px;
	margin: 0;
}
.searchbutton {
	font-weight: bold;
	color: #666;
}
#birdlist {
	width: 210px;
	float: right;
	clear: right;
	padding: 8px 8px 0 0;
}
.birdselect {
	width: 202px;
}
#birdtabs {
	font-size: 70%;
	line-height: 1em;
	color: #000;
	width: 100%;
	float: left;
	clear: both;
}
#birdtabs p {
	background: url(../images/choose_bg.png) no-repeat right center;
	text-indent: -9999px;
	height: 16px;
	width: 100%;
	float: left;
	clear: both;
	margin: 0;
	padding: 8px 0;
}
#birdtabs ul {
	background: #f4f8fd url(../images/birdtabs_bg.png) repeat-x left top;
	width: 100%;
	float: left;
	clear: both;
	margin: 0;
	padding: 5px 0;
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
}
#birdtabs li {
	float: left;
	width: 9.9%;
	list-style: none;
	position: relative;
	z-index: 4000;
}
#birdtabs a:hover span {
	text-decoration: underline;
}
#birdtabs img {
	float: left;
	margin-right: 2px;
}
#birdtabs span {
	display: block;
	padding-top: 7px;
}
#birdtabs ul li ul {
	font-size: 122%;
	line-height: 1.15em;
	background: #385db5;
	display: none;
	height: auto;
	width: 180px;
	float: none;
	clear: none;
	margin: 0;
	padding: 0;
	border-top: solid 1px #9d9d9d;
	border-right: solid 1px #9d9d9d;
	border-left: solid 1px #9d9d9d;
	position: absolute;
	top: 36px;
	left: 0;
	z-index: 5000;
}
#birdtabs ul li.tablast ul {
	right: 5px;
	left: auto;
}
#birdtabs ul li:hover ul {
	display: block;
}
#birdtabs ul li ul li {
	height: auto;
	width: 180px;
	float: none;
	margin: 0;
	border-bottom: solid 1px #9d9d9d;
}
#birdtabs ul li ul li a {
	color: #fff;
	background: #385db5;
	text-indent: 0;
	display: block;
	height: auto;
	width: 160px;
	padding: 4px 10px;
}
#birdtabs ul li ul li a:hover {
	text-decoration: none;
	color: #fff;
	background: #6e8acc;
}

/* Nav */

#sidebar {
	color: #e1e1e1;
	background: #274690;
	width: 160px;
	float: left;
	margin-left: -100%;
	position: relative;
	right: 160px;
}
#containerfront #sidebar {
	margin-left: 0;
	left: 0;
	z-index: 100;
}
#sidebar a {
	color: #e1e1e1;
}
#social {
	padding: 5px 8px;
	background: #efc346;
}
#nav ul {
	font-size: 117%;
	background: #274690;
	width: 160px;
	margin: 0;
	padding: 0;
	border-top: solid 1px #9d9d9d;
}
#nav li {
	width: 160px;
	position: relative;
	list-style: none;
	border-bottom: solid 1px #9d9d9d;
}
#nav a {
	line-height: 1.2em;
	background: url(../images/nav_bg.gif) repeat-y left center;
	display: block;
	width: 136px;
	padding: 5px 12px;
}
#nav a:link, #nav a:visited {
	color: #fff;
	background-color: #385db5;
}
#nav .on a:link, #nav .on a:visited {
	color: #a8bae6;
}
#nav a:hover, #nav li.on ul li a:hover {
	text-decoration: none;
	color: #fff;
	background-color: #6e8acc;
}
#nav .navparent a {
	background-image: url(../images/nav_bg_parent.gif);
}
#nav a#active:link, #nav a#active:visited {
	background-color: #607cbf;
}
#nav li ul {
	font-size: 86%;
	width: 180px;
	position: absolute;
	top: -1px;
	left: 160px;
	display: none;
	border-top: solid 1px #9d9d9d;
	border-right: solid 1px #9d9d9d;
	border-left: solid 1px #9d9d9d;
}
#nav li:hover ul {
	display: block;
}
#nav li ul li {
	width: 180px;
}
#nav li ul li a, #nav li.navparent ul li a, #nav li.on ul li a:link, #nav li.on ul li a:visited {
	color: #fff;
	background-image: none;
	width: 156px;
}
#nav li.on ul {
	font-size: 86%;
	display: block;
	width: 160px;
	border: none;
	position: relative;
	top: auto;
	left: auto;
}
#nav li.on ul li {
	width: 160px;
	border-bottom: none;
}
#nav ul li.on ul li a {
	background: none;
	width: 136px !important;
	padding: 5px 12px;
}
.sidebox {
	font-size: 95%;
	line-height: 1.2em;
	padding: 15px 10px;
}
.sidebox p, .sidebox h2, .sidebox ul, .sidebox ol {
	margin: .5em 0;
}
.sidebox h2 {
	font-size: 136%;
	font-weight: normal;
	color: #fff;
}
.sidebox ul {
	padding: 0;
}
.sidebox ul li {
	font-weight: bold;
	background: url(../images/bullet_sidebox.gif) no-repeat left 4px;
	padding-left: 10px;
	list-style: none;
}
#newsletter {
	background: #213a75;
	padding: 10px;
	border-top: solid 1px #9d9d9d;
	border-bottom: solid 1px #9d9d9d;
}
#newsletter form {
	margin: 0;
}
#newsletter h2 {
	font-size: 117%;
	color: #fff;
	margin: 0 0 .7em 0;
}
#newsletter p {
	font-size: 92%;
	margin: .5em 0;
}
.newsinput {
	font-size: 91%;
	width: 130px;
	padding: 5px;
	border: 0;
}
.newssubmit {
	color: #fff;
	background: transparent url(../images/side_newsletter_button.png) no-repeat center center;
	text-align: center;
	height: 21px;
	width: 56px;
	border: 0;
	cursor: pointer;
}

/* Footer */

#footer {
	font-size: 90%;
	color: #fff;
	background: #385db5 url(../images/footer_tag.gif) no-repeat center 50px;
	width: 100%;
	min-width: 980px;
	float: left;
	clear: both;
}
#footer p {
	margin: 0;
}
#footer a {
	color: #fff;
}
#footernav {
	font-size: 91%;
	text-align: center;
	color: #738fd1;
	padding: 10px;
}
#copyright {
	color: #fff;
	float: left;
	padding: 10px;
}
#tagline {
	display: none;
}
#contact {
	font-weight: bold;
	color: #fff;
	text-align: right;
	float: right;
	padding: 10px;
}

/* Content */

#content {
	width: 100%;
	float: left;
	position: relative;
}
#containerfront #content {
	width: 525px;
}
.clear {
	clear: both;
}
#bodytext {
	padding: 15px 25px 25px 25px;
}
#content ul, #frontside ul, #side ul {
	margin-left: 0;
	padding-left: 0;
}
#content ul li, #frontside ul li, #side ul li {
	background-image: url(../images/bullet_blue.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
	padding-left: 10px;
	list-style: none;
}
#content form ul {
	margin: 0;
	padding: 0;
}
#content fieldset ul li, #content .searchform .formcolumns ul li {
	background-image: none;
	float: left;
	margin: 0;
	padding: 5px 10px;
	list-style: none;
}
#content form ul li ul {
	width: 600px;
}
#content form ul li ul li, #content .searchform .formcolumns ul li {
	width: 150px;
	clear: none;
}
#content form ul li.clear {
	font-size: 1%;
	height: 1px;
	width: 100%;
	float: none;
	padding: 0;
	overflow: hidden;
}
.photo {
	float: right;
	margin: 0 0 25px 25px;
}
.photocaption, .note {
	font-size: 92%;
	line-height: 1.2em;
	margin: 0;
}
#side .photocaption {
	padding: 5px 20px;
}
.searchform fieldset {
	border-top: solid 2px #2b53a2;
}
.searchform legend {
	font-size: 130%;
	line-height: 1.2em;
	color: #2b53a2;
	margin-bottom: 10px;
	padding: 0 10px 0 0;
}
.searchform ul li {
	width: 80%;
	clear: both;
	padding: 5px 0;
}
.searchform ul li label {
	font-weight: bold;
	text-align: right;
	width: 90px;
	float: left;
	margin-right: 10px;
}
#content .searchform .formcolumns ul li label {
	font-weight: normal;
	text-align: left;
	width: auto;
	float: none;
	margin-right: 0;
}
.searchform ul li input, .searchform ul li select {
	float: left;
}
#idSubmit {
	margin-left: 110px;
}
.pagejump {
	width: 100%;
	float: left;
}
.pagejump p {
	white-space: nowrap;
	float: left;
	margin: 0;
	padding: 5px 10px 5px 0;
}
p.back {
	float: right;
	padding: 5px 0;
}
ul.columnlist {
	width: 90%;
}
.columnlist li {
	width: 40%;
	float: left;
	margin: 0 10px 5px 0;
}
.bodyphoto {
	float: right;
	margin: 0 0 29px 20px;
}
.box {
	background: #e9edf5;
	padding: 10px;
}
.contestbox {
	color: #fff;
	background: #f09200;
	width: 300px;
	float: left;
	padding: 10px;
}
.contestbox p {
	clear: both;
}
.contestbox label {
	width: 110px;
	float: left;
}
.alert {
	color: #cc0000;
}
.qacategory {
	font-size: 90%;
	color: #999;
}
#content ul.qa li {
	background-image: none;
	padding: 10px 0;
}
#content ul.qa a {
	font-size: 110%;
	font-weight: bold;
}
#content ul.qa li ul li {
	background-image: url(../images/bullet_blue.gif);
	background-position: 10px 4px;
	padding: 0 0 0 20px;
}
.promobox {
	background: #e9f2ff;
	float: right;
	width: 180px;
	padding: 10px;
	border: solid 1px #9d9d9d;
}
.promobox h2, .promobox p {
	margin: 0;
}
#productlist h2 {
	font-size: 180%;
	font-weight: bold;
}
#productlist h2, #productlist h3, #productlist h4 {
	margin-bottom: .5em;
}
#productlist h2, #productlist h3, #productlist h4, #productlist p {
	margin-top: 0;
}
#productlist div {
	clear: both;
	padding: 10px 0;
	border-top: solid 1px #ccc;
}
#productlist a {
	text-decoration: underline;
}
.classic-nutri-berries h2, .classic-nutri-berries h3, .classic-nutri-berries h4, .classic-nutri-berries a, .classic-nutri-berries .cap {
	color: #413dac;
}
.gourmet-nutri-berries h2, .gourmet-nutri-berries h3, .gourmet-nutri-berries h4, .gourmet-nutri-berries a, .gourmet-nutri-berries .cap {
	color: #00a700;
}
.avi-cakes h2, .avi-cakes h3, .avi-cakes h4, .avi-cakes a, .avi-cakes .cap {
	color: #ff0000;
}
.nutri-meals h2, .nutri-meals h3, .nutri-meals h4, .nutri-meals a, .nutri-meals .cap {
	color: #ba3c00;
}
.premium-daily-diet h2, .premium-daily-diet h3, .premium-daily-diet h4, .premium-daily-diet a, .premium-daily-diet .cap {
	color: #ba3879;
}
.nutri-forage h2, .nutri-forage h3, .nutri-forage h4, .nutri-forage a, .nutri-forage .cap {
	color: #0000ff;
}
.popcorn-nutri-berries h2, .popcorn-nutri-berries h3, .popcorn-nutri-berries h4, .popcorn-nutri-berries a, .popcorn-nutri-berries .cap {
	color: #ff7200;
}
.nutri-nuts h2, .nutri-nuts h3, .nutri-nuts h4, .nutri-nuts a, .nutri-nuts .cap {
	color: #009594;
}
.nutri-start h2, .nutri-start h3, .nutri-start h4, .nutri-start a, .nutri-start .cap {
	color: #413dac;
}

/* Side */

#side {
	width: 215px;
	float: left;
	margin-right: -100%;
	position: relative;
}
#sidenav ul {
	background: #274690;
	width: 215px;
	margin: 0;
	padding: 0;
	border-top: solid 1px #9d9d9d;
}
#sidenav ul li {
	background-image: none;
	width: 215px;
	padding: 0;
	border-bottom: solid 1px #9d9d9d;
}
#sidenav a {
	line-height: 2em;
	background-image: url(../images/sidenav_bg.gif);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	text-indent: 12px;
	width: 215px;
}
#sidenav a:link, #sidenav a:visited {
	color: #fff;
	background-color: #385db5;
}
#sidenav a:hover {
	text-decoration: none;
	color: #fff;
	background-color: #6e8acc;
}
#sidenav a#sideactive:link, #sidenav a#sideactive:visited {
	background-color: #607cbf;
}
#sidenav ul ul li {
	border-bottom: none;
}
#sidenav ul ul li a {
	font-size: 90%;
	font-weight: bold;
	background-image: none;
	text-indent: 24px;
}
#sidenav ul ul li a#sideactive {
	background-image: none;
}

/* Front */

#frontside {
	background: url(../images/frontside_bg.jpg) no-repeat right 10px;
	width: 295px;
	float: left;
	padding-top: 165px;
	position: relative;
}
#front #bodytext {
	padding: 15px 0 0 25px;
}
#frontmain h1, #frontmain h2, #frontmain p, #frontmain ul, #frontside h1, #frontside h2, #frontside p, #frontside ul {
	margin: .5em 0;
}
#frontmain h1 {
	font-size: 200%;
}
#frontmain h2, #frontside h2 {
	font-size: 150%;
}
#frontmain ul li, #frontside ul li {
	font-weight: bold;
}
#frontproducts {
	padding-top: 10px;
}
#frontproducts a {
	color: #d20000;
}
#frontproducts h1 {
	font-size: 136%;
	font-weight: normal;
}
.reg {
	font-size: 60%;
	vertical-align: text-top;
}
#frontblog {
	padding: 10px 20px;
}
#frontblog a {
	color: #339900;
}
#frontblog ul li {
	background-image: url(../images/bullet_green.gif);
}
#frontside div {
	margin-left: 5px;
}
#frontmain ul li, #frontside ul li {
	background-image: url(../images/bullet_orange.png);
}
#frontknowledge {
	background: url(../images/frontknowledge_bg.gif) no-repeat left 15px;
	padding: 10px 20px 20px 140px;
}
#frontsideintro, #frontfeed {
	padding: 10px;
}
#frontfeed h2, #frontfeed h3, #frontfeed p {
	margin: 0;
}
#frontfeed h3 {
	font-size: 83%;
}
#frontfeed h2, .feedentry {
	padding: 5px 0;
	border-bottom: solid 1px #ccc;
}
#frontbox {
	background: #f7f7f7 url(../images/box_bg_gray_tall.png) repeat-x left top;
	width: 168px;
	float: left;
	padding: 10px;
	border: solid 1px #ccc;
}
#frontbox h2 {
	margin-top: 0;
}
.frontboxphoto {
	text-align: center;
	margin: 0;
}
#frontintro {
	width: 276px;
	float: right;
}
#frontintro h1 {
	margin-top: 0;
}
#frontbottom {
	width: 795px;
	float: left;
	padding: 15px 0 15px 25px;
}
#featuredproducts {
	margin: 0;
	border: 0;
	border-collapse: separate;
	border-spacing: 4px;
}
#featuredproducts td {
	background: #f9fbfe url(../images/box_bg_blue_tall.png) repeat-x left top;
	padding: 10px;
	border: solid 1px #ccc;
}
#featuredproducts caption {
	font-size: 150%;
	font-weight: normal;
	padding: 10px;
}
#featuredproducts caption a {
	color: #fff;
}
#featuredproducts h3, #featuredproducts p {
	margin: 0 0 .5em 0;
}
#featuredproducts h3 {
	font-size: 92%;
}
#featuredproducts p {
	font-size: 83%;
}
#featuredproducts p.price {
	font-size: 100%;
}
.productphoto {
	text-align: center;
}
#testimonial {
	background: #fbfbfb url(../images/box_bg_gray_short.png) repeat-x left top;
	margin-top: 15px;
	border: solid 1px #ccc;
}
#testimonialinner {
	background: url(../images/testimonials_quote.png) no-repeat right top;
	padding: 10px;
}
#testimonial p {
	margin: 0 0 1em 130px;
}
#testimonial cite {
	font-size: 83%;
	font-style: normal;
}
#testimonial img {
	float: left;
	margin-right: 10px;
}
.figurefloat {
	font-size: .8em;
	line-height: 1.2em;
	text-align: center;
	background: #fff;
	width: 250px;
	float: right;
	clear: right;
	padding: 1.2em 0 1.2em 1.2em;
}
.error {
	color: #ff0000;
}
#frontpromo {
	margin-bottom: 15px;
}
#frontpromo2 {
	height: 200px;
	width: 100%;
	overflow: hidden;
	margin-bottom: 5px;
}
#frontpromo3 {
	height: 190px;
	width: 100%;
	overflow: hidden;
}
#frontpromo table {
	padding: 0;
	border: solid 0px #ccc;	
}
#frontpromo table td {
	padding: 0;
	border: solid 0px #ccc;	
}
#frontpromo2 table {
	padding: 0;
	border: solid 0px #ccc;	
}
#frontpromo2 table td {
	padding: 0;
	border: solid 0px #ccc;	
}

.twocolumns{
    width: 630px;
}

.leftcol{
    float: left;
    padding: 5px;
    width: 400px;
}
.rightcol{
    float: right;
    padding: 5px;
    width: 180px;
}

