﻿/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

/* Elements */

body {
 	background: #4C4C4C;
	margin-top: 50px;
	text-align: justify;
	color: #4C4C4C;
	font: 11px Tahoma, Arial, Helvetica, sans-serif;
}

h2, h3 {
	margin-top: 0px;
	color: #383838;
}

h2 {
	font-size: 16px;
}

h3 {
	margin: 0;
	font-size: 14px;
}

h4, h5, h6 {
}

p, ol, ul, dl, blockquote {
	margin-top: 0;

}

a {
	color: #2B2B2B;
}

a:hover {
	text-decoration: none;
}

/* Header */

#header {
	width: 750px;
	height: 78px;
	margin: 0 auto;
	background: url("nutritionwarehouse/nutrition-warehouse/img1.gif");
}

#header h1 {
	float: left;
	margin: 0;
	padding: 50px 0 0 20px;
	font-size: 32px;
	line-height: 0px;
}

#header h2 {
	float: right;
	margin: 0;
	padding: 45px 20px 0 0;
	font-size: 14px;
}

#header a {
	text-decoration: none;
	color: #000000;
}

.img1 {
	float: left;
	margin: 3px 15px 0px 0px;
}

/* Menu */

#menu {
	width: 750px;
	height: 20px;
	margin: 0 auto;
	background: url("jpg/img3.gif");
}

#menu ul {
	width: 750px;
	height: 30px;
	margin: 0;
	padding: 0;
	background: #333333;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	padding: 10px 15px 5px 15px;
	border-left: 1px solid #666666;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	background: #CCCCCC;
	color: #000000;
}

#menu .first a {
	border: none;
}

/* Content */

#content {
	width: 750px;
	margin: 0 auto;
	background: #ffffff
 
}

#col1 
{
    float: left;
 	width: 450px;
	padding: 0 5px 0 0;
 
}

#col2  
{
    float: left;
	width: 135px;
	padding: 0 0 0 5px ; 
}
#col3 {
	float: right;
	width: 135px;
	padding: 0 5px 0 0;
}

/* Footer */

#footer {
	width: 750px;
	height: 30px;
	margin: 0 auto;
	background: url('nutritionwarehouse/jpg/img4.gif') no-repeat;; padding-left:0; padding-right:0; padding-top:30px; padding-bottom:0
}

#footer p {
	margin: 0px;
	text-align: center;
	color: #2B2B2B;
}

.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; } 
/* slightly enhanced, universal clearfix hack */
.clearfix { display: inline-block; }
/* start commented backslash hack \*/ 
* html .clearfix { height: 1%; }
.clearfix { display: block; } /* close commented backslash hack */ 
}
