 html {
	background: #C4C9D2;
	padding-top: 10px;
	padding-bottom: 10px;
  }
  
  body {
	padding: 0;
	margin: 0 auto;
	width: 780px;
	background: url( '../images/content_bgr.gif' ) repeat-y;
	font-family: Arial;
	font-size: 11px;
	color: #666666;
  }
  
  a {
	color: #4F4F4F;
	text-decoration: none;
  }
  
   #item-bottom {
	margin: 0;
	padding: 0;	
	width: 65%;
	margin-left: 250px;
	border: 0;
	background: none;

  }
  
  iframe#nexttip {
	display: none;
  }
  
  .arrow {
	float: left;
	width: 3px;
	height: 10px;
	background: url('../images/generic_arrow.gif') no-repeat 0 5px;
	margin-right: 5px;
  }
  
  a.link {
	font: bolder 10px 'Verdana';
	color: #006699;
	float: right;
	background: url('../images/link_arrow.gif') no-repeat right;
	padding-right: 20px;
	margin-top: 7px;
  }
  
  #paging {
	color: #336699;	
	position: relative;	
	bottom: -30px;
	float: right;
	/*top: 30px;*/
	height: 0px;
  }
  
  #paging b {
	display: block;
	position: relative;
	float: left;
	width: 40px;
	margin-top: -2px;
	margin-right: -2px;
	text-transform: uppercase;
	background: #fff;
	font-size: 12px;
	letter-spacing: -1px;
  }
  
  #paging  a {
	float: left;
	padding: 0 7px;
	border-left: 2px solid #CC0000;
	line-height: 10px;
	color: #336699;
	font-size: 12px;
   }
   
    #paging  a.active {
		font-weight: bolder;
	}
 
  
  /*******************/
  
  #header {
	background: #fff url('../images/header_top.gif') no-repeat top;
  }
  
  #header a#logo, #header a#logo:hover, #header a#logo:visited, #header a#logo:link, #header a#logo:active {
	background: #fff url( '../images/logo.gif' ) no-repeat;
	display: block;
	height: 50px;
	width: 400px;
	float: left;
	margin-left: 20px;
	margin-top: 18px;
  }
  
  #header a.help {
	float: right;
	text-align: center;
	text-transform: uppercase;
	margin: 20px 5px 0 0;
	font: 9px 'Verdana';
	color: #768196;
	line-height: 15px;
  }
  
   #header a.help img {
	border: 0;
   }
  
  #header #header-menu {
	clear: both;
	width: 100%;
	list-style-type: none;
	padding: 0;
	margin: 0;
	background: url( '../images/header_menu_bgr.gif' ) repeat-x;
	height: 22px;
	overflow: hidden;
	text-align: center;
  }
  
  #header #header-menu li {
	float: left;
	width: 95px;
	padding: 0;
	margin: 0;
	padding-right: 1px;	
	border-right: 1px solid #A8AFBB;
  }
  
  #header #header-menu li a {
	float: left;
	width: 100%;
	height: 22px;
	line-height: 22px;
	color: #fff;
	font-size: 12px;
	font-weight: bolder;
	border-right: 1px solid #373D46;
  }
  
  #header #header-menu li a:hover {
	color: #FFCC00;
  }

  
  #header #header-pics {
	height: 72px;
	width: 100%;
	list-style-type: none;
	padding: 0;
	margin: 0;
	border-top: 1px solid #fff;
	border-bottom: 5px solid #fff;
  }
  
  #header #header-pics li {
	float: left;
	height: 100%;
	border-left: 2px solid #fff;
  }
  
  #header #header-pics #pic1 {
	background: url( '../images/pic1.jpg' ) no-repeat;
	width: 221px;
	border-left: 0;
  }
  
  #header #header-pics #pic2 {
	background: url( '../images/pic2.jpg' ) no-repeat;
	width: 259px;
  }
  
  #header #header-pics #pic3 {
	background: url( '../images/pic3.jpg' ) no-repeat;
	width: 295px;
  }
  
  
  /*******************************/
  
  
  #content-left {
	padding: 7px;
	width: 206px;
	float: left;
  }
  
  #content-left #menu {
	list-style-type: none;
	padding: 0;
	margin: 0;
  }
  
  #content-left #menu li{
	border-bottom: 1px dashed #CCCCCC;
	line-height: 30px;	
	letter-spacing: 0.2px;
  }
  
  #content-left #menu li .arrow {
	width: 25px;
	height: 29px;
	cursor: pointer;
  }
  
  #content-left #menu li.inactive .arrow,  #content-left #menu li .arrow{
	background: #F4F4F4 url( '../images/menu_arrow_inactive.gif' ) no-repeat left center;
	background-position: 7px;
  }
  #content-left #menu li.active .arrow{
	background: #F4F4F4 url( '../images/menu_arrow_active.gif' ) no-repeat left center;
	background-position: 7px;
  }
  
 
  #content-left #menu li.inactive a, #content-left #menu li.active  a {
/*	padding-left: 15px;*/
	height: 29px;
  }
 
   #content-left #menu li.inactive a:hover, #content-left #menu li.active a:hover  {
	color: #000;
   }
  
  #content-left #menu li a {
	font-weight: bolder;
	font-size: 12px;
	font-family: "Georgia";
  }
/*  
  #content-left #menu li a.active  {
	background: url( '../images/menu_arrow_active.gif' ) no-repeat left center;
	background-position: 2px;
  }
  */
  #content-left #menu li.submenu  {
	letter-spacing: 0;
	margin-left: 8px;
	background: url( '../images/menu_border.gif' ) repeat-y left;
	padding-left: 17px;
  }
  
  #content-left #menu li.submenu a {
	background: #EBEBEB url( '../images/submenu_arrow.gif' ) no-repeat left center;
	background-position: 12px;
	text-transform: lowercase;
	font-weight: lighter;
	font-size: 11px;
	font-family: "Tahoma";
	height: 20px;
	line-height: 20px;
	margin: 2px;
	margin-right: 0;	
	padding-left: 25px;
	display: block;
  }
  
  #content-left #menu li.submenu a:hover, #content-left #menu li.submenu a.active {
	background-color: #DFDFDF;
	color: #000;
	}
	
	
	
	#content-left #tips {
		width: 202px;
		background: #D1D1D1;
		border-left: 1px solid #D1D1D1;
		border-right: 1px solid #D1D1D1;
		border-bottom: 1px solid #D1D1D1;
		color: #333;
	}
	
	#content-left #tips dt {
		background: #EBEBEB url( '../images/tip_info.gif' ) no-repeat 5px 5px;
		border: 7px solid #fff;
		border-bottom: 0;
		padding-top: 8px;
		padding-left: 48px;
		font-weight: bolder;
		height: 40px;

	}
	
	#content-left #tips dd {
		border: 7px solid #fff;
		border-top: 0;
		background: #EBEBEB;
		width: 172px;
		margin: 0;
		padding: 0 8px 3px 8px;
		text-align: right;
	}
	
	#content-left #tips dd p {
		text-align: left;
	}
	
	#content-left #tips dd hr {
		margin: 0;
		height: 0px;
		border: 0;
		border-bottom: 1px solid #fff;
		border-top: 1px solid #CDCDCD;
	}
	
	#content-left #tips dd a {
		color: #CC0000;
		font-weight: bolder;
	}

	#content-left dt#weight_advisor {
		background: url( '../images/tip_title.gif' ) no-repeat;
		height: 29px;
		padding: 0;
		border: 0;
		width: 204px;
		position: relative;
		left: -1px;
		margin-right: -13px;
	}
	
  /***************************/
  
  #content-main {
	width: 543px;
	float: left;
	padding-right: 13px;
	margin-left: 3px;
	border-top: 5px solid #999999;
  }
  
   #content-main #navigation {
	margin-right: -13px;
	margin-bottom: 10px;
	background: #E0E0E0;	
	font-family: Verdana;
	font-size: 10px;
	letter-spacing: 0;
	color: #333333;
	padding: 1px 0 0 10px;
	border-bottom: 1px solid #999999;
	border-top: 5px solid #fff;
   }
   
   #content-main #navigation  img{
	margin-bottom: 1px;
   }
   
   #content-main #navigation a {
	color: #333;
   }
   #content-main #navigation a:hover {
	text-decoration: underline;
	}
  
  #content-main #navigation a.active{
	color: #FF6600;
	font-weight: bolder;
  }
  

  
  #content-main h2 span{
	display: none;
  }
  
  #content-main .topic {
	float: left;
	margin: 0;
	padding: 0;
	padding-top: 3px;
	border-top: 2px solid #C4C9D2;
	width: 282px;
  }
  
  #content-main .topic dt {
	margin: 0;
	padding: 0;
	background: #EDEDDC;
  }
  
  #content-main .topic dd {
	width: 252px;
	float: left;
	background: #EDEDDC;
	color: #57572B;
	margin: 0;
	padding: 28px 15px;
	font-size: 11px;
	letter-spacing: 1px;
  }
  
  
  
  #content-main .tips {
	float: left;
	width: 238px;
	padding: 0;
	margin: 0;
	padding-left: 18px;
  }
  
  #content-main .tips dt {
	margin-bottom: 10px;
  }
  
  #content-main .tips dd {
	margin: 0;
	padding-left: 5px;
  }
  
  #content-main table {
	border-collapse: collapse;
	width: 100%;
	background: #FFEEAA;
	height: 20px;
	line-height: 20px;
	margin-bottom: 10px;
	}
  
  #content-main caption {
	background: #666;
	color: #fff;
	border: 1px solid #666;	
	text-transform: capitalize;
  }
  
  #content-main th {
	border-top: 1px solid #fff;
	font-weight: lighter;
	color: #333;
  }
  
  #content-main td {
	text-align: center;
	background: #FFF7CE;
	border: 2px solid #FFEEAA;
  }
  
  #content-main hr {
	clear: both;
	border: 0;
	border-bottom: 1px dashed #A7AEBC;
	padding-top: 7px;
	height: 1px;
	width: 100%;
	
  }
  
  #content-main .panel-grey {
	background: #F4F4F4;
	width: 273px;
	padding-right: 7px;
	float: left;
  }
  
  #content-main .panel-grey img, #content-main .panel-white img {
	float: left;
	margin-right: 10px;
  }
  
  #content-main .panel-grey h1, #content-main .panel-white h1 {
	color: #006699;
	font-size: 17px;
	padding: 5px 0;
	margin: 0;
	font-family: Verdana;
  }
  
  #content-main .panel-grey .link {
	color: #669900;
	float: left;
  }
  
  #content-main .panel-white {
	float: left;
	width: 240px;
	margin-left: 20px;
  }
 /* 
  #content-main .panel-grey .link, #content-main .panel-white .link {
	width: 140px;
  }
  */
  #content-main .panel-white h1 {
	color: #FF6600;
  }
  
  #content-main .panel-product {
	float: left;
	width: 260px;
  }
  
  #content-main .panel-product h1{
	background: #666666;
	color: #fff;
	font-size: 12px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	height: 20px;
	line-height: 20px;
	font-family: Verdana;
  }
  
  #content-main .panel-product img {
	float: left;
	border-right: 1px dashed #999999;
	padding-right: 7px;
	margin-right: 7px;
	margin-left: 7px;
	max-width: 75px;
	max-height:90px;
	_height: 90px;
  }
  
  #content-main .panel-product .link {
	font-family: Tahoma;
	font-size: 12px;
	color: #0084B1;
  }
  
  /***************************/
  #footer {
	background: #fff url('../images/footer_bottom.gif') no-repeat bottom;
	height: 20px;
	clear: both;
	color: #999999;
	text-align: center;
	padding-top: 20px;
  }
  
  #footer a {
	
  }
  #bottom_footer {
	display: block;
	width: 780px;
	background-color: #C4C9D2;
	text-align: center;
	color: white;
	padding-top: 3px;
  }