/* GENERAL STYLES ---------------------- */
body {
    text-align: center; /* centers the page in IE */
    min-width: 889px; /* needed for centering the page, fixes a Gecko bug */
	color: #000;
	background-color:#1B1B1B;
	margin: 0;
	padding:0;
}
body, p, td, li {
	font:14px/155% Georgia, "Times New Roman", Times, serif;
}
a {
	color:#DB9800;
	font-weight:bold;
	outline: 0;
}
h2 {
	margin:40px 0 5px 0;
	padding:0; 
	font:bold 16px/135% Georgia, "Times New Roman", Times, serif;
}
p.subhead {
	margin:0;
	padding:0; 
	font:italic 14px/135% Georgia, "Times New Roman", Times, serif;
}
p {
	margin:10px 0;
	padding:0 50px 0 0; 
}
ul {
	margin-bottom:40px;
}
li {
	margin-bottom:20px;
}
li ul {
	margin-top:20px;
}

/* STRUCTURE STYLES ---------------------- */
#home {
	width: 889px;
	padding: 0;
	text-align: left; /* corrects text-align center inheritence set in the body */
	margin-left: auto; /* for centering */
	margin-right: auto; /* for centering */
}
#branding {
	background-image: url(../images/branding-home.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#brandingabout {
	background-image: url(../images/branding-about.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#brandingservices {
	background-image: url(../images/branding-services.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#brandingclients {
	background-image: url(../images/branding-clients.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#brandinginthepot {
	background-image: url(../images/branding-inthepot.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#brandingcontact {
	background-image: url(../images/branding-contact.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#flashy {
	padding:0;
	position: relative;
	height: 155px;
	width: 200px;
	margin:0 0 0 255px;
} 
#homelink {
	position:absolute;
	visibility: visible;
	height: 150px;
	width: 350px;
	text-indent:-9999px;
	left: 65px;
	top: 0px;
}

/* NAVIGATION STYLES ---------------------- */
ul#topnav { 
        width:593px; 
        list-style:none; 
        height:31px;
		float:right;
		padding-right:50px;
		margin:0;
} 
ul#topnav li { 
        display:inline; 
} 
ul#topnav li a { 
        height:31px; 
        float:left; 
        text-indent:-9999px; 
} 
ul#topnav li#topnav_1 a { 
        width:119px; 
        background:url(../images/navbar.jpg) no-repeat 0 0; /* X and Y position at 0 */ 
} 
ul#topnav li#topnav_2 a { 
    width:119px; 
    background:url(../images/navbar.jpg) no-repeat -119px 0; 
} 
ul#topnav li#topnav_3 a { 
    width:118px; 
    background:url(../images/navbar.jpg) no-repeat -238px 0; 
} 
ul#topnav li#topnav_4 a { 
    width:118px; 
    background:url(../images/navbar.jpg) no-repeat -356px 0; 
} 
ul#topnav li#topnav_5 a { 
    width:119px; 
    background:url(../images/navbar.jpg) no-repeat -474px 0; 
} 
ul#topnav li#topnav_1on a { 
        width:119px; 
        background:url(../images/navbar.jpg) no-repeat 0 -31px; /* X and Y position at 0 */ 
} 
ul#topnav li#topnav_2on a { 
    width:119px; 
    background:url(../images/navbar.jpg) no-repeat -119px -31px; 
} 
ul#topnav li#topnav_3on a { 
    width:118px; 
    background:url(../images/navbar.jpg) no-repeat -238px -31px; 
} 
ul#topnav li#topnav_4on a { 
    width:118px; 
    background:url(../images/navbar.jpg) no-repeat -356px -31px; 
} 
ul#topnav li#topnav_5on a { 
    width:119px; 
    background:url(../images/navbar.jpg) no-repeat -474px -31px; 
} 
td#navigation {
	margin:0;
	padding:20px 0 0 0;
}

/* BODY STYLES ---------------------- */
#mainbody, #mainbody td {
	background-color:#fff;
}
#bodyintro {
    background:url(../images/coffee-stain.jpg) no-repeat right 10px;
	padding:30px 20px 20px 0;
	margin:0; 
	vertical-align:top;	
}
#lastrow {
	padding-bottom:40px;
}
#intro {
	font:17px/255% Georgia, "Times New Roman", Times, serif;
	background:url(../images/blue-border.gif) repeat-y top right;
	margin:0;
	padding:0 20px;
}
#leftcolimages {
	padding:40px 34px 0 38px;
	vertical-align:top;
}
#leftcolimages img {
	display:block;
}
#clientlist {
	margin-top:20px;
}
#clientlisttext p {
	font:italic 11px/120% Georgia, "Times New Roman", Times, serif;
}
#clientlist td {
	padding:20px;
	vertical-align:middle;
	text-align:center;
}
.right {
	float:right;
	clear:both;
	margin-bottom:20px;
}

/* HOME PAGE STYLES ---------------------- */
#leftcolhome {
	padding:50px 34px 0 38px;
	vertical-align:top;
	text-align:right;
}
#homeintro {
    background:url(../images/coffee-stain.jpg) no-repeat right 10px;
	padding:30px 20px 40px 0;
	margin:0; 
	vertical-align:top;
}
#thelatest {
	background-color:#DB9800;
	color:#fff;
	width: 219px;
	padding: 20px 10px 10px 0;
	margin: 40px 40px 40px 37px;
	border:solid 2px #BF8600;
}
#thelatest a {
	color:#fff;
}
#thelatest ul {
}
#thelatest li {
	margin:10px 10px 20px 0;
	list-style-image: url(../images/peach-bullet.gif);
	list-style-position: outside;
	font:11px/135% Georgia, "Times New Roman", Times, serif;
}

/* FOOTER STYLES ---------------------- */
#footer {
	font-size:10px;
	color:#999;
	margin: 10px 0 80px 0;
}

/* H1 STYLES ---------------------- */
h1 {
    text-indent:-9999px;
	margin:0;
	padding:0; 
	display:block;
	width:528px;
	height:41px;
}
h1.services {
    background:url(../images/h1-it-starts-with-an-idea.gif) no-repeat 0 0; /* X and Y position at 0 */ 
}
h1.clients {
    background:url(../images/h1-food-product-development.gif) no-repeat 0 0; /* X and Y position at 0 */ 
}
h1.pot {
    background:url(../images/h1-in-the-pot.gif) no-repeat 0 0; /* X and Y position at 0 */ 
}
h1.about {
    background:url(../images/h1-about-us.gif) no-repeat 0 0; /* X and Y position at 0 */ 
}
h1.contact {
    background:url(../images/h1-contact-us.gif) no-repeat 0 0; /* X and Y position at 0 */ 
}
h1.thanks {
    background:url(../images/h1-thanks.gif) no-repeat 0 0; /* X and Y position at 0 */ 
}
h1.freerecipes {
    background:url(../images/h1-free-recipes.gif) no-repeat 0 0; /* X and Y position at 0 */ 
}

/* FOOTER STYLES ---------------------- */

#formformat {
	padding-bottom:40px;
}
#formformat p.intro {
	font:17px/255% Georgia, "Times New Roman", Times, serif;
	background:url(../images/blue-border.gif) repeat-y top left;
	margin:20px 0 0 0;
	padding:0 0 20px 0;
}

#formlist {
	margin-top:10px;
}
#formlist td {
	font-size:11px;
	line-height:13px;
	padding:5px 0;
}
#formformat td {
	vertical-align:top;
}
#formformat td.formleft {
	padding:0 10px 20px 0;
}

