@charset "utf-8";
/* CSS Document */

/* GLOBAL RESETS
------------------------------ */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
  outline: 0;
}
body {
  font-size: 75%;
  color: #000;
  background: #FDEED7 url(/images/aroma-bg.jpg) no-repeat;
}
html>body {
  font-size: 12px;
}
p {
  line-height: 1.5em;
}

ol, ul {
  list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: separate;
  border-spacing: 0;
}
caption, th, td {
  text-align: left;
  font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
}
blockquote, q {
  quotes: "" "";
}

/* IE5.5+ PNG FIX */

/*img {
   behavior: url("pngbehavior.htc");
}
*/
.iconAlign {
  padding-right: 5px;
  padding-bottom: 5px;
  vertical-align: middle;
}

.clearboth {
  clear: both;
}

/* TYPOGRAPHY
-------------------------------*/

body, p, ol, ul, td {
  font-family: Georgia, "Times New Roman", Times, serif;
}

p {
  font-size:1em;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}
h2 {
  font-size:1.1667em;
  line-height: 1.286em;
  margin-top: 1.286em;
  margin-bottom: 1.286em;
}

h1 {
  font-size:1.5em;
  line-height: 1em;
  margin-top: 0;
  margin-bottom: 1em;
}

/* FRAMEWORK
---------------------------*/

#container { 
  width: 950px;
  height: 900px;
  text-align: left;
  margin-left: 30px;
}

#header {
  padding-top: 6px;
  text-align: right;
}

#header ul li {
  display: inline;
  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
}

#header ul li a {
  padding: .1em .5em;
}

#flavNav {
  float: left;
  width: 260px;
  text-align: center;
  margin-top: 80px;
}

#flavNav img {
  display: block; 
  border: 1px solid #CC9933;
  margin-left: auto; 
  margin-right: auto;
  margin-bottom: 6px;
}

#mainContent {
   float: left;
  width: 660px;
  margin-left: 12px;
}

#footer {
  width: 950px;
  margin-left: 30px;
  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  text-align: center;
  clear: both;
  top: 900px;
  position: fixed;
  left: 130px;
}


/* LINKS
---------------------------------------*/

a { 
  color: #cc0033;
  text-decoration: none;
}
a:visited { 
  color: #336633; 
}
a:hover { 
  color: #cc0033;
  text-decoration: underline;
}



/* PRE, ERRORS, PROGRESS BARS, ETC.
---------------------------------------*/

#alerts p {
  text-align: center;
}

pre {
  background-color: #eee;
  padding: 10px;
  font-size: 12px;
}

.fieldWithErrors {
  padding: 2px;
  background-color: red;
  display: table;
}

#errorExplanation {
  width: 400px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #ffffff;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #c00;
  color: #fff;
}

#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}

#errorExplanation ul li {
  font-size: 12px;
  list-style-type: disc;
  margin-left: 15px;
}

div.uploadStatus {
  margin: 5px;
}

div.progressBar {
  margin: 5px;
}

div.progressBar div.border {
  background-color: #fff;
  border: 1px solid #C0C0C0;
  width: 100%;
}

div.progressBar div.background {
  background-color: #333;
  height: 18px;
  width: 0%;
}

/* HOME
-----------------------*/

#boxes {
  background: url(/images/boxes.jpg) top center no-repeat;
  height: 475px;
}

#boxes img {
  margin: 345px 10px 5px 20px;  
}

#pageIntro p {
  font-size: 16px;
  line-height: 16px;
  text-indent: 18px;
}

#pageIntro span {
  font-weight: bold;
  font-size: 16px;
}

#pageIntro { 
  background: url(/images/ghwheat.png) bottom right no-repeat;
}

/* PRODUCT PAGES
----------------------------------*/

.productImg { 
  position: relative; 
  margin-left: 10%; 
  z-index: 300;
 }
.productGhost { 
  position: absolute;  
  left: 650px; 
  top: 350px;
 }

#showProduct { 
  position: relative;
  margin-left: 12px;
}

#showProduct p, h2, h3 {
  line-height: 12px;
}

.alignRight {
  text-align: right;
  margin-right: 5%;
}

.icon {
  margin-right: 12px;
}

/* USER PROFILES
----------------------------*/

#customTable {
  width: 650px;
  padding: 0;
  margin-left: auto;
  margin-right: auto;
}

#customTable img {
  padding-right: 3px;
}

#customTable th {
  font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  color: #755800;
  border: 1px solid #FFD65C;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: center;
  padding: 6px 6px 6px 12px;
  background: #FFE38F;
}

#customTable td {
  border-left: 1px solid #FFD65C;
  border-bottom: 1px solid #FFD65C;
  background: #fff;
  padding: 6px 6px 6px 12px;
  color: #755800;
}

#customTable td.end {
  border-right: 1px solid #FFD65C;
}

#customTable td.nobg {
  border-left: none;
  border-bottom: none;
  background: none;
}

#customTable td.receiptTable {
  font: bold 14px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  background: #FFE38F;
  border-right: 1px solid #FFD65C;
  border-top: 1px solid #FFD65C;
  font-size: 14px;
}

.profile h2, h3 {
  line-height: 24px;
}

.profile ul {
  margin-top: 5%;
}

.profile li {
  list-style-type: none;
  line-height: 24px;
}

.profile {
  text-align: center;
  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  position: relative;
}

/* FORMS
---------------------------------*/

form {
  margin: 0;
  padding: 0;
  font-size: 100%;
  min-width: 550px;
  max-width: 650px;
  width: 600px;
}

fieldset input { 
  border: 1px solid #755800;
  background-repeat:no-repeat; 
  background-position:1% 50%;
  padding: 2px 2px 2px 2px;
}

fieldset input.email {
  background-image:url(/images/email.png);
  padding-left: 24px;
  width:200px;
}

fieldset input.password {
  background-image:url(/images/lock.png);
  padding-left: 24px;
  width:200px;
}

fieldset ol {  
  list-style: none;
}

form fieldset {
  position: relative;
  float: left;
  clear: both;
  font-size: 100%;
  width: 100%;
  border-color: #FFD65C;
  border-width: 1px 0 0 0;
  border-style: solid none none none;
  padding: 10px;
  margin: 0 0 0 0;
}

form fieldset legend {
  font-size: 150%;
  font-weight: normal;
  color: #755800;
  margin: 0 0 0 0;
  padding: 5px;
}

label {
  font: bold 100% "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  float: left;  
  width: 12em;  
  margin-right: 1em;
  text-align: right;
}


form fieldset li {  
  float: left;  
  clear: left;  
  width: 100%;  
  padding-bottom: 1em;
}

p.submit {  
  float: none;  
  width: auto;  
  clear: both;
  border-style: none;  
  padding-top: .5em;  
  padding-left: 12em;  
  background-color: transparent; 
}

span.title {
  color: Red;
}