/*
    NSHI Website Style Sheet
    Created by Gordon Dent
    September 2009
*/

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

/* CONTAINERS */

body {
    background-color: #000000;
}

#container {
    position: absolute;
    display: block;
    width: 788px;
    margin-left: -368px;
    left: 50%;
    background-color: #000000;
}

#container #loading {
    position: absolute;
    display: block;
    left: 0px;
    top: 80px;
    width: 768px;
    height: 200px;
}

#container #loading p, #container #loading h1 {
    color: white;
    position: relative;
    font-family:"Trebuchet MS",arial, verdana, sans-serif;
    clear: both;
    float: left;
    margin-bottom: 10px;
}

#container #loading h1 {
    font-size: 18px;
}

#container #loading p {
    font-size: 14px;
}

#container #loading p a {
    color: #fbb03b;
    text-decoration:none;
}

#container #loading p a:hover {
    color: #fbb03b;
    text-decoration:underline;
}


#content_container {
    position: relative;
    display: block;
    float: left;
    clear: both;
    padding: 10px;
    width: 768px;
    background-color: #ffffff;
}

#content {
    position: relative;
    display: block;
    float: left;
    clear: both;
    height: 415px;
    width: 728px;
    padding: 20px 5px 20px 35px;
    background-color: #e6e6e6;
    font-family:"Trebuchet MS",arial, verdana, sans-serif;
    font-size: 12px;
    color: #333333;
}

#navbar {
    position: relative;
    width: 688px;
    float: left;
    clear: both;
    margin-bottom:10px;
}

#book-list {
    position: relative;
    width: 688px;
    float: left;
    clear: both;
}

#navbar #previous, #navbar #next {
    position: relative;
    margin-right: 20px;
    float: left;
    clear: none;
}

.scroll-pane {
        position: relative;
        display: block;
        height: 415px;
        width: 688px;
        padding-right: 30px;
	overflow: auto;
}

.scroll-pane .books {
    position: relative;
    display: block;
    float: left;
    clear: both;
    width: 558px;
    margin-left: 110px;
    margin-bottom: 10px;
    height: 192px;
}

.scroll-pane .row {
    position: relative;
    display: block;
    float: left;
    clear: both;
    width: 688px;
    margin-bottom: 10px;
}

.scroll-pane .bim {
    position: relative;
    width: 176px;
    height: 191px;
    clear: none;
    float: left;
    margin-left: 0px;
    margin-right: 10px;
}

.scroll-pane .btx {
    position: relative;
    width: 487px;
    clear: none;
    float: left;
    margin-left: 15px;
}

.btx h1,.btx h2 {
    position: relative;
    width: 487px;
    float: left;
    clear: both;
    margin-top: 0px;
    margin-bottom: 10px;
}

.scroll-pane .btx p {
    position: relative;
    width: 487px;
}

#content .scroll-pane .trow {
    position: relative;
    display: block;
    float: left;
    clear: none;
    width: 218px;
    margin-bottom: 10px;
}

p.bigger {
    margin-left: 200px;
    font-size: 13px;
    font-weight: bold;
}

.required {
    position: relative;
    display: block;
    float: left;
    clear: left;
    width: 5px;
    margin-right: 5px;
}

.field {
    position: relative;
    display: block;
    float: left;
    margin-left: 10px;
    clear: right;
    width: 500px;
}

.scroll-pane .trow .field {
   width: 208px;
   clear: both;
}

.label {
    position: relative;
    display: block;
    float: left;
    text-align: left;
    font-weight: bold;
    clear: none;
    width: 120px;
}

.scroll-pane .trow .label {
   width: 208px;
   clear: right;
}

.field .col {
    position: relative;
    float: left;
    width: 24%;
}

.fieldq .col2 {
    position: relative;
    float: left;
    width: 210px;
}

.fieldq {
    position: relative;
    display: block;
    float: left;
    margin-left: 10px;
    clear: both;
    width: 640px;
}

.labelq {
    position: relative;
    display: block;
    float: left;
    text-align: left;
    font-weight: bold;
    clear: right;
    width: 620px;
    margin-bottom: 5px;
}

.scroll-pane #company-logos {
    position: relative;
    display: block;
    float: left;
    clear: both;
    margin-left: 180px;
    margin-bottom: 10px;
    height: 87px;
}

.scroll-pane .imgs {
    position: relative;
    display: block;
    float: left;
    clear: both;
    margin-bottom: 10px;
    height: 124px;
}

#company-logos img {
    margin-right: 10px;
}

.books img {
    margin-right: 10px;
}


#split {
    position: relative;
    float: left;
    clear: none;
    margin-left: 10px;
    width: 98px;
    padding: 0px;
}

#split div {
    position: relative;
    float: left;
}

#split #books {
    margin-bottom:10px;
}

#splash {
    position: relative;
    float: left;
    background-color: #000;
    height: 547px;
    width: 659px;
}

#splash_no_flash {
    position: relative;
    float: left;
    background: url(../images/splash.jpg);
    height: 547px;
    width: 659px;
}

#splash_no_flash #links {
    position:absolute;
    top: 261px;
    left: 43px;
    list-style: none;
}

#splash_no_flash #links li {
    position: relative;
    clear: both;
    float: left;
    margin-bottom: 7px;
}

#links li a {
    display:block;
    float:left;}

#ebooks {
    position: relative;
    float: left;
    clear: none;
    background: #000;
    height: 247px;
    width: 98px;
}

#books {
    position: relative;
    float: left;
    clear: none;
    background: #000;
    height: 143px;
    width: 98px;
}

#books #header {
    position: absolute;
    top: 5px;
    width: 84px;
    height: 9px;
    left: 7px;
    background: url(../images/now_availble.png);
}

#books #mt {
    position: absolute;
    top: 19px;
    width: 80px;
    height: 87px;
    left: 9px;
    background: url(../images/MedicalTermBook.gif);
}

#books #but {
    position: absolute;
    top: 106px;
    width: 88px;
    height: 30px;
    left: 0px;
}

#ebooks #header {
    position: absolute;
    top: 10px;
    width: 81px;
    height: 31px;
    left: 10px;
    background: url(../images/ebook_header.png);
}

#ebooks #images {
    position: absolute;
    top: 55px;
    left: 14px;
}

#ebooks #images img {
}


#certain {
    position: relative;
    float: left;
    clear: right;
    background-color: #000;
    height: 137px;
    margin-bottom: 10px;
    width: 98px;
}

/* HEADERS */

h1,h2 {
    font-family:"Trebuchet MS",arial, verdana, sans-serif;
    color: #fbb03b;
    font-weight:bold;
    position: relative;
    float: left;
    clear: both;
}

h3, h4 {
    position: relative;
    float: left;
    clear: both;
}

h1 {
    font-size: 14px;
}

h2 {
    font-size: 13px;
}

#ebooks h2 {
    margin-left: 10px;
    margin-top: 5px;
}

#logo_holder {
    height: 79px;
}

#logo_holder img {
    position: absolute;
    left: 510px;
    top: 10px;
}

/* MENUS */

#menu_holder {
   width: 796px;
}

#text_menu {
    display: block;
    position: relative;
    clear: both;
    float: left;
    width: 788px;
    background-color: #ffffff;
    font-family:"Trebuchet MS",arial, verdana, sans-serif;
    font-size: 11px;
    color: #fcbb55;
    padding-bottom: 10px;
    margin-bottom: 10px;
    text-align:center;
}

/* BANNERS */

#banner {
    position: relative;
    float: left;
    clear: both;
    height: 121px;
    width: 768px;
    margin-bottom: 10px;
}

#banner .book_header {
    background: black;
    height: 121px;
    width: 768px;
}

.book_header #mtimg{
    position: absolute;
    top: 10px;
    left: 10px;
    height: 87px;
    width: 80px;
    background: url(../images/MedicalTermBook.gif) no-repeat;
}

.book_header #mttxt{
    position: absolute;
    top: 10px;
    left: 100px;
    height: 61px;
    width: 108px;
    background: url(../images/med_term_avail.png) no-repeat;
}

.book_header #mtbut {
    position: absolute;
    top: 76px;
    left: 90px;
    width: 88px;
    height: 35px;
}

.book_header #txt {
    position: absolute;
    top: 10px;
    left: 235px;
    width: 521px;
    height: 97px;
    background: url(../images/books_banner_text2.png) no-repeat;
}




/* FORMS */

input, textarea, select {
    font-family:"Trebuchet MS",arial, verdana, sans-serif;
    font-size: 12px;
    padding: 3px;
    border: 1px solid #333333;
}

input.nostyle {
   border: 0px;
}

input#upload {
   border: 0px;
}

input.nostylep {
   border: 0px;
   margin-right: 3px;
}

input.text {
}

/* LISTS */

.scroll-pane ol {
    position: relative;
    clear: both;
    float: left;
    margin-bottom: 15px;
    list-style-position: inside;
    margin-left: 10px;
}

.scroll-pane ul {
    position: relative;
    clear: both;
    float: left;
    margin: 10px;
    list-style: none;
    margin-left: 10px;
}

/* BUTTONS */
.button {
    position: relative;
    float: right;
    clear: right;
    margin-bottom: 5px;
    top: 0px;
    width: 161px;
}

.button , .button a {
    height: 32px;
    display: block;
}

.button #register a {
    left: 0;
    width: 161px;
    background: url(../images/button_register.gif) 0px 0px no-repeat;
}

.button #register a:hover {
    left: 0;
    width: 161px;
    background: url(../images/button_register.gif) 0px -32px no-repeat;
}

.button #signin a {
    left: 0;
    width: 161px;
    background: url(../images/button_signin.gif) 0px 0px no-repeat;
}

.button #signin a:hover {
    left: 0;
    width: 161px;
    background: url(../images/button_signin.gif) 0px -32px no-repeat;
}

.button #update a {
    left: 0;
    width: 161px;
    background: url(../images/button_update.gif) 0px 0px no-repeat;
}

.button #update a:hover {
    left: 0;
    width: 161px;
    background: url(../images/button_update.gif) 0px -32px no-repeat;
}

.button #signout a {
    left: 0;
    width: 161px;
    background: url(../images/button_signout.gif) 0px 0px no-repeat;
}

.button #signout a:hover {
    left: 0;
    width: 161px;
    background: url(../images/button_signout.gif) 0px -32px no-repeat;
}

.button a span, .small_button a span, #header span {
    display: none;
}

#certain .he {
    position: relative;
    float: left;
    clear: both;
    margin: 10px;
    margin-bottom: 0px;
}

.small_button {
    position: relative;
    float: left;
    clear: both;
    margin: 10px;
    margin-top: 5px;
    margin-bottom: 0px;
    width: 78px;
}

.small_button , .small_button a {
    height: 25px;
    display: block;
}

.small_button #register a {
    left: 0;
    width: 78px;
    background: url(../images/button_register.png) 0px 0px no-repeat;
}

.small_button #register a:hover {
    left: 0;
    width: 78px;
    background: url(../images/button_register.png) 0px -25px no-repeat;
}

.small_button #buyNow a {
    left: 0;
    width: 78px;
    background: url(../images/button_buyNow.png) 0px 0px no-repeat;
}

.small_button #buyNow a:hover {
    left: 0;
    width: 78px;
    background: url(../images/button_buyNow.png) 0px -25px no-repeat;
}

.small_button #enquiry a {
    left: 0;
    width: 78px;
    background: url(../images/button_enquiry.png) 0px 0px no-repeat;
}

.small_button #enquiry a:hover {
    left: 0;
    width: 78px;
    background: url(../images/button_enquiry.png) 0px -25px no-repeat;
}

.small_sq_button {
    position: relative;
    float: left;
    clear: both;
    margin: 10px;
    margin-top: 5px;
    margin-bottom: 0px;
    width: 40px;
}

.small_sq_button , .small_sq_button a {
    height: 30px;
    display: block;
    text-indent: -9999px;
}

.small_sq_button #buy a {
    left: 0;
    width: 40px;
    background: url(../images/button_buy.png) 0px 0px no-repeat;
}

.small_sq_button #buy a:hover {
    left: 0;
    width: 40px;
    background: url(../images/button_buy.png) 0px -30px no-repeat;
}



/* TEXT FORMATTING */

#content .scroll-pane p, h1, #content .scroll-pane p, h2 {
    position: relative;
    float: left;
    clear: both;
    margin-bottom: 10px;

}

#content .scroll-pane div h1 {
    padding-top: 4px;
}

#content p {

    text-align:justify;
    float: left;
    clear: both;
    width: 688px;
}

#content b.orange {
    color: #fbb03b;
}

#content b.grey {
    color: #333333;
}

#content b {
    color: #000000;
}


/* LINKS */

.scroll-pane a.grey {
    font-size: 12px;
    font-weight:bold;
    font-style: italic;
    color: #333333;
    text-decoration: none;
}

.scroll-pane a.grey:HOVER {
    text-decoration: underline;
}

.scroll-pane a {
    font-weight:bold;
    color: #fbb03b;
    text-decoration: none;
}

.scroll-pane a:HOVER {
    text-decoration: underline;
}

a img {
    border: 0px;
}

#text_menu a {
    color: #666666;
    text-decoration: none;
}

#text_menu a:HOVER {
    color: #fcbb55;
}

.scroll-pane .clear {
    position: relative;
    clear: both;
    width: 660px;
    float: left;
}

/* PARAGRAPHS */


/* STYLED OL */
