@import "reset.css";
body {
  font: normal 11px/18px Verdana, Arial, Helvetica, sans-serif;
  background: #fff url(../img/trama.gif) repeat-x;
  color: #222;
}
body#intro {
  background: #fff url(../img/trama.gif) repeat-x;
}
h1 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 2.5em;
  letter-spacing: 0.04em;
  font-weight: 100;
  color: #F79294;
  background-color: #fff;
  padding: 10px 10px;
  margin: 2px 63px 0 2px;
  /*visibility: hidden;*/
}
h2 {
  padding-right: 20px;
  margin-top: 15px;
  font-size: 1.3em;
}
a:link,a:visited,a:active {
	color: #EC2224;
}
a:hover {
  color: #990000;
}
p {
  margin-top: 1.3em;
}
hr {
  clear: both;
  visibility: hidden;
  border-width: 0;
}
object {
  /*display: block;*/
  line-height: 0;
  font-size: 0;
}
#footer a:hover {
  color: #FF2D2D;
}
code {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
}
em {
  color: red
}
#introcontent,#content {
  width: 822px; /*Width of main container*/
  margin: 0 auto; /*Center container on page*/
  margin-top: 10px;
  overflow: hidden; 
}
#introcontent object {
  background-color: #000;
}
#content {
  background: #fff url(../img/main_bg.gif) no-repeat 760px 197px;
}
#header {
  padding: 4px 4px 2px 4px;
  background-color: #fff;
  text-align: right;
  height: 191px;
  overflow: hidden; /* to hide horiz scrollbar because of flag ul */
}
div#homelink {
  position: absolute;
  top: 0px;
  padding-top: 10px;
  margin-right: 0;
}
div#homelink a {
  margin-left: -4px;
}
div#clock {
  /*border: 5px solid red;*/
  position: absolute;
  left: 35%; 
  width: 300px;
}              
#header ul {
  position: relative;
  top: 2px;
  left: 661px;
  margin-bottom: 7px;
  height: 21px;
  list-style-type: none;
  overflow: hidden;
}
#header ul li a {
  position: absolute;
  width: 50px;
  top: 0;
  width: 33px;
  text-indent: -9000px;
  text-decoration: none;
  padding: 22px 0 0 0;
  overflow: hidden;
  height: 0px !important; 
  height /**/:22px; /* IE5/Win */
  background: transparent url(../img/flags.gif) no-repeat;
}
#header ul li#flagde a       { background-position: -33px -21px; width: 33px; left: 0; }
#header ul li#flagde a:hover    { background-position: -33px 0; }
#header ul li#flagfr a       { background-position: -66px -21px; left: 40px; }
#header ul li#flagfr a:hover    { background-position: -66px 0; }
#header ul li#flagit a       { background-position: -99px -21px; left: 80px; }
#header ul li#flagit a:hover    { background-position: -99px 0; }
#header ul li#flagen a       { background-position: 0 -21px; left: 120px; }
#header ul li#flagen a:hover    { background-position: 0 0; }                         

#maincontent {
  position: relative;
}
div#rubtext {
  float: left;
  text-align: justify;
  margin-right : 62px;
  padding: 5px 15px 20px 0;
  height: 242px;
  overflow-y: scroll;
  background-color: #fff;
} 
div#rubtext p, div#rubtext h2, div#rubtext form {
  /*padding-left: 280px;*/
  /*padding-right: 20px;    */
}
div#rubtext ol {
  padding: 15px 20px 0 0px;
}
div#bgimg {
  float: left;
  padding-left: 2px;  
  /*overflow: hidden;*/
}
div#home {
  height: 280px;
}
div#aboutus {
  height: 268px;
}
div#aboutus div#rubtext {
  width: 479px;
}
div#cataloglogin {
  height: 268px;
}
div#cataloglogin div#rubtext {
  width: 443px;
  overflow: hidden;
}                  
#quality {   
  height: 268px;
}
div#quality div#rubtext {
  width: 443px;
}
#cultivate {
  height: 268px;   
}
div#cultivate div#rubtext {
  width: 443px;
}
#whyff {
  height: 268px;
}
div#whyff div#rubtext {
  width: 443px;
}
#contact {
  height: 720px;
  overflow-y: hidden;
}
div#contact div#rubtext {
  width: 431px;
  padding-left: 15px;
  height: auto;
  overflow: hidden;
}
#contact span {
  float:left;
  position: relative;
  display: block;
  letter-spacing: -0.01em;
  line-height: 1.2em;
  margin-top: 10px;
  padding-right: 20px;
  width: 190px;
}
#contact span.firstrow {
  padding-right: 100px;
}
#contact span.secrow {
  padding-left: 0px;
  width: 200px;
}

#contactintro {
  line-height: 1.2em;
  margin-top: 4px;
}
#contact p#submitMessage {
  border: 1px solid #ccc;
  background-color: #C4FFC4;
  margin: 0 58px 0 0px;
  display: none;
  padding: 4px 10px !important;
}
#contact p.problem {
   background-color: #FFFF95 !important;
}
#footerleft, #footerright {
  float: left;
  padding: 16px 10px;
  font-size: 10px;
  line-height : 12px;
  color: #fff;
  background-color: #222;
  width: 391px;
}
#introcontent #footerleft, #introcontent #footerright {
  width: 390px;         
  background-color: #000;
}
#footerleft {  
  margin-right: 410px; /*Set right margin to RightColumnWidth*/
}
#footerright {
  margin-left: -410px; /*Set left margin to -(RightColumnWidth) */
  text-align: right; 
}
#footer a:link, #footer a:visited {  
  color: #fff;
  text-decoration: none;
}
#footer a:hover, #footer a:active {  
  text-decoration: underline;
}
#langselect a {
  padding: 4px;
  border: 1px solid #F79294; /* general background color */
}
#langselect a:hover {
  text-decoration: none;
  background-color: #FF9999;
  border: 1px solid #EF7379;
}
#langselect {
  float: left;
  padding: 10px 130px;
  font-variant: small-caps;
}
#langselect span {
  word-spacing: 30px;
  margin-left: 30px;
}
/* catalog login and base menu ***********************************************/
div#catalogentrance {
  font: normal 0.9em/2.1em Arial, sans-serif;
  margin-top: 10px;
  padding: 20px 20px 34px 300px;
  border: 1px solid #fff;
}
form#catalogloginform {
  margin-top: 10px;       
}
form#catalogloginform label { 
  display: block;  /* block float the labels to left column, set a width */
  float: left; 
  width: 100px;
  margin-top: 15px; 
  padding: 0; 
  font-weight: bold; 
}
form#catalogloginform input {
  border: 1px solid #999;
  margin-top: 15px;
  padding-left: 5px;
  width: 140px;
}
form#catalogloginform input:focus {
  background-color: #eee;
}
form#catalogloginform input#submit {
  margin-left: 100px;
  width: 148px;
}
form#catalogloginform br {
  clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}
div#catalogentrance p {
  line-height: 1.3em;
}
p.infomessage {
  margin-top: 30px;
}
a#logoutmessage {
  padding: 6px;
  margin: 2px;
  font: normal 0.9em/2.1em arial, sans-serif;
  color: #222;
  background-color: #f19394;
}
a#logoutmessage:hover {
  color: #fff;
  background-color: red;
}
/* contact form **************************************************************/
#contactForm {
  margin-top: 12px;
  /*padding-left: 330px !important; /* to overwrite defautl #maincontent form definition */
}
#contactForm label, #contactForm input, #contactForm textarea {
  display: block;
  width: 270px;
  float: left;
  margin-bottom: 10px;
}
#contactForm label {
  text-align: right;
  width: 80px;
  padding-right: 15px;
  cursor: pointer;
}
#contactForm input,#contactForm textarea {
  border: 1px solid #999;
  padding-left: 4px;
}
#contactForm input:focus, #contactForm textarea:focus {
  background-color: #eee;
}
#contactForm input#currlang {
  display: none;
}
#contactForm input#submit {
  margin-left: 95px;
  padding: 2px 10px;
  width: auto;
}
#contactForm br { clear: left;}

/* jqModal base Styling courtesy of;
  Brice Burgess <bhb@iceburg.net> */
/* The Window's CSS z-index value is respected (takes priority). If none is supplied,
  the Window's z-index value will be set to 3000 by default (in jqModal.js). You
  can change this value by either;
    a) supplying one via CSS
    b) passing the "zIndex" parameter. E.g.  (window).jqm({zIndex: 500}); */ 
.jqmWindow {
    display: none;    
    position: fixed;
    top: 8%;
    left: 50%;    
    margin-left: -300px;
    width: 600px;
    height: 500px;    
    background-color: #fff;
    color: #333;
    /*border: 4px dotted #333;*/
    border: 16px solid #ccc;
    padding: 18px; 
}
.jqmOverlay { background-color: #000; }

/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html .jqmWindow {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}
div#adminlayer {
  position: fixed;
  top: 0;
  left: 0;
  width: 200px;
  background-color: #fff;
  margin: 4px;
  padding: 10px;
  border: 1px solid #ddd;
}
div#adminlayer h2 {
  padding-left: 0;
  margin-top: 0;
}
