* {
	margin: 0px;
	padding: 0px;
	}

body {
	font-family: Arial;
	font-size: 8;
	background-image:url(images/ms-bg.gif);
	background-repeat:repeat-x;
	background-color: #666666;

}
 .image {
border:0px; border-thickness: 0px; border-color: #00000; 
}

.hdn
{
	display: block;
	overflow: hidden;
	text-indent: -12345px;
	
}

/*-------------------------------------------------------------LINKS---------*/
a:link {
	color: #333;
	text-decoration: none;
	}

a:hover{
	text-decoration: none;
	color: #F00;
}

a:active {
	text-decoration: none;
	color: #8BD80E;
}

a:visited {
	color: #333;
	text-decoration: none;
}
/*-------------------------------------------------------------text---------*/

h1 {
	font-size: 11px;
	font-weight:lighter;
	text-align:right;
	color: #999;
	padding-top: 10px;
	
	}

h2 {
	font-family:arial;
	font-size: 16px;
	font-weight:lighter;
	color: #333;
	line-height:28px;
	}
	
h3 {
	font-size: 16px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:300;
	text-align:left;
	padding-left:15px;
	padding-right:15px;
	color: #000;
	padding-top: 0px;
	}

h4 {
	width: 380px;
	font-size: 24px;
		color: #666;
	padding-top: 10px;
	}
	
h5 {
	font-size: 11px;
	font-weight:lighter;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	padding-top: 0px;
	}
	
h6 {
	height:20px;
	text-align:center;
	font-size: 14px;
	font-weight:lighter;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	}	
	
h6 a:link{
color: #fff;
}
h6 a:active{
color: #fff;
}
h6 a:visited{
color: #fff;
}
h6 a:hover {
	color: #C63;
}

p {
	font-family:arial;
	font-size: 12px;
	font-weight:100;
	color: #666;
	padding-top: 0px;	
	padding-left:15px;
	padding-right:15px;
	line-height:18px;

	}	
	
.normalp {
	font-family:arial;
	font-size: 12px;
	font-weight:100;
	color: #666;
	padding-top: 0px;	
	padding-left:15px;
	padding-right:15px;
	line-height:18px;
	width: 500px;

	}	
.feature {
	font-size: 14px;
	font-weight: normal;
	font-family:Arial, Helvetica, sans-serif;
	line-height:18px;
	color:	#333;
	padding-top: 0px;
	padding-left:15px;
	width: 500px;
	text-align:left;
	}	
	
.ingredients {
	font-size: 11px;
	font-weight: normal;
	font-family:Arial, Helvetica, sans-serif;
	color:	#999;
	padding-top: 0px;
	padding-left:15px;
	text-align:left;
	line-height:18px;
	width: 500px;
	}	
	
a:hover {
	color:#963;
}
		
ul {
	font-family:arial;
	font-size: 12px;
	font-weight:100;
	color: #666;
	padding-top: 0px;	
	padding-left:0px;
	padding-right:0px;
	line-height:18px;
	}
		


a.navLink,a.navLink:link,a.navLink:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-right:2px;
	margin-left:15px;
	font-size: 12px;
	color: #3c3c3c;
	font-weight: 200;
	text-decoration: none;
}
a.navLink:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #999;
	font-weight: 200;
	text-decoration: none;
}



/*-------------------------------------------------------------body---------*/
#wrap {
	background: transparent url(images/mysecret-backgroundtexture.jpg) no-repeat scroll center top;
	height:900px;
}
#container {
	width: 920px;
	margin: 0 auto;
	position:top;
		z-index:1;
}


#header {

	margin-left:auto;
	margin-right:auto;
}
.inside_header {
	width: 920px;
	height: 180px;
	margin: 0 auto -30px auto;
}
#logo { width:250px;
height:75px;
float:left;
margin-left: 10px;
margin-top: 0px;
}

#h1_tag { width:250px;
height:80px;
float:right;
margin-right: 10px;
}

/*-------------------------------------------------------------menu---------*/

#nav {
	position:relative;
	width:920px;
	height:75px;
	float: left;
	top:25px;
		}

#nav li {
	float: left;
	display: inline;
	}

#nav a {
	display: block;
	height: 75px;
	background-image: url(images/menu1.gif);
	background-repeat: no-repeat;
	text-indent: -5000px;
	outline: none;
	}

#nav_tour a {
	width: 230px;
	background-position: 0 0;
	}

#nav_tour a:hover {
	background-position: 0 bottom;
	}

#nav_examples a {
	width: 230px;
	background-position: -230px 0;
	}

#nav_examples a:hover {
	background-position: -230px bottom;
	}

#nav_help a {
	width: 230px;
	background-position: -460px 0;
	}
	
#nav_help a:hover {
	background-position: -460px bottom;
	}

#nav_signup a {
	width: 230px;
	background-position: -690px 0;
	}

#nav_signup a:hover {
	background-position: -690px bottom;
	}



/*-------------------------------------------------------------menu end---------*/
/*-------------------------------------------------------------Product SIDE MENU---------*/
#product{
  position: relative;
    top: 0;
    bottom: 0;
    border: 1px solid gray;
    background:;
    width: 200px;
    margin: 3px;}
/*-------------------------------------------------------------content---------*/

#content {
	background-image:url(images/dropbar.gif);
	background-repeat:no-repeat;
	background-position: top;
	background-color:#fbfbfb;
	width:920px;
	height:auto;
	float: left;
	top:25px;
	position:relative;
		}
		
#content li {
	float: left;
	display: inline;
	}
	
	/*-------------------------------------------------------------footer---------*/
#footer {
	background-image:url(images/footer.gif);
	background-repeat:no-repeat;
	background-color:#666666;
	width:890px;
	float:left;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	position:bottom;
	padding-left:15px;
	padding-right:15px;
}
#image { 
margin: 0 auto;
margin-left:15px;
}



#news {
	color:#999;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	width:200px;
	height:200px;
	float: left;
	z-index:2;
	margin-top: 150px;
	margin-left: 15px;
	position: absolute;
	
}
#field {background-color:#666; width:350px; height:50px; margin-top:5px; font-family:Arial, Helvetica, sans-serif; font-size:18px; font-weight:100; color:#CCC; border:thin; text-indent: 5px;}
#comment {background-color:#666; width:350px; height:150px; margin-top:5px; font-family:Arial, Helvetica, sans-serif; font-size:18px; font-weight:100; color:#CCC; border:thin; text-indent: 5px;}
#Send {background-color:#000; width:150px; height:25px; margin-top:5px; font-family:Arial, Helvetica, sans-serif; font-size:18px; font-weight:100; color:#CCC; border:thin; text-indent: 5px;}