body {
  margin:0 auto;
  text-align:center;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size:11px;
  color:#002157;
  background-color:#363636;
}
a { color:#3d5d84; text-decoration:none }
a:hover { color:#00aeef; text-decoration:none }

img { border:none; }

ul {
  list-style-type: circle; 
  line-height:2em;
}
/* ------------------------------------------------------------------------------------- */
#wrapper {
  width:940px;
  margin:0 auto;
}
/* ------------------------------------------------------------------------------------- */
#header {
  width:100%;
  height:139px;
  background-image:url("../images/bg_header.png");
  background-repeat:no-repeat; 
  text-align:left;
}
#logo {
  padding-top:34px;
  padding-left:250px;
  float:left;
}
#ad {
  padding-top:65px;
  padding-right:95px;
  float:right;
}
/* ------------------------------------------------------------------------------------- */
#mainWrapper {
 width:800px;
 margin:0 auto;

}
#main {
  position:absolute;
  top:139px; 
  width:800px;
}
#leftCol {
  position:absolute;
  top:0;
  left:0;
  width:140px;
  margin-left:20px;
  margin-top:20px;
  z-index:6;
}

#centerCol {
  position:absolute;
  width:800px;
  background-image:url("../images/bg_content.png");
  background-repeat:repeat-y;
  background-color:#f8f7f6;
  z-index:5;
}
#centerColText {
  width:370px;
  padding-top:20px;
  margin-left:180px;
  text-align:left;
}

#rightCol {
  position:absolute;
  top:0;
  right:0;
  width:210px;
  margin-right:20px;
  margin-top:20px;
  text-align:left;
  z-index:6;
}

/* ------------------------------------------------------------------------------------- */
#footer {
  position:absolute;
  bottom:-1;
  left:0;
  height:20px;
  width:800px;
}
/* ------------------------------------------------------------------------------------- */
.menuitem {
  width:140px;
  height:20px;
  padding-top:4px;
  margin-bottom:10px;
  background-image:url("../images/bg_menuitem.png");
  background-repeat:no-repeat;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size:9px;
  font-weight:bold;
  color:#3d5d84;
}
/* ------------------------------------------------------------------------------------- */
.smallText {
  font-size:9px;
  color:#999;
}
.center {
  margin:0 auto;
  width:370px;
  text-align:center;
}
.smallTextRC {
  width:200px;
  text-align:center;
}
/* ------------------------------------------------------------------------------------- */
 .form {
   background-color: #f8f7f6;
   color:#002157;
   border:1px solid #00aeef;
   padding:2px;
 }
#formscroll {
	overflow:auto;
}
#dropdown {
  width:12em;
}
#delivery {
  border:1px solid #9cdcf9;
  width:100%;
  border-collapse:collapse;
  text-align:center;
}
 /* ------------------------------------------------------------------------------------- */
.b {font-weight:bold}
.i {font-style:italic}
.blue {color:#00aeef}
.lge {font-size:13px}
.red {color:#8c1c1c}
.purple {color:#440e62}
.green {color:#005952}
.grey {color:#666666}

.smallText a { color:#999; text-decoration:none }
.smallText a:hover { color:#666; text-decoration:none }
