/* Start of CMSMS style sheet 'COMMON STYLES' */
/**************** These styles appear on all pages ******************/

/*****************
browsers interpret margin and padding a little differently, 
we'll remove all default padding and margins and
set them later on
******************/

* {
margin:0;
padding:0;
}

/*
Set initial font styles
*/
body {
   text-align: left;
   font-family:Verdana, Arial, Helvetica, sans-serif;
   font-size: 11px;
   line-height: 13px;
}

/*
set font size for all divs,
this overrides some body rules
*/
div {
   font-size: 1em;
}

/*
if img is inside "a" it would have 
borders, we don't want that
*/
img {
   border: 0;
}

/*
default link styles
*/
/* set all links to have underline and bluish color */
a,
a:link 
a:active {
   text-decoration: none;
/* css validation will give a warning if color is set without background color. this will explicitly tell this element to inherit bg colour from parent element */
   background-color: inherit; 
   color: #18507C; 

}
/* remove underline on hover and change color */
a:hover {
   text-decoration: none;
   color: #647f17;       /*Green color*/
}

/*****************
basic layout 
*****************/
body {
   background-color: #fff;
   background-image: url('uploads/images/layout/Pattern.jpg');
   background-repeat: repeat;
   margin:0em; /* gives some air for the pagewrapper */
}

/* Header wrapper has been moved out of pagewrapper so that it can flow the entire nav */
div#headerwrapper {
   background: url('uploads/images/layout/Spice_World-Top_Header_Bar_Background.gif') repeat-x;
   height: 97px;
}

/* center wrapper, min max width */

div#pagewrapper {
   margin: 0 auto;     /* this centers wrapper */
   max-width: 928px; /* IE wont understand these, so we will use javascript magick */
   min-width: 928px;
   background-color: transparent;
   color: #555;   /* This makes all main text gray*/
}

div#logo {
   margin: 0 auto;
/*   float: left; */
/*   display: block; */
   width: 928px; /*previously 928  <- changing this to 914 makes the nav indent the right side 14 px */
   height: 97px;
   background: url('uploads/images/layout/Spice_World-TopHeaderBar.gif') no-repeat;
}

div#logo a:hover {
   background-color: transparent;
}

/* TOP NAV STYLES */

div#headerrightdynamic {
   float: right;
   width: 596px;
   height: 29px;
   min-width: 596px;
/*   margin-right: 0px; */
}

div#headerrightdynamicnew {
  font-size: 11px;
  line-height: 16px;
  font-family: Verdana;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  padding-right: 2px;
}

div#headerrightdynamicnew a{
  color: #fff;
}
div#headerrightdynamicnew a:hover, div#headerrightdynamicnew a.selected {
  color: #ffd564;
}


div#headerrightdynamic td {
  font-size: 11px;
  line-height: 16px;
  font-family: Verdana;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  padding-right: 2px;
}

div#headerrightdynamic td a{
  color: #fff;
}
div#headerrightdynamic td a:hover, div#headerrightdynamic td a.selected {
  color: #ffd564;
}

.dropmenudiv{
position: absolute;
top: 0;
margin-top: 0px; /* pushed the dropdown down to show background underneath */
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
/* border: 1px solid #9c9c9c; */ /*THEME CHANGE HERE*/
border-bottom-width: 0;
font-weight: normal;
font-family: Verdana;
font-size: 10px;
line-height: 12px;
z-index:100;
background-color: white;
/* width: 142px; */
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4);
 /*Add Shadow in IE. Remove if desired*/
text-align: center;
}

.dropmenudiv a{
width: 149px;
display: block;
text-indent: 0px;
border-bottom: 1px solid #9c9c9c; /*THEME CHANGE HERE*/
padding: 4px 0;
text-decoration: none;
color: #9c9c9c;
}
.dropmenudiv a:hover{
color: #4065a2;
}
* html .dropmenudiv a{ /*IE only hack*/
width: 149px;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #F0F0F0;
}

/* END OF TOP NAV STYLES */

div#footer {
   clear:both;       /* keep footer below content and menu */
   font-family: Verdana;
   color: #4065a2;
   font-size: 11px;
   line-height: 13px;
   text-transform: uppercase;
   background: transparent url('uploads/images/layout/Spice_World-FooterBackground.png') no-repeat; 
   margin 0 auto;
   height: 92px;
}
.copyright{
   font-size: 8px;
   color: #999;
}

div#footer td {
   font-size: 11px;
   line-height: 13px;
   text-align: left;
   margin:0;
}

div#footer td a {
   font-size: 11px;
   line-height: 13px;
   color: #4065a2; 
   text-decoration: none;
}
div#footer td a:hover {
   background-color: inherit;
   text-decoration: underline;
}

/* as we hid all hr for accessibility we create new hr with extra div element */
div.hr {
   height: 1px;
   margin: 1em;
   border-bottom: 1px dotted black;
}

/********************
CONTENT STYLING
*********************/
div#content {

}

/* HEADINGS */
div#content h1 {
   font-size: 2em;  /* font size for h1 */
   line-height: 1em;
   margin: 15px 0 10px 0;
color: #26659e; /*blue*/
   font-family: Verdana;
text-transform: uppercase;
letter-spacing: 0.5px;
font-weight:normal;

}
div#content h2 {
   font-size: 16px;  /* font size for h2 */
   line-height: 18px;
   margin: 15px 0 10px 0;
color: #26659e; /*blue*/
   font-family: Verdana;
text-transform: uppercase;
letter-spacing: 0.3px;
font-weight:normal;

}
div#content h3 {
color: #26659e; 
   font-size: 12px;
   line-height: 1.3em;
   margin: 10px 0 10px 0;
text-transform: uppercase;
letter-spacing: 0.3px;
font-weight: normal;
}
div#content h4 {
   color: #294B5F; 
   font-size: 1.2em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
div#content h5 {
   font-size: 1.1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
h6 {
   font-size: 1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
/* END HEADINGS */

/* TEXT */
p {
   font-size: 12px;
   margin: 0 0 0.8em 0;  /* some air around p elements */
   line-height:1.4em;
   padding: 0;
}
blockquote {
   border-left: 10px solid #ddd;
   margin-left: 10px;
}
pre {
   font-family: monospace;
   font-size: 1.0em;
}
strong, b {
/* explicit setting for these */
   font-weight: bold;
}
em, i {
/* explicit setting for these */
   font-style:italic;
}

/* Wrapping text in <code> tags. Makes CSS not validate */
code, pre {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
 font-family: "Courier New", Courier, monospace;
 font-size: 1em;
}

pre {
   border: 1px solid #000;  /* black border for pre blocks */
   background-color: #ddd;
   margin: 0 1em 1em 1em;
   padding: 0.5em;
   line-height: 1.5em;
   font-size: 90%;   /* smaller font size, as these are usually not so important data */
}

/* END TEXT */

/* LISTS */
div#main ul,
div#main ol,
div#main dl {
  font-size: 12px;
   line-height:1.4em;
   margin: 0 0 1.5em 0;
}
div#main ul li,
div#main ol li {
   margin: 0 0 0.25em 3em;
}

div#dl dt {
   font-weight: bold;
   margin: 0 0 0.25em 3em;
}
div#dl dd {
   margin: 0 0 0 3em;
}

div#main ul.foodservicebullets li{
   margin: 0 0 0.25em 1.1em;
}


div#contentright p.italictext {
font-family:Georgia, "Times New Roman", Times, serif;
font-style:italic;
font-size: 18px;
color: #0c83c0;       /*Teal color*/
line-height: 20px;
}
/* END LISTS */

.copyright{
   font-size: 8px;
   color: #999;
}


/* End of 'COMMON STYLES' */

