* {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: Arial, sans;
	font-size: 12px;
	color: #0061aa;
}

#content {
	text-align: center;
}

#content.terms-and-conditions, #content.privacy-policy {
	margin: 0 auto;
	width: 800px;
}

img { border: 0; }

h2 {
	padding: 10px 0;
}

#wrapper {
	margin: 0 auto;
	width: 1010px;
	position: relative;
	background: url(../images/healthier-you/solid-bg-tile.png) repeat-y;
}

button {
	background: transparent;
	border: 0;
	cursor: pointer;
}

.left { float: left; }
.right { float: right; }

.header-bar {
	height: 67px;
	position: relative;

}


.header-bar .left {
	background-color: #0058a3; /* #0061aa; */
	height: 36px;
	width: 50%;
}

.header-bar .middle {
	width: 1151px;
	height: 67px;
	background: url(../images/top-bar.png) no-repeat;
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -577px;
}

.header-bar .right {
	background-color: #008299; /*#008b99;*/
	height: 36px;
	width: 49%;
}

.top-menu {
	margin: 0 auto 20px;
	padding: 10px 10px 20px;
	width: 455px;
	text-align: center;
}

.top-menu li {
	list-style: none;
	float: left;
	height: 29px;
	display: table-cell;
	vertical-align: middle;
	position: relative;
	padding: 10px;
}

.top-menu li.seperator {
	padding: 0;
}

.top-menu li a {
	padding: 5px 5px 5px;
	display: block;
	position: relative;
	bottom: 5px;

}

.top-menu li a div {
	height: 10px;
	background-position: top;
	background-repeat: no-repeat;
/*	margin-bottom: 5px;*/
}

.top-menu li a:hover div {
	background-position: bottom;
}


a.rollover, button.rollover {
	background-position: top;
	background-repeat: no-repeat;
	display:block;
}

a.rollover:hover, button.rollover:hover {
	background-position: bottom;
}


.footer-bar {
	height: 112px;
	position: relative;
}

.footer-bar #bottom-menu {
	padding: 87px 10px 0;
	color: #FFF;
	font-size: 11px;
}

.footer-bar a {
	color: #FFF;
	text-decoration: none;
	padding: 0 5px;
}

.footer-bar a:hover {
	text-decoration: underline;
}

.footer-bar .left {
	background: #0061aa url(../../images/bottom-bar-left.png) repeat-x;
	height: 112px;
	width: 50%;
}

.footer-bar .middle {
	width: 1010px;
	height: 112px;
	background: url(../../images/bottom-bar.png) no-repeat;
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -505px;
}

.footer-bar .right {
	background: #008b99 url(../../images/bottom-bar-right.png) repeat-x;
	height: 112px;
	width: 49%;
}

#header, #footer {
	background: url(../images/bg1.png) repeat-y;
	height: 36px;
	overflow: hidden;
}

#main-menu {
	clear: both;
	margin-left: 1px;
}

#main-menu .tab {
	height: 31px;
	float: left;
}

#main-menu .tab-left {
	background: url(../images/common/tab-cap-left.png) no-repeat;
	width: 11px;
	height: 31px;
	float: left;
}

#main-menu .tab-body {
	background: url(../images/common/tab-bg-tile.png) repeat-x;
	float: left;
	height: 26px;
	padding: 5px 12px 0;
}

#main-menu .tab-right {
	background: url(../images/common/tab-cap-right.png) no-repeat;
	width: 13px;
	height: 31px;
	float: left;
}

#footer .menu {
	padding: 11px;
	font-size: 11px;
	color: #FFF;
}

#footer .menu ul li {
	list-style: none;
	float: left;
	margin: 0 6px;
}

#footer .menu a {
	color: #FFF;
	text-decoration: none;
}

#footer .menu a:hover {
	text-decoration: underline;
}

.clear {
	clear: both;
}

.error {
	color: #FF0000;
	font-weight: bold;
	padding: 5px 0;
}

.disclaimer {
	font-size: 10px;
	color: #0061aa;
	padding: 20px 55px;
}


.panel-top {
	background: url(../images/index/panel-top.png) no-repeat;
	width: 528px;
	height: 20px;
}

.panel-body {
	background: url(../images/index/panel-tile-y.png) repeat-y;
	width: 528px;
}

.panel-bottom {
	background: url(../images/index/panel-bottom.png) no-repeat;
	width: 528px;
	height: 26px;
}
