body {
  font-family: Arial, Helvetica, sans-serif;
  background: #999999;
  padding: 0px;
  margin: 0px;
}
img {
  border: 0px;
}
a:link {
  text-decoration: underline;
  color: blue;
}
a:active {
  text-decoration: underline;
  color: blue;
}
a:visited {
  text-decoration: underline;
  color: blue;
}
a:hover {
  text-decoration: underline;
  color: blue;
}
.big {
  color: #000000;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  font-family: Arial;
  text-decoration: none;
}
.reg {
  color: #000000;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  font-family: Arial;
  text-decoration: none;
}
.med {
  color: #000000;
  font-style: normal;
  font-weight: normal;
  font-size: 11px;
  font-family: Arial;
  text-decoration: none;
}
.small {
  color: #000000;
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  font-family: Arial;
  text-decoration: none;
}
.title {
  color: #254981;
  font-style: normal;
  font-weight: bold;
  font-size: 13px;
  font-family: Arial;
  text-decoration: none;
}
.ordinfo {
  color: #ffffff;
  font-style: normal;
  font-weight: none;
  font-size: 11px;
  font-family: Arial;
  text-decoration: none;
}
.schedule {
  font-family: Arial, sans-serif;
  font-size: 12px;
  color: #000000;
}
.darkrow {
  background-color: #254981;
  color: #FFFFFF;
}
.greyed {
  background-color: #999999;
  color: #FFFFFF;
  font-weight: bold;
}
.right_pic {
  float: right;
  clear: both;
  padding: 6px;
}

.clearer{ clear: both; }

#home_container{
	margin-top: -2px;
  	width: 100%;
}

#home_left{
  	float: left;
  	width: 410px;
}

p.intro{
  text-align: left;
  margin: 34px 0 0 15px;
  font-size: 16px;
  line-height: 21px;
}

p.new-prod{
  	float: left;
  	width: 255px;
	margin-left: 25px !important;
}

p.new-prod a{
	text-decoration: none;
}

#home_right{
  	float: right;
}

#home_bottom{
  	width: 100%;
}

#home_bottom a{
	font-size: 11px;
	text-decoration: none;
}

#left{
	width: 242px;
  	float: left;
}
#middle{
	width: 260px;
  	float: left;
}
#right{
	width: 248px;
  	float: left;
}

#home-top-left{
  	background: url("images/home-top.jpg") no-repeat;
  	width: 304px;
  	height: 79px;
}
