@charset "UTF-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background: #343434 url(images/bg.gif) repeat-x top left;	
	font-family: Tahoma, Arial, Verdana;
	font-size: 12px;
	line-height: 1.3em;
	text-align: center;
	display: block;
	color: #728b97;
}

#outer-container{
	width: 860px;
	height: 510px;
	background: url(images/outercontainer-bg.gif) repeat-x;
	text-align: left;
	margin: 0px auto;
	position: relative;
	padding: 20px;
	display: block;
	top: 20px;
	z-index: 0;
	}

#container{
	width: 840px;
	border: 10px solid #b6c6ce;
	position: relative;
	}

#header{
	background: #fff url(images/header-left.gif) no-repeat top left;
	display: block;
	height: 122px;
	width: 840px;
	position: relative;
	z-index: 10;
	top: 0px;
	left: 0;
	margin: auto;
}

.call-us{
	color: #779cad;
	font-size: 16px;
	width: 400px;
	float: right;
	position: relative;
	top: 20px;
	text-align: right;
	margin: 0 20px 0 0;
	}	

.logo{
	position: relative;
	height: 86px;
	width: 338px;
	margin: 5px 0 0 10px;
	padding-bottom: 10px;
	float: left;
	clear: both;
}

.content {
	background-color: #ededed;
	width: 840px;
	text-align: left;
	margin: 0px auto;
	position: relative;
	height: 348px;
	padding: 20px 0 0 0;
	display: block;
	margin-top: 0px;	
}

.left-col{
	width: 319px;
	float: left;
	padding: 0px 0px 0 20px;
	position: relative;
	clear: both;
	height: 358px;
	margin: 0 0 0 0;
}

.left-col-full{
	width: 800px;
	float: left;
	padding: 0px 0px 0 20px;
	position: relative;
	clear: both;
	height: 358px;
	margin: 0 0 0 0;
}


.right-col-home, .right-col-nutrition, 
.right-col-beatcalories, .right-col-projects, 
.right-col-contact, .right-col-about, 
.right-col-freesession, .right-col-nutritiontip,
.right-col-benefits, .right-col-exercise{
	position: relative;
	padding: 0px 0 0 0;
	width: 482px;
	float: right;
	z-index: 5;
	height: 358px;
	margin: -10px 0 0 0;
	display: block;
}
/*
.right-col-home				{ background: url(images/image-home.jpg) no-repeat;}
.right-col-nutrition		{ background: url(images/image-nutrition.jpg) no-repeat;}
.right-col-beatcalories		{ background: url(images/image-beatcalories.jpg) no-repeat;}
.right-col-about			{ background: url(images/image-about.jpg) no-repeat;}
.right-col-contact			{ background: url(images/image-contact.jpg) no-repeat;}
.right-col-freesession		{ background: url(images/image-freesession.jpg) no-repeat;}
.right-col-nutritiontip		{ background: url(images/image-nutritiontip.jpg) no-repeat;}
.right-col-benefits			{ background: url(images/image-benefits.jpg) no-repeat;}
.right-col-exercise			{ background: url(images/image-exercise.jpg) no-repeat;}
*/
.banner-twolines{
	background: url(images/nutrition-banner.gif) no-repeat;
	height: 33px;
	width: 317px;
	padding: 5px;
	color: #fff;
	font-weight: bold;
	}

.contactleft{
	width: 190px;
	float: left;
	margin: 5px 10px 0 0;
	}

.right{
	width: 264px;
	float: right;
	margin: -15px 0px 0 10px;
	}

.contactright p{
	width: 150px;
	float: left;
	}

.aboutsmaller{
	width: 257px;
	float: left;
	padding: 0 5px 0 0;
	}

.test1{
	color: #000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	width: 370px;
	float: left;
	margin-top: 30px;
	}

.test2{
	color: #000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	width: 400px;
	float: right;
	}

.test3{
	color: #000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	width: 800px;
	clear: both;
	}

/* navigation styles */

#nav{
	background: url(images/nav-bg.gif) repeat-y;
	width: 840px;
	height: 30px;
	clear: both;
	text-align: center;
	margin: 0px 0 0 0px;
	padding: 0;
	position: relative;
	z-index: 5;
	display: block;
}


#nav ul{
	margin: 0;
	list-style-type: none;
	font-size: 11px;
	padding: 2px 0 0 10px;
	text-align: center;
	display: block;
}



#nav ul li{ 
	list-style-type: none;
	padding: 0;
	margin: 0;
	float: left;
	text-align: center;
	display: block;
	color: #728b97;
	list-style-image:none
}

#nav ul a {
	text-decoration: none;
	display: block;
	color: #728b97;
	padding: 5px 1px 5px 1px;
	margin: 0;
	font-weight: bold;	
	text-align: center;
	list-style:none;
}

#nav ul li.red a {color: #ee1d26;}

#nav ul a:hover {
	text-decoration: underline;
	color: #ee1d26;
}


#nav ul li.line{
	padding: 5px 3px 0 3px;
}

.sub-nav{
	float: right;
	position: relative;	
	height: 30px;
	width: 330px;
	display: block;
	margin: 38px 0px 3px 0;
}

.sub-nav a{
	background: url(images/sub-nav.gif) no-repeat;
	color: #728b97;!important
	text-decoration: none;
	padding: 3px 0 0 0;
	text-align: center;
	display: inline-block;
	height: 24px;
	width: 160px;
	font-weight:normal;
	}
	
.sub-nav a:visited{
	background: url(images/sub-nav.gif) no-repeat;
	color: #728b97;!important
	text-decoration: none;
	padding: 3px 0 0 0;
	text-align: center;
	display: inline-block;
	height: 24px;
	width: 160px;
	font-weight:normal;
	}
	
.sub-nav a:hover{
	background: url(images/sub-nav-over.gif) no-repeat;
	color: #ee1d26;!important
	text-decoration: none;
	padding: 3px 0 0 0;
	text-align: center;
	display: inline-block;
	height: 24px;
	width: 160px;
	font-weight:normal;
	}

.sub-nav a.red {color: #ee1d26;}

/* footer styles */

.footer{
	width: 845px;
	height: 23px;
	margin: 0;
	top: 0px;
	text-align: center;
	margin: 0px auto;
	position: relative;
	height: auto;
	padding: 0;
	min-height: 100%;
	display: block;
}



.footer p{
	padding-top: 30px;
	font-size: 11px;
	color: #fff;
	text-align: center;
}

.footer a{
	text-decoration: none !important; 
	color: #fff !important; 
	padding: 0px;	
	font-weight: bold;	
}

.footer a:hover,{
	text-decoration: underline !important;  
	color: #fff !important; 	
}



/* text styles */

h1, h2, h3, h4, h5, h6 { 
	margin: 0px;
	padding: 0 0 0px 0;
}

h1{
	color: #ee1d26;
	font-size: 18px;
	font-weight: normal;
	padding-bottom: 5px;
	}

h2{
	color: #728b97;
	font-size: 14px;
	font-weight: normal;
}

h3{
	font-size: 14px;
	color: #c70091;
	font-weight: normal;
	padding: 0 0 0px 0;
}

h4{
	font-size: 18px;
	color: #fff;
	font-weight: normal;
	margin-bottom: 5px;		
}

h5{
	color: #0a5d0b;
	font-weight: bold;
	font-size: 11px;
	padding: 0;!important
}

h6{
	color: #c9191b;
	font-size: 16px;
	padding: 5px 0 5px 0;
}

p {
	margin: 0;
	padding: 0 0 10px 0;
}

.content ul{
	margin: 0;
	padding: 0px 0 10px 0;
	list-style: none;
}

.content li{
	margin: 0px 0 0 10px;
	padding: 5px 0 0 15px;
	background: url(images/bullet.gif) no-repeat 0 9px;
}

.redbold{
	color: #ee1d26;
	font-weight: bold;
}

.largetxt{
	font-size: 28px;
	line-height: 1.2em
	}


.bold{
	font-weight: bold;
}

.black{
	color: #000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	}


a:link{
	color: #728b97;
	text-decoration:none;
	font-weight: none;
}

a:visited{
	color: #728b97;
	text-decoration:none;
	font-weight: bold;
}

a:hover{
	color: #728b97;
	text-decoration: underline;
	font-weight: none;
}



#spacer { clear: both }
