*  {
    margin:0;
}

body, html {
    height: 100%;
    color: #777;
}

body {
    background: #FFF;
    font-family:'lucida grande',verdana,helvetica,arial,sans-serif;
    font-size: 13px;
    line-height: 1.3;
}

a {
    color: #0091ca;
    text-decoration: none;
}

em {
    font-style: italic;
}

p {
    margin: 15px 0;
}

a:hover {
    /* color: #88dfff; */
    color: #58cbf6;
}

h1 {
    color: #6bc;
    font-size: 1.5em;
    margin: 15px 0;
}

#divMainHeader, #divMainFooter {
    background-color: #181b1c;
    color: #FFF;
    width: 100%;
}

#divScrollingHeader {
    background-color: #fff;
    overflow: hidden;
    position: relative;
}

#divScrollingHeader .bar {
    background-color: #181b1c; 
    height: 100%; 
    position: absolute; 
    top: 0px; 
    width: 20px; 
    z-index: 1000;
}

#divMiddleWrapper  {
    background: #fff url('../img/headerFade.gif') repeat-x top;
}

#divBreadcrumbs {
    font-size: 12px;
    width: 100%;
}

h2.title {
    color: #0091ca; 
    font-size: 20px;
    font-style: italic;
    font-weight: bold;
    margin: 15px 0;
}

h2.titleItalic {
    color: #0091ca; 
    font-size: 20px;
    font-style: italic;
    font-weight: bold;
    margin: 15px 0;
}

h2.titleNormal {
    color: #0091ca; 
    font-size: 20px;
}

#divSidebar h2 {
    color: #0091ca;
    font-size: 20px;
    font-style: italic;
    font-weight: bold;
    margin-bottom: 15px;
}

p.testimonial {
    color: #777;
    font-size: 14px;
    font-style: italic;
    line-height: 1.25;
    margin-bottom: 30px;
    margin-top: 0;
}

p.testimonial span.person {
    color: #0091ca;
    font-size: 16px;
    font-style: normal;
}

div.formContainer {
    width: 500px;
}

div.footerMenuBlock {
    float: left;
    margin-top: 10px;
    width: 190px;
}

#flashMessage {
    color: #ff4242; 
    font-weight: bold;
    margin-bottom: 5px;
}

div.flashNote {
    color: #0091ca !important;
}

/* Home Page */
span.homeTitleBold, span.homeTitleNormal, span.homeTitleBlackBold {
    font-size: 20px;
}

span.homeTitleBold, span.homeTitleBlackBold {
    font-weight: bold;
}

span.homeTitleNormal, span.homeTitleBold {
    color: #0091ca;
}

span.homeTitleBlackBold {
    color: #000000;
}

#divHomeIntro {
    float: left;
    margin-right: 30px;
    width: 450px;
}

#divHomeTitle {
    margin-bottom: 10px;
    width: 100%;
}

#divHomeTestimonial {
    float: left;
    width: 200px;
}

#divHomeTestimonial a {
    color: #000000;
    font-size: 0.9em;
}

#divHomeBestSellers {
    clear: both;
    float: left;
    margin-top: 20px;
    width: 100%;
}

/* Category Pages */

div.categoryProduct {
    border: 1px solid #bbb;
    cursor: pointer;
    float: left;
    height: 200px;
    margin-bottom: 10px;
    margin-right: 10px;
    width: 220px;
}

div.categoryProduct div.name {
    clear: both;
    float: left;
    width: 100%;
}

/* Product Pages */
#divProductLeft {
    border-right: 1px solid #bbb;
    float: left;
    margin-bottom: 30px;
    width: 430px;
}

#divMoreInformation {
    clear: both;
    float: left;
    margin-bottom: 30px;
}

#divMoreInformation form{
    margin-top: -15px;
}

#divMoreInformation #flashMessage {
    margin-top: 10px;
}

table.moreInformation td {
    vertical-align: top;
}

#imgProductImage {
    border: 1px solid #bbb;
    float: left;
    margin-bottom: 15px;
}

#divMinishots {
    float: left;
    margin-left: 15px;
    width: 118px;
}

#imgProductMinishot {
    border: 1px solid #bbb;
    float: left;
    margin-bottom: 15px;
}

#divProductRight {
    float: left;
    height: 100%;
    margin-bottom: 30px;
    margin-left: 10px;
    padding-left: 10px;
    width: 230px;
}

#divProductDescription {
    width: 100%;
}

#divProductRight ul {
    list-style: disc outside;
    margin-left: 15px;
}

#divProductRight ul li {
    margin: 4px 0;
}

#divOptionalExtras {
    margin-top: 10px;
    width: 100%;
}

#divPDF {
    margin-top: 20px;
    width: 100%;
}

#divVideo {
    margin-top: 20px;
    width: 100%;
}

#divProductRight h3 {
    color: #888;
    font-weight: bold;
}

img.pdfIcon {
    margin-right: 5px;
    vertical-align: middle;
}

#divSimilarTo {
    clear:both; 
    float:left; 
    margin-bottom:30px; 
    width:100%;
}

/* Contact Page */

#divContactContainer {
    float: left;
    width: 470px;
}

#divContactBox {
    float: left;
    width: 230px;
}

#divContactBox table td{
    background-color: transparent;
    border: none;
}

#divContactBox table td.label {
    padding-bottom: 5px;
    padding-right: 5px;
    vertical-align: top;
}

#divContactBox span.label {
    color: black;
    font-weight: bold;
}

/* How to Purchase Page */

#divHowToPurchaseContainer {
    float: left;
    padding-right: 20px;
    width: 450px;
}

