/*_________________________________________________________________________________
		GENERAL LAYOUT AND COLUMN LAYOUT
===================================================================================*/
body { color: #000; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; line-height: 16.5px; letter-spacing: .1px; background-color: #B0B0B0; }

#page_margins { width: auto; min-width: 1002px; max-width: 1280px; margin: 0px auto; padding: 0px; background-color: #fff; background-position: top left; background-repeat: repeat-y; }
#page { padding: 0px; background-position: top right; background-repeat: repeat-y; }
#main { margin: 0px; border-top: 1px solid #95989A; }

#col1, #col3 { background-color: #D8DADF; }
#col2 { float: left; width: 100%; background-color: #fff; }

#col1_content { padding: 0px 0px; }
#col2_content { padding: 5px 10px 0px; }
#col3_content { margin-top: -1px; padding: 0px 5px; }

/*_________________________________________________________________________________
		LAYOUT AND COLUMN OPTIONS
===================================================================================*/
/* 332 layout: col1: 370px; col2: 370px + elastic; col3: 262px; */
body.l332 #page_margins { background-image: url("../images/pf/layout/370.gif"); }
body.l332 #page { background-image: url("../images/pf/layout/262.gif"); }
body.l332 #main { padding: 0px 262px 0px 370px; }
body.l332 #col1 { float: left; width: 370px; margin-left: -370px; }
/*body.l332 #col2 { float: left; width: 100%; }*/
body.l332 #col3 { float: left; width: 262px; margin: 0px -262px 0px 0px; }

/* 242 layout: col1: 262px; col2: 478px + elastic; col3: 262px */
body.l242 #page_margins { background-image: url("../images/pf/layout/262.gif"); }
body.l242 #page { background-image: url("../images/pf/layout/262.gif"); }
body.l242 #main { padding: 0px 262px 0px 262px; }
body.l242 #col1 { float: left; width: 262px; margin-left: -262px; }
/*body.l242 #col2 { float: left; width: 100%; }*/
body.l242 #col3 { float: left; width: 262px; margin: 0px -262px 0px 0px; }

/* 251 layout: col1: 262px; col2: 608px + elastic; col3: 132px */
body.l251 #page_margins { background-image: url("../images/pf/layout/262.gif"); }
body.l251 #page { background-image: url("../images/pf/layout/132.gif"); }
body.l251 #main { padding: 0px 132px 0px 262px; }
body.l251 #col1 { float: left; width: 262px; margin-left: -262px; }
/*body.l251 #col2 { float: left; width: 100%; }*/
body.l251 #col3 { float: left; width: 132px; margin: 0px -132px 0px 0px; }

/* 260 layout: col1: 262px; col2: 740px + elastic; col3: NA */
body.l260 #page_margins { background-image: url("../images/pf/layout/262.gif"); }
body.l260 #main { padding: 0px 0px 0px 262px; }
body.l260 #col1 { float: left; width: 262px; margin: 0px 0px 0px -262px; }
/*body.l260 #col2 { float: left; width: 100%; }*/
body.l260 #col3, body.l260 #col3_content { display: none; }

/* 800 layout: col1: 1002px + elastic; col2: NA; col3: NA */
body.l800 #main { padding: 0px 0px 0px 0px; }
body.l800 #col1 { float: left; width: 100%; background-color: #fff }
body.l800 #col1 #col1_content { padding: 7px 10px; }
body.l800 #col2, body.l800 #col2_content, body.l800 #col3, body.l800 #col3_content { display: none; }

/*_________________________________________________________________________________
		HEADER STYLES
===================================================================================*/
#header { height: 102px; margin: 0px; padding: 0px; position: relative; color: #000; background-color: #fff; }

#header h1.siteName { width: 210px; height: 92px; margin: 0px; padding: 0px; border: none; position: relative; top: 5px; left: 5px; float: left; font-size: 1px; line-height: 5px; background: url("../images/pf/misc/logo2009.png") no-repeat top left; }
#header h1.siteName a { width: 210px; height: 92px; margin: 0px; padding: 0px; border: 0px none; position: absolute; top: 0px; left: 0px; text-decoration: none; background: transparent; }
#header h1.siteName a:hover { border: 0px none; background: transparent url("../images/pf/misc/logo2009-hover.png") no-repeat top left; }
#header h1.siteName a span { border: none; display: block; text-indent: -9999px; }

#header p.tagLine { width: 200px; height: 10px; margin: 0px; padding: 0px; position: absolute; top: 83px; left: 14px; z-index: -50; font-size: 9px; line-height: 10px; }
#header p.tagLine span { display: block; text-indent: -9999px; }

/* search box and button */
#header form#googleCse { width: 259px; padding: 7px 9px; top: 35px; text-align: center; position: absolute; top: 35px; left: 378px; z-index: 25; background-color: #D8DADF; }
#header form#googleCse input.text { width: 190px; margin: 0 3px 0 0; padding: 4px 3px; border: 1px solid #000; color: #000; font-size: 13px; }
#header form#googleCse input.submit { padding: 3px 5px; line-height: 17px; }

#header input.text:hover { -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2) inset; -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2) inset; box-shadow: 0 0 5px rgba(0, 0, 0, 0.2) inset; }
#header input.text:focus { border-color: #999; background-color: #fff; -moz-box-shadow: 0 0 4px rgba(0, 102, 255, 0.7); -webkit-box-shadow: 0 0 4px rgba(0, 102, 255, 0.7); box-shadow: 0 0 4px rgba(0, 102, 255, 0.7); }

/* --- BREADCRUMB styles ---------------------------- */
p.breadcrumb { height: 30px; margin: 0px; padding: 0px 10px; clear: both; color: #636567; font-size: 11.5px; line-height: 30px; text-decoration: none; }

p.breadcrumb a:link { color: #e06500; }
p.breadcrumb a:visited { color: #636567; }
p.breadcrumb a:hover, p.breadcrumb a:focus { color: #06f; }

p.breadcrumb span.page { color: #000; }

/*_________________________________________________________________________________
		FOOTER LAYOUT
===================================================================================*/
div#footer { position: relative; }
div#innerFooter { padding: 10px 0px 5px; clear: both; text-align: center; background: #636567; }

div#footer p { color: #fc3; font-size: 11px; }
div#footer p a:link { color: #fc3; }
div#footer p a:visited { color: #d8dadf; }
div#footer p a:hover, div#footer p a:focus { color: #fff; }

div#footer p#reportBug { margin: 0px; padding: 6px 10px; position: absolute; left: 0px; top: 20px; font-size: 9px; line-height: 11px; text-transform: uppercase; text-align: right; background-color: #333; }
div#footer p#reportBug a:visited { color: #fc3; }

/*_________________________________________________________________________________
		BASIC STYLES
===================================================================================*/
p { margin: .5em 0 1em 0; color: #000; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; line-height: 16.5px; letter-spacing: .1px; }

h1 { margin: 0px 0px 6px 0px; color: #000; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: normal; font-size: 20px; line-height: 22px; }

h2 { margin: 0px 0px 8px 0px; color: #000; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: normal; font-size: 15px; line-height: 17px; }

h3 { margin: 0px 0px 6px 0px; color: #000; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; font-size: 12.5px; line-height: 14px; }

h4 { margin: 0px 0px 5px 0px; color: #95989a; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; font-size: 10px; line-height: 10px; text-transform: uppercase; }

h5 { margin: 0px 0px 10px 0px; color: #636567; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; font-size: 11.5px; line-height: 13px; } /* Author Names */

h6 { margin: 0px 0px 10px 0px; color: #636567; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: normal; font-size: 11.5px; line-height: 13px; } /* from issue or posted date */

ul, ol { font-family: Verdana, Arial, Helvetica, sans-serif; }

/*_________________________________________________________________________________
		UTILITY STYLES
===================================================================================*/
/* button overrides per site: */
input.submit, div.formActions input, a.button, a.button:link, a.button:visited, button, p#purchaseLink a, p#purchaseLink a:link, p#purchaseLink a:visited, p.requestLink a, p.requestLink a:link, p.requestLink a:visited {
border-color: #000; color: #fc3; background-color: #636567; }

input.submit:hover, input.submit:focus, div.formActions input:hover, div.formActions input:focus, a.button:hover, a.button:focus, button:hover, button:focus, p#purchaseLink a:hover, p#purchaseLink a:focus, p.requestLink a:hover, p.requestLink a:focus {
border-color: #333; color: #fff; background-color: #777; }

input.submit:active, div.formActions input:active, a.button:active, button:active, p#purchaseLink a:active, p.requestLink a:active {
border-color: #000; color: #fc3; color: rgba(255,204,51,.8); background-color: #535557; }


/* --- PAGINATION styles ------------------------------------------ */
div#pagination { margin: 5px 0px; padding: 5px 0px; clear: right; text-align: center; }
div#pagination span { padding: 2px 5px; border: 1px solid #d8dadf; color: #fff; font-size: 11px; line-height: 11px; text-decoration: none; background-color: #d8dadf; }/* this is the style for a disabled button */
div#pagination a span { border: 1px solid #636567; color: #e06500; text-decoration: none; background-color: #fff; } /*this is for the majority of the page #'s */
div#pagination a { text-decoration: none; } /*without this it adds an underline below the box which looks really weird*/
div#pagination a:hover span, div#pagination a:focus span { color: #e06500; text-decoration: underline; background-color: #d8dadf; }
div#pagination span.curr_page { border: 1px solid #636567; color: #fc3; font-weight: bold; background-color: #636567; }

/*__________________________________________________________________________________________________
		PRIMARY NAVIGATION
====================================================================================================*/
#nav { height: 100px; margin: 0px; overflow: hidden; clear: none; background: #000; }
#nav_main { width: 100%; height: 100px; overflow: hidden; background: #fff url("../images/pf/misc/navMainBg.gif") repeat-x top left; }

#primary_nav { width: 843px; height: 36px; padding: 0px; margin: 0px; display: inline; float: left; background: url("../images/pf/pnav/bg.png") no-repeat 0px 0px; }

#primary_nav ul { width: 843px; height: 36px; margin: 0; position: relative; display: inline; float: left; list-style: none; }
#primary_nav ul li { height: 36px; margin: 0; padding: 0; display: inline; float: left; font-size: 1.0em; line-height: 1em; list-style-type: none; }

#primary_nav ul li a { height: 36px; border: none; position: absolute; top: 0px; text-decoration: none; background-position: 0px 0px; background-repeat: no-repeat; }
#primary_nav ul li a:hover { background-position: 0px -36px; }
#primary_nav ul li.curr_page a { background-position: 0px -72px; }
#primary_nav ul li.curr_page a:hover { background-position: 0px -108px; }
#primary_nav ul li a span { display: block; text-indent: -9999px; } /*image replacement*/

/*_________________________________________________________________________________
		PRIMARY NAVIGATION ITEMS
===================================================================================*/
/*   left = (width of previous + left of previous + 3)   */
/* Flavor */
div#primary_nav #pn_item_1 a { width: 104px; left: 0px; background-image: url("../images/pf/pnav/flavor.png"); }

/* Fragrance */
div#primary_nav #pn_item_2 a { width: 143px; left: 105px; background-image: url("../images/pf/pnav/fragrance.png"); }

/* Allured's FFM */
div#primary_nav #pn_item_3 a { width: 182px; left: 249px; background-image: url("../images/pf/pnav/ffm.png"); }

/* Networking */
div#primary_nav #pn_item_4 a { width: 161px; left: 432px; background-image: url("../images/pf/pnav/networking.png"); }

/* Events */
div#primary_nav #pn_item_5 a { width: 109px; left: 594px; background-image: url("../images/pf/pnav/events.png"); }

/* Magazine */
div#primary_nav #pn_item_6 a { width: 139px; left: 704px; background-image: url("../images/pf/pnav/magazine.png"); }

/*__________________________________________________________________________________________________
		SECONDARY NAVIGATION
====================================================================================================*/
#secondary_nav { width: 843px; height: 34px; margin: 0; padding: 0; float: left; background: no-repeat top left; }

#secondary_nav ul { height: 34px; margin: 0; position: relative; display: inline; float: left; list-style: none; }
#secondary_nav ul li { height: 34px; margin: 0; padding: 0; display: inline; float: left; font-size: 1.0em; line-height: 1em; list-style-type: none; }

#secondary_nav ul li a { height: 34px; border: none; position: absolute; top: 0px; text-decoration: none; background-position: 0px 0px; background-repeat: no-repeat; }
#secondary_nav ul li a:hover { background-position: 0px -34px; }
#secondary_nav ul li.curr_page a { background-position: 0px -68px; }
#secondary_nav ul li.curr_page a:hover { background-position: 0px -102px; }

#secondary_nav ul li a span { display: block; text-indent: -9999px; } /*image replacement*/

/*_________________________________________________________________________________
		SECONDARY NAVIGATION INSTRUCTIONS
===================================================================================*/
/*
 it must be determined if the secondary navigation should be 
 left-aligned, right-aligned or centered under its respective primary nav item --
 
 For CENTER Alignment: _____________________________________________
 middleOfPnavItem = left Of pnavItemA + 1/2 * width of pnavItemA;
 Primary Middles:
 Fragrance: 176.5; FFM: 340; Networking: 512.5; Events: 648.5;
 div#secondary_nav|padding_left = middleOfPnavItem - 1/2 * bgImageWidth;
 div#secondary_nav|width = 843 - padding_left;
 
 if (div#secondary_nav|padding_left <= 0) the secondary should be left aligned;
 if (div#secondary_nav|padding_left + bgImageWidth >= 843) the secondary should be right aligned;

 For LEFT Alignment: _____________________________________________
 div#secondary_nav|padding_left = 0px;
 div#secondary_nav|width = 843px;
 
 For RIGHT Alignment: _____________________________________________
 div#secondary_nav|padding_left = 843 - bgImageWidth;
 div#secondary_nav|width = bgImageWidth;
*/

/*_________________________________________________________________________________
		FLAVOR - SECONDARY NAV
===================================================================================*/
div.Flavor div#secondary_nav { padding-left: 0px; width: 843px; } 

/* set the width for this nav -- this will equal the width of the bg image used for this section; set the particular bg image for this nav */
div.Flavor div#secondary_nav ul { width: 673px; background: transparent url("../images/pf/snav/flavor-bg.png") no-repeat top left; }

/*  to calculate the left of each one, take the previous item's left + its width + 1  */
/* Creation / Application */
div.Flavor div#secondary_nav #sn_item_1 a { width: 173px; left: 0px; background-image: url("../images/pf/snav/creation.png"); }

/* Raw Materials */
div.Flavor div#secondary_nav #sn_item_2 a { width: 123px; left: 174px; background-image: url("../images/pf/snav/rawMaterials.png"); }

/* Regulatory */
div.Flavor div#secondary_nav #sn_item_3 a { width: 99px; left: 298px; background-image: url("../images/pf/snav/regulatory.png"); }

/* Research */
div.Flavor div#secondary_nav #sn_item_4 a { width: 84px; left: 398px; background-image: url("../images/pf/snav/research.png"); }

/* Trends */
div.Flavor div#secondary_nav #sn_item_5 a { width: 68px; left: 483px; background-image: url("../images/pf/snav/trends.png"); }

/* Flavor Library */
div.Flavor div#secondary_nav #sn_item_6 a { width: 121px; left: 552px; background-image: url("../images/pf/snav/flavor-library.png"); }

/*_________________________________________________________________________________
		FRAGRANCE - SECONDARY NAV
===================================================================================*/
div.Fragrance div#secondary_nav { padding-left: 0px; width: 843px; } 

/* set the width for this nav -- this will equal the width of the bg image used for this section; set the particular bg image for this nav */
div.Fragrance div#secondary_nav ul { width: 551px; background: transparent url("../images/pf/snav/fragrance-bg.png") no-repeat top left; }

/*  to calculate the left of each one, take the previous item's left + its width + 1  */
/* Creation / Application */
div.Fragrance div#secondary_nav #sn_item_1 a { width: 173px; left: 0px; background-image: url("../images/pf/snav/creation.png"); }

/* Raw Materials */
div.Fragrance div#secondary_nav #sn_item_2 a { width: 123px; left: 174px; background-image: url("../images/pf/snav/rawMaterials.png"); }

/* Regulatory */
div.Fragrance div#secondary_nav #sn_item_3 a { width: 99px; left: 298px; background-image: url("../images/pf/snav/regulatory.png"); }

/* Research */
div.Fragrance div#secondary_nav #sn_item_4 a { width: 84px; left: 398px; background-image: url("../images/pf/snav/research.png"); }

/* Trends */
div.Fragrance div#secondary_nav #sn_item_5 a { width: 68px; left: 483px; background-image: url("../images/pf/snav/trends.png"); }

/*_________________________________________________________________________________
		ALLURED'S FFM - SECONDARY NAV
===================================================================================*/

/*_________________________________________________________________________________
		NETWORKING - SECONDARY NAV
===================================================================================*/
div.Networking div#secondary_nav { padding-left: 412px; width: 431px; } 

/* set the width for this nav -- this will equal the width of the bg image used for this section; set the particular bg image for this nav */
div.Networking div#secondary_nav ul { width: 202px; background: transparent url("../images/pf/snav/networking-bg1.png") no-repeat top left; }

/*  to calculate the left of each one, take the previous item's left + its width + 1  */
/* Careers */
div.Networking div#secondary_nav #sn_item_1 a { width: 76px; left: 0px; background-image: url("../images/pf/snav/networking-careers.png"); }

/* Industry News */
div.Networking div#secondary_nav #sn_item_2 a { width: 125px; left: 77px; background-image: url("../images/pf/snav/networking-indNews.png"); }

/* Web Directory 
div.Networking div#secondary_nav #sn_item_3 a { width: 128px; left: 203px; background-image: url("../images/pf/snav/networking-webDir.png"); }*/
div.Networking div#secondary_nav #sn_item_3 a { display: none; }

/*_________________________________________________________________________________
		EVENTS - SECONDARY NAV
===================================================================================*/
div.Events div#secondary_nav { padding-left: 499px; width: 344px; } 

/* set the width for this nav -- this will equal the width of the bg image used for this section; set the particular bg image for this nav */
div.Events div#secondary_nav ul { width: 298px; background: transparent url("../images/pf/snav/events-bg.png") no-repeat top left; }

/*  to calculate the left of each one, take the previous item's left + its width + 1  */
/* Calendar of Events */
div.Events div#secondary_nav #sn_item_1 a { width: 160px; left: 0px; background-image: url("../images/pf/snav/events-calendar.png"); }

/* Event Coverage */
div.Events div#secondary_nav #sn_item_2 a { width: 137px; left: 161px; background-image: url("../images/pf/snav/events-coverage.png"); }

/* Webinars */
/*div.Events div#secondary_nav #sn_item_3 a { width: 88px; left: 299px; background-image: url("../images/pf/snav/events-webinars.png"); }*/

/*_________________________________________________________________________________
		MAGAZINE - SECONDARY NAV
===================================================================================*/
div.Magazine div#secondary_nav { padding-left: 610px; width: 233px; } 

/* set the width for this nav -- this will equal the width of the bg image used for this section; set the particular bg image for this nav */
div.Magazine div#secondary_nav ul { width: 233px; background: transparent url("../images/pf/snav/mag-bg.png") no-repeat top left; }

/*  to calculate the left of each one, take the previous item's left + its width + 1  */
/* Advisory Board */
div.Magazine div#secondary_nav #sn_item_1 a { width: 133px; left: 0px; background-image: url("../images/pf/snav/mag-advBoard.png"); }

/* Past Issues */
div.Magazine div#secondary_nav #sn_item_2 a { width: 99px; left: 134px; background-image: url("../images/pf/snav/mag-pastIssues.png"); }

/*_________________________________________________________________________________
		TERTIARY NAV STYLES
===================================================================================*/
div.tertiary_nav { border-bottom: 5px solid #fff; }

div.tertiary_nav h1 { margin: 0px; padding: 3px 10px 14px 10px; color: #636567; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; font-size: 13px; line-height: 20px; background: #fc3 url("../images/pf/misc/tertiaryArrow.gif") no-repeat 0 100%; }

div#col1_content div.tertiary_nav ul { margin: 0px; padding: 3px 0px 10px 19px; background: #636567 url("../images/pf/misc/tertiaryStructure.gif") no-repeat 19px bottom; }
div#col1_content div.tertiary_nav ul li { margin: 0px 15px 3px 0px; padding: 0px 3px 0px 10px; font-weight: bold; font-size: 13px; line-height: 22px; background: url("../images/pf/misc/tertiaryChild.gif") no-repeat 0px 0px; }

div#col1_content div.tertiary_nav ul li a:link { color: #fff; text-decoration: none; }
div#col1_content div.tertiary_nav ul li a:visited { color: #d8dadf; text-decoration: none; }
div#col1_content div.tertiary_nav ul li a:hover, div.tertiary_nav ul li a:focus { color: #fff; text-decoration: underline; }

div#col1_content div.tertiary_nav ul li.curr_page { color: #fc3; background: url("../images/pf/misc/tertiaryChildCurr.gif") no-repeat scroll 0px 2px; }
div#col1_content div.tertiary_nav ul li.curr_page a:link,
div#col1_content div.tertiary_nav ul li.curr_page a:visited { color: #fc3; text-decoration: none; }
div#col1_content div.tertiary_nav ul li.curr_page a:hover,
div#col1_content div.tertiary_nav ul li.curr_page a:focus { color: #fc3; text-decoration: underline; }

/*_________________________________________________________________________________
		CADMUS - OVERRIDING TABLE STYLES
===================================================================================*/
body#cadmus table { margin: 0px; }
body#cadmus table th, body#cadmus table td { padding: 2px 1px; border: 0px none; }
body#cadmus table td[align="right"] { text-align: right; }
body#cadmus table td[align="center"] { text-align: center; }

/*_________________________________________________________________________________
		LINK STYLES
===================================================================================*/
a:link { color: #e06500; text-decoration: underline; }
a:active, a:visited { color: #333; }
a:hover, a:focus { color: #06f; text-decoration: underline; }
a img { border: none; }