@charset "UTF-8";
/* CSS Document */

html, body {
	margin: 0;
	padding: 0;
	background: #000 url(content/bk_rep.jpg) repeat-x;
	text-align: center; /* leave so page is centered in IE */
}

/* LINKS */

/* makes image links have no border in IE */

a img {
	border: none;
	outline:none;
}

/* PNG fix for the microsofts terrible browser */
img, div, a, input {
 behavior: url(iepngfix.htc) ;
}

form {
	padding:0px;
	margin:0px;
	border:0px;
}


/* a - text links */

a {
  outline: none;
  text-decoration:none;
}

/* a - text links on hover over */

a:hover {
	text-decoration:none;
}

/* Fontland */

h1 {
	font-family:"Times New Roman", Times, serif;
	font-size:24px;
	text-align: left;
	color: #6b5c4c;
	font-weight: lighter;
}

h2 {
	font-family:"Times New Roman", Times, serif;
	font-size:24px;
	text-align: left;
	color: #6b5c4c;
	line-height:normal;
	font-weight: lighter;
}

h3 {
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	text-align: left;
	color: #6c6d6d;
	font-weight: lighter;
}


.copy_small {
	font-family:Helvetica, sans-serif;
	font-size:14px;
	text-align:left;
	color:#e9e9e9;
	font-size:12px;
	line-height: 1.5em;
}

.grey_italic{
	font-family:Helvetica, sans-serif;
	font-style:italic;
	color:#787878;
	font-size:14px;
}

.copy_small a{
	color:#e9e9e9;
	text-decoration:none;
}

.copy_small a:hover{
	color:#ffffff;
}

.lightgrey_italic{
	font-family:Helvetica, sans-serif;
	font-style:italic;
	color:#b7b7b7;
	font-size:14px;
}
.darkgrey_italic{
	font-family:Helvetica, sans-serif;
	font-style:italic;
	color:#b7b7b7;
	font-size:14px;
	color:#4d4d4d;
}
.orange_italic{
	font-family:Helvetica, sans-serif;
	font-style:italic;
	color:#ff891a;
	font-size:14px;
}

.orange_copy{
	font-family:Helvetica, sans-serif;
	font-style:italic;
	color:#ff891a;
	font-size:14px;
}


.orange_copy a:hover{
	color:#FFCC00;
}

.orange_copy a{
	color:#ff891a;
}

.orange_contact{
	font-family:Helvetica, sans-serif;
	font-style:italic;
	color:#ff891a;
	font-size:16px;
	line-height: 1.5em;
}

.about_copy{
	font-family:Helvetica, sans-serif;
	font-style:italic;
	color:#4b4b4b;
	font-size:14px;
	line-height: 1.5em;
}

.about_copy2{
	font-family:Helvetica, sans-serif;
	color:#4b4b4b;
	font-size:14px;
}

ul  {
	font-family:"Times New Roman", Times, serif;
	font-size:11px;
	color: #999999;
}

/* a -  links */
a
{
	color: #6b5c4c;
	outline: none;
	text-decoration:none;
}

a img {
	border: none;
	outline:none;
}

.footer_copy{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #7b7b7b;
	font-weight: lighter;
}
.footer_copy a{
		color: #7b7b7b;
}
.footer_copy a:hover{
	color: #ffffff;
}

.footer_copy2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #333333;
	font-weight: lighter;
}
.footer_copy2 a{
		color: #333333;
}
.footer_copy2 a:hover{
	color: #7b7b7b;
}


/* ul - list style */

#contact {
	float:left;
	padding: 10px 0px 0px 230px;
}

#contact ul  {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	margin:0;
	padding:0px 10px 0 0px;
	list-style:none;
	color:#373737;
}

#contact li {
	  color:#373737;
      margin:0;
      padding:0;
}

#contact a {
	outline: none;
    text-decoration:none;
	color:#373737;
}
	  
#contact a:hover {
      color:#373737;
}


/* Begin page or section containers */

/* main continual content */

#main-wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	background: url(content/wrapper_bk.jpg) no-repeat;
	text-align: left; /* makes text back to left align after the IE center page fix in the html define */
	height: 620px;
}

#main-wrapper_thankyou {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	text-align: left; /* makes text back to left align after the IE center page fix in the html define */
	height: 620px;
}

#main-wrapper_about {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	background: url(content/wrapper_bk_about.jpg) no-repeat;
	text-align: left; /* makes text back to left align after the IE center page fix in the html define */
	height: 620px;
}

#main-wrapper_contact {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	background: url(content/wrapper_bk_contact.jpg) no-repeat;
	text-align: left; /* makes text back to left align after the IE center page fix in the html define */
	height: 620px;
}

#main-wrapper_order {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	background: url(content/wrapper_bk_order.jpg) #ffffff no-repeat;
	text-align: left; /* makes text back to left align after the IE center page fix in the html define */
	height: 620px;
}

#header {
	width: 960px;
	float: left;
	height: 135px;
}

#main_content{
	height:425px;
	float:left;
	width:960px;
}

#main_content_order{
	height:auto;
	float:left;
	width:960px;
}

#grey_content {
	width:100%;
	margin-left: auto;
	margin-right: auto;
	background: #292929 url(content/grey_rep.jpg) repeat-x;
	float: left;
	text-align: center;
	border-bottom: 1px #434343 solid;
}

#grey_distrib {
	width:480px;
	margin-left: auto;
	margin-right: auto;
	background: #292929 url(content/distributors.jpg) repeat-none;
	float: left;
	text-align: center;
	border-bottom: 1px #434343 solid;
}

#grey_middle{
	width:960px;
	margin-left: auto; 
	margin-right: auto;
	text-align: left;
}

#grey_middle_home{
	width:900px;
	background: url(content/middle_home.jpg) no-repeat;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	padding: 0px 30px 0px 30px;
	height:248px;
}

#grey_middle_about{
	width:960px;
	background: url(content/middle_about.jpg) no-repeat;
	margin-left: auto; 
	margin-right: auto;
	text-align: left;
	padding: 0px 0px 0px 0px;
	height:318px;
}

#grey_middle_contact{
	width:480px;
	background: url(content/middle_contact.jpg) no-repeat;
	margin-left: auto;
	margin-right: auto;
	padding: 70px 0px 30px 0px;
	height:218px
}

.news{
	float:left;
	width:450px;
	text-align:left;
	padding:80px 0px 0px 30px;
}

#about_spec{
	float:left;
	width:910px;
	text-align:left;
	padding:80px 0px 30px 50px;
}

#contact_copytop{
	float:left;
	padding: 90px 60px 0px 230px;
	width:670px;
	height:60px;
	text-align:left;
}

#contact_copytop_thankyou{
	float:left;
	padding: 40px 60px 0px 20px;
	width:670px;
	height:60px;
	text-align:left;
}

#contact_copyleft{
	float:left;
	padding: 0px 0px 0px 0px;
	width:450px;
	height:200px;
	text-align:left;
}

#contact_copyright{
	float:left;
	padding: 10px 0px 0px 20px;
	width:480px;
	height:200px;
	text-align:left;
}

#network_holder{
	float:left;
	width:960px;
	height:200px;
}
.network{
	padding: 0px 0px 0px 0px;
	width:191px;
	height: 180px;
	float: left;
}

.network2{
	padding: 0px 0px 0px 140px;
	width:220px;
	height: 180px;
	float: left;
}

#about_content{
	float:left;
	width:760px;
	padding:80px 60px 0px 140px;
}

#about_vitamins{
	float:left;
	width:870px;
	padding:70px 40px 0px 50px;
}

.vitaminsleft{
	padding:0px 0px 0px 0px;
	height: 65px;
	width: 64px;
	float: left;
}

.vitaminsright{
	padding:10px 20px 0px 20px;
	height: 65px;
	width: 330px;
	float: left;
}


#order_content{
	float:left;
	width:840px;
	padding:100px 60px 0px 55px;
}

.order_back{
	float:left;
	height:191px;
	width:860px;
	background: url(content/order_bk.jpg) no-repeat;
	padding: 0px 0px 0px 0px;	
}

.order-button{
	float:left;
	padding:0px 0px 0px 0px;
}

#footer{
	width:100%;
	margin-left: auto;
	margin-right: auto;
	background: #000000;
	padding: 0px 0px 0px 0px;
	border-top: 1px #262626 solid;
	float: left;
	text-align: center;
}

#footer_middle{
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	padding: 30px 0px 30px 40px;
	width: 920px;
}

/* Menu */

#nav_bar{
	margin:0 auto;
	clear:both;
	width: 960px;
	padding: 0px 0px 0px 0px;
	float:left;
}

#menu {
	list-style: none;
	padding: 0px 0px 0px 0px;
	margin: 0;
	width: 960px;
	height: 63px;
	position: relative;
}

#menu span {
  display: none;
  position: absolute;
}

#menu a {
  display: block;
  text-indent: -900%;
  position: absolute;
  outline: none;
}

#menu a:hover {
  background-position: left bottom;
}

#menu a:hover span {
  display: block;
}

#menu .home {
  width: 180px;
  height: 63px;
  background: url(content/home.png) no-repeat;
  left: 0px;
  top: 0px;
}

#menu .about {
  width: 170px;
  height: 63px;
  background: url(content/about.png) no-repeat;
  left: 180px;
  top: 0px;
}

#menu .order {
  width: 200px;
  height: 63px;
  background: url(content/order.png) no-repeat;
  left: 350px;
  top: 0px;
}

#menu .contact {
  width: 194px;
  height: 63px;
  background: url(content/contact.png) no-repeat;
  left: 550px;
  top: 0px;
}

#menu .more {
  width: 216px;
  height: 63px;
  background: url(content/more.png) no-repeat;
  left: 744px;
  top: 0px;
}

/* form styles */

.formText{
	font-family: Arial, Helvetica, sans-serif;
	color:#373737;
	font-size:14px;
	text-align:left;
	line-height: 1.5em;	
}

.formLabel{
	color:#373737;
	font-size:14px;
	float: left;
	width: 70px;
	padding-left: 20px;
}

.textbox{
	float:left;
	margin: 5px 0px 0px 0px;
	width: 350px;
}

.textbox2{
	float:left;
	margin: 12px 0px 14px 10px;
	width: 350px;
}

.textbox3{
	float:left;
	margin: 8px 0px 5px 10px;
	width: 350px;
}
.box{
	border: 1px solid #ffffff;
	font-size:12px;
}

/* RSS Feed stuff */

ul.rss_items  {
	padding: 0px;
	margin: 0px;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}

li.rss_item {
	margin: 0 0 15px 0;
	color:#E9E9E9;
	font-family:Helvetica,sans-serif;
	font-size:12px;
	line-height:1.5em;
	text-align:left;
}

a.rss_item {
	font-family:Helvetica, sans-serif;
	font-style:italic;
	color:#ff891a;
	font-size:14px;
}

a.rss_item:hover {
	color:#FFF000;
}

.rss_date {
	color:#787878;
	font-family:Helvetica,sans-serif;
	font-style:italic;
	font-size:14px;
	overflow: hidden;
	float: left;
	width: 130px;
	height: 16px;
}

.news{ /* edit above once final */
	padding:70px 0px 0px 30px;
}
