body {
	font-family:"CenturyGothic", "Century Gothic", Century, Serif;
	font-size:10.5pt;
	margin:0;
	color:#333;
	background:url(../asdimg/page-bg.gif);
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  color: #6E5135;
  margin:0.9em 0;
}

p { margin:1em auto; }

.dropcap {
  position:relative;
  bottom:-2px;
  font-size: 150%;
  color: rgb(70, 130, 180);
}

table, td, tr, tbody {
	font-size: 100%;
}
a, a:link, a:visited, a:active {
	color: #6E5135;
	text-decoration: none;
}
a:hover {
	color: #6095AE;
	text-decoration: underline;
}

#content a, #message a, #pathway a { color:#6095AE; }

.formbutton {
	font-weight: bold;
	color: #EBF0C8;
	background-color: #8CB2C5;
	border: 1px solid #8CB2C5;
/*	margin-left:875px;
	margin-top:-35px;
	margin-right:0px;
	margin-bottom:0px; */

}
input, textarea, select {
	border: 1px solid #8CB2C5;
	/*	margin-left:765px;
	margin-top:-25px;
	margin-right:0px;
	margin-bottom:0px; */
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.search {
	margin-left:765px;
	margin-top:-25px;
	margin-right:0px;
	margin-bottom:0px; 
}
.wrapper {
  display:block;
  width:100%;
  position:relative;
}

.wrapper > .container {
  position:relative;
  display:block;
  width:900px;
  left:50%;
  margin-left:-450px;
}

.wrapper > .container > .inner {
  padding:10px 0;
}

.drilldown {
	font-size: 90%;
	font-weight: bold;
	color: #8CB2C5;
}
#dropmenudiv{
  position:absolute;
  border:1px #EBF0C8;
  border-bottom-width: 0;
  line-height:14px;
  z-index:100;
}

#dropmenudiv a{
  width: 100%;
  display: block;
  text-indent: 3px;
  border-bottom: 1px #EBF0C8;
  padding: 1px 0;
  text-decoration: none;
  font-weight: normal;
}

#dropmenudiv a:hover{ /*hover background color*/
  background-color: #EBF0C8;
}

/* Structure */
#header {
	background:url(../asdimg/page-bg.gif);
	height: 95px;}
	#header > .container {
		height:inherit;
		background:url(../asdimg/header900x95_2.png);
	}
	
	#header a#logo {
	  display:block;
	  width:304px;
	  height:82px;
	  background:url(../asdimg/logo_sm3.png) no-repeat top left;
	}
	
	#header #search {
	  position:absolute;
	  right:0;
	  top:65px;
	}

#pathway { background-color:#FFF; }

#nav { background-color:#EBF0C8; }
  #nav ul.left { float:left; overflow:hidden; }
  #nav ul.right { float:right; overflow:hidden; }
  
  #nav ul {
    margin:10px 0;
    padding:0;
    list-style:none;}

    #nav ul li {
      float:left;
      margin-left:5px;
      padding-left:5px;
      border-left:1px solid #A0A488;}

    #nav ul li:first-child { border-left:0!important; margin:0!important; padding:0!important; }
    
    #nav .container > ul li a { font-weight:bold; font-size:110%; }

#message { background-color:#FFF; }
  #message .left { float:left; width:500px; overflow:hidden; }
  #message .right { float:right; width:400px; overflow:hidden; }
  #message .right > .inner { margin:10px; }

#featured {
  background:url(../asdimg/page-bg.gif);
  border-top:5px solid #EBF0C8;
  border-bottom:5px solid #EBF0C8;
}

  #featured img {
    margin-bottom:10px;
  }

#content { background-color:#FFF; }

/* Products */

#product { margin-bottom:20px; }

  #product .col_left { float:left; width:320px; }
  #product .col_right { float:left; width:580px; }
  
  #product h2 { margin:0; font-size:120%; }
  
  #product dl { display:block; }
    #product dl dt {
      float:left;
      height:1.3em;
      line-height:1.3em;
      width:210px;
      margin: 10px 10px 0 0;
      text-align:right;
      white-space:nowrap;
    }
    #product dl dd {
      float:right;
      height:1.3em;
      line-height:1.3em;
      width:350px;
      margin: 10px 0 0;
      text-align:left;
    }
    
    #product .price {
      font-weight:bold;
    }

/* Footer */
#footer {
	background:url(../asdimg/page-bg.gif);
}

  #footer .copyright { font-size:90%; color:#666; margin:10px 0; }
  
  #footer * { text-align:center; }

/* Colors */
.blue { color: rgb(70, 130, 180); }

.clear { display:block; float:none; clear:both; }
