/*-------------------------------------------------
  PRINT.CSS
  screen-only stylesheet
-------------------------------------------------*/

/*-------------------------------------------------
  General HTML, global styles
-------------------------------------------------*/
body {
  	color: #000;
	font-size: 13px;
	line-height: 18px;
	font-family: Arial, Helvetica, sans-serif;
}






a { text-decoration: none; color: #000; }

/*-------------------------------------------------
  Hide for media=screen
-------------------------------------------------*/

.screen_only { display: none; }



/*-------------------------------------------------
  Custom
-------------------------------------------------*/

#header_menu { display: none; }

#header { padding: 0; clear: both; height: 50px; display: block; }

#header_logo h1 { display: none; }


#header_tagline, #header_logo { display: block; float: left; margin: 0; padding: 0; width: 190px; height: 50px; }

#header_tagline { width: 300px; float: right; text-align: right; }
#header_tagline h2 {  font-size: 14px; line-height: 20px; margin: 0 0 0 0; padding: 15px 0 0 0px; }

#home_banner { border-top: 2px groove #666; padding-top: 20px; }

#home_banner_right { display: none; width: 0; }

#home_banner_left { text-align: center; width: 100%; }
#home_banner_left a { display: none;  }

#sub_navigation { display: none; }

#hp_value_prop { 
	font-size: 14px;
	font-weight: normal;
	margin: 5px 0;
	padding: 0;
}

#hp_quotebox { clear: both; padding: 10px; margin: 10px 0; border: 1px solid #ccc; font-size: 15px; }

.hp_screenshot_thumbnail { float: left; width: 31%; padding: 0 1% 0 0; }

#hp_right { display: none; }

#hp_bottom_wrapper { display: none; }

.hp_testimonial { float: left; padding-right: 10px; }
