/* *** 
This is internal css for Open-Realty 
at open realty templates by http://openrealtytemplates.awddesign.co.uk 

 */


body {

 padding: 0px;
 margin: 0px;
 height:100%; 
 width:100%; 
 font-family:  verdana, Arial, georgia, Helvetica, sans-serif;
 font-size: 12px;

 color: #000;
   background-color: #26242b;
   background-image: url("images/bg.png");
}

  #container {

   width: 824px;   
   margin: 0px;
   margin-left: auto;
   margin-right: auto;
   padding: 0px;
   background-color: transparent;
  }

  #banner {
  width: 824px;
  height: 295px;
  background-color: transparent;
  background-image: none;
   padding: 0;
   margin-bottom: 0;

  }

  
#hmenu {
 display: block;
width: 824px;
 height: 35px;
 padding-top: 3px;
 padding-bottom: 0px;
 margin-bottom: 0px;
 background-color: transparent;
 background-image:url("images/menubck.jpg");
 background-repeat: repeat-x;
 text-align:center; 
 color: white;
 font-size: 16px;
 font-weight: bold;
 font-family:  Times New Roman, Arial;
}

#hmenu a:link
{
    color: white;
    text-decoration: none;
}

#hmenu a:visited
{
    color: white;
    text-decoration: none;
}


#hmenu a:hover
{
    color: #7cc623;
    text-decoration: none;
}

#hmenu a:active
{
color: #7cc623;
text-decoration: none;
}


#content {
   padding: 0;
   width: 824px;
   margin-right: 0px;
   margin-top: 0px;
   margin-bottom: 0px;
   margin-left: 200px;
   display: inline;
   background-color: transparent;
  }

#maincontenttop
{
   padding: 0;
   margin-left: 200px;
   margin-top: 0px;
   margin-right: 0px;
   margin-bottom: 0px;
   width: 624px;
   height: 22px;
   background-color: transparent;
   background-image: url("images/bgtop.png");
   background-repeat: no-repeat;
   background-position: bottom;
  }


#maincontent 
{
   padding-left: 22px;
   padding-right: 22px;
   padding-top: 0px;
   padding-bottom: 0 px;
   margin-left: 200px;
   margin-top: 0px;
   margin-right: 0px;
   margin-bottom: 0px;
   width: 580px;
   height: 100%;
   background-color: #dcdcdc;
  }

  #maincontentbottom
{
   padding: 0;
   margin-left: 200px;
   margin-top: 0px;
   margin-right: 0px;
   margin-bottom: 0px;
   width: 624px;
   height: 22px;
   background-color: transparent;
   background-image: url("images/bgbottom.png");
   background-repeat: no-repeat;
   background-position: top;
  }

  
  
#sidebar-a {
   float: left;
   width: 200px;
   margin: 0;
   margin-right: 0;
   margin-top: 0;
   padding: 0;
  }
  
#sidebar-a-content{
  padding: 0 0px 0 0px;
  margin: 0;
  }


#navcontainer ul
{
margin-left: 0;
margin-top: 22;
padding-left: 0;
padding-top: 25px;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
}

#navcontainer a
{
display: block;
padding-top: 3px;
padding-bottom: 3px;
padding-left: 20px;
margin-bottom: 3px;
width: 160px;
color: #000;
background-image: url("images/vmenubg.jpg");
background-repeat: no-repeat;
background-position: left;
border-bottom: 0px solid #eee;
text-decoration: none;
font-family:  Times New Roman, Arial;
font-size: 14px;
}

#navcontainer a:link, #navlist a:visited
{
color: #000;
text-decoration: none;
}

#navcontainer a:hover
{
width: 140px;
background-image: none;
background-color: #7cc623;
color: #000;
text-decoration: none;
}


#statusind
{
color: #fff;
text-decoration: none;
font-size: 11px;
font-weight: bold;
}


#footer
{
background-color: transparent;
background-image: none;
text-decoration: none;
width: 824px;
align: center;
}


a:link { color: #fc9a34; text-decoration: none;}
a:visited { color: #fc9a34; text-decoration: none; }
a:hover { color: #d8a978; text-decoration: underline; }
