/* ##	Reset
   ##			
   ############################ */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/* ##	Typography
   ##			
   ############################ */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:87.5%;
	line-height:1.5em;
	color:#666666;
}

h1 {
	font-size:2.286em;
	line-height:1.188em;
	color:#0065b3;
	letter-spacing:-0.05em;
	font-weight:bold;
}

h2 {
	font-size:1.5em;
	line-height:1.143em;
	color:#0065b3;
	letter-spacing:-0.05em;
	font-weight:bold;
	margin:0 0 2px;
}

h3 {
	text-transform: uppercase;
	text-align: center;
	font-weight:bold;
}

.privacy h3 {
	text-align:left;
	margin-top:20px;
	margin-bottom:10px;
	text-transform: none;
	font-size:16px;
	color:#0065b3;
}

.privacy h2 {
	margin-top:30px;
}

.privacy p {
	margin-bottom:10px;
}

a {
	color:#dc8115;
	text-decoration:underline;
}

a:hover {
	color:#0d7ddc;
}


p {
	margin:0 0 2.143em;
}

#rightcol p {
	margin:0 0 0.714em;
}

p.em {
	font-size:1.143em;
	line-height:1.5em;
}

strong {
	font-weight:bold;
}

em {
	font-style: italic;
}

p.question {
	font-size:1.143em;
	line-height:1.5em;
	padding:0 0 0 30px;
	margin:0 0 0.714em;
	background:url(../img/spt_numbers.gif) no-repeat;
	color:#dc8115;
}

p.answer {
	padding:0 0 0 30px;
	font-style:italic;
	margin:0 0 3em;
}

ol.tips {
	margin-top:16px;
}

ol.tips li {
	width:220px;
	height:130px;
	float:left;
	padding:0 0 0 30px;
	margin:0 12px 0 0;
	background:url(../img/spt_numbers.gif) no-repeat;
}

ol.tips li.tip1, p.q1 {
	background-position:left 0px;
}

ol.tips li.tip2, p.q2 {
	background-position:left -200px;
}

ol.tips li.tip3, p.q3 {
	background-position:left -400px;
}

ol.tips li.tip4, p.q4 {
	background-position:left -600px;
}

ol.tips li.tip5, p.q5 {
	background-position:left -800px;
}

ul.contact {
	margin-bottom:20px;
}

ul.contact li.top {
	margin:0 0 10px;
	font-weight:bold;
}

ul.contact li {
	position:relative;
	margin:0 0 6px 60px;
}

ul.contact li span {
	position:absolute;
	left:-60px;
	top:0;
	font-weight:bold;
}

div.product img {
	float:right;
	margin:0 20px 0 20px;
}

div.product p {
	line-height:24px;
}


/* ##	Tables
   ##			
   ############################ */

h3.label {
	float:left;
	width:50%;
	color:#dc8115;
}

table.nut {
	font-size:11px;
	line-height:14px;
	border-width:2px 1px 1px 2px;
	border-color:#000;
	border-style:solid;
	color:#000;
	float:left;
	background:#FFF;
	margin-top:20px;
}

table.nut th {
	border-width:0 1px 2px 0;
	border-color:#000;
	border-style:solid;	
	padding:2px;
}

table.nut td {
	border-width:0 1px 1px 0;
	border-color:#000;
	border-style:solid;
	padding:2px;
}



/* ##	Forms
   ##			
   ############################ */

input.text, textarea {
	padding:7px 6px 8px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.0em;
	color:#4798d7;
	border:none;
	position:relative;
	z-index:1000;
}

.signup {
	padding-bottom:53px;
}

.signup input.text {
	width:164px;
	background-image:url(../img/form_input-s.gif);
	background-position:left top;
	background-repeat:no-repeat;
	margin-right:6px;
}

.signup input {
	float:left;
}


.newsletter input.text {
	width:229px;
	background-image:url(../img/form_input-n.gif);
	background-position:left top;
	background-repeat:no-repeat;	
	margin:0 0 20px 0;
	padding:7px 6px 10px;
}

.newsletter input.small {
	width:70px;
	background-image:url(../img/form_input-t.gif);	
	background-position:left top;
	background-repeat:no-repeat;
	margin:0 0 20px 0;
	padding:7px 6px 10px;
}


.newsletter textarea {
	width:229px;
	height:140px;
	background-image:url(../img/form_textarea.gif);
	background-position:left top;
	background-repeat:no-repeat;
	margin:0 0 20px;		
}

.newsletter select {
	font-size:1.2em;
	padding:0 10px 0 0;
	margin:2px 0 24px;
}

.newsletter input.text, .newsletter select, .newsletter textarea {
	float:left;
}

.newsletter label {
	float:left;
	clear:both;
	width:140px;
	padding:4px 0 0;
}

.newsletter .submit {
	float:left;
	clear:both;
	margin:10px 0 0 140px;
}

span.required {
	color:#ff0000;
	font-weight:bold;
}

form label.error {
	color:#0065b3;
	font-weight:bold;
	margin-left:140px;
	margin-top:-20px;
	margin-bottom:20px;
	width:300px;
}

/* ##	Navigation
   ##			
   ############################ */


#nav li {
	display:inline;
	float:left;
	margin-right:3px;
}

#nav li a {
	display:block;
	float:left;
	width:112px;
	height:30px;
	text-align:center;
	border-bottom:1px solid #ddf9f6;
	text-decoration:none;
	color:#11466f;
	line-height:32px;
	font-weight:bold;

}

#nav li.nav1 a {
	background:url(../img/spt_nav.png) no-repeat 0px 0px;
}

#nav li.nav1 a:hover {
	color:#2f76ae;
}

#nav li.nav1 a.active {
	background:url(../img/spt_nav.png) no-repeat 0px -30px;
	border-bottom:1px solid #d0e9ff;
	color:#11466f;
}

#nav li.nav2 a {
	background:url(../img/spt_nav.png) no-repeat -112px 0px;
}

#nav li.nav2 a:hover {
	color:#2f76ae;
}

#nav li.nav2 a.active {
	background:url(../img/spt_nav.png) no-repeat -112px -30px;
	border-bottom:1px solid #d0e9ff;
	color:#11466f;
}

#nav li.nav3 a {
	background:url(../img/spt_nav.png) no-repeat -224px 0px;
}

#nav li.nav3 a:hover {
	color:#2f76ae;
}

#nav li.nav3 a.active {
	background:url(../img/spt_nav.png) no-repeat -224px -30px;
	border-bottom:1px solid #d0e9ff;
	color:#11466f;
}

#nav li.nav4 a {
	background:url(../img/spt_nav.png) no-repeat -336px 0px;
}

#nav li.nav4 a:hover {
	color:#2f76ae;
}

#nav li.nav4 a.active {
	background:url(../img/spt_nav.png) no-repeat -336px -30px;
	border-bottom:1px solid #d0e9ff;
	color:#11466f;
}


/* ##	Layout
   ##			
   ############################ */
   

#top-badge {
	position:absolute;
	top:0;
	right:60px;
	z-index:1000;
} 

#right-badge {
	position:absolute;
	bottom:-80px;
	right:0px;
	z-index:1000;
} 
   
#head {
	height:357px;
	background:url(../img/bg_head.png) repeat-x;
	width:100%;
}   

#logo {
	margin-left:20px;
}

#nav {
	position:absolute;
	bottom:-1px;
	left:0;
	height:31px;
}

#body {
	background:url(../img/bg_body.png) repeat-x;
	width:100%;
	overflow: hidden;
}

.wrap {
	width:800px;
	margin:0 auto;
	position:relative;
} 

.wrap * {
	position:relative;
	z-index:10;
}

#maincol {
	float:left;
	width:530px;
}

#rightcol {
	float:right;
	width:240px;
}

#headregion {
	padding:30px 0 20px;
}

#panel {
	margin:30px 0 40px;
}

#footer {
	clear:both;
	padding:50px 0 80px;
	color:#999999;
}

#pagebg {
	position:absolute;
	bottom:0;
	right:-230px;
	z-index:1;
}

.homepage #pagebg {
	bottom:-90px;
}

.nutrition #footer {
	padding:100px 0 2px;
}
