@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #cccccc;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#container {
	width: 1020px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height:100%;
}
#header {
	background: #ffffff; 
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin:0;
}
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#header-bottom {
  border-top: 1px solid #b9d2e3;
  border-bottom: 1px solid #b9d2e3;
  height: 1%;
}
#header-bottom a:link, #header-bottom a:visited {
 font-style: normal;
 font-weight:normal;
 color: #000000;
 text-decoration: underline;
}
#header-bottom a:hover {
 font-style: normal;
 font-weight:normal;
 color: #000000;
 text-decoration: none;
}
#tagline {
  font-weight: bold;
  font-size: 90%;
  background-color: #ffffff;
  color: #000000;
  font-style: normal;
  margin: 0;
  padding: .4em 0 0 20px;
  width: 300px;
  float: left;
}
#header-bottom ul {
  margin: 0;
  padding: 0;
  padding: .4em 10px .5em 0;
  font-size: 90%;
  background-color: #ffffff;
  text-align: right;
}
#header-bottom li {
  display: inline;
  color: #000000;
}
#mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
    border:none;
}
#contain-home-box {
  width: 1010px;
  height:380px;
  padding:0;
  margin:5px;
  text-align:center;
}
#home-box1 {
  height:370px;
  width:321px;
  margin:0;
  padding:5px;
  border: solid 1px #cdcdcd;
  background-color:#f5f5f5;
}
#home-box1 img {
  border:none;
}
#home-box1 p{
  font-size:12px;
  color:#000000;
  text-align:justify;
}
#home-box1 h1{
  font-size:18px;
  color:#000000;
  text-align:center;
}
#home-box1 h2{
  font-size:14px;
  color:#000000;
  text-align:center;
}
#home-box1 ul {
  margin:0;
}
#home-box1 li {
  padding:5px 0 0 0;
  font-size:11px;
  color:#000000;
  text-align:left;
  list-style-image: url("images/arrow.gif");
}
#home-box1 a:link, #home-box1 a:visited {
  color:#7c7811;
  font-style: normal;
  font-weight:normal;
  text-decoration: underline;
}
#home-box1 a:hover {
  color:#7c7811;
  font-style: normal;
  font-weight:normal;
 text-decoration: none;
}
#home-box2 {
  height:370px;
  width:321px;
  margin:0;
  padding:5px;
  border: solid 1px #cdcdcd;
  background-color:#f5f5f5;
}
#home-box2 p{
  font-size:12px;
  color:#000000;
  text-align:justify;
}
#home-box2 h1{
  font-size:18px;
  color:#000000;
  text-align:center;
}
#home-box2 h2{
  font-size:14px;
  color:#000000;
  text-align:center;
}
#home-box2 ul {
  margin:0;
}
#home-box2 li {
  padding:5px 0 0 0;
  font-size:12px;
  color:#000000;
  text-align:left;
  list-style-image: url("images/arrow.gif");
}
#home-box2 a:link, #home-box2 a:visited {
  color:#7c7811;
  font-style: normal;
  font-weight:normal;
  text-decoration: underline;
}
#home-box2 a:hover {
  color:#7c7811;
  font-style: normal;
  font-weight:normal;
 text-decoration: none;
}
#home-box3 {
  height:370px;
  width:321px;
  padding:5px;
  margin:0 0 0 5px;
  border: solid 1px #cdcdcd;
  background-color:#f5f5f5;
}
#home-box3 p{
  font-size:12px;
  color:#000000;
  text-align:justify;
}
#home-box3 h1{
  font-size:18px;
  color:#000000;
  text-align:center;
}
#home-box3 h2{
  font-size:18px;
  color:#000000;
  font-weight:bold;
  text-align:left;
}
#home-box3 h3{
  font-size:15px;
  color:#000000;
  font-weight:bold;
  text-align:center;
}
#home-box3 a:link, #home-box3 a:visited {
  color:#7c7811;
  font-style: normal;
  font-weight:normal;
  text-decoration: underline;
}
#home-box3 a:hover {
  color:#7c7811;
  font-style: normal;
  font-weight:normal;
 text-decoration: none;
}
#home-box3 ul {
  margin:0;
}
#home-box3 li {
  padding:5px 0 0 0;
  font-size:12px;
  color:#000000;
  text-align:left;
  list-style-image: url("images/arrow.gif");
}
#contain-misc-box {
  width: 1010px;
  height:180px;
  padding:0;
  margin:5px;
  text-align:center;
}
#top-sellers-box {
  height:230px;
  width:490px;
  margin:0 0 0 0;
  padding:5px;
  border: solid 1px #cdcdcd;
  background-color:#f5f5f5;
}
#top-sellers-box p{
  font-size:12px;
  color:#000000;
  text-align:justify;
}
#top-sellers-box h1{
  font-size:18px;
  color:#003366;
  text-align:center;
}
#top-sellers-box h2{
  font-size:14px;
  color:#000000;
  text-align:center;
}
#top-sellers-box a:link, #top-sellers-box a:visited {
  color:#7c7811;
  font-style: normal;
  font-weight:normal;
  text-decoration: underline;
}
#top-sellers-box a:hover {
  color:#7c7811;
  font-style: normal;
  font-weight:normal;
 text-decoration: none;
}

#top-sellers-box ul {
  margin:0;
}
#top-sellers-box li {
  padding:5px 0 0 0;
  font-size:12px;
  color:#000000;
  text-align:left;
  list-style-image: url("images/arrow.gif");
}
#links-box {
  height:230px;
  width:490px;
  padding:5px;
  margin:0 0 0 0;
  border: solid 1px #cdcdcd;
  background-color:#f5f5f5;
}
#links-box p{
  font-size:12px;
  color:#000000;
  text-align:justify;
}
#links-box h1{
  font-size:18px;
  color:#003366;
  text-align:center;
}
#links-box ul {
  margin:0;
}
#links-box li {
  padding:5px 0 0 0;
  font-size:12px;
  color:#000000;
  text-align:left;
  list-style-image: url("images/arrow.gif");
}
#links-box a:link, #links-box a:visited {
  color:#7c7811;
  font-style: normal;
  font-weight:normal;
  text-decoration: underline;
}
#links-box a:hover {
  color:#7c7811;
  font-style: normal;
  font-weight:normal;
  text-decoration: none;
}
#links-box img{
  border:none;
}
#scroller {
  overflow:auto;
  height:300px;
  width:315px;
  padding: 0 5px 5px 5px;
  margin:0;
}
#scroller a:link, #scroller a:visited {
  color:#7c7811;
  font-style: normal;
  font-weight:bold;
  text-decoration: underline;
}
#scroller a:hover {
  color:#7c7811;
  font-style: normal;
  font-weight:bold;
  text-decoration: none;
}
#quoteit {
  width: 1010px;
  height:720px;
  padding:0;
  margin:5px;
  text-align:left;
}
#quoteit img{
  border:none;
}
#quoteit a:link, #quoteit a:visited {
  color:#7c7811;
  font-style: normal;
  font-weight:bold;
  text-decoration: underline;
}
#quoteit a:hover {
  color:#7c7811;
  font-style: normal;
  font-weight:bold;
  text-decoration: none;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
#footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#f5f5f5;
	border-top: solid 1px #cdcdcd;
	margin-top:2px;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#footer a:link, #footer a:visited {
  color:#000000;
  font-style: normal;
  font-weight:normal;
  text-decoration: underline;
}
#footer a:hover {
  color:#000000;
  font-style: normal;
  font-weight:normal;
  text-decoration: none;
}
.blue-normal-bold {
  font-size:12px;
  font-weight:normal;
  color:#222c80;
}