@charset "utf-8";
body {
  margin: 0px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #1A1A1A;
  background-color: #372B18;
  background-image: url("http://www.divineboutiquehotel.co.za/images/BACKGROUND.png");
  background-repeat: no-repeat;
  background-position: center;
}

#banner {
  height: 480px;
  width: 1024px;
  margin-right: auto;
  margin-left: auto;
}
#nav_bar {
  height: 59px;
  width: 1024px;
  margin-right: auto;
  margin-left: auto;
}
#content {
  min-height: 500px;
  width: 924px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 25px;
  padding-left: 50px;
  padding-right: 50px;
}

#footer {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #000;
  text-decoration: none;
  background-repeat: no-repeat;
  background-position: center top;
  height: 46px;
  width: 1024px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  padding-top: 100px;
}
.left_info {
  min-height: 300px;
  width: 600px;
}

.left_content {
  float: left;
  min-height: 400px;
  width: 600px;
}
.right_sidebar {
  float: right;
  min-height: 400px;
  width: 300px;
}
#menu {
  height: 50px;
  width: 900px;
  margin-right: auto;
  margin-left: auto;
}

.clear {
  clear: both;
  height: 30px;
  margin-top: 15px;
}
/*-----------------------------------------------------------------------------------------------
  Footer Extra
-----------------------------------------------------------------------------------------------*/
#footer_extra {
  min-height: 150px;
}
#footer_extra .block{
  float: left;
  width: 275px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 25px;
}

#footer_extra .block h2, #footer_extra .block h3{
  font-size: 17px;
  color: #CC3300;
  display: block;
padding-bottom: 8px;
border-bottom: solid medium;
  width: 100%;
}

#footer_extra .block-separator{
  clear: both;
  height: 10px;
}

#footer_extra .first, * html #footer_extra .first{
  clear: both;
  width: 275px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 30px;
  margin-left: 35px;
}
h1{
  font-size: 17px;
  color: #CC3300;
}
h2{
  display:none;
}
h3{
  font-size: 24px;
  color: #CC3300;
}
/*-----------------------------------------------------------------------------------------------
  Extra
-----------------------------------------------------------------------------------------------*/
.slider_items a {
    display: block;
    color: #333;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
}
dl.mod-jea-emphasis dt a{
    font-size: 14px;
    font-weight: bold;
    color: #CC3300;
  text-decoration: none;
}
dl.mod-jea-emphasis dd a{
   font-weight: bold;
    color: #CC3300;
  text-decoration: none;
}
.inputbox{
  width:100%;
    margin-top:10px;
    margin-bottom:10px;
}
.limitbox {
    text-align: right;
    width: 300px;
margin-left: 300px;
    
}
.limitbox .inputbox{
  width:50%;
    margin-top:10px;
    margin-bottom:10px;
   
}
.sort-options a{
  color: #333;
  text-decoration: none;
}
dl.jea_item dt.title {
    clear: both;
    margin-bottom: 0.7em;
    display: box;
    padding-bottom: 8px;
    border-bottom: dashed thin;
   color: #CC3300;
}
dl.jea_item dt.title a{
 color: #CC3300;
  text-decoration: none;
  
}
dl.jea_item dt.title strong {
    font-size: 1.3em;
    color: #CC3300;
    text-decoration: none;
}
/*-----------------------------------------------------------------------------------------------
  pagination
-----------------------------------------------------------------------------------------------*/
.pagination {
  width: 520px;
  height: 45px;
  margin-left: 25px;
  border-top: dashed thin;
color: #CC3300;
}

.pagination ul {
  margin: 0;
  list-style: none;
  line-height: normal;
  padding-top: 14px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  float: right;
width: 250px;
}

.pagination li {
  display: inline;
  
}
.pagenav{
display: inline;
  height: 32px;
  letter-spacing: 0px;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
color: rgb(51, 51, 51);
padding: 5px 5px 0px;
}  
.pagination a {
  display: inline;
  height: 32px;
  letter-spacing: 0px;
  text-decoration: none;
  font-size: 14px;
  font-weight: normal;
  color: #333;
  padding: 5px 5px 0px;
}
.pagination a:hover{
  
}

.pagination .current_page_item a {
}

.pagination .first {
}
.counter{
     width: 100px;
    float: left;
    height: 32px;
    letter-spacing: 0px;
    text-decoration: none;
    font-size: 14px;
    font-weight: normal;
    color: rgb(51, 51, 51);
    padding: 5px 5px 0px;
    margin-top: 12px;
}
/*-----------------------------------------------------------------------------------------------
  Contact Form
-----------------------------------------------------------------------------------------------*/

#contact-form dt{
  width: 80px;
  
}
#contact-form dd{
  width: 500px;
margin-left: 0px;
margin-top: 10px;
margin-bottom: 10px;
  
}
#contact-form dd .required{
  width: 350px;
}
