@import "header.css";
@import "footer.css";
@import "content.css";
@import "thickbox.css";
@import "print.css";
@import "thankyou.css";
@import "error.css";
@import "overlays.css";
@import "scrollbars.css";
body {
    font-family: Helvetica, Arial, sans-serif;
    background: url(http://biorad-ads.com/09-0499_amplifamily/images/back.jpg) repeat-x;
    margin: 0px;
    padding: 0px;
	
}

p, ul, li, h1, h2, h3, h4, h5, dl, dt, dd, fieldset, span, div, a {
    margin: 0px;
    padding: 0px;
    color: #333333;
    font-size: 12px;
}

fieldset {
    margin: 0px;
    padding: 0px;
    border: 0px;
}

hr {
    margin: 0px 0px 10px 0px;
    padding: 10px 0px 10px 0px;
    border: 0px;
    height: 1px;
    background: url(http://biorad-ads.com/09-0499_amplifamily/images/1x1grey.gif) repeat-x left center;
    clear: both;
    display: block;
    width: 660px;
}

a {
    color: #ff6600;
    text-decoration: none;
    position: relative;
    font-weight: normal;
}

a:hover {
    text-decoration: underline;
}

div.form ul li label.error {
    z-index: 9;
    position: absolute;
    top: 42px;
    right: 0px;
    width: 90%;
    text-align: right;
    font-size: 9px;
    color: #FFF;
}

div.form ul li.email label.error {
    z-index: 9;
    position: absolute;
    top: 42px;
    right: 0px;
    width: 90%;
    text-align: right;
    font-size: 9px;
    color: #C00;
}

#newer {
    padding-top: 140px;
}

/* Added table styles from Evo main.css 04-01-2010 JGG */
.pd_table {
    border-collapse: collapse;
    padding: 0;
    width: 100%;
    margin: 0;
    margin-left: auto;
    margin-right: auto;
}

.pd_table td {
    font-size: 11px;
    padding: .2em;
    margin: 0;
}

table.pd_gridlines {
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    /*margin-left:1px;*/
    margin-top: 1px;
}

table.pd_gridlines td {
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

.pd_table td.pd_tableheader {
    font-weight: bold;
    font-size: 13px;
    background-color: #f2f2f2;
}

.pd_colorbackground {
    background-color: #f2f2f2;
}

.pd_centeredcell {
    text-align: center;
}

.pd_table .pd_dividercell {
    border-right: none;
    border-left: white 1px solid;
}

.pd_table .pd_divider {
    width: 105%;
    background-color: black;
    height: 1px;
    font-size: 1px;
    margin-left: -10px;
    margin-right: -10px;
}

#wrapper {
    width: 980px;
    height: 100%;
    margin: 0 auto;
    z-index: 1;
}

html, body {
    width: 100%;
    height: 99%;
}

/* End of new styles JGG */

