/* style.css - main style sheet */
body {
    margin: auto;
    background-color : #9D9879;
    font-family : 'Arial', 'Sans Serif', sans-serif;
    font-size : 10pt;
    width: 760px;
  }

/* Defining the header box */
#header {
    background-color:#818696;
    background-image: url('images/banner.jpg');
    background-repeat: no-repeat;
    color: #FFF9ED;
    width: 750px;
    height: 100px;
    padding-top: 60px;
    padding-right: 10px;
    float: left;
    vertical-align: baseline;
    text-align: right;
  }

#header a {
    color: #FFF3D9;
  }
#header a:visited {
    color: #FFF3D9;
  }


#content {
    background-color:#FFFFFF;
    color: #000000;
    background-image: url('images/reviews-content.jpg');
    background-repeat: repeat-y;
    color: #000000;
    width: 760px;
    float: left;
  }

/* Sidebar box */
#sidebar {
    width: 180px;
    float: left;
    padding-left:7px;
    padding-right:15px;
    float:left;
  }

/* Body text box */
#bodytext {
    width: 520px;
    padding-left: 15px;
    padding-right: 5px;
    float: left;
  }

/* Reviews bottom page */
#bottom {
    background-color: #FFFFFF;
    color: #848992;
    background-image: url('images/reviews-bottom-page.jpg');
    background-repeat: no-repeat;
    width: 760px;
    height: 36px;
    float: left;
    text-align: center;
    margin-bottom: 20px;
  }

/* Headings generally */
h1, h2, h3 {
    margin-top: 10px;
    margin-bottom: 5px;
  }

/* heading 1 */
h1 {
    font-size: 12pt;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #660000;
  }
/* heading 2 */
h2 {
    font-size: 12pt;
    font-weight: bold;
  }

/* Images */
img {
    border: none;
  }

/* main heading */
.headingtext {
    font-size: 24pt;
    font-weight: bold;
  }

/* heading description */
.headingdesc {
    font-size: 10pt;
    font-variant: small-caps;
  }

/* Modification stamp : text */
.modifiedtext {
    color: #747884;
  }
/* Line height of content */
.contentpar {
    line-height: 160%;
    text-align: justify;
  }

/* Input text box style */
.textbox {
     color: #5A5A5A;
     background-color: #FFFFFF;
     border: 1px inset #5A5A5A;
     width: 220px;
  }

/* Pushbutton class */
.pushbutton {
     color: #5A5A5A;
     background: #E1E3E9;
     border: 1px outset #5A5A5A;
  }

/* Link color */
a {
    color: #0000CC;
    text-decoration: none;
}

/* Visited link color */
a:visited {
    color: #000099;
}

/* Link Hover color */
a:hover {
    text-decoration: underline;
  }

/* list item type */
ul {
    list-style-type: square;
  }
/* Paragraph */
p {
    margin-top: 8px;
    margin-bottom: 8px;
}

/* List in the sidebar */
#sidebar ul {
    list-style-position: outside;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}