body {
 margin-top: 20px;
 padding-top: 20px;
 font-family: arial, helvetica, san-serif;
 font-size: 10px;
 text-align:center;
}

tbody {
  font-size:12px;
}

p {
 font-family: arial, helvetica, san-serif;
 font-size: 10px;
 color: #747576;
}

.heading {
 margin-top: -.2em;
 font-size: 11px;
 font-weight: bold;
 color: #007ea4;
}

.allcontent {
 margin: 0px auto;
 text-align:left;
 width: 535px;
}

.description {
 padding-top: 10px;
}

.mainhead {
 padding-bottom: 15px;
}

img {
 border: 0px;
}

ul li {
  list-style:none;
}

ul {
  margin:0;
  padding:0;
}

/* MAIN NAV STYLES */
.topnavigation {
 padding-top: 5px;
 margin-left: 0px;
 margin-bottom: 0px;
 width: 650px;
 float:left;
}

#mainnavlist li {
 padding-right: 42px;
 margin: 0;
 display: inline;
 font-style: none;
}

#mainnavlist a {
 padding-bottom: 14px;
 font-weight: bold;
 text-transform: uppercase;
 text-decoration: none;
}

#mainnavlist a:link, #mainnavlist a:visited {
 color: #007ea4;
}

#mainnavlist a:hover,  #mainnavlist .active {
 color: #747576;
 background: url('../images/nav_roll.gif');
 background-repeat: repeat-x;
} 
/* END MAIN NAV STYLES */

.greyrule {
 margin-top: 0px;
 width: 535px;
 height: 2px;
 background: #dcdcdd;
}

.heading {
 margin-top: -.2em;
 font-size: 12px;
 line-height: 18px;
 font-weight: bold;
 color: #007ea4;
}

.caption {
 font-size: 9px;
}

.contentleft {
 width: 105px;
 float: left;
}

#midcolumn {
 margin-top: 9px;
}

#midcolumn img {
 float:left
}
.contentright {
 width: 165px;
 height: 233px;
 float: right;
 margin-top: -9px;
}

#maincontent { margin-left: 120px; }

.formcontainer {
 border-collapse: collapse;
 margin: 0;
 padding: 0;
}

.formcontainer td{
 padding: 8px 0;
}

.formfield {
 font-size: 10px;
}

.formfieldlong {
 font-size: 10px;
 margin-right: 25px;
 width: 255px;
}

.formnoborder {
 border: 0px;
}

.ordertable {
 border-collapse: collapse;
 border-top: 1px solid #666;
 border-left: 1px solid #666;
 padding: 0;
 margin: 0;
 width: 100%;
}

.orderheader {
 background: #747576;
 color: #fff;
 font-weight: bold;
}

.ordertable td {
 border-right: 1px solid #666;
 border-bottom: 1px solid #666;
 padding: 3px 5px;
 margin: 0;
 font-family: arial, helvetica, san-serif;
 font-size: 10px;
}

.nestedtable {
 border-collapse: collapse;
 text-align:center;
}

.nestedtable td {
 border: 0;
 padding: 0;
 margin: 0;
}

.nestedtable img {
 padding-left: 10px;
}

#rightcolumn table {
 border-collapse: collapse;
 padding: 0;
 margin: 0;
 height: 255px;
}

#thumbcontainer img {
 padding: 0 5px 5px 0;
}

/* SUB MENU STYLES */
menu_list {
 width: 100px;
}
.menu_head, .menu_headon {
 font-weight: bold;
 color: #007ea4;
 text-transform: uppercase;
 padding: 5px 10px;
 cursor: pointer;
 position: relative;
 margin: 1px 1px 1px -10px;
}
.menu_body {
 display:none;
}

.menu_body a, .menu_bodyon a{
 color: #747576;
 display:block;
 padding: 2px 0 2px 10px;
 font-weight:bold;
 text-decoration:none;
}

span.menu_body a, span.menu_bodyon a{
 color: #747576;
 display:block;
 padding: 2px 0;
 font-weight:bold;
 text-decoration:none;
 font-size:12px;
 list-style:none;
}

.menu_body a:hover, .menu_bodyon a:hover {
 color: #ffb600;
 text-decoration: none;
}
.menu_left, .menu_lefton {
 font-weight: bold; 
 text-transform: uppercase;
 padding: 5px 10px;
 cursor: pointer;
 position: relative;
 margin: 1px 1px 1px -10px;
}
.menu_left a{
 color: #007ea4;
 text-decoration: none;
}
.menu_lefton a{
 color: #ffb600;
 text-decoration: none;
}
.menu_left a:hover, .menu_lefton a:hover {
 color: #747576;
 text-decoration: none;
}
.activelink {
 color: #ffb600;
}
/* END SUB MENU STYLES */

#footer {
 padding-top: 0px;
 font-size: 9px;
 float:right;
 color: #ccc;
}

.errMsg{
 font-size: 12px;
 line-height: 14px;
 color: #FF0000;
}

.specMsg{
 font-size: 10px;
 line-height: 12px;
 color: #747576;
}

.coolerdoor { border:0; border-collapse:collapse; width:350px; }
.coolerdoor td { color:#747576; font-size:10px; padding: 0 0 10px; text-align:center; width: 50%; }

/* Front Page */

.front-page-list li {
  float:left;
  list-style: disc outside none;
  margin-left:18px;
  color:#555555;
}
