/*=============================================================
	Print style for 123 Dental
=============================================================*/

@import url("global.css");

.hidden { display: inline-block;}
.show { display: none;}

body {
	font: normal 62.5%/18px "Verdana", Arial, Helvetica, sans-serif; 
	color: #333;
	background: #fff;
}
h1 span.hidden { display: none; }

/*=============================================================
	Main print skeleton layout
=============================================================*/

#container {  width: 750px; height: auto; display: block; float: left; clear: both; }
#header { width: 750px; height: 120px; display: block; clear: both; border-bottom: 3px solid #76aa3b; }
#mainpage { width: 710px; height: auto; display: block; clear: both; padding: 20px 0; }
ul#footer { list-style: none; width: 750px; border-top: 3px solid #76aa3b; display: inline-block; padding-top: 10px; margin: 0; clear: both; }
ul#footer li { float: left; display: block; padding-right: 25px; color: #2d5400; }
ul#footer li.breadcrumb { width: 450px; padding: 0; display: inline-block; margin: 0; }

/*=============================================================
	Extras
=============================================================*/

#logo, ul#nav, #banner, #flash, .cta, a.closemap, a#booking { display: none; }
#map { visibility: visible; float: left; display: block!important; padding: 0; border: 1px solid #bad576; width: 500px; height: 400px; text-align: center; line-height: 30px; font-size: 1.1em; font-weight: bold; clear: both; }
form.cmxform textarea { height: 100px; }