/* Styles for all pages of website */

/* commented backslash hack v2 \*/
* html {overflow:hidden;}
/* end of hack */

body {
  background-color:#EBEBEB;
  margin:0;
  padding:0px 0px 0px 0px;
  height:100%;
  font-family:arial, sans-serif;
  font-size:13px;
  letter-spacing:1px;
}
* html body {overflow-y:scroll;}

.salescart {
  background-color:#EBEBEB;
  margin:0;
  padding:0px 0px 0px 0px;
  height:100%;
  font-family:arial, sans-serif;
  font-size:13px;
  letter-spacing:1px;
}

img {border: none; vertical-align:bottom;}

.large {font-size:13px; font-weight:bold;}
.bold {font-weight:bold;}
.required {color: #FF0000;}

#pad {display:block; height:145px;}          /* Height of page content */
#titlepad {display:block; height:32px;}


h1 {
  font-family: Geneva, Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #2B88AC;
  font-weight: bold;
  background-image: url(images/bullet_transparent.gif);
  background-repeat: no-repeat;
  background-position: left center;
  text-indent: 8px;
  background-attachment: scroll;
  padding: 0px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 5px;
  margin-left: 0px;
}

/* Use this "h1style" class to override the h1 tag above to essentially reset the h1 tag to normal. */
.h1style {
  font-family: Geneva, Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: black;
  font-weight: bold;
  background-image: none;
  background-repeat: no-repeat;
  background-position: left center;
  text-indent: 0px;
  background-attachment: none;
  padding: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}

h2 {
  font-family: Geneva, Arial, Helvetica, sans-serif;
  font-size: 15px;
  color: #2B88AC;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 0px;
  margin-bottom: 5px;
  margin-left: 0px;
  padding: 0;
}
h3 {
  font-family: Geneva, Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #2B88AC;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 0px;
  margin-bottom: 5px;
  margin-left: 0px;
  padding: 0;
}
h4 {
  font-family: Geneva, Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #2B88AC;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 0px;
  margin-bottom: 5px;
  margin-left: 0px;
  padding: 0;
}
h5 {
 font-family: Geneva, Arial, Helvetica, sans-serif;
 font-size: 12px;
 color: #2B88AC;
 font-weight: bold;
 margin-top: 5px;
 margin-right: 0px;
 margin-bottom: 5px;
 margin-left: 0px;
 padding: 0;
}

.hyperlink {
  color: #20647D;
  text-decoration: underline;
  font-weight: bold;
}

.hyperlink:hover {
  color: #20647D;
  text-decoration: none;
  font-weight: bold;
  font-style: normal;
}

a {
  text-decoration: none;
  outline: none;
}

a:hover {
  text-decoration: none;
}

.hiddenPic {
  display:none;
}

.textStyle4 {
  font-family: Geneva, Arial, Helvetica, sans-serif;
  font-size: 10px;
}
