/* LAST UPDATED 08.16.09 */

/*

	Table of Contents

	I.   DEFAULTS
	II.  NAVIGATION
	III. STRUCTURE & TYPOGRAPHY
	IV.  TABLES
	V.   FORMS
	VI.  HEADINGS
	VII. CLEARFIX

*/

/* -----------------------------------------------------------
		I. DEFAULTS
----------------------------------------------------------- */

* {
	margin: 0;
	padding: 0;
	outline: none;
}

body {
	background: #db0025;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	color: #000;
}

p { padding: 0 0 14px 0; }

a {
	color: #4487c6;
	text-decoration: underline;
		/* get rid of link outlines in firefox */
		outline-color: invert;
		outline-style: none;
		outline-width: medium;
}

a:hover { color: #ffc632; }

/* Image Defaults */

a img { border: 0; }

img.border, img.alignRight, img.alignLeft {
	padding: 4px;
	border: 1px #e1e1e1 solid;
	background: #fff;
}

img.alignRight {
	float: right;
	margin: 2px 0 2px 14px;
}

img.alignLeft {
	float: left;
	margin: 2px 14px 2px 0;
}

/* Special Classes */

.red { color: #db0025; }

.small { font-size: 10px; }

/* Lists */

ul { list-style: square; }
ol { list-style: lower-roman; }

ul, ol {
	margin-left: 25px;
	padding-bottom: 7px;
}

#content li { padding-bottom: 7px; }

/* -----------------------------------------------------------
		II. NAVIGATION
----------------------------------------------------------- */

#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

	#nav li {
		float: left;
		padding: 0 20px 0 30px;
	}

	#nav li a {
		display: block;
		width: 47px;
		height: 59px;
		text-indent: -4440px;
		background-image: url('../Images/bg-nav.gif');
		background-repeat: no-repeat;
	}

	#nav li#nav-home a { background-position: 0 0; }
	#nav li#nav-contact a { background-position: -47px 0; }
	#nav li#nav-qanda a { background-position: -94px 0; }
	#nav li#nav-safe a { background-position: -141px 0; }
	#nav li#nav-party a { background-position: -188px 0; }

/* -----------------------------------------------------------
		III. STRUCTURE & TYPOGRAPHY
----------------------------------------------------------- */

#wrap {
	overflow: hidden;
	width: 886px;
	margin: 0 auto;
	background: #fff;
}

	#header {
		position: relative;
		height: 197px;
		background: #fff url('../Images/bg-header.gif') 0 141px no-repeat;
	}

		.tagline {
			position: absolute;
			top: 75px;
			right: 49px;
		}

		#nav {
			position: absolute;
			top: 121px;
			right: 49px;
			height: 59px;
		}

	#content {
		padding: 0 57px 0 60px;
		overflow: hidden;
		background: url('../Images/bg-content.gif') repeat-y;
	}

		#mainContent {
			float: left;
			margin-top: 3px;
			width: 508px;
		}

		#sidebar {
			float: right;
			margin-top: 3px;
			width: 232px;
		}

			.content-blue {
				margin-bottom: 14px;
				padding: 47px 18px 0;
				color: #fff;
				background: #4487c6 url('../Images/whats-new.gif') top no-repeat;
			}
               
                      .content-blue a {
	color: #ffc632;
	text-decoration: underline;
		/* get rid of link outlines in firefox */
		outline-color: invert;
		outline-style: none;
		outline-width: medium;
}
           .content-blue a:hover { color: #000; }

			.content-divider {
				margin-bottom: 14px;
				height: 1px;
				background-color: #000;
			}

			.content-yellow {
				height: 76px;
				padding: 30px 0 0 10px;
				background: url('../Images/bg-yellow.gif') top no-repeat;
			}
                            .content-yellow a {
	color: #4487c6;
	text-decoration: underline;
		/* get rid of link outlines in firefox */
		outline-color: invert;
		outline-style: none;
		outline-width: medium;
}

.content-yellow a:hover { color: #db0025; }


	#footer {
		clear: both;
		margin-top: 7px;
		padding: 10px 60px;
		text-align: right;
		font-size: 11px;
		color: #444;
		border-top: 1px #000 solid;
	}

		#footer a {
			color: #000;
			text-decoration: none;
		}

/* -----------------------------------------------------------
		IV. TABLES
----------------------------------------------------------- */

table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 14px;
}

	table table { margin-bottom: 0; }

td {
	vertical-align: top;
	padding: 0;
}

/* -----------------------------------------------------------
		V. FORMS
----------------------------------------------------------- */

input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
}

/* -----------------------------------------------------------
		VI. HEADINGS
----------------------------------------------------------- */

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	padding: 0 0 10px 0;
	margin: 0;
	line-height: 1;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { text-decoration: none; }

h1 { font-size: 25px; }

	#header h1 {
 		display: inline;
 		padding: 0; /* IE 8 needs this because display: inline doesn't getting rid of the padding */
 		text-indent: -4440px;
	}

		#header h1 a {
			display: block;
			float: left;
			margin-top: 11px;
			margin-left: 50px;
			width: 287px;
			height: 170px;
			background: url('../Images/nutfree_logo.gif') no-repeat;
		}

h2 {
	font-weight: normal;
	font-size: 18px;
	color: #db0025;
        text-transform: uppercase;
}

h3 { font-size: 16px; }

h4 { font-size: 14px; }

/* -----------------------------------------------------------
		VII. CLEARFIX
----------------------------------------------------------- */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix { display: inline-block; }

/* Hide from IE Mac \*/
.clearfix { display: block; }
/* End hide from IE Mac */
