/*#container #body {
	margin-top: -1px;
	margin-right: 0px;
	margin-left: 0px;
	}
	
#tablnav {
	margin: 0px;
	}*/
	
#article, #cols_content {
	float:left;
	width: 580px !important;
	font-size:96%;
	} * html #article, * html #cols_content {
			margin-right: 0px;
			}

#cols_extra {
	float:right;
	width:300px;
	margin-top:20px;
	}

.content_module .wrapper {
	padding:15px;
	}

/*-------------------------------------------------------------
Styles for the overview page.
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/

/* Div overlay on the main banner for the sign up button
---------------------------------------------------------------*/
#d_header {
	margin-top: 0px;
	background-image: url(/diethelper/includes/images/dietHelper-banner-bg.jpg);
	background-repeat: no-repeat;
	height: 275px;
} *+html #d_header { /* fix for IE7 */
	position: relative;
	padding: 20px 0px;
	}

#signup {
	padding-top: 185px;
	width: 60%;	
	padding-left: 70px;
	color: #FFFFFF;
}

#signup img {
	border: 0px;
}

#signup a {
	color: #FFFFFF;
}

#signup a:hover {
	color: #CCFF99;
	text-decoration: underline;
	background: transparent none repeat scroll 0%;
}

.signup_txt {
	text-align: center;
}

.tour_txt {font-size: 1.1em;}

/* 2 column setup
---------------------------------------------------------------*/
.imagecolumn {
	float:right;
	width:280px; /*350px*/
	margin:35px 20px 0 25px ;
	padding:0;
	} *+html .imagecolumn {
		margin:0 20px 10px 0;
		}
.imagecolumn img {
	border:1px solid #ccc;
	}

.blurbcolumn {
	width:580px; /*480px*/
	float:left;
	margin:0 0 10px 0;
	padding:0;
	line-height:1.5;
	}

/* CSS tab for features
---------------------------------------------------------------*/

/* container for the tabs */
.tab {
	width:920px; 
	height:450px; /*if no height the elements won't stay below the tabs*/ 
	text-align:left; 
	position:relative;
	} *+html .tab {
		padding-bottom: 10px;
		}

/* beginning of tabs*/
.tab ul.topic {
	padding:0; 
	margin:0; 
	list-style:none; 
	width:920px; 
	height:auto; 
	position:relative; 
	z-index:10;
	}
	
/* setting up the tab frame*/
.tab ul.topic li {
	display:block; 
	width:183px; /* (container width / # of tabs) = width */ 
	height:31px; 
	float:left;
	}

/* style for the tabs not hover over*/
.tab ul.topic li a.set {
	display:block;  
	width:182px; /* (container width / # of tabs)-border px = width */  
	height:30px; 
	text-align:center; 
	line-height:30px; 
	font-weight: bold;
	text-decoration:none; 
	border-right:1px solid #BBBBBB; 
	border-width:1px 1px 0 0; 
	background:#CCCCCC url(/diethelper/includes/images/tab-bg.jpg) repeat-x; 
	font-size:14px;
	}

/* Style for active tab */
.tab ul.topic li.active a {
	background:#BBBBBB url(/diethelper/includes/images/tab-bg-active.jpg) repeat-x;
	}
	
/* Style for active tab content*/
.tab ul.topic li.active ul {
	display:block; 
	position:absolute; 
	left:0; 
	top:30px; /* spacing between tab and content border below*/ 
	list-style:none; 
	padding:0; 
	margin:0; 
	height:375px; 
	width:895px; 
	padding:0px; 
	border:10px solid #BBBBBB; 
	background-color: #FFFFFF;
	z-index:1;
	}

/* controls the content below the tabs active*/
.tab ul.topic li.active ul li {
	display:inline;
	padding: 40px; 
	width:810px; 
	float:left; 
	margin:1px; 
	color: #333333; 
	text-align:left;
	}

.tab ul.topic li.active ul li p {	
	font-size: 12pt;
	line-height:1.5;
	}

/* controls the content below the tabs for active img*/
.tab ul.topic li.active ul li img {
	display:block; 
	width:467px; /*467px*/ 
	height:311px; 
	border:0px; 
	margin-right: 20px;
	float:left;
	}

.tab ul.topic li a ul, 
.tab ul.topic li ul 
{display:none;}

/* styles for tab hover tab*/
.tab ul.topic li a:hover,
.tab ul.topic li:hover a {
	color:#FFFFFF; 
	background:#AAAAAA url(/diethelper/includes/images/tab-bg-hover.jpg) repeat-x; 
	}

/* style of the tabs hover content below */
.tab ul.topic li a:hover ul, 
.tab ul.topic li:hover ul {
	display:block; 
	position:absolute; 
	left:0; 
	top:30px; 
	list-style:none; 
	padding:0; 
	margin:0; 
	height:375px; 
	width:895px; 
	padding:0px; 
	border:10px solid #F37B2B; 
	background-color: #FFFFFF;
	z-index:1;
	} 

/* controls the content below the tabs */
.tab ul.topic li a:hover ul li, 
.tab ul.topic li:hover ul li {
	display:inline;
	padding: 40px; 
	width:810px; 
	float:left; 
	margin:1px; 
	color: #333333; 
	text-align:left;
	}

.tab ul.topic li a:hover ul li p, 
.tab ul.topic li:hover ul li p {
	font-size: 12pt;
	line-height:1.5;
}

/* controls the content below the tabs for img*/
.tab ul.topic li a:hover ul li img, 
.tab ul.topic li:hover ul li img {
	display:block; 
	width:467px; /*467px*/ 
	height:311px; 
	border:0px; 
	margin-right: 20px;
	float:left;
	}

/* Footer styles
---------------------------------------------------------------*/
.table_footer {
	width:330px;  
	border:0px; 
	cellspacing:0px;
	cellpadding:0px; 
	margin: 0 auto; 
}
	