/************	main.css	*************/
/* 		Author: Blake Reary				*/
/*		Stylesheet for main layout		*/
/*		of Newvision.com				*/
/****************************************/

/****** RESET ******/
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th {
	font-size: 1em;
	font-weight: normal;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
ul,ol { list-style: none; }
fieldset,img { border: none; }
caption,th { text-align: left; }
table { border-collapse: collapse; border-spacing: 0; }

/****** Global Element Styles ******/
html, body {
	padding:0 0 0 0;
	margin:0 0 0 0;
}

body {
	background-color:#1d6d00;
	color:#6e9831;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
}

p {
	padding-bottom:1em;
}

a:link, a:visited {
	color:#ccff99;
}

a:hover {
	color:#ccff99;
	text-decoration:none;
}

strong {font-weight:bold;}

h1 {
	font-size:1.5em;
	margin-bottom:.5em;
}
h2 {
	font-size:1.5em;
	margin-bottom:.5em;
}

h3 {
	font-size:1.1em;
	font-weight:bold;
	margin-bottom:.3em;
}

ul {
	margin-left:2em;
	margin-bottom:1em;
}

/****** Container Styles ******/
.container-full {
	padding:0 0 0 0;
	margin:0 0 0 0;
	width:100%;
	background-repeat:repeat-x;
}

#header-container {
	background-image:url(/web/company_nvi/package_def/lang_def/img/msteendiet_images/layout/hdr-bg.jpg);
	height:77px;
}

#nav-container {
	height:31px;
	background-image:url(/web/company_nvi/package_def/lang_def/img/msteendiet_images/nav/nav-bg.jpg);
	background-repeat:repeat-x;
	background-position:center;
	z-index:0;
}

#headline-container {
	background-color:#198000;
	background-image:url(/web/company_nvi/package_def/lang_def/img/msteendiet_images/layout/headline-bg.jpg);
	height:88px;
}

#main-container {
	height:289px;
	background-color:#f1f1f1;
	background-image:url(/web/company_nvi/package_def/lang_def/img/msteendiet_images/layout/main-bg.jpg);
	color:#666666;
}
#main-container[id] {
	height:auto;
	min-height:289px;
}

#main-container a {
	color:#006500;
}

#tiles {
margin-top:16px;
clear:both;
}

#footer {
	text-align:center;
	width:500px;
	font-size:9pt;
}

/****** Main Layout Components ******/

#leftleaf {
	position:relative;
	left:-412px;
	float:left;
}

.centered-760 {
	width:773px;
	margin:0 auto 0 auto;
	display:block;
}

.centered {
	margin:0 auto 0 auto;
	display:block;
}

#product-shot {
}

.tile {
	padding-left:0px;
	padding-right:0px;
}

#member-contact-info
{
	margin-right:1px;
}

#bottom-nav {
	text-align:center;
	margin-top:20px;
	margin-bottom:20px;
}

#bottom-nav li {
	border-left:1px solid #5f8b2c;
	padding:0 3px 0 7px;
}

#bottom-nav li.first {
	border-left:0;
}

#bottom-nav li a {
	text-decoration:none;
}

#dsa {
	font-size:8pt;
	text-align:center;
	margin:0 auto 5px auto;
}

#disclaimer {
	font-size:8pt;
	margin:0 auto 5px auto;
	text-align:left;
}

.button
{
	vertical-align:middle;
	margin:0 3px 4px 6px;
}

/****** Page-specific Styles ******/

/* Product - Forte Diet Page */

body.subpage div.padded-content {
	padding-left:212px;
}

body.subpage p.disclaimer {
	font-size:8pt;
	color:#999999;
}

body.subpage #product-links
{
	text-align:center;
	font-size:8pt;
	width:200px;
}
body.subpage #product-links ul
{
	list-style:square;
	text-align:left;
	line-height:1.5em;
}

body.subpage #member-contact-info-side
{
	width:130px;
	background-image:url(/web/company_nvi/package_def/lang_def/img/msteendiet_images/layout/tile-memberSide.jpg);
	background-repeat:no-repeat;
	margin:0 auto 0 auto;
	padding:8px 3px 0px 3px;
	text-align:center;
	background-position: center bottom;
}

body.subpage #member-contact-info-side h3
{
	color:#006500;
	font-size:1.2em;
}

body.subpage #member-contact-info-side img.memberphoto
{
	margin:2px;
	border:1px solid #CCC;
}
/****** Walkabout Videos ******/

#transparentFLV {
  /* Netscape 4, IE 4.x-5.0/Win and other lesser browsers will use this */
  position: absolute; left: 00px; bottom: 0px;
  width:350px;
height: 300px;
}
body > div#transparentFLV {
  /* used by Opera 5+, Netscape6+/Mozilla, Konqueror, Safari, OmniWeb 4.5+, iCab, ICEbrowser */
  position: fixed;
}
div#transparentFLV {
  /* IE5.5+/Win - this is more specific than the IE 5.0 version */
  left: 0; bottom: 0;
  right: expression( ( -0 - transparentFLV.offsetWidth + ( document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth ) + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
  top: expression( ( -0 - transparentFLV.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}