/* Header */
.header {
	width: 960px;
	margin: 0 auto;
	padding: 20px 0;
}
.header ul {
	margin: -71px 0 0 305px;
	padding: 0;
}
.header li {
	display: inline;
	font-size: 0.9em;
	line-height: 71px;
}
.header li a {
	text-decoration: none;
	display: inline-block;

	color: #929292;
	padding: 0 20px;

	/* IE7 inline-block hack */
	zoom: 1;
	*display: inline;
}
.header li:last-child a {
	padding-right: 0;
}
.header li.active a,
.header li a:hover {
	color: #059CD5;
}

.gradient {
	background: -moz-linear-gradient(top, rgba(0,153,211,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,153,211,1)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(0,153,211,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(0,153,211,1) 0%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(0,153,211,1) 0%,rgba(255,255,255,0) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(0,153,211,1) 0%,rgba(255,255,255,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0099d3', endColorstr='#00ffffff', GradientType=0 ); /* IE6-9 */

	left: 0;
	height: 350px;
	width: 100%;
	position: absolute;
	z-index: -1000;
}

/* Main */
.wrapper {
	width: 940px;
	margin: 0 auto;
}
.content {
	font-size: 1.1em;
	line-height: 1.8em;

	width: 640px;
	margin-left: 300px;
}
.content header {
	display: none;
}
.content section {
	margin-bottom: 45px;
}

p.warning {
	color: #059CD5;
	font-size: 0.75em;
	line-height: 1em;
}

/* Sidebar */
.slider {
	width: 940px;
	margin: 45px auto;
	padding: 10px;
	padding-bottom: 0;

	background: #fff;
	-webkit-border-radius: 10px 10px 0px 0px;
	border-radius: 10px 10px 0px 0px;
	box-shadow: 0 8px 8px -1px #e5e5e5;
}
.sidebar {
	font-size: 1em;

	width: 270px;
	float: left;
}
.sidebar section {
	margin-bottom: 45px;
}

#ingredients dl,
#attention ul {
	font-size: 0.75em;
}
#attention ul {
	padding-left: 10px;
	font-weight: bold;
}
#ingredients dt {
	margin-top: 10px;
	padding-bottom: 5px;
}
#ingredients dt a,
#attention ul a {
	color: #555;
	text-decoration: none;
}
#ingredients dt a:hover,
#attention ul a:hover {
	color: #059CD5;
}
#ingredients dd {
	display: inline-block;
	margin: 0 3px 3px 0;
	white-space: nowrap;
	vertical-align: baseline;

	/* IE7 inline-block hack */
	zoom: 1;
	*display: inline;
}
#ingredients dd:after {
	content: ',';
}
#ingredients dd.last:after {
	content: '';
}
#ingredients p {
	font-size: 0.75em;
}

/* Coin Slider */
#coin-slider {
	height: 205px;
	overflow: hidden;
}
.cs-buttons a {
	border: none;
	width: 20px;
	height: 20px;
	background: url(../images/slide_p.png) no-repeat center center;
}
.cs-buttons a.cs-active {
	background:url(../images/slide_a.png) no-repeat center center;
}

/* Footer */
.footer {
	clear: both;
	overflow: hidden;
	background: rgb(7,156,212); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(7,156,212,1) 0%, rgba(120,204,232,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(7,156,212,1)), color-stop(100%,rgba(120,204,232,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(7,156,212,1) 0%,rgba(120,204,232,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(7,156,212,1) 0%,rgba(120,204,232,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(7,156,212,1) 0%,rgba(120,204,232,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(7,156,212,1) 0%,rgba(120,204,232,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#079cd4', endColorstr='#78cce8',GradientType=0 ); /* IE6-9 */

	color: #fff;
	margin-top: 40px;
	padding: 20px;
	padding-bottom: 80px;
	font-size: 0.8em;
}

.footer h2 {
	color: #fff;
}
.footer section {
	float: left;
	width: 290px;
}
.footer .middle {
	margin-right: 40px;
	margin-left: 15px;
}
#footer-remedies ul {
	padding: 0;
	margin: 0;
}
#footer-remedies li {
	float: left;
	margin: 0 15px 15px 0;
}
#footer-remedies a {
	float: left;
	width: 75px;
	height: 75px;

	border: 2px solid #fff;
	text-indent: -9999px;
	white-space: nowrap;

	-webkit-border-radius: 10px;
	border-radius: 10px;

	background-image: url(../images/icons.jpg);
	background-repeat: no-repeat;
}
#footer-contact-us dd {
	margin-bottom: 10px;
}
#footer-contact-us a {
	color: #fff;
	font-weight: bold;
}
#footer-contact-us li {
	display: inline;
	padding-left: 12px;
	margin-left: 10px;
	border-left: 1px solid #fff;
}
#footer-contact-us li:first-child {
	border: 0;
	padding: 0;
	margin: 0;
}
#footer-contact-us table {
	padding: 20px 0;
}
#footer-contact-us table th {
	text-align: right;
	padding-right: 10px;
}
#footer-get-connected li {
	float: left;
	display: block;
	padding-right: 10px;
}
#footer-get-connected h2 {
	clear: both;
}
#footer-get-connected li div {
}
#footer-get-connected ul {
	overflow: hidden;
	margin-bottom: 40px;
}