
/* Global Styles */

* {
	margin:0px;
	padding:0px;
	}

a, a:visited {
	color:#1E4D75;
	font-weight:bold;
	text-decoration:underline;
	}
a:hover {
	color:#1e4d75;
	text-decoration:none;
	}
	
img {
	behavior:url("/includes/pngbehavior.htc");
	}

h1, h2, h3, h4, h5, h6 {
	margin:1px;
	}
	
p {
	padding:4px 0 6px;
	}

#TestiName {
	display:block;
	width:115px;
	_width:110px;
	color:#1e4d75;
	font-weight:bold;
	text-align:right;
	}
.testimonialsHeader {
	text-align:right;
	font-weight:bold;
	color:#1E4D75;
	}
	
/* -- Navigation -- */

	/*Credits: Dynamic Drive CSS Library */
	/*URL: http://www.dynamicdrive.com/style/ */
	
	.suckerdiv ul{
	margin:0px;
	padding:0px;
	list-style-type:none;
	width: 120px; /* Width of Menu Items */
	text-align:left;
	}
		
	.suckerdiv ul li{
	position: relative;
	}
		
	/*Sub level menu items */
	.suckerdiv ul li ul{
	position: absolute;
	width: 130px; /*sub menu width*/
	top:0px;
	visibility: hidden;
	border:#CCC 1px solid;
	background-color:#6999C9;
	}
	
	/* Sub level menu links style */
	.suckerdiv ul li a, .suckerdiv ul li a:visited{
	display:block;
	overflow:auto; /*force hasLayout in IE7 */
	color:#FFF;
	text-decoration:none;
	padding:1px 5px;
	border-bottom:0px;
	}
	
	.suckerdiv ul li a:hover{
	color:#1E4D75;
	background:url(images/aarow.gif) no-repeat right;
	}
	
	.suckerdiv ul li ul li a, .suckerdiv ul li ul a:visited {
		text-align:center;
		}
	.suckerdiv ul li ul li a:hover {
		background:url(images/aarow.gif) no-repeat right;
		}
	
	.suckerdiv .subfolderstyle{
		background:none;
	}
	.suckerdiv .subfolderstyle:hover {
		background:url(images/aarow.gif) no-repeat right;
	}
	
		
	/* Holly Hack for IE \*/
	* html .suckerdiv ul li { float: left; height: 1%; }
	* html .suckerdiv ul li a { height: 1%; }
	/* End */


#Blog a, #Blog a:visited {
	color:#E7DB52;
}

#Blog a:hover {
	color:#184D73;
}
/* -- End Navigation -- */


/* Bottom Navigation */
#bnav {
	position:relative;
	width:570px;
	margin:0px auto;
	top:50px;
	text-align:center;
	}
#bnav a, #bnav a:visited {
	color:#7BAEE7;
	}
#HomeBnav {
	position:absolute;
	width:585px;
	top:540px;
	left: 200px;
	height: 45px;
	}
#HomeBnav #bnav {
	position:relative;
	width:570px;
	margin:0px auto;
	top:0px;
	text-align:center;
	}
#bnav li {
	display:inline;
	margin-right:3px;
	margin-left:0px;
	}
/* End Bottom Navigation */

#bcfooter {
	width:570px;
	margin:0 auto;
	color:#1E4D75;
	margin-top:3px;
	text-align:center;
	}
#footer #bcfooter {
	position:relative;
	top:50px;
	}

/* End Global Styles */

/* Home Page Styles */

#HomePage {
	position:relative;
	width:1007px;
	height:600px;
	background:url(images/design.jpg) no-repeat;
	margin:0 auto;
	}
	
#HomeNav {
	width:120px;
	float:left;
	margin-left:77px;
	_margin-left:38px;
	margin-top:180px;
	}
	
#HomeTesti {
	position:absolute;
	width:114px;
	top:167px;
	left:804px;
	height: 266px;
	color:#FFF;
	text-align:left;
	}
	
#WelcomeMsg {
	position:absolute;
	top:461px;
	left:199px;
	width: 597px;
	height: 86px;
	}
#WelcomeMsg h1 {
	color:#FFF;
	font-weight:normal;
	font-size:14px;
	}
#WelcomeMsg h1 a, #WelcomeMsg h1 a:visited {
	color:#FFFFFF;
	}
#WelcomeMsg h1 a:hover {
	color:#FFFFFF;
	}

/* End Home Page Styles */
#header {
	background:url(images/header.jpg) no-repeat;
	width:1007px;
	height:203px;
	margin:0 auto;
	}
#header #PgTitle {
	color:#FFF;
	float:left;
	width:250px;
	margin:0px;
	margin-left:220px;
	_margin-left:110px;
	margin-top:145px;
	
	}
#header #slogan {
	float:right;
	width:234px;
	margin-top:50px;
	margin-right:50px;
	}
#content {
	background:url(images/tile.jpg);
	width:1007px;
	margin:0 auto;
	}
#footer {
	background:url(images/footer.jpg) no-repeat;
	width:1007px;
	height:115px;
	margin:0 auto;
	}
	
#InnerNav {
	width:115px;
	float:left;
	margin-left:78px;
	_margin-left:39px;
	}
#Info {
	width:565px;
	float:left;
	margin-left:15px;
	padding:0px 5px 0px 5px;
	color:#1E4D75;
	}
#TestDiv {
	width:115px;
	float:left;
	margin-left:23px;
	color:#FFFFFF;
	}


.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clearfix {
	display:inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display:block;
}


/* Products */

.productdiv {
	width:130px;
	height:95px;
	float:left;
	text-align:center;
	font-size:12px;
	color:#FFF;
	padding-top:15px;
	padding-right:2px;
	margin:2px;
	}

.productdiv a:link img, .productdiv a:visited img {
	border:2px #1e4d75 ridge;
	}
.productdiv a:hover img {
	border:2px #FFF ridge;
	}

.ElevationImage {
	width:100px;
	float:left;
	margin:5px;
	}

.prodContainer {
	clear:both;
	width: 560px;
}
.prodDivider {
	clear:both;
	border-bottom: solid 1px #999999;
	width:560px;
	margin-bottom:10px;
}
.prodPic {
	float:left;
	width: 335px;
}
.prodDesc {
	float:right;
	width:220px;
}
/* End Products */

/* Nutrition */

#NutTabl {
	width:560px;
	margin:0 auto;
	border:#1E4D75 1px solid;
	}
#NutTabl tr td {
	margin:1px;
	padding:1px;
	border-right:#1E4D75 1px dashed;
	}
#NutTabl .info {
	text-align:center;
	}
#NutTabl .blue {
	color:#1e4d75;
	font-weight:bold;
	text-align:center;
	}
#NutTabl .red {
	color:#FF0000;
	font-weight:bold;
	text-align:center;
	}

/* End Nutrition */

/* Recipes */

.RecipeDiv {
	width:100%;
	margin-bottom:5px;
	}
.RecipeTitle {
	font-weight:bold;
	text-align:center;
	margin-bottom:3px;
	}

/* End Recipes */

/* Resources */

.divider {
	width:500px;
	height:25px;
	margin:;
	margin:5px auto;
	background:url(images/divider.png) no-repeat;
	behavior:url("/includes/pngbehavior.htc");
	}

/* End Resources */
