﻿body {
  border: 0; padding: 0; margin: 0;
}
p {
  clear: both;
}
#main_content {
  width: 100%;
  text-align: center;
}

#main_content h1 {
  color: #000080;
  font-size: 1.5em;
  margin-top: 0px;
}

#main_content h2 {
  font-size: 1.0em;
  font-weight: normal;
}

#main_content p {
  border: 0; padding: 0; margin: 0;
  position: relative;
  width: 98%;
  margin-left: 1%;
}

#main_content ul {
  border: 0; padding: 0; margin: 0;
  width: 96%;
  display: block;
  position: relative;
  left: 2%;
  list-style: none;
}

#main_content ul li {
  display: block;
  float: left;
  width: 23%;
  height: 175px;
  margin: 0px 8px 0px 8px;
}

#main_content ul li img {
  border: none;
}

#main_content ul li a {
  display: inline;
}

#etop {
  width: 100%;
  height: 140px;
  top: 0px;
  clear: both;
}

#navigation {
	width: 98%;
	position: absolute;
	top: 2px;
	left: 1%;
	min-width:700px;
}

#navigation p {
	margin: 0;
	clear: both;
}


/* Custom top styles */


img {
  border: 0;
}

#customtop {
  width: 100%;
  background-color: #FFFFCC;
  height: 1.75em;
}

#customtop h4 {
  margin: 0;
  width: 33%;
  height: 100%;
  display: block;
  float: left;
  text-align: left;
  font-family: Arial;
  font-size: .65em;
  line-height: 28px;
}

#shippingimage {  
  float: left;
  text-align: center;
  width: 33%;
  height: 100%;
}

#shippingimage img {
  margin-top: 1px;
}

#cartimage {
  left: 0;
  width: 23%;
  height: 100%;
  text-align: center;
  position: absolute;
}

#cartimage img {
  margin-top: 23px;  
}

/*End of custom top styles*/

/*Shared top styles*/


#sharedtop {
  width: 100%;
  
  float: left;
  border: 0; margin: 0; padding: 0;
}

#logoimage {
  width: 25%;
  height: 100%;
  float: left; 
  text-align: left;
}

#logoimage img{
  margin-top: 1em;
}

#phoneandlinks {
  width: 31%;
  float: left;
  height: 25px;
  min-width: 150px;
  margin-top: 32px;
  text-align: center;
  vertical-align: middle;
  font-family: Arial;
  font-size: .65em;
}

#phoneandlinks ul {
  list-style: none;
  border: 0; margin: 0; padding: 0;
}

#phoneandlinks ul li {
  display: inline;
  margin: 0px 2px 0px 2px;
}

#sitesealimage {
  width: 20%;
  height: 100%;
  float: left;
  text-align: center;
  margin-top: 1em;
}

#incart {
  width: 23%;
  height: 65px;
  float: right;
  position: relative;
  border-bottom-color: #C0C0C0;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-left-color: #C0C0C0;
  border-left-style: solid;
  border-left-width: thin;
  border-right-color: #C0C0C0;
  border-right-style: solid;
  border-right-width: thin;
  
}

#incart p {
  border: 0; padding: 0;
  margin-top: 25px;
}


/*End of shared top styles*/

/*Menubar styles*/



#menubar {
  width: 100%;
  height: 2em;
  border: 0; padding: 0; margin: 0;
  background-color: #000080;
  float: left;
  position: relative;
  
}

#searchbox{
  width: 29.5%;
  height: 100%;
  float: left;
  vertical-align: middle;
  background-color: #000080;
}

#searchbox form {
  margin-left: 4%;
  margin-top: 4px;
  margin-bottom: 0;
  padding: 0;
}

#searchbox form input {
  vertical-align: middle;
}

#menubar ul {
  height: 100%;
  width: 70%;
  list-style: none;
  margin: 0; padding: 0; border: 0;
  display: block;
  float: right;
}

#menubar ul li {
  width: 16.6%;
  height: 100%;
  float: left;
  display: inline;
  text-align: center;
  }

#menubar ul li a {
  display: block;
  height: 100%;
  text-decoration: none;
  color: white;
  font-size: .8em;
  font-family: "Microsoft Sans Serif";
  border-left: 1px white solid;
}

#menubar ul li a:hover {
  background-color: #0000A0;
}

