 /* Profiles International Public Style.css */

body { top: 0; left: 0; margin: 0;
       font-family: Arial, Helvetica, sans-serif;
       font-size: 1em;
       color: #434343;
       background: url(/schema/gifs/bg.gif) top left repeat-x #ffffff;
       text-align: center;
     }


/* blocks */
#outer             { position: absolute; top: 229px; left: 0; width: 100%; background: url(/schema/gifs/outerbg.gif) bottom left repeat-x; }
body.home #outer   { top: 331px; }
#wrapper           { margin: 0 auto; width: 860px; text-align: left; background: url(/schema/gifs/wrapperbg.jpg) bottom left no-repeat; }
#content           { float: right; width: 605px; font-size: 75%; display: inline;
                     background: url(/schema/gifs/contentbg.gif) top left no-repeat;}
#leftnav           { float: left; width: 247px; font-size: 75%; background: url(/schema/gifs/leftnavbg.gif) top right no-repeat;
                     display: inline; text-align: right; padding-bottom: 40px;}
#footer            { clear: both; width: 860px; font-size: 65%; color: #6D8D00; text-align: right; height: 35px !important; height: 36px;
                     background: url(/schema/gifs/footerbg.gif) center right no-repeat; }

#topouter          { position: absolute; top: 0; left: 0; width: 100% }
#banner            { margin: 11px auto 0 auto; height: 219px; width: 860px; text-align: left;
                     background: url(/schema/gifs/header2bg.jpg) bottom center no-repeat; }
body.home #banner  { height: 321px; background: url(/schema/gifs/headerbg.jpg) bottom center no-repeat; }
#mini_basket       { float: right; width: 125px; height: 92px; }
#logo              { float: left; margin-left: 222px; /*height: 285px;*/ width: 270px; display: inline; }
#tagline           { float: right; clear: right; margin-top: 20px; height: 42px; width: 262px; }
#topnav            { float: right; margin-top: 1px; width: 638px; height: 35px; line-height: 35px;
                     background-color: #8A281E; font-size: 75%; display: inline; }


/* topnav */
#topnav ul.topmenu          { list-style-type: none; margin: 0 0 0 2px; padding: 0; height: 35px; background-color: #8A281E;}
#topnav ul.topmenu li       { display: inline; margin: 0; padding: 2px; background-color: #8A281E;}
#topnav ul.topmenu a        { color: #ffffff; text-decoration: none; border: 1px solid #DE3B11; padding: 5px 7px; font-weight: bold;  background-color: #8A281E; }
#topnav ul.topmenu a:hover  { background-color: #DE3B11; color: #ffffff; }

/* leftnav */
#leftnav p.header1, #leftnav h1 { color: #FE6C00; background: url(/schema/gifs/leftnavh1bg.gif) center right repeat-x; margin: 0 25px 0 0;
                                  padding: 10px 0 10px 10px; float: right; display: inline; }
#leftnav ul.topmenu      { clear: both; list-style-type: none; margin: 0 25px 100px 0; padding: 0; text-align: right; }
#leftnav li              { margin: 0; padding: 0 10px 0 0; color: #AC272A; height: 23px; line-height: 23px;
                           background: url(/schema/gifs/leftnavlibg.gif) center right no-repeat;}
#leftnav a               { color: #AC272A; text-decoration: none; }
#leftnav li.highlight  a { text-decoration: underline; }
#leftnav a:hover         { text-decoration: underline; }

/* footer */
#footer p { color: #6D8D00; margin-right: 22px; padding-top: 9px;}
#footer a { color: #6d8d00;}

h1, p.header1 {
  font-family: Arial, Helvetica, Verdana, sans-serif;
  font-weight: bold;
  font-size: 130%;
  color: #AC272A;
  padding-top: 10px;
  margin-top: 10px;
  /* Page Title */
}

h2, p.header2 {
  font-family: Arial, Helvetica, Verdana, sans-serif;
  font-size: 120%;
  font-weight: bold;
  color: #FE6C00;
  /* Section Title */
}
h3, p.header3 {
  font-family: Arial, Helvetica, Verdana, sans-serif;
  font-size: 100%;
  font-weight: bold;
  color: #434343;
  /* Subsection Title */
}
p {
  font-family: Arial, Helvetica, Verdana, sans-serif;
  color: #434343;
}

p.pale {
  /* Pale Text */
  color: #717171
}

p.nomargin {
  margin: 0;
  padding: 0;
  /* No Margin */
}


p.indent1 {
  margin-left: 20px;
  /* Indented Text 1 */
}
p.indent2 {
  margin-left: 40px;
  /* Indented Text 2 */
}
p.indent3 {
  margin-left: 60px;
  /* Indented Text 3 */
}
p.indent4 {
  margin-left: 80px;
  /* Indented Text 4 */
}

table.default {
  /* No Style */
}

td,th  { font-size: 80%; }

td.alignright {
  text-align: right;
  /* Align Middle Right */
}
td.aligncenter {
  text-align: center;
  /* Align Middle Center */
}
td.aligntop {
  vertical-align: top;
  /* Align Top Left */
}
td.alignbottom {
  vertical-align: bottom;
  /* Align Bottom Left */
}
td.aligntopright {
  vertical-align: top;
  text-align: right;
  /* Align Top Right */
}
td.aligntopcenter {
  vertical-align: top;
  text-align: center;
  /* Align Top Center */
}
td.alignbottomright {
  vertical-align: bottom;
  text-align: right;
  /* Align Bottom Right */
}
td.alignbottomcenter {
  vertical-align: bottom;
  text-align: center;
  /* Align Bottom Center */
}

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

}
ul.round { /* Round markers */  }
ol.norm { /* Ordered list */ }

a       { color: #FF0006; text-decoration: none; }
a:hover { text-decoration: underline; }

span.sup {
  font-family: Arial, Helvetica, Verdana, sans-serif;
  font-size: 7px;
  vertical-align: super;
  /* Superscript */
}
span.sub {
  font-family: Arial, Helvetica, Verdana, sans-serif;
  font-size: 7px;
  vertical-align: sub;
  /* Subscript */
}

span.orange {
  color: #D78400;
  /* Orange */
}

img { border: none; }

img.floatleft {
  float: left;
  /* Float Left */
}
img.floatleftwithmargin {
  float: left;
  margin: 3px 16px 10px 0px;
  /* Float Left with margin */
}
img.floatright {
  float: right;
  /* Float Right */
}
img.floatrightwithmargin {
  float: right;
  margin: 3px 0px 10px 16px;
  /* Float Right with margin */
}
img.noborder {
  border-width: 0px;
  /* No Border */
}
img.rollover { /* Rollover */ }

/* Applet Tables */

table.productimage {
  /* Product Image */
}

table.productimage td.title {
  background: url(/schema/gifs/productimagetitlebg.gif) bottom left no-repeat;
  color: #D78400;
  /* Product Image Title */
}

table.productimage td.image {
  background: url(/schema/gifs/productimagebg.gif) bottom left no-repeat;
  /* Product Image */
}

table.nutritioninfo {
  /* Nutritional Info */
  width: 300px;
  border: 2px solid #FCEBEB;
  color: #B34C4C;
}

table.nutritioninfo td.heading {
  border-left: 1px solid #D7D7D7;
  border-top: 1px solid #D7D7D7;
  border-right: 1px solid #D7D7D7;
  font-weight: bold;
  width: 90px;
  padding: 5px;
  /* Nutritional Info Heading */
}

table.nutritioninfo td.headinglast {
  border: 1px solid #D7D7D7;
  font-weight: bold;
  width: 90px;
  padding: 5px;
  /* Nutritional Info Heading Last */
}


table.nutritioninfo td.value {
  border-top: 1px solid #D7D7D7;
  border-right: 1px solid #D7D7D7;
  font-weight: bold;
  width: 90px;
  padding: 5px;
  /* Nutritional Info Value */
}

table.nutritioninfo td.valuelast {
  border: 1px solid #D7D7D7;
  font-weight: bold;
  width: 90px;
  padding: 5px;
  /* Nutritional Info Value Last */
}


/* Ecom tables */
table.deptlist {
  border: 2px solid #FCEBEB;
  width: 575px;
}

table.deptlist td {
  border-bottom: 1px solid #D7D7D7;
  border-right: 1px solid #d7d7d7;
  padding: 2px 4px;
}

table.deptlist th {
  border-bottom: 1px solid #D7D7D7;
  border-right: 1px solid #d7d7d7;
  border-top: 1px solid #d7d7d7;
  padding: 2px 4px;
}

table.deptlist td.first {
  border-left: 1px solid #D7D7D7;
  border-bottom: 1px solid #D7D7D7;
  border-right: 1px solid #d7d7d7;
  padding: 2px 4px;
}

table.deptlist th.first {
  border: 1px solid #D7D7D7;
  padding: 2px 4px;
}

table.basket {
  width: 575px;
  border: 2px solid #fcebeb;
}

table.basket td.linedtitle {
  font-weight: bold;
  border-bottom: 1px solid #D7D7D7;
  border-left: 1px solid #D7D7D7;
  border-top: 1px solid #d7d7d7;
  padding: 2px 4px;
}

table.basket td.linedtitlelast {
  font-weight: bold;
  border-bottom: 1px solid #D7D7D7;
  border-left: 1px solid #D7D7D7;
  border-top: 1px solid #d7d7d7;
  border-right: 1px solid #d7d7d7;
  padding: 2px 4px;
}

table.basket td.lined {
  border-bottom: 1px solid #D7D7D7;
  border-left: 1px solid #D7D7D7;
  padding: 2px 4px;
}

table.basket td.linedlast {
  border-bottom: 1px solid #D7D7D7;
  border-left: 1px solid #D7D7D7;
  border-right: 1px solid #d7d7d7;
  padding: 2px 4px;
}



/* Product Image */
img.product {
  float: left;
  background: url(/schema/gifs/productbg.jpg) center center no-repeat;
  width: 272px;
  height: 337px;
  line-height: 337px;
  text-align: center;
  margin-right: 20px;
}

p.product_image_header {
  color: #D78400;
  text-align: right;
  width: 272px;
  background: url(/schema/gifs/product_image_header.gif) bottom center no-repeat;
  margin-right: 20px;
  padding-bottom: 5px;
}

span.red {
  /* Red Text */
  color: #B34C4C
}


/* Ecommerce Styles */
td.linedtitle { font-weight: bold; }