/***** Main Contents Start *****/
#topHeader {
    z-index: 1;
    position: absolute;
    height: 830px;
    clear: both;
    overflow: hidden;
    text-align: center;
    width: 100%;
}

#wrapper {
    z-index: 2;
    position: relative;
    /* top: -736px; */
}

#footer {
    z-index: 2;
    /* position: relative; */
    /* top: -736px; */
    position:relative;
    top:0;
}

#whats-my-regimen ul {
    position: relative;
    margin: 10px 20px;
    overflow: hidden;
}

#whats-my-regimen .also-recommend li div {
    position: static;
    float: left;
    line-height: 1.5em;
    margin: 0px 0px 0px 10px;
    min-height: 0px;
    text-align: left;
    width: 155px;
}

#speed-mapping-title .share-results a {
    font-weight: bold;
    color: #5793D6;
    /* text-decoration: none; */
    background: none;
    display: inline;
}

#speed-mapping-title .email-results a {
    font-weight: bold;
    color: #5793D6;
    /* text-decoration: none; */
    background: none;
    display: inline;
}

#speed-mapping-title .print-results a {
    font-weight: bold;
    color: #5793D6;
    /* text-decoration: none; */
    background: none;
    display: inline;
}

#professional-care li div {
    display: inline;
    line-height: 16px;
    position: absolute;
    width: 240px;
}

#professional-care a {
    font-weight: bold;
    padding: 0px 0px 0px 3px;
    text-transform: lowercase;
}

#professional-care li {
    height: 32px;
    margin: 18px 0px 0px 0px;
}

#contact .hd {
    background-position: -414px 0;
    width: 182px;
}

#general-question .hd, #contact .hd {
    background:transparent url(../images/backgrounds/contact_us_boxes.png) no-repeat scroll 0 0;
}

#press .press-submit input {
    background: transparent url(../images/backgrounds/about_us_press_elements.png) no-repeat scroll 0 -40px;
    border: medium none;
    color: #9FA2A7;
    cursor: pointer;
    height: 31px;
    position: relative;
    text-indent: -9000px;
    text-transform: lowercase;
    top: -5px;
    width: 74px;
}

#month-press .quote h4 {
    color: #2B333A;
    font-size: 2.5em;
    font-weight: normal;
    line-height: 30px;
    margin-top: -6px;
}

#month-press .quote span {
    color: #979DA3;
    font-size: 1.3em;
}

#month-press .quote blockquote {
    font-size: 1.2em;
    text-transform: none;
}

#popup-container {
    background-color: transparent;
    margin: 0 auto;
    text-align:left;
    width: 575px;
}

#popup-wrapper {
    display: none;
    height: 0;
    position: fixed;
    text-align: center;
    width: 100%;
    z-index: 10;
    top: 100px;
}

#whats-my-regimen .also-recommend li {
    margin-bottom: 30px;
    text-align: left;
    width: 49%;
}

#what-we-do p {
    margin: 4px auto;
}

#what-we-do a {
    font-size: 12px;
}

#what-we-do td.description {
    padding: 0px 10px 0px 13px;
    width: 53%;
}


/*
#popup-wrapper {screen.css (line 3211)
    display:none;
    height:0;
    position:absolute;
    text-align:center;
    width:100%;
    z-index:10;
}
*/

/*
#popup-wrapper {
    position: absolute;
    top: 50%
    left: 50%;
    width: 575px;
    height: 368px;
    margin: -100px 0 0 -300px;
}*/
/*
#wrap {
    position:absolute;
    top:50%;
    left:50%;
    width: 600px;
    height: 80px;
    overflow: hidden;
    margin:-40px 0 0 -300px;
}*/
/***** Main Contents End *****/

/***** BLOG Start *****/
#recent-entries li {
    border-top-color: #E5E5E5;
    border-top-style: solid;
    font-weight: bold;
    margin: -2px 0px 0px 12px;
    padding: 10px 0;
    width: 210px;
}

#categories li {
    border-top-color: #E5E5E5;
    border-top-style: solid;
    font-weight: bold;
    margin: -2px 0px 0px 12px;
    padding: 10px 0;
    width: 210px;
}

#search-news li {
    font-weight: bold;
    margin: 5px 0px 0px 12px;
    /* width: 118px; */
	float:left;
}

#archive li {
    border-top-color: #E5E5E5;
    border-top-style: solid;
    font-weight: bold;
    margin: -2px 0px 0px 12px;
    padding: 10px 0;
    width: 210px;
}

#search-news input {
    width: 120px;
	float:left;
}

#search-news ul {
    margin: -10px 0px 0px 0px;
}

#search h4 {
    font-weight: bold;
    margin: -10px 0px 0px 12px;
    padding: 12px 0;
    width: 210px;
}

#archive h4 {
    font-weight: bold;
    margin: -10px 0px 0px 12px;
    padding: 12px 0;
    width: 210px;
}
/***** BLOG End *****/