body
{
	/*ie nedds these*/
	margin:0px;
	padding:0px;
	font-size:24px;
	font-family:Arial;
	/*align center for IE*/
	text-align:center;	
}
/*
	make text more visible
*/
div
{
	text-align:left;
	line-height:1.2em;
}

/*we use container DIV  to center #content and #navigation in the page*/
#container
{
	/*our page width*/
	width:800px;
	/*center relative div*/
	margin:auto auto;
	/*make space for the header*/
	margin-top:80px;
}
#content
{
	/*  we substracted navigation width from page width and got 800px*/
	width:532px;
	height:auto;
	/* have a minimum height, this does not work in IE*/
	min-height:300px;
	/* use float to inverse position with navigation DIV*/
	float:right;
	color: #000;
	background-color: #FFF;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	text-align: justify;
	padding-left: 12px;
	padding-right: 6px;
}
.hp-txt-box h1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	color: #999;
}


.cl-flash {
	height: 200px;
	width: 530px;
	float: left;
}
.hp-txt-box {
	margin-top: 15px;
	border-bottom-width: 2px;
	border-bottom-style: dashed;
	border-bottom-color: #ffe701;
	padding-bottom: 12px;
	width: 520px;
	float: left;
}
.logs-dose-box {
	margin-top: 12px;
}
.logs {
	width: 250px;
	height: 200px;
	margin-top: 12px;
	float: left;
}
.logs .hd {
	background-image: url(../images/tonic-logs.gif);
	background-repeat: no-repeat;
	height: 21px;
	width: 138px;
}
.logs ul .txt {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #666;
	width: 170px;
	float: left;
}
.logs ul .heading a {
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #000;
	text-decoration: none;
	width: 180px;
	float: left;
}

.logs ul {
	padding: 0px;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
	float: left;
	width: 250px;
}
.logs ul li {
	list-style-type: none;
}
.logs ul .pic {
	float: right;
}






.logs-in-dose-box {
	margin-top: 12px;
}
.logs-in {
	width: 520px;
	height: 200px;
	margin-top: 12px;
	float: left;
	padding-left: 12px;
}
.logs-in .hd {
	background-image: url(../images/tonic-logs.gif);
	background-repeat: no-repeat;
	height: 21px;
	width: 138px;
}
.logs-in ul .txt {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #666;
	width: 400px;
	float: left;
	padding-top: 4px;
}
.logs-in ul .heading a {
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #000;
	text-decoration: underline;
	width: 300px;
	float: left;
}

.logs-in ul {
	padding: 0px;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
	float: left;
	width: 500px;
}
.logs-in ul li {
	list-style-type: none;
}
.logs-in ul .pic {
	float: right;
}






.dose {
	width: 250px;
	height: 200px;
	margin-top: 12px;
	float: left;
	margin-left: 15px;
}




.list {
	margin: 0px;
	padding: 0px;
}

.list li {
	background-image: url(../images/bull.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	list-style-type: none;
	padding-left: 24px;
	padding-bottom: 5px;
}

.list li a {
	color: #49b1c1;
	font-weight: bold;
	text-decoration: none;
}

.list li a:hover {
	text-decoration: none;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #666;
}

h1 {
	font-size: 14px;
	color: #7d9745;
}


/*
	internet explorer min-height fix 
	can be removed if you don't need a minimum height
	in this way your CSS will be clean from hacks
*/
* html #content
{
	height:300px;
}


#navigation
{
	/* set margin top to header height*/
	float:left;
	height:auto;
	/* have a minimum height, this does not work in IE*/
	min-height:300px;
	width:250px;
}

/*
	internet explorer min-height fix 
	can be removed if you don't need a minimum height
	in this way your CSS will be clean from hacks
*/	
* html #navigation
{
	height:300px;
}

#header
{
	/* postion absolute so we can place our div anywhere on the page, in this case the first div*/
	position:absolute;
	/*our page width*/
	width:100%;
	/*center absolute  div*/
	/*put div on the center of the page*/
	left:50%;
	/*pu the div fist on the page*/
	top:0px;
	height:20px;
	margin-left: -50%;
	background-color: #000;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}

#footer
{
	width:100%;
	clear:both;
	/*center relative div*/
	margin:auto;
	height:150px;
	background-color: #000;
	color: #FC0;
}
.footer-box {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}





.form-box-contact {
	height: 400px;
	width: 460px;
	border: 1px solid #F9F9F9;
	margin-top: 10px;
	padding-top: 15px;
	float: left;
}
.contact-f {
	float: left;
	width: 400px;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: center;
}
.contact-code .ac {
	border: 2px solid #FFE701;
	font-weight: bold;
	color: #333;
}

.contact-d-box {
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
}


.contact-label {
	font-weight: bold;
	color: #000000;
	height: 30px;
	float: left;
	clear: both;
	margin: 0px;
	display: block;
	font-size: 11px;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 0px;
	width: 100px;
	text-align: right;
	line-height: 30px;
}
.contact-label-code {
	font-weight: bold;
	color: #000000;
	height: 20px;
	float: left;
	clear: both;
	margin: 0px;
	display: block;
	font-size: 11px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	width: 150px;
}


.contact-right {
	MIN-HEIGHT: 24px;
	margin: 0px;
	text-align: left;
	float: left;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
.contact-text {
	border: 3px solid #FFE701;
	padding: 3px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	width: 200px;
	height: 30px;
	line-height: 30px;
	color: #333;
}
.contact-details {
	width: 240px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	float: left;
	border: 3px solid #FFE701;
	margin-left: 10px;
	font-size: 13px;
	color: #333;
}

.contact-code {
	height: 50px;
	width: 400px;
	float: left;
}

.contact-btn {
	height: 25px;
	width: 70px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding: 2px;
	background-color: #FFE701;
	cursor:pointer;
	border: 2px solid #999;
	margin-right: auto;
	margin-left: auto;
	color: #000;
}



.contact-bdr {
	width: 190px;
	padding-top: 16px;
	padding-right: 4px;
	padding-bottom: 15px;
	padding-left: 4px;
	float: left;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}



.contact-bdr a {
	font-weight: bold;
	color: #000;
	text-decoration: none;
	display: block;
	margin: 0px;
	padding: 0px;
}
.contact-bdr a:hover {
	background-color: #FF9;
}

.emailus {
	font-size: 14px;
	font-weight: bold;
	color: #036;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCC;
	margin-right: auto;
	margin-left: auto;
	padding-top: 12px;
}
.error {
	font-size: 14px;
	font-weight: bold;
	color: #F00;
}

