/* document */ 

body, div, p, td {
  font-family: Verdana, Arial, Helvetica;
  font-size: 8pt;
}

* { margin: 0; padding: 0; }


#logo {
  background-image: url(images/logo.png);
  background-repeat: no-repeat;
  width:300px;
  height: 60px;
  position: absolute;
  top: 82px;
  margin-left: 10px;
}
h1 {
  font-size: 18pt;
  font-weight: normal;
  text-align: left;
  color: #55672d;
  margin-bottom: 10px;
  text-transform: capitalize;
}
h2 {
  text-transform:capitalize;
  font-size: 9pt;
  font-weight: normal;
  text-align: left;
  color: #55672d;
  border-bottom: 1px dotted #55672d;
  margin-bottom: 20px;
  margin-top: 17px;
}
p {
  font-size: 8pt;
  line-height: 15pt;
  text-align: left;
  margin-bottom: 20px;
}
ul {
  margin-top: 20px;
  margin-bottom: 20px;
}
li {
  font-size: 8pt;
  line-height: 15pt;
  text-align: left;
  margin-left: 30px;
}
.small {
font-size: 7pt;
color: #808080;
}
.separator {
  width: 1px;
  background-image: url(images/separator.gif);
  background-repeat: no-repeat;
  background-color: #c0c0c0;
}
.separator_h {
  width: 1px;
  background-image: url(images/separator_h.gif);
  background-repeat: no-repeat;
  background-color: #c0c0c0;
}
body {
  background-image: url(images/bg.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-color: #101010;
  margin: 0px;
  text-align: center;
}
#container { 
  width: 950px;
  margin-left: auto ;
  margin-right: auto ;
  margin-top:80px;
}
#header {
  background-repeat: no-repeat;
  width: 950px;
  height: 220px;
}
#nav {
  position: absolute;
  margin-top: 45px;
  background-repeat: no-repeat;
  height: 27px;
  z-index: 3;
  text-align: left;
}
#content {
  position: relative;
  background-image: url(images/content.jpg);
  background-repeat: repeat-y;
  width: 950px;
}
#content2 {
  background-repeat: repeat-y;
  width: 932px;
  margin-left: auto ;
  margin-right: auto ;
  
}
#footer {
  position: relative;
  margin:0px;
  background-image: url(images/footer.jpg);
  background-repeat: no-repeat;
  background-color: #101010;
  width: 950px;
  height: 250px;
  padding-top: 15px;
}
/* footer */ 
.navText {
  font-family: Verdana, Arial, Helvetica;
  font-size: 8pt;
  color: #d0d0d0;
  padding-left: 20px;
  padding-top: 6px;
}
.navText a, .navText a:visited {
  color: #d0d0d0;
  text-decoration: none;
}
.navText a:hover {
  color: #ffffff;
}
.navS {
  background-color: #a0a0a0;
  width: 1px;
}

/* forms & input */
.form0 {
  text-align: left;
  font-size: 8pt;
  color: #ffffff;
  background-color: #303030;
  border-bottom: 1px solid #c0c0c0;
  padding-left: 10px;
}
.form1 {
  text-align: left;
  font-size: 8pt;
  background-color: #f0f0f0;
  border-bottom: 1px solid #c0c0c0;
  padding: 10px;
}
.form2 {
  text-align: left;
  font-size: 8pt;
  background-color: #f0f0f0;
  border-bottom: 1px solid #c0c0c0;
  padding: 10px;
}
.submit {
  background-image: url(images/submit.jpg);
  background-position: top right;
  background-repeat: no-repeat;
  text-align: right;
  padding-right: 5px;
  padding-bottom: 60px;
}

/* content */
.col3 {
  width: 310px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #ffffff;
}
.col2 {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #ffffff;
}
.product {
  background-image: url(images/product_bg.png);
  background-repeat: no-repeat;
  width: 226px;
  min-height: 222px;
  text-align: center;
}
.side {
  width: 310px;
}
.sideH {
  font-size: 14pt;
  font-weight: normal;
  text-align: left;
  padding-left: 10px;
  color: #000000;
  border-bottom: 2px solid #55672d;
}
.dirty1 {
  width: 310px;
  padding-left: 10px;
  padding-right: 10px;
  background-image: url(images/side/dirty1.jpg);
  background-repeat: no-repeat;
  background-color: #f0f2ed;
}
.dirty2 {
  width: 310px;
  padding-left: 10px;
  padding-right: 10px;
  background-image: url(images/side/dirty2.jpg);
  background-repeat: no-repeat;
  background-color: #eaffea;
}

/* footer */ 

#footer_content {
  float: left;
  padding-top:10px;
  padding-left:20px;
}
.footer1 {
  display: block;
  float: none;
  text-align: left;
  color: #606060;
  font-size: 8pt;
  line-height: 18pt;
  margin-bottom: 20px;
}
.footer2 {
  float: left;
  text-align: left;
  color: #606060;
  font-size: 8pt;
  padding-right: 10px;
  line-height: 18pt;
}
.footer1 a,.footer1 a:visited,.footer2 a:link,.footer2  a:visited {
  color: #a0a0a0;
  text-decoration: none;
}
.footer1 a:hover ,.footer2 a:hover {
  background-color: #75A714;
  color: #000000;
}
#valIcon{
  float: right;
  margin-top: 20px;
  margin-right: 10px;
}

a, a:visited {
  color:#007eff;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}
.teamPic {
  text-align: left;
  font-size: 8pt;
}