body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #245d4c;
	margin: 0;
	padding: 0;
	font-size: 12px;
}

h1, h2, h3, h4 {
  font-family: Times, serif;
}

h1 {
  font-size: 28px;
}

h2 {
  font-size: 24px;
}

h3 {
  font-size: 20px;
}

h4 {
  font-size: 16px;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

ul
{
	list-style-position: outside;
}

#body-container {
  width: 936px;
  border-right: 12px solid #184135;
  border-bottom: 12px solid #184135;
}

.no-show {
  display: none;
}


#header-container {
  height: 90px;
  color: #fff;
  background-image: url('../images/header-background.jpg');
  background-repeat: repeat;
  position: relative;
  border-bottom: 1px solid #091c16;
  border-right: 1px solid #091c16;
}

ol.bold-list li {
  font-weight: bold;
}

ol li {
  margin-bottom: 8px;
}

.not-bold {
  font-weight: normal;
}

#zvitality-logo {
  position: absolute;
  top: 0px;
  left: 0px;
}

#anti-aging-products {
  position: absolute;
  right: 0px;
  bottom: 0px;
}

#menu-container {
  background-color: #184135;
  height: 30px;  
}

#menu {
  display: inline;
  list-style-type: none;
  list-style-position:outside;  
}

#menu li {
  float: left;
  margin: 0;
  padding: 0;
}

#menu li a {
  display: block;
  float: left;
  font-weight: bold;
  border-right: 1px solid #214b3e;
  border-left: 1px solid #091c16;
  padding: 8px 11px;
  height: 30px;
  text-decoration: none;
  font-size: 14px;
}

#menu li a:link {
  color: #fff;
}
#menu li a:visited { 
  color: #fff;
}

#menu li a:hover { 
  background-color: #235c4b;
  color: #fff;
}
#menu li a:active { 
  background-color: #235c4b;
  color: #ccc;
}





#content-container {
  background-color: #fff;
  background-image: url('../images/content-background.jpg');
  background-repeat: repeat-y;
  margin: 0;
  padding: 0;
  position: relative;
  border: 1px solid #091c16;
  border-left: none;
  height: 100%;
}

#content {
  margin-left: 100px;
  position: relative;
  padding: 15px 15px 15px 0;
  width: 566px;
  height: 100%;
}

#sidebar {
  width: 237px;
  float: right;
}

.sidebar-item {
  padding: 8px;
}

.img-border {
  border: 9px solid #184135;
}

ul li h4 {
  margin: 12px 0 5px 0;
  position: relative;
  top: 4px;
}

.sidebar-top {
  background-image: url('../images/sidebar-divider.jpg');
  background-repeat: no-repeat;
  background-position: top center;
}

a:link {
  color: #990033;
}

a:visited{
  color: #aa1144;
}

a:hover {
  color: #990033;
  text-decoration: none;
}

a:active {
  color: #aa1144;
}

#footer-container {
  background-color: #184135;
  text-align: center;
  color: #fff;
  width: 948px;
  padding-bottom: 12px;
  padding-top: 12px;
}

#footer-container a:link {
  color: #fff;
}

#footer-container a:visited{
  color: #fff;
}

#footer-container a:hover {
  color: #fff;
  text-decoration: none;
}

#footer-container a:active {
  color: #fff;
}

.colored-header {
  color: #990033;
}

