body{
    text-align: center;
    padding-top: 40px;
    background-color: #918F8B;
}

div, td, a, p{
   color: #ffffff;
   font-family: Verdana, Geneva, Arial;
   font-size: 11px;
}

img{
    border: 0px;
}

table{
    border-collapse: collapse;
}

a{
    text-decoration: none;
    color: #ffffff;
}

a:hover{
    text-decoration: underline;
}

h1{
    font-size: 11px;
    color: #c1c1c1;
    margin: 0px;
}


div#body{
    width: 723px;
    margin: auto;
    border: 2px solid #af8725;
    background-color: #6A6660;
    
}
/* top menu */
div#menu{
    text-align: right;
    position: relative;
    height: 23px;
    background-color: #393939;
    text-align: right!important;
    padding-right: 16px;
    vertical-align: middle;
    
}

div#menu table{
    float: right;
    height: 23px;
}

div#menu table td{
    padding-left: 11px;
}

div#menu table td a{
    color: #af8725;
    font-size: 9px;
}

div#menu table td a.amenu{
    color: #918F8B;
}

div#menu table td a:hover{
    color: #ffffff;
    text-decoration: none!important;
}

div.dropdown {
  position:relative;
  z-index: 100;
  padding: 0px;
  text-align:left;
  margin: 0px;
}

table.dropmenu { 
  visibility: hidden;
  position: absolute;
  top: 2px; 
  left: 0px;
  background-color: #af8725;
  border: solid 1px #af8725;
  border-top:none;
}

table.dropmenu td {
  padding: 0px;  
  background-color: #af8725;
}

table.dropmenu a{ 
  font-family:Verdana;
  text-decoration: none;
  white-space: nowrap;
  font-size: 11px;
  color: #393939!important;
  line-height:17px;
  display:block;
  margin:0px;
  padding:2px;
  
}

table.dropmenu a:hover {
    color: #ffffff!important;
}

table.dropmenu a:visited {
  color: #033175;
}

table.dropmenu a:hover { 
  text-decoration: none; 
}

table.logo{
    width: 100%;
}

table.logo td{
   background-color: #b08725;
   background-image: url(../images/rco_logo_right.gif); 
   background-repeat: no-repeat;
   background-position: right;
   padding: 0px;
   text-align: left;
}
/* footer */
#footer{
   background-color : #393939;
   color: #af8725;
   font-family: Verdana, Geneva, Arial;
   font-size: 9px;
   padding: 0px 3px;
   height: 18px;
   line-height: 18px;
}

#footer b{
    color: #918F8B;
    font-size: 10px;
}

#footer a {
   color: #af8725;
   font-family:Verdana, Geneva, Arial;
   font-size: 11px;
   text-decoration: none;
   font-weight: normal;
}

#footer a:hover {
   color: #a09f9b;
}

/* home page */
div.home_title{
    height: 18px;
    text-align: left;
    background-color: #393939;
    border-top: 2px solid #af8725;
    color: #af8725; 
    font-size: 10px;
    font-weight: bold;
    padding-left: 10px;
    line-height: 18px;
}

div.home_image img{
    display: block;
}

table.home_content{
    width: 100%;
    background-color: #817D78;
}

table.home_content td{
    width: 325px;
    padding: 15px;
    text-align: left;
    vertical-align: top;
    color: #000000;
}

div.home_title_news{
    height: 20px;
    text-align: left;
    background-color: #393633;
    color: #af8725; 
    font-size: 10px;
    font-weight: normal;
    vertical-align: middle;
    padding: 0px 10px; 
    line-height: 20px;
}

table.home_news{
    width: 711px;
    margin-left: 12px;
    background-color: #6A6660;
}

table.home_news td{
    width: 237px;
    text-align: left;
    vertical-align: top;
}

table.home_news td.news_teasertext{
    width: 140px;
    padding-left: 10px;
    padding-right: 10px;
}

table.home_news td.news_teasertext a{
    color: #000000;
    text-decoration: underline;
}

table.home_news td.news_teasertext a:hover{
    text-decoration: none;
}


table.home_news td.news_photo{
    width: 77px;
}
table.home_news td.news_photo img{
    display: block;
}

table.news td{
    color: #000000;
    font-size: 9px;
    padding: 10px 0px 10px 0px;
}

table.news td span{
    color: #ffffff
}

/* news page */
table.news_list{
    margin: 15px 40px;
    width: 643px;
}

table.news_list td{
    text-align: left;
    vertical-align: top;
    color: #ffffff;
    font-size: 10px;
}

table.news_list td.news_photo{
    width: 155px;
}

table.news_list td.news_text{
    padding-left: 20px;
}

table.news_list td.news_text div.view_progect{
    text-align: right;
}

table.news_list td.bg{
    height: 15px;
}

table.news_list td.navigator{
    text-align: right;
    color: #c1c1c1;
    font-size: 11px;
}

table.news_list td.navigator a{
    color: #c1c1c1;
    font-size: 11px;
}
table.news_list td.navigator a:hover{
    text-decoration: underline;
}

/* process page */
div.process_large{
    /*height: 294px;*/ 
    text-align: center;
    padding-top: 22px;
    padding-bottom: 22px;
    background-color: #817D78;
}

div.process_step{
    background-color: #6A6660;
    padding-bottom: 10px;   
}

div.process_step table{
    margin: 0px 20px;
}

div.process_step table td.title{
    width: 463px;
    text-align: left;
    vertical-align: top;
    padding-top: 6px;
    padding-right: 20px;
    color: #ffffff;
}

div.process_step table td.title h1{
    margin-bottom: 5px;    
}

div.process_step table td.title p{
    margin-top: 0px;
}

div.process_step table td.list{
    width: 200px;
    vertical-align: top;
}

div.process_step table td.list table{
    margin: 0px;
}

div.process_step table td.list table td{
    padding: 6px 0px 0px 15px;
}

/* portfolio page */
div.portfolio{
    background-color: #6A6660;
    padding-bottom: 10px;   
}

div.portfolio table{
    margin: 0px 20px;
}

div.portfolio table td.title{
    width: 408px;
    text-align: left;
    vertical-align: top;
    padding-top: 6px;
    padding-right: 20px;
    color: #ffffff;
}

div.portfolio table td.title h1{
    margin-bottom: 5px;    
}

div.portfolio table td.title p{
    margin-top: 0px;
}

div.portfolio table td.list{
    width: 255px;
    vertical-align: top;
}

div.portfolio table td.list table{
    margin: 0px;
}

div.portfolio table td.list table td{
    padding: 6px 0px 0px 15px;
    vertical-align: top;
}

/* extra pages */
div.client_login{
    height: 315px;
    padding-top: 150px;
    background-color: #6A6660;
    text-align: center;
}

div.client_login table td{
    text-align: left;
    padding-right: 10px;
    color: #ffffff;
}

 div.client_login table td.bg{
    height: 6px;
}

/* contact page*/
div.contact_us{
    padding: 30px 55px;
    color: #ffffff;
    text-align: left;
}

td.contact_photo{
    padding-left: 10px;
}

table.contact_form td{
    padding-right: 10px;
    padding-top: 5px;
    font-weight: bold;
    vertical-align: top;
}

table.contact_form td input{
    width: 220px;
}

table.contact_form td textarea{
    width: 220px;
    height: 100px;
}

table.contact_form td input.submit{
    width: 70px;
}

span.message_red{
    font-weight: bold;
    color: #ac0200;
    
}

