/* YUI Reset ---------------------------- */

html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset
,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing
:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit
;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1
,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0
;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input
,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight
:inherit;}input,button,textarea,select{*font-size:100%;}body{font:13px/1.231 Tahoma,Arial,Helvetica,sans-serif
;*font-size:small;*font:x-small;}select,input,button,textarea,button{font:99% Tahoma,Arial,Helvetica,sans-serif;}
table{font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height
:100%;}


/* Structure ---------------------------- */

BODY, HTML {
	height:100%;
}

#doc {
	text-align:center;
}

#hd {
}

#bd {
	min-height:360px
}

#ft {
}

#main {
	padding:28px 30px 0 30px;
}

#pagecontent {
}

#topNav, #flashHeader, #nav, #bd, #footerNav, #footerLogo {
	width:761px;
	text-align:left;
	margin:0 auto;
}

/* Template Styles ------------------------ */

BODY {
	background:#FEFEFE url(../img/bg.gif) repeat-x;
	font-size:12px;
	color:#777E84;
}

A:LINK, A:ACTIVE, A:VISITED {
	color:black;
	text-decoration:underline;
}

A:HOVER {
	text-decoration:none;
}

P, LI {
	line-height:16px;
	text-align:justify;
	margin:0 0 5px 0;
}

H3 {
	clear:both;
	font-size: 14px;
	color:#FF6600;
	font-weight: bold;
	padding:1em 0 .8em 0;
}

TD H3 {
	padding-top:0;
}

H4 {
	color:#E56007;
	margin:0 0 5px 0;
}


STRONG {
	font-weight:bold;
}

IMG.alignRight {
	margin:0 0 10px 15px;
}

IMG.alignLeft {
	margin:0 15px 10px 0;
}

#flashHeader {
	height:261px;
}

/* Top Nav ------------------------------------------------- */

#topNav-container {
	background:#161139 url(../img/header_bg.jpg) top center no-repeat;
	height:31px;
}

#topNav {
	padding:9px 0 0 0;
	text-transform:uppercase;
	color: white;
	text-align:right;
}

#topNav LI {
	display:inline;
	padding:0 1px 0 1px;
	font-size:10px;
}

#topNav A:LINK, #topNav A:VISITED, #topNav A:ACTIVE {
	color:white;
	text-decoration:none;
}

#topNav A:HOVER {
	text-decoration:underline;
}

/* Footer ------------------------------------------------- */

#ft {
	color:white;
	font-size:10px;
}

#footerLogo {
	background:url(../img/logo.png) 80px right no-repeat;
	height:240px;
}

#footerPaperTear {
	background:url(../img/footer_paper_bg.jpg) top center no-repeat;
	height:41px;
}

BODY#home #footerPaperTear {
	background:url(../img/home_footer.jpg) top center no-repeat;
	height:194px;
}


#footerNav-container {
	background:#161139 url(../img/footer_bg.jpg) top center no-repeat;
}

#footerNav {
	padding:18px 0 15px 0;
	text-align:center;
}

#footerNav A:LINK, #footerNav A:ACTIVE, #footerNav A:VISITED {
	color:white;
	text-transform:lowercase;
	text-decoration:none;
}

#footerNav A:HOVER {
	text-decoration:underline;
}

/* Base (a way to get nice styles on content) ------------------- */

.base abbr, .base acronym {
	/*indicating to users that more info is available */
	border-bottom:1px dotted #000;
	cursor:help;
} 
.base em {
	/*bringing italics back to the em element*/
	font-style:italic;
}

.base blockquote, .base ul, .base ol, .base dl {
	/*giving blockquotes and lists room to breath*/
	margin:1em;
}
.base ol, .base ul, .base dl {
	/*bringing lists on to the page with breathing room */
	margin-left:2em;
}
.base ol li {
	/*giving OL's LIs generated numbers*/
	list-style: decimal outside;	
}
.base ul li {
	/*giving UL's LIs generated disc markers*/
	list-style: disc outside;
}
.base dl dd {
	/*giving UL's LIs generated numbers*/
	margin-left:1em;
}
.base ol[type=a]>li {
	list-style-type: lower-alpha;
}
.base ol[type=i]>li {
	list-style-type: lower-roman;
}

.base caption {
	/*coordinated marking to match cell's padding*/
	margin-bottom:.5em;
	/*centered so it doesn't blend in to other content*/
	text-align:center;
}
.base p, .base fieldset, .base table {
	/*so things don't run into each other*/
	margin-bottom:1em;
}


/* Base TABLE ---------------- */

.base TABLE {
	margin:0 0 2em 0;
}

.base th, .base td {
	/*borders and padding to make the table readable*/
	padding:1px;
	vertical-align:top;
}

.base td p {
	margin-bottom:0;
}

.base td {
	/*borders and padding to make the table readable*/
	padding:3px 6px 6px 3px;
	vertical-align:top;
}
.base tr.even td {
}

.base th {
	/*distinguishing table headers from data cells*/
	font-weight:bold;
	text-align:left;
}

.base th P {
}


/* Form Styles ---------------------------------- */

.input {
	margin:0 0 10px 0;
}

.text INPUT, .textarea TEXTAREA {
	padding:3px;
	width:60%;
}

LABEL {
	display:block;
	padding:0 0 5px 0;
	font-weight:bold;
	color:#005480;
}

.input DIV LABEL {
	display:inline;
	font-weight:normal;
	color:#939ba1;
	padding:0;
}

.error-message {
	font-weight:bold;
	color:red;
	padding:0 0 1em 0;
}

.input.error LABEL {
	font-weight:bold;
	color:red;
}

/* Products Page ---------------------- */

.row {
	overflow:auto;
}

.column1 {
	float: left;
	width:420px;
}

.column2 {
	float:right;
	width: 230px;
}

/* Recipes Page ---------------------- */

.bullet {
	color:#E56007;
} 

.linkList {
	text-align:center;
	padding:0 0 1em 0;
}

.linkList .bullet {
	color:#2A307A;
}

.linkList A:LINK, .linkList A:VISITED, .linkList A:ACTIVE {
	color:#E56007;
}

.top {
	text-align:right;
	color:#E56007;
	font-weight:bold;
}

.top A:LINK, .top A:VISITED, .top A:ACTIVE {
	font-weight:normal;
}

/* FAQs Page -------------------------- */

IMG.bordered {
	border:1px solid #FF6600;
}

