html{
  overflow: auto;
}
body, div{
  border: 0;
  padding: 0;
  margin: 0;
}
body{
  background-color: #16256B; /* #3F2C1B; */
  padding: 10px 0 10px 0;
  font-size: 1.1em;
}
#wrapper{
  color: #000000;
  background-color: #CFCFB5;
  border-top: 15px solid #ffffff;
  border-right: 9px solid #ffffff;
  border-bottom: 15px solid #ffffff;
  border-left: 9px solid #ffffff;
  /* margin: 25px auto 25px auto; */
  margin: 0 auto 0 auto;
  width: 940px;
  padding: 6px;
}
#header{
  background: url('images/johnwhitelogo.jpg') no-repeat top left #ffffff;
  height: 135px;
  margin: 0 0 10px 0;
}
#leftcol{
  width: 257px;
  float: left;
  background-color: #CFCFB5;
}
#leftcol h3{
  margin: 15px;
}
#rightcol{
  margin: 0 0 0 266px;
  width: 672px;
  background-color: #CFCFB5;
}
#indented{
  /* margin: 0 20px 15px 20px; */
  padding: 15px;
  background-color: #eeeeee;
}
#footer{
  margin: 9px 0 0 0;
  padding: 9px 0 9px 0;
  text-align: center;
  font-size: .8em;
  font-weight: bold;
  background-color: #588484;
  font-family: georgia;
  text-spacing: 1px;
  color: #ffffff;
}
.strong{
  font-weight: bold;
}
.floatright{
  float: right;
  margin: 0 0 0 10px;
}

.notes{
	width: 340px;
	padding: 9px;
  margin: 15px 0 4px 0;
  background-color: #CCCCCC;
	color: Navy;
	/*display: block;*/
	border: 2px solid;
	border-color: #ffffff #666666 #666666 #ffffff;
	text-align : center;
}

.notes2{
  width: 500px;
  margin: 20px 0 0 120px;
  padding: 12px 0 12px 0;
  background-color: #eeeeff;
  line-height: 22px;
  height: 30px;
  font-weight: bold;
  font-size: 18px;
}

.notes3{
  width: 157px;
}

img.contactinfo{
  margin: 9px 0 0 3px;
  border: 1px solid black;
}  
img.delivery{
  border: 1px solid #009900;
}

#mailwrapper {
  width: 380px; 
  margin: 45px auto 15px auto;
  text-align: center;
}
#mailwrapper h4{
  color: #ffffff;
}
.mailform {
  float: left; 
  padding: 10px 4px 10px 10px; 
  background-color: #bbbbbb; /* #f3f3f3; */ 
  border: 2px solid #cfcfcf;
  width: 370px;
  font-size: .9em;
}
.mailform label {
  float: left; 
  width: 110px; 
  padding: 10px 10px 0 0; 
  font-weight: bold;
  font-size: 10pt;
  text-align: left;
  font-size: .925em;
}
.mailform input{
  float: left; 
  margin-top: 5px;
  width: 220px;
  font-size: 1em;
  height: 20px;
}
#message {
  height: 160px;
  font-family: Tahoma, sans-serif;
  width: 220px;
  overflow: auto;
  display: block;
  float: left;
  font-size: 1em;
  margin-top: 5px;
}
.mailform .submit {
  clear: both;
  height: 30px;
  margin: 10px 0 0 0;
  width: 341px;
}
#msg {
  display: none; 
  position: absolute; 
  z-index: 200; 
  background: url(images/msg_arrow.gif) left center no-repeat; 
  padding-left: 7px
}
#msgcontent {
  display: block; 
  background: #f3e6e6; 
  border: 2px solid #924949; 
  border-left: none; 
  padding: 5px; 
  min-width: 150px;   
  max-width: 250px
}



/* menu ***********************************************************************/
/* http://www.dynamicdrive.com/style/csslibrary/item/glossy-vertical-menu/    */
.glossymenu{
  list-style-type: none;
  margin: 0 0 9px 0;
  padding: 0;
  width: 257px;
  border: 1px solid #9A9A9A;
  border-bottom-width: 0;
}
.glossymenu li a{
  background: white url(images/glossyback.gif) repeat-x bottom left;
  font: bold 15px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
  color: white;
  display: block;
  width: auto;
  padding: 10px;
  text-decoration: none;
}
* html .glossymenu li a{ 
  /*IE only. Actual menu width minus left padding of A element (10px) */
  width: 247px;
}
.glossymenu li a:visited, .glossymenu li a:active{
  color: white;
}
.glossymenu li a#current{
  background-image: url(images/glossyback2.gif);
}
.glossymenu li a:hover{
  background-image: url(images/glossyback2.gif);
}

.centered{
  text-align: center;
}

.clear{
  clear: both;
  height: 0;
}