@charset "UTF-8";
body {
	margin: 0;
	padding: 0;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	line-height: 1.4;
	background-color: #FFFFCC;
}

/* Element/tag selectors */
ul, ol, dl {
	padding: 0;
	margin: 0;
	line-height: 2;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	
	padding-right: 15px;
	padding-left: 15px; 
}
a img { 
	border: none;
}

a:link {
	color:#F90;
	text-decoration: underline;
	font-weight: bold;
}

#TopBarDesign {
	background-color: #F7931E;
	text-align: center;
	height: 30px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bolder;
	letter-spacing: 2px;
	vertical-align: bottom;
	text-transform: uppercase;
}
a:visited {
	color: #4E5869;
	text-decoration: underline;
}
a:hover, a:active, a:focus { 
	text-decoration: none;
}

/* Special Characters */
.vitaminlist {
	font-size: 12px;
}
.vitaminlist2 {
	font-size: 13px;
}
.underline {
	text-decoration: underline;
}
.references {
	font-size: 80%;
}
.stepinstruction {
	font-size: 90%;
}

/* Container */
.container {
	width: 960px;
	background: #FFF;
	margin: 0 auto;
	font-weight: normal;
}

/* Header - Full Length */
.header {
	background:#FFF
}

/* Column Layouts */
.sidebar1 {
	float: right;
	width: 20%;
	background: #FFF;
	padding-bottom: 10px;
}
.frontblock {
	float: right;
	background: #FFF;
	padding-bottom: 10px;
	padding-left: 10px;
}
.content {
	padding: 10px 0;
	width: 80%;
	float: right;
}

/* Content */
.content ul, .content ol { 
	padding: 0 15px 15px 40px;
}


/* ~~ The footer ~~ */
.footer {
	font-size: 70%;
	padding: 10px 0;
	color: #FFF;
	background: #00A13C;
	position: relative;
	clear: both;
}

.footer a:link {
	color: #FFF;
	text-decoration: underline;
}

/* Float Rules */
.fltrt {  
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.list {
	list-style-position: outside;
	list-style-type: none;
	list-style-image: url(../img/moringa-dot.png);
}
.align-left {
	text-align: left;
}
.align-center {
	text-align: center;
}
.align-right {
	text-align: right;
}
.justify {
	text-align: justify;
}
.align-justify {
	text-align: justify;
}
.pricing {
	font-size: 16px;
	font-weight: bolder;
	color: #F90;
	text-align: center;
}
.buytable {
	border: thin solid #F90;
}

.contactForm {
	margin-right: 20px;
}
