/* CSS Document */

  
/* ------------------------------- Main Layouts ----------------------------- */

body {
  background: #FFFFFF url(images/bg.gif) repeat; 
  color: #000000; 
  margin: 0px;
  padding: 0px;
  text-align: center;	
}

#container {
  background: #FFFFFF url(images/bodybg.gif) repeat-y;
  text-align: left;
  width: 750px;
  margin: 0 auto;
  padding: 0;
  border-right: 1px solid #000000;
  border-left: 1px solid #000000;
  border-bottom: 1px solid #000000;
}

#specialcontainer {
  background: url(images/bg.jpg) repeat-y;
  text-align: left;
  width: 750px;
  margin: 0 auto;
  padding: 0;
  border-right: 1px solid #000000;
  border-left: 1px solid #000000;
  border-bottom: 1px solid #000000;
}

#topbody {
  background: url(images/topbody.jpg) left top no-repeat;
  width: 750px;
  height: 135px;
}

#linkbar {
  width: 750px;
  height: 37px;
  background: url(images/linkbarbg.jpg) no-repeat;
}

#maincontent {
  width: 735px;
  margin-left: 15px;
  }

#textcontent {
  float: left;
  font: 13px Arial, Helvetica, sans-serif;
  width: 470px;
  margin-top: 20px;
  margin-bottom: 100px;
  }
  
#specialcontent {
  
  font: 13px Arial, Helvetica, sans-serif;
  width: 595px;
  margin-top: 20px;
  margin-left: 50px;
  margin-bottom: 100px;
  border: 1px solid #333333;
  padding: 10px;
  }
	
#rightcontent {
  float: left;
  color: #2A5A82;
  width: 210px;
  margin-top: 20px;
  margin-left: 35px;
  margin-bottom: 100px;
  }
	
#footer {
  background: #FFFFFF url(images/footerbg.jpg) center top no-repeat;
  color: #2A5A82;
  clear: both;
  width: 750px;
  height: 30px;  
  margin-top: 100px;  
  }

p { 
  margin-top: 10px; 
  text-align: justify;
  }


/* ------------------------------- Links ----------------------------- */

a:link {
	color: #006600;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #006600;
}
a:hover {
	text-decoration: none;
	color: #2A5A82;
}
a:active {
	text-decoration: underline;
	color: #006600;
}

.drop:link {text-decoration: none; color: #000000}
.drop:visited {text-decoration: none; color: #000000}
.drop:hover {text-decoration: underline; color: #006600}
.drop:active {text-decoration: none; color: #000000}

.linkshome:link {text-decoration: none; color: #2A5A82}
.linkshome:visited {text-decoration: none; color: #2A5A82}
.linkshome:hover {text-decoration: underline; color: #006600}
.linkshome:active {text-decoration: none; color: #2A5A82}
.linkshome {
    margin-left: 20px;
	margin-top: 4px;
	position: absolute;
	font: bold 17px ITC Garamond;
	}

.linksabout:link {text-decoration: none; color: #2A5A82}
.linksabout:visited {text-decoration: none; color: #2A5A82}
.linksabout:hover {text-decoration: underline; color: #006600}
.linksabout:active {text-decoration: none; color: #2A5A82}
.linksabout {
    margin-left: 90px;
	margin-top: 4px;
	position: absolute;
	font: bold 17px ITC Garamond;
	}
	
.linkstestimonials:link {text-decoration: none; color: #2A5A82}
.linkstestimonials:visited {text-decoration: none; color: #2A5A82}
.linkstestimonials:hover {text-decoration: underline; color: #006600}
.linkstestimonials:active {text-decoration: none; color: #2A5A82}
.linkstestimonials {
    margin-left: 190px;
	margin-top: 4px;
	position: absolute;
	font: bold 17px ITC Garamond;
	}

.linkswhygnld:link {text-decoration: none; color: #2A5A82}
.linkswhygnld:visited {text-decoration: none; color: #2A5A82}
.linkswhygnld:hover {text-decoration: underline; color: #006600}
.linkswhygnld:active {text-decoration: none; color: #2A5A82}
.linkswhygnld {
    margin-left: 325px;
	margin-top: 4px;
	position: absolute;
	font: bold 17px ITC Garamond;
	}

.linksscience:link {text-decoration: none; color: #2A5A82}
.linksscience:visited {text-decoration: none; color: #2A5A82}
.linksscience:hover {text-decoration: underline; color: #006600}
.linksscience:active {text-decoration: none; color: #2A5A82}
.linksscience {
    margin-left: 450px;
	margin-top: 4px;
	position: absolute;
	font: bold 17px ITC Garamond;
	}

.linksproductslink:link {text-decoration: none; color: #2A5A82}
.linksproductslink:visited {text-decoration: none; color: #2A5A82}
.linksproductslink:hover {text-decoration: underline; color: #006600}
.linksproductslink:active {text-decoration: none; color: #2A5A82}
.linksproducts {
    margin-left: 550px;
	margin-top: 4px;
	position: absolute;
	font: bold 17px ITC Garamond;
	}
	
.linksfaqs:link {text-decoration: none; color: #2A5A82}
.linksfaqs:visited {text-decoration: none; color: #2A5A82}
.linksfaqs:hover {text-decoration: underline; color: #006600}
.linksfaqs:active {text-decoration: none; color: #2A5A82}
.linksfaqs {
    margin-left: 660px;
	margin-top: 4px;
	position: absolute;
	font: bold 17px ITC Garamond;
	}
	
/* ------------------------------- Copyright ----------------------------- */

#footer .copyright {
    padding-top: 7px;
	padding-left: 20px;
	font: 12px Georgia, "Times New Roman", Times, serif;
}

.createdby {
    font: 12px Georgia, "Times New Roman", Times, serif;
    margin-left: 160px; 
}

.amindsdesign:link {text-decoration: underline; color: #2A5A82}
.amindsdesign:visited {text-decoration: underline; color: #2A5A82}
.amindsdesign:hover {text-decoration: none; color: #006600}
.amindsdesign:active {text-decoration: underline; color: #2A5A82}

.amindsdesign {
	margin-left: 8px;
	font: Bold Italic 12px Times New Roman PS MT;
}

/* ------------------------------- Misc Layouts ----------------------------- */

.healthyaudio {
  font: Verdana, Arial, Helvetica, sans-serif;
}

.dot {
  background: url(images/dot.gif) no-repeat;
  float: left;
  width: 11px;
  height: 11px;
  margin-left: 2px;
  margin-right: 5px;
}

.header {
  font: bold 21px Arial Rounded;
  margin-bottom: 30px;
  font: #2A5A82;
}

.line {
  background: #FFFFFF url(images/line.gif) repeat-x bottom;
  width: 450px;
  margin-top: 30px;
  margin-bottom: 30px;
}

/* ------------------------------- DropMenu Layout ----------------------------- */

.dropmenu:link {text-decoration: none; color: #2A5A82}
.dropmenu:visited {text-decoration: none; color: #2A5A82}
.dropmenu:hover {text-decoration: underline; color: #006600}
.dropmenu:active {text-decoration: none; color: #2A5A82}
.dropmenu {
    text-align: left;
	font: bold 10px verdana;
	}

ul {
    list-style: none;
	padding: 0;
	margin: 0;
}

#nav li li a {
	display: block;
	padding-top: 5px;
	padding-left: 4px;
	padding-bottom: 8px;
}

#nav li li a:hover {
	background-image: url('images/menubutton.gif');
}

li {
	float: left;
	position: relative;
	width: 143px;
	cursor: default;
}

li ul {
	line-height: 25px;
	width: 143px;
	height: 225px;
	display: none;
	position: absolute;
	
	background: url('/images/menubg.jpg') no-repeat;
	border: 1px solid #000000;	
}

li:hover ul, li.over ul {
	display: block;
}