/** 
 * Vitalspace Print Styles
 * Author: Doctor Net
 * Version: 9th July 2009
 * 
 */

* {
   background: #fff !important;
   border: none !important;
}
 
.main_content {
   float: left;
   width: auto;  
}

.sub_content {
   display: none;
}
 
.additional_images {
   display: none; 
}

.body_wrap {
   background: #fff;
   border: 0;
   margin: 0;
   width: auto;
}
 

.catchphrase {
   display: none;
}

.header_secondary {
   background: #fff;
}

.property_view {
   margin: 0;
}

#requestlinks {
   display: none;
}

#property_view_upper {
   overflow: visible;
}

.property_view_section {
   border: none;
   margin: 0;
   padding: 0;
   overflow: visible;
}


.property_view .areas {
   display: block;
   float: none;
   margin: 0;
   overflow: visible;
   width: auto;
}

.property_contact {
   display: none;
}

#footer {
   display: none;
}