.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.clear {
 clear: both;
 height: 0px;
}

/*************************/
/* Main Text Definitions */
/*************************/

body {
 font-family: Arial, Helvetica, sans-serif;
 margin: 0;
 background: #ffffff;
 color: #333;
}

h1, h3, h5 {color: #007ac8;}
h2, h4 {color: #007ac8;}

h1 {font-size: 1.3em; margin-top: 0;}
h2 {font-size: 1.2em; margin-bottom: 2px;}
h3 {font-size: 1.1em;}
h4 {font-size: 1.0em;}
h5 {font-size: 1.0em;}

h2.product {border-bottom: 1px solid #007ac8; border-top: 1px solid #007ac8;}

a img {border: 0;}

a, #copy a  {color: #007ac8;}
a:hover, #copy a:hover {color: #001493;}

#main ul { 
margin: 0 0 0 16px; 
padding: 0; 
line-height: 1.2em;
} 
#main li{ 
padding-left: 0px; 
padding-bottom: 5px;
font-weight: bold;
} 

p {margin-top: 0;}

p.column {float: left; width: 200px; margin-bottom: 20px;}

.small {font-size: 0.85em;}

.dblue {color: #001493;}
.mblue {color: #007ac8;}

/******************************/
/* Generic Layout Definitions */
/******************************/

.container {width: 942px; padding: 0 20px; margin: 0 auto; border: 0; font-size: 0.75em;}
#top {float: left; width: 100%; height: 84px; background-image: url(../images/bg-top.gif); background-repeat: repeat-x;}
#logo {float: left; width: 220px; height: 29px; padding-top: 32px;}
#quicklinks {float: right; width: 170px; color: #fff; padding-top: 24px;}
#main {float: left; width: 100%; line-height: 1.2em; background-image: url(../images/bg-gradient.jpg); background-position: top; background-repeat: repeat-x;}
#copy {float: left; width: 630px; padding-top: 42px; padding-bottom: 40px;}
#copyWide {float: left; width: 942px; padding-top: 42px; padding-bottom: 40px;}

#subPics {float: right; width: 285px; padding-top: 78px;}
#subPics img {border: 1px solid #fff;}
#subPics img.noBorder {border: 0;}
#subPics .caption {font-size: 0.9em; color: #999; padding: 2px 5px;}

#footer {float: left; width: 100%; height: 84px; background: #001493;}
#footer p {float: left; width: 218px; color: #fff; padding-top: 20px;}
#footer a {color: #fff;}
#footer a:hover {color: #fff;}
#quoteButton {float: right; padding-top: 20px;}
#credits {color: #999; font-size: 0.9em;}
#credits p {line-height: 2.0em;}
#credits a {color: #999;}
#credits a:hover {color: #666;}

/************************************/
/* Page-specific Layout Definitions */
/************************************/

.homepage {height: 488px; background-image: url(../images/bg-homepage.jpg); background-repeat: no-repeat;}
#welcomeText {float: left; margin-left: 236px; padding-top: 42px; padding-bottom: 30px; width: 395px; display: inline;}



#hpPanel {float: left; width: 700px; margin-left: 236px; display: inline; color: #001493;}
.panel {float: left; width: 200px; margin-right: 48px; display: inline;}
.last {margin-right: 0;}
.panel h2 {margin-top: 0; margin-bottom: 5px;}

.boxSpec {margin-bottom: 20px; border: 1px solid #007ac8;}
.boxSpec h3 {margin: 0; padding-left: 5px; background: #DFF2FF; color: #007ac8;}

.productSpec {margin-bottom: 20px; width: 942px;}
.productSpec h3 {border-top: 1px solid #007ac8; border-bottom: 1px solid #007ac8;}
.productInfo {float: left; width: 645px;}
.prodPic {float: right; width: 281px;}

/**************************/
/* Navigation Definitions */
/**************************/

ul#topNav  {
 float: left;
 width: 942px;
 list-style: none;
 padding: 0;
 margin: 0;
 border: 0;
} 
ul#topNav li {
 float: left;
 margin: 0 1px 0 0;
 padding: 0;
 display: inline;
 text-align: center;
}
ul#topNav li a {
 display: block;
 width: 156px;
 height: 28px;
 line-height: 2.2em;
 text-decoration: none;
 color: #001493;
 background-image: url(../images/bg-navtab.jpg);
}
ul#topNav li a:hover {
 background-image: url(../images/bg-navtab-on.jpg);
}
ul#topNav a.on { background-image: url(../images/bg-navtab-on.jpg);}




/*********/
/* Forms */
/*********/

FORM {
 padding: 0;
 margin: 0;
 border: 0;
}


.emailField {
 width: 150px;
 color: #333;
 font-size: 1.0em;
 margin-bottom: 4px;
 font-family: Arial, Helvetica, sans-serif;
}
.emailButton {color: #fff; font-weight: bold; background: #4B8738; border: 0; font-size: 0.8em;}
.membersButton {color: #fff; font-weight: bold; background: #ACB428; border: 0; margin: 4px 0;}

.loginField {
 width: 100px;
 color: #333;
 font-size: 1.0em;
 margin-bottom: 4px;
 font-family: Arial, Helvetica, sans-serif;
}

.loginLabel {
 float: left;
 width: 100px;
 padding-top: 2px;
}

label {width: 120px;}

.memberLoginLabel {
 display: block;
 padding-top: 2px;
}

.formRow {
 clear: both;
 margin-top: 4px;
 margin-bottom: 4px;
}
.formRowHead {
 clear: both;
 margin-top: 8px;
 margin-bottom: 4px;
 background: #eee;
 padding: 3px;
 color: #333;
 font-weight: bold;
}
.fmLabel {
 float: left;
 width: 200px;
 padding-top: 2px;
}
.fmField {
 width: 200px;
 color: #333;
 font-size: 1.0em;
 font-family: Arial, Helvetica, sans-serif;
}
.fmFieldLrg {
 width: 300px;
 color: #333;
 font-size: 1.0em;
 font-family: Arial, Helvetica, sans-serif;
}
.fmFieldSml {
 width: 60px;
 color: #333;
 font-size: 1.0em;
 font-family: Arial, Helvetica, sans-serif;
}
.fmFieldxSml {
 width: 20px;
 color: #333;
 font-size: 1.0em;
 font-family: Arial, Helvetica, sans-serif;
}
.fmComments {
 width: 300px;
 height: 100px;
 color: #333;
 font-size: 1.0em;
 font-family: Arial, Helvetica, sans-serif;
}
select {
 color: #333;
 font-size: 1.0em;
 font-family: Arial, Helvetica, sans-serif;
}

.fmButton {
 background: #666;
 color: #fff;
 font-weight: bold;
 border: 0;
 font-size: 1.2em;
 font-family: Arial, Helvetica, sans-serif;
}



