/*---------------------------------------------------------
    
    The Academic Edge, Inc
    Fetal Alcohol Spectrum Disorders
    page-specific styles

-----------------------------------------------------------*/

/* page-specific adjustments
------------------------------*/

#page {
    padding-bottom: 0; /* removes bottom padding for the right column background */
}

#page p {
    font-size: 12px;
}


/* subnav
------------------------------*/

#subnav {
    width: 720px;
    height: 24px;
    margin: 0 0 0 0;
    padding: 0;
    float: left;
    background: url(../img/bg_subnav.gif) repeat-x;
}

#subnav li {
    height: 24px;
    font-size: 11px;
    line-height: 15px;
    color: #9a9b9c;
    float: left;
    list-style: none;
    border-right: 1px solid #f6f7f7;
}

#subnav li a {
    color: #fff;
    text-decoration: none;
    height: 21px;
    padding: 5px 20px 0px 20px;
    _padding: 3px 20px 0 20px; /* IE 6 hack */
    display: block;
    _float: left; /* IE 6 hack */
}

#subnav li a:hover {
    background: url(../img/bg_subnav_over.gif) repeat-x;
}

#subnav .current {
    font-weight: bold;
    background: url(../img/bg_subnav_current.gif) repeat-x;
    padding: 5px 20px 0px 20px;
    _padding: 3px 20px 0 20px; /* IE 6 hack */
}

/* columns
------------------------------*/

#col_left {
    width: 430px;
    float: left;
}

#col_right {
    width: 290px;
    float: right;
    background: #f7f8f8;
    font-size: 11px;
    line-height: 14px;
    font-family: Lucida Grande, sans-serif;
    color: #727376;
    _margin-top: -3px; /* IE 6 hack */
}

/* left column
------------------------------*/

#page #col_left h1 {
    font-weight: normal;
    font-size: 21px;
    color: #1e4483;
    margin-bottom: 8px;
}

#col_left p {
    font-size: 12px;
    line-height: 18px;
    float: left;
    font-family: Lucida Grande, sans-serif;
    color: #727376;
    margin: 6px 0 0 20px; /* WHY IS THIS DIFFERENT FROM FASD STYLE? */
    _margin: 6px 0 0 10px; /* IE 6 hack */
    width: 390px;
}

#col_left .lead {
    font: normal 13px/18px Lucida Grande, sans-serif;
    line-height: 18px; /* for Safari */
    color: #727376;
    _margin-left: 10px; /* IE 6 hack */
}

/* FASD & Your Child info
------------------------------*/

#FASDandYourChild {
    width: 375px;
    float: left;
    margin: 0 0 20px 20px;
    _margin: 0 0 20px 10px; /* IE 6 hack */
}

#FASDandYourChild h2 {
    width: 191px;
    height: 16px;
    background: url(../img/h2_FASDandYourChild.gif) no-repeat;
    text-indent: -1000px; /* hides hypertext */
    overflow: hidden;
    _margin: 10px 0 0 -180px; /* IE 6 hack */
}

#FASDandYourChild p {
    width: 220px;
    font-size: 12px;
    line-height: 18px;
    float: left;
    font-family: Lucida Grande, sans-serif;
    color: #727376;
    margin: 0 0 0 14px;
}

#vidlink_fayc {
    height: 136px;
    width: 141px;
    float: left;
    margin: 4px 0 0 0;
    background: url(../img/videothumb_fayc.jpg) no-repeat top;
    border: 0;
}

a:hover#vidlink_fayc {
    background-position: bottom;
}

/* Understanding FASD info
------------------------------*/

#UnderstandingFASD {
    width: 375px;
    float: left;
    margin: 0 0 30px 20px;
    _margin: 0 0 20px 10px; /* IE 6 hack */
}

#UnderstandingFASD h2 {
    width: 191px;
    height: 16px;
    background: url(../img/h2_UnderstandingFASD.gif) no-repeat;
    text-indent: -1000px; /* hides hypertext */
    overflow: hidden;
    _margin: 10px 0 10px -180px; /* IE 6 hack */
}

#UnderstandingFASD p {
    width: 220px;
    font-size: 12px;
    line-height: 18px;
    float: left;
    font-family: Lucida Grande, sans-serif;
    color: #727376;
    margin: 0 0 0 14px;
}

#vidlink_uf {
    height: 136px;
    width: 141px;
    float: left;
    margin: 4px 0 0 0;
    background: url(../img/videothumb_uf.jpg) no-repeat top;
    border: 0;
}

a:hover#vidlink_uf {
    background-position: bottom;
}

/* right column
------------------------------*/

#col_right .caseArt {
    float: right;
}

/* Add to Cart button */

#col_right .AddtoCart {
    width: 81px;
    height: 19px;
    float: left;
    margin: 12px 0 0 20px;
    background: url(../img/AddtoCart.gif) no-repeat top;
    text-indent: -1000px; /* hides hypertext */
    overflow: hidden;
}

#col_right a:hover.AddtoCart {
    background-position: bottom;
}

/* Buy Now button */

#col_right .BuyNow {
    width: 81px;
    height: 19px;
    float: left;
    margin: 12px 0 0 20px;
    background: url(../img/BuyNow.gif) no-repeat top;
    text-indent: -1000px; /* hides hypertext */
    overflow: hidden;
}

#col_right a:hover.BuyNow {
    background-position: bottom;
}

/* Email Us button */

#col_right .EmailUs {
    width: 81px;
    height: 19px;
    float: left;
    margin: 15px 0 0 90px;
    _margin: 15px 0 0 80px; /* IE 6 hack */
    background: url(../img/EmailUs.gif) no-repeat top;
    text-indent: -1000px; /* hides hypertext */
    overflow: hidden;
}

#col_right a:hover.EmailUs {
    background-position: bottom;
}

#col_right h3 { /* Related Products */
    float: left;
    height: 18px;
    width: 265px;
    margin: 15px 0 0 15px;
    _margin: 15px 0 0 7px; /* IE 6 hack */
    text-align: left;
    color: #acb4bd;
    font-size: 12px;
    line-height: 15px;
    border-bottom: 1px solid #cfd6e0;
}

/* FASD Parent Kit info
------------------------------*/

#FASDParentKit_buy {
    margin: 15px 0 0 15px;
    _margin: 8px 0 0 7px; /* IE 6 hack */
    width: 265px;
    float: left;
}

#FASDParentKit_buy h2 {
    font-weight: bold;
    font-size: 12px;
    color: #1e4483;
    float: left;
    margin: 4px 0 0 0;
    _margin: 8px 0 0 0; /* IE 6 hack */
}

#FASDParentKit_buy ul {
    float: left;
    margin: 8px 0 0 18px;
    _margin: 8px 0 0 4px; /* IE 6 only */
    text-align: left;
    width: 120px;
    _width: 130px; /* IE 6 hack */
    padding-left: 0;
}

#FASDParentKit_buy ul li {
    margin: 0 0 6px 0;
    _margin: 0 0 6px 15px; /* IE 6 hack */
}

#FASDParentKit_buy p {
    float: left;
    font-size: 11px;
    line-height: 14px;
    margin: 4px 0 0 0;
    width: 140px;
}

/* FASD & Your Child info
------------------------------*/

#FASDandYourChild_buy {
    margin: 8px 0 0 15px;
    _margin: 8px 0 0 7px; /* IE 6 hack */
    width: 265px;
    float: left;
}

#FASDandYourChild_buy h2 {
    font-weight: bold;
    font-size: 12px;
    color: #1e4483;
    float: left;
    margin: 4px 0 0 0;
    _margin: 8px 0 0 0; /* IE 6 hack */
}

#FASDandYourChild_buy p {
    float: left;
    font-size: 11px;
    line-height: 14px;
    margin: 4px 0 0 0;
    width: 160px;
}

/* Understanding FASD info
------------------------------*/

#UnderstandingFASD_buy {
    margin: 8px 0 0 15px;
    _margin: 8px 0 0 7px; /* IE 6 hack */
    width: 265px;
    float: left;
}

#UnderstandingFASD_buy h2 {
    font-weight: bold;
    font-size: 12px;
    color: #1e4483;
    float: left;
    margin: 4px 0 0 0;
    _margin: 8px 0 0 0; /* IE 6 hack */
}

#UnderstandingFASD_buy p {
    float: left;
    font-size: 11px;
    line-height: 14px;
    margin: 4px 0 0 0;
    width: 160px;
}

/* Questions
------------------------------*/

#questions {
    margin: 0 0 20px 15px;
    _margin: 8px 0 0 7px; /* IE 6 hack */
    _padding-bottom: 20px; /* IE 6 hack */
    width: 265px;
    float: left;
}

#col_right #questions h3 { /* Related Products */
    float: left;
    height: 18px;
    width: 265px;
    margin: 5px 0 5px 0;
    text-align: left;
    color: #acb4bd;
    font-size: 12px;
    line-height: 15px;
    border-bottom: 1px solid #cfd6e0;
}

#questions p {
    float: left;
    font-size: 11px;
    line-height: 15px;
    margin: 4px 0 0 0;
    width: 265px;
}

#questions .phone {
    background: url(../img/phone.gif) no-repeat left center;
    height: 34px;
    padding-left: 55px;
    width: 112px;
    float: left;
    margin: 10px 0 0 45px;
    _margin: 10px 0 0 15px; /* IE 6 hack */
}

#questions .phoneNumber {
    font-weight: bold;
}


/* Product Selection (Store)
------------------------------*/

#page h1 {
    font-weight: normal;
    font-size: 21px;
    color: #b5bcc4;
    margin-bottom: 12px;
    margin-top: 8px;
    float: left;
}

#page .quantityTitle {
    color: #1e4483;
}

/* product selection table */

#productSelect {
    width: 600px;
    float: left;
    margin: 10px 0 10px 60px;
}

#productSelect td {
    /*vertical-align: top;*/
    padding: 0 0 10px 0;
}

#productSelect p {
    margin: 0 0 0 10px;
    padding: 0;
    width: auto;
}

#productSelect .productTitle {
    font-weight: bold;
    font-size: 12px;
}

#productSelect .features {
    font-size: 11px;
    line-height: 14px;
    float: left;
    margin-top: 4px;
    color: #5b5b5b;
}

#productSelect .price {
    font-weight: bold;
    font-size: 13px;
    float: left;
    text-align: center;
    width: 110px;
}

#productSelect .savings {
    color: #3187d3;
    font-size: 11px;
    margin: 0 0 0 4px;
}

/* Add to Cart button */

#productSelect .AddtoCart {
    width: 81px;
    height: 19px;
    float: left;
    margin: 6px 0 0 25px;
    background: url(../img/AddtoCart.gif) no-repeat top;
    text-indent: -1000px; /* hides hypertext */
    overflow: hidden;
}

#productSelect a:hover.AddtoCart {
    background-position: bottom;
}

/* alerts */

#page .alertQuestion {
    padding: 8px 0 10px 60px;
    font-size: 11px;
    line-height: 14px;
    min-height: 40px;
    width: 620px;
    color: #5b5b5b;
    background: url(../img/icon_question.gif) top left no-repeat;
}

/* video */

#video {
    margin: 0 auto 10px auto;
    padding: 14px 0 0 0;
    width: 676px;
    height: 362px;
    clear: both;
}

#case {
    margin: 4px 0 0 30px;
}