/* @group 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, 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;
}

/* remember to define focus styles! */

:focus {
	outline: 0;
}

body {
	line-height: 1;
	color: black;
	background: white;
}

ol, ul {
	list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */

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: "" "";
}

/* @end */

/* @group Global */

body {
	color: #000;
	font: 12px/1.3em Helvetica, Arial, sans-serif;
	background: #57ade0 url(../img/global/footer-grad.png) repeat-x left bottom;
}

.clearing {
	width: 100%;
	height: 0;
	clear: both;
	margin: 0;
}

.caption {
	font-size: 10px !important;
	margin-top: -10px;
}

p.small {
	font-size: 9px !important;
	margin-bottom: 0;
}

p.center
 {
	text-align: center;
}

.last {
	margin-right: 0 !important;
}

a {
	cursor: pointer !important;
}

sup {
	font-size: 6px;
}

em {
	font-style: italic;
}

.fr {
	float: right !important;
}

.fl {
	float: left !important;
}

.mt20
 {
	margin-top: 20px;
}

.mb5
 {
	margin-bottom: 5px !important;
}

.mb20
 {
	margin-bottom: 20px;
}

.ml20
 {
	margin-left: 20px;
}

.mr20
 {
	margin-right: 20px;
}

/* @end */

/* @group Type */

/* @end */

/* @group Structure */

div#global-wrap {
	width: 1009px;
	margin: 0 auto;
}



/* @end */

/* @group Nav */

/* @group Top nav */

div#top-nav {
	width: 1009px;
	height: 94px;
	background: url(../img/global/top-nav-back.jpg) no-repeat;
	position: relative;
}

div#branding a {
	display: block;
	width: 286px;
	height: 78px;
	text-indent: -5000px;
	background: url(../img/global/lactagen-logo.png) no-repeat;
}

div#chat {
	display: block;
	width: 202px;
	height: 94px;
	position: absolute;
	left: 600px;
	top: 0;
}

div#social-800 {
	position: absolute;
	right: 10px;
	height: 94px;
	width: 164px;
	top: 0;
}

div#social-800 p {
	float: right;
	clear: both;
}

div#social-800 p a {
	display: inline-block;
	color: #054474;
	text-decoration: none;
	font-size: 13px;
}

div#social-800 p a:hover {
	color: #fff;
}

div#social-800 p#social {
	margin-top: 15px;
}

a#contact-us {
	width: 70px;
	height: 16px;
	margin-right: 0;
	display: inline-block;
	text-align: right;
}

a#facebook {
	text-indent: -5000px;
	width: 16px;
	height: 16px;
	margin-right: 10px;
	display: block;
	background: url(../img/global/facebook.png) no-repeat;
}

a#twitter {
	text-indent: -5000px;
	width: 16px;
	height: 16px;
	margin-right: 10px;
	display: block;
	background: url(../img/global/twitter.png) no-repeat;
}

a#myspace {
	text-indent: -5000px;
	width: 16px;
	height: 16px;
	display: block;
	background: url(../img/global/myspace.png) no-repeat;
}

div#social-800 p#toll-free {
	text-indent: -5000px;
	width: 155px;
	height: 26px;
	background: url(../img/global/800-dairy-ok.png) no-repeat;
	display: block;
	margin-top: 8px;
}

p.addThis {
	margin-top: 8px;
}

p.addThis-sec {
	margin-top: 8px;
	background-color: #054474;
	padding: 10px;
	width: 156px;
	margin-left: 35px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}



/* @end */

/* @group Main Nav */

div#main-nav {
	width: 1009px;
	height: 45px;
	clear: both;
	background: url(../img/global/main-nav-back.png) no-repeat;
	z-index: 100;
}

div#main-nav ul {
	margin-left: 19px;
	z-index: 100;
}

div#main-nav ul li {
	display: inline;
	float: left;
	z-index: 100;
}

div#main-nav ul li ul {
	left: -5000px;
	position: absolute;
	z-index: 100;
	margin-left: 0;
	background-color: #072c52;
}

div#main-nav li:hover ul, div#main-nav li.sfHover ul {
	left: auto !important;
	z-index: 100;
}

div#main-nav li ul li {
	display: block;
	float: none;
	z-index: 100;
}

div#main-nav li ul li a {
	font-weight: bold;
	font-size: 11px;
	color: #fff;
	padding: 5px 5px 5px 20px;
	width: 200px;
	display: block;
	text-decoration: none;
	z-index: 100;
}

div#main-nav li ul li a:hover {
	color: #f6d500;
	z-index: 100;
}

div#main-nav li ul li a.first {
	padding: 10px 5px 5px 20px;
	z-index: 100;
}

div#main-nav li ul li a.last {
	padding: 5px 5px 10px 20px;
	z-index: 100;
}

a#lactose {
	height: 35px;
	display: block;
	text-indent: -5000px;
	width: 290px;
	background: url(../img/nav/lactose.png) no-repeat 0 0;
	z-index: 100;
}

a#lactose:hover, a#lactose.active {
	background-position: 0 -35px;
	z-index: 100;
}

a.active-hover {
	background-position: 0 -35px;
	z-index: 100;
}

a#lactagen {
	height: 35px;
	display: block;
	text-indent: -5000px;
	width: 133px;
	background: url(../img/nav/lactagen.png) 0 0;
	z-index: 100;
}

a#lactagen:hover, a#lactagen.active {
	background-position: 0 -35px;
	z-index: 100;
}

a#who {
	height: 35px;
	display: block;
	text-indent: -5000px;
	width: 114px;
	background: url(../img/nav/who.png) 0 0;
	z-index: 100;
}

a#who:hover, a#who.active {
	background-position: 0 -35px;
	z-index: 100;
}

a#testimonials {
	height: 35px;
	display: block;
	text-indent: -5000px;
	width: 187px;
	background: url(../img/nav/testimonials.png) no-repeat 0 0;
	z-index: 100;
}

a#testimonials:hover, a#testimonials.active {
	background-position: 0 -35px;
	z-index: 100;
}

a#blog {
	height: 35px;
	display: block;
	text-indent: -5000px;
	width: 131px;
	background: url(../img/nav/blog.png) no-repeat 0 0;
	z-index: 100;
}

a#blog:hover, a#blog.active {
	background-position: 0 -35px;
	z-index: 100;
}

div#main-nav a#try-now {
	width: 121px;
	height: 35px;
	float: right;
	display: block;
	background: url(../img/nav/try-now.png) no-repeat 0 0;
	text-indent: -5000px;
	margin-right: 10px;
}

div#main-nav a#try-now:hover {
	background-position: 0 -35px;
}



/* @end */

/* @group Sec Nav */

div#sec-nav {
	width: 256px;
	clear: both;
	margin-bottom: 20px;
	z-index: 20;
}

div#sec-nav div#sec-nav-top {
	width: 256px;
	height: 16px;
	display: block;
	background: url(../img/nav/side-nav-top.png) no-repeat;
}

div#sec-nav div#sec-nav-links {
	width: 256px;
	background: url(../img/nav/sec-nav-body.png) repeat-y;
	padding-top: 10px;
	padding-bottom: 10px;
}

div#sec-nav div#sec-nav-links h2 {
	color: #81ccdd;
	font: bold 16px "Courier New", Courier, mono;
	margin-left: 40px;
	margin-bottom: 8px;
}

div#sec-nav div#sec-nav-links a {
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	display: block;
	padding-left: 40px;
	padding-top: 5px;
	padding-bottom: 5px;
}

div#sec-nav div#sec-nav-links a:hover, div#sec-nav div#sec-nav-links a.active {
	
	background: url(../img/nav/sec-nav-link-back.png) repeat-y 8px;
}

div#sec-nav div#sec-nav-bottom {
	width: 256px;
	height: 30px;
	display: block;
	background: url(../img/nav/side-nav-bottom.png) no-repeat;
}



/* @end */

/* @end *

/

/* @group Homepage */

/* @group Content */

div#main-content-wrap {
	
}

div#banner {
	width: 980px;
	height: 235px;
	clear: both;
	margin-right: 10px;
	margin-left: 19px;
	z-index: 10;
}

div#content-wrap {
	width: 980px;
	margin-right: 10px;
	margin-left: 19px;
	clear: both;
	background-color: #fff;
	position: relative;
}

div#left-col {
	z-index: 1;
	position: absolute;
	margin-left: -27px;
	
}

div.left-home {
	margin-top: -340px;
}

div.left-sec {
	margin-top: -225px;
}

div.left-test {
	margin-top: -350px;
}

/* @group Home */

/* @group slider */

div#flash {
	width: 980px;
	clear: both;
	margin-right: 10px;
	margin-left: 19px;
	background-color: #fff;
}

div#flash .container {
	width: 980px;
	height: 335px;
	position: relative;
	overflow: hidden;
}

div#flash .container .slides {
	position: absolute;
	top: 0;
	left: 0;
}

div#flash .container .slides div {
	width: 980px;
	height: 335px;
	position: absolute;
	top: 0;
	display: none;
}

div.pagination {
	position: absolute;
	bottom: 0;
	right: 0;
}

div#controls {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 20;
	width: 125px;
	height: 46px;
	display: block;
}

div#left-arrow {
	display: block;
	width: 37px;
	height: 46px;
	float: left;
}

div#left-arrow a {
	width: 37px;
	height: 46px;
	display: block;
	background: url(../img/home/controls/arrow-left.png) no-repeat 0 0;
	text-indent: -5000px;
}

div#left-arrow a:hover {
	width: 37px;
	height: 46px;
	display: block;
	background: url(../img/home/controls/arrow-left.png) no-repeat 0 -46px;
}

div#right-arrow {
	display: block;
	width: 26px;
	height: 46px;
	float: left;
}

div#right-arrow a {
	width: 26px;
	height: 46px;
	display: block;
	background: url(../img/home/controls/arrow-right.png) no-repeat 0 0;
	text-indent: -5000px;
}

div#right-arrow a:hover {
	width: 26px;
	height: 46px;
	display: block;
	background: url(../img/home/controls/arrow-right.png) no-repeat 0 -46px;
}

ul.pagination {
	width: 62px;
	height: 46px;
	display: block;
	float: left;
}

ul.pagination li {
	display: inline;
	float: left;
}

ul.pagination a#slide-1 {
	background: url(../img/home/controls/slide-1.png) no-repeat 0 0;
	text-indent: -5000px;
	width: 20px !important;
	height: 46px;
	display: block;
	margin: 0;
}

ul.pagination a#slide-1:hover {
	background: url(../img/home/controls/slide-1.png) no-repeat 0 -46px;
}

ul.pagination a#slide-2 {
	background: url(../img/home/controls/slide-2.png) no-repeat 0 0;
	text-indent: -5000px;
	width: 21px !important;
	height: 46px;
	display: block;
	margin: 0;
}

ul.pagination a#slide-2:hover {
	background: url(../img/home/controls/slide-2.png) no-repeat 0 -46px;
}

ul.pagination a#slide-3 {
	background: url(../img/home/controls/slide-3.png) no-repeat 0 0;
	text-indent: -5000px;
	width: 21px !important;
	height: 46px;
	display: block;
	margin: 0;
}

ul.pagination a#slide-3:hover {
	background: url(../img/home/controls/slide-3.png) 0 -46px;
}

ul.pagination li.active a {
	background-position: 0 -46px !important;
}



/* @end */

div#home-content {
	padding: 17px 17px 17px 242px;
}

div#home-actions {
	width: 720px;
	height: 275px;
}

div#home-actions div.call {
	width: 230px;
	height: 275px;
	float: left;
	margin-right: 15px;
	display: block;
	background: url(../img/home/call-gradient-back.png) no-repeat 0 29px;
}

div#home-actions div.call h2 a {
	text-indent: -5000px;
	width: 230px;
	height: 29px;
	display: block;
}

div#home-actions div.call h2 a.success {
	background: url(../img/home/success-stories.png) no-repeat;
}

div#home-actions div.call h2 a.research {
	background: url(../img/home/clinically-tested.png) no-repeat;
}

div#home-actions div.call h2 a.opinions {
	background: url(../img/home/medical-opinions.png) no-repeat;
}

div#home-actions div.call img {
	margin: 12px auto;
	display: block;
}

div#home-actions div.call p {
	font-size: 12px;
	line-height: 1.3em;
	width: 187px;
	margin: 0 auto 10px;
}

div#home-actions div.call a {
	font-size: 12px;
	font-weight: bold;
	color: #327ba7;
	text-decoration: none;
}

div#home-actions div.call a:hover {
	color: #054474;
}

div#home-try {
	width: 738px;
	height: 234px;
	background: url(../img/home/home-try-back.jpg) no-repeat;
	display: block;
	margin-top: 10px;
	margin-right: -18px;
	position: relative;
}

div#try-content {
	position: absolute;
	top: 45px;
	left: 180px;
}

h3#home-try {
	color: #054474;
	font: bold 24px "Courier New", Courier, mono;
}

div#try-content h4 {
	color: #327ba7;
	font-size: 16px;
	font-weight: bold;
	margin-top: 8px;
	letter-spacing: .1em;
}

div#try-content p {
	color: #327ba7;
	font-size: 14px;
	margin-top: 12px;
	width: 330px;
}

div#try-buttons {
	margin-top: 15px;
	margin-left: -6px;
}

div#home-try a.try-now {
	display: block;
	text-indent: -5000px;
	width: 214px;
	height: 54px;
	background: url(../img/home/try-now.png) no-repeat;
	float: left;
	margin-left: -5px;
	margin-right: -3px;
}

a.try-now {
	display: block;
	text-indent: -5000px;
	width: 214px;
	height: 54px;
	background: url(../img/home/try-now.png) no-repeat;
	float: left;
	margin-left: -5px;
	margin-right: -3px;
}

div#home-try a.order-brochure {
	display: block;
	text-indent: -5000px;
	width: 174px;
	height: 54px;
	background: url(../img/home/order-brochure.png) no-repeat;
	float: right;
	margin-right: 170px;
}

a.learn-more {
	display: block;
	text-indent: -5000px;
	width: 174px;
	height: 54px;
	background: url(../img/home/learn-more.png) no-repeat;
	float: right;
}



/* @end */

/* @group Secondaries */

/* @group Food images */

div.glass {
	background: url(../img/food/glass.jpg) no-repeat 0 bottom;
}

div.milk {
	background: url(../img/home/milk.jpg) no-repeat left bottom;
}

div.pizza {
	background: url(../img/food/pizza.jpg) no-repeat -10px bottom;
}

div.icecream {
	background: url(../img/food/icecream.jpg) no-repeat left bottom;
}

div.cookies {
	background: url(../img/food/cookies.jpg) no-repeat -20px bottom;
}



/* @end */

div#sec-content {
	padding: 25px 0 17px 242px;
}

div#main-content {
	width: 490px;
	float: left;
	margin-right: 10px;
	margin-left: 5px;
}

div#main-content h1 {
	color: #054474;
	font: bold 20px "Courier New", Courier, mono;
	margin-bottom: 10px;
}

div#main-content h2 {
	color: #054474;
	margin-bottom: 15px;
	font-size: 16px;
	font-weight: bold;
}

h2#andrew {
	font-size: 18px !important;
	margin-bottom: 3px !important;
}

div#medical-board h2 {
	color: #054474;
	margin-bottom: 2px;
	width: 350px;
	float: left;
	font-size: 16px;
	font-weight: bold;
}

div#medical-board img {
	float: left;
	margin-right: 20px;
	margin-bottom: 5px;
}

div#medical-board hr {
	clear: both;
	margin-bottom: 20px;
	height: 1px;
	border-style: none;
	background-color: #57ade0;
}

div#main-content p {
	color: #595959;
	font-size: 14px;
	line-height: 1.4em;
	margin-bottom: 15px;
}

div#main-content a {
	color: #57ade0;
	text-decoration:none;
}

div#main-content a:hover {
	color: #57ade0;
	text-decoration:underline;
}

div#main-content ul {
	list-style: outside;
	font-family: inherit;
	font-size: 14px;
	color: #595959;
	margin-bottom: 15px;
	margin-left: 30px;
	line-height: 1.4em;
	list-style-type: disc;
}

div#page-disclaimer {
	padding-top: 15px;
	border-top: 1px solid #c8c8c8;
	margin-top: 20px;
	font-size: 11px;
	color: #327ba7;
}

div#right-content {
	width: 231px;
	float: left;
	text-align: center;
}

div#steps {
	padding: 20px 30px 0;
}

p.step {
	padding-left: 35px;
	margin: 0;
	color: #054474 !important;
	font-size: 16px !important;
	font-weight: bold;
	padding-top: 8px;
}

p.s1 {
	background: url(../img/steps/1.jpg) no-repeat 0 4px;
	height: 30px;
}

p.s2 {
	background: url(../img/steps/2.jpg) no-repeat 0 12px;
}

p.s3 {
	background: url(../img/steps/3.jpg) no-repeat;
	height: 39px;
}

div#quote {
	border: 2px solid #57ade0;
	padding: 20px;
	margin-bottom: 20px;
}

div#quote p {
	font-size: 16px !important;
	font-style: italic !important;
	color: #a0a0a0 !important;
}

div#quote h2 {
	margin-bottom: 0;
}

div#addThis-page {
	width: 100%;
	padding-top: 10px;
	border-top: 1px solid #e5e5e5;
	margin-top: 0;
	margin-bottom: 20px;
	text-align: right !important;
	position: relative;
	height: 20px;
}

div.addthis_toolbox {
	position: absolute;
	right: 0;
}



/* @end */

/* @group Testimonials */

div#testimonials-videos {
	width: 980px;
	height: 333px;
	clear: both;
	margin-right: 10px;
	margin-left: 19px;
	z-index: 10;
	background: url(../img/testimonials/video-backgrounds.png) no-repeat;
	padding-top: 25px;
}

div#videos-wrap {
	width: 710px;
	height: 100px;
	margin: 0 0 0 250px;
}

h1#testimonials-title {
	color: #054474;
	font: bold 16px "Courier New", Courier, mono;
	margin-bottom: 10px;
}

div#videos-wrap p {
	font-size: 16px;
	color: #327ba7;
	line-height: 1.4em;
	margin-top: 0;
}

div#videos {
	width: 710px;
	clear: both;
	margin-top: 15px;
}

div#videos div.video-box {
	width: 220px;
	height: 204px;
	display: block;
	float: left;
	margin-right: 16px;
}

form#your-story p.element {
	display: block;
	clear: both;
	margin-top: 2px;
	margin-bottom: 2px;
	font-size: 14px;
	color: #327ba7;
	font-weight: bold;
}

form#your-story p.element input {
	font-size: 12px;
	padding: 5px;
}

form#your-story p.text {
	display: block;
	clear: both;
	margin-top: 8px;
	margin-bottom: 3px;
	font-size: 14px;
	color: #327ba7;
	font-weight: bold;
}

div#test-form {
	border: 3px solid #b9defe;
	padding: 10px 20px 20px;
}

p.required {
	color: #a6250c !important;
	font-weight: bold !important;
	font-size: 10px !important;
}

input#story-submit {
	padding: 10px !important;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	color: #f6d500;
	background-color: #054474;
	border-style: none;
	cursor: pointer;
}

input#story-reset {
	padding: 10px !important;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	color: #054474;
	background-color: #dedede;
	border-style: none;
	cursor: pointer;
}



/* @end */

/* @end */

/* @group Lead Form */

div#lead-form {
	width: 256px;
	clear: both;
	margin-bottom: 20px;
	z-index: 20;
	margin-top: 20px;
}

div#lead-form div#lead-form-top {
	width: 256px;
	height: 16px;
	display: block;
	background: url(../img/form/lead-form-top.png) no-repeat;
}

div#lead-form div#lead-form-links {
	width: 256px;
	background: url(../img/form/lead-form-body.png) repeat-y;
	padding-top: 10px;
	padding-bottom: 10px;
}

div#lead-title {
	width: 240px;
	position: relative;
	height: 60px;
	background: url(../img/form/form-title.jpg) no-repeat 88px 0;
	margin-bottom: 0;
}

div#cow-logo {
	width: 134px;
	height: 120px;
	background: url(../img/form/cow-logo.png) no-repeat;
	text-indent: -5555px;
	position: absolute;
	margin-top: -60px;
	margin-left: -47px;
}

div#lead-1 {
	background: url(../img/form/lead-1.jpg) no-repeat 5px top;
	width: 200px;
	margin-left: 8px;
	padding-left: 40px;
	margin-bottom: 8px;
	margin-top: 0;
}

div#lead-2 {
	background: url(../img/form/lead-2.jpg) no-repeat 5px top;
	width: 200px;
	margin-left: 8px;
	padding-left: 40px;
	margin-bottom: 8px;
}

div#lead-3 {
	background: url(../img/form/lead-3.jpg) no-repeat 5px top;
	width: 200px;
	margin-left: 8px;
	padding-left: 40px;
	margin-bottom: 8px;
}

div#lead-form div#lead-form-bottom {
	width: 256px;
	height: 30px;
	display: block;
	background: url(../img/form/lead-form-bottom.png) no-repeat;
}

div#lead-form div#lead-form-links select {
	width: 180px;
}

div#lead-form div#lead-form-links p.question {
	font-size: 12px;
	color: #054474;
	margin-bottom: 5px;
}

div.personal {
	margin-left: 20px;
	margin-right: 25px;
	margin-top: 20px;
	clear: both;
}

div.personal input#first_name {
	width: 95px;
	float: left;
	padding-top: 2px;
	padding-bottom: 2px;
}

div.personal input#last_name {
	width: 95px;
	float: right;
	padding-top: 2px;
	padding-bottom: 2px;
}

div.personal input#email {
	width: 205px;
	margin-top: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
}

div.personal input#pc {
	width: 35px;
	margin-top: 10px;
	display: inline;
	margin-right: 5px;
	margin-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
}

div.personal input#pn_1 {
	width: 35px;
	margin-top: 10px;
	display: inline;
	margin-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
}

div.personal input#pn_2 {
	width: 35px;
	margin-top: 10px;
	display: inline;
	padding-top: 2px;
	padding-bottom: 2px;
}

div.personal input#newsletter {
	float: left;
	margin-bottom: 20px;
	margin-right: 10px;
}

p.phone-text {
	font-size: 12px;
	color: #054474;
	margin-bottom: 5px;
	display: inline;
	padding-right: 15px;
}

p.lead-first {
	font-size: 12px;
	color: #054474;
	margin-bottom: -2px;
	display: inline;
	padding-right: 15px;
	float: left;
}

p.lead-last {
	font-size: 12px;
	color: #054474;
	margin-bottom: -2px;
	display: inline;
	padding-right: 15px;
	float: left;
	margin-left: 37px;
}

p.lead-email {
	font-size: 12px;
	color: #054474;
	margin-bottom: -9px;
	display: inline;
	padding-right: 15px;
	float: left;
	margin-top: 5px;
}

p.lead-newsletter {
	color: #054474;
	font-size: 12px;
	margin-top: 15px;
	cursor: pointer;
	margin-bottom: 8px;
}

p.lead-newsletter label {
	cursor: pointer;
}

input#lead_submit {
	margin-left: -12px;
	margin-top: 0px;
}

p.form-disclaimer {
	font-size: 10px;
	text-align: center;
	margin-right: 10px;
	margin-left: 10px;
	color: #054474;
}



/* @end */

/* @group Footer */

div#footer {
	margin-left: 19px;
	margin-right: 10px;
	width: 980px;
	padding-bottom: 40px;
}

div#footer-disclaimer {
	color: #fff;
	font-size: 11px;
	line-height: 1.3em;
	padding-top: 30px;
	padding-bottom: 19px;
	border-bottom: 1px solid #0879e4;
	margin-bottom: 20px;
}

div#footer-disclaimer p {
	color: #fff !important;
}

div#footer-newsletter {
	margin-bottom: 30px;
	color: #fff;
	font-size: 12px;
	clear: both;
}

a#footer-logo {
	width: 87px;
	height: 15px;
	float: left;
	display: block;
	text-indent: -5000px;
	background: url(../img/footer/lactagen-logo.png) no-repeat 0 bottom;
}

form#newsletter {
	float: right;
	margin-bottom: 20px;
}

.ie7 form#newsletter {
	float: right;
	margin-bottom: 0px;
}

form#newsletter label {
	margin-right: 10px;
	display: inline;
	float: left;
	padding-top: 3px;
}

form#newsletter input#email {
	width: 210px;
	height: 20px;
	color: #7da8d4;
	font-size: 12px;
	font-style: italic;
	border-style: none;
	background-color: #fff;
	padding-left: 10px;
	display: inline;
	float: left;
}

form#newsletter input#newsletter-submit {
	width: 118px;
	height: 22px;
	display: inline;
	float: left;
}

div#footer ul {
	margin-bottom: 8px;
	width: 980px;
}

div#footer ul li {
	display: inline;
}

div#footer a {
	color: #a2c9f1;
	text-decoration: none;
	font-size: 11px;
	margin-right: 12px;
	display: inline-block;
}

div#footer a, div#footer p {
	color: #a2c9f1;
	text-decoration: none;
	font-size: 11px;
	margin-right: 12px;
	display: inline-block;
}

div#footer a:hover {
	color: #fff;
}

div#footer p {
	margin-bottom: 8px;
}

/* @end */

/* @group Testimonials */

div.paginationspace {
	clear: both;
	margin-bottom: 20px;
}

div.testimonial-entry {
	margin-bottom: 20px;
	border-bottom: 1px solid #57ade0;
}

div.testimonial-entry h2 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px !important;
}

div.testimonial-entry img {
	float: left;
	margin-right: 15px;
	margin-bottom: 5px;
}

div.testimonial-entry p.status {
	font-size: 12px !important;
	font-style: italic !important;
}



/* @end */

/* @group Blog */

div.paginationspace {
	text-align: center;
}

span.current {
	background-color: #054474;
	color: #fff;
}



/* @end */