@import "screen.css";


body { background: white; font-size: 12pt; }

/** Blocks not to display **/
#navigationMain ,#navigationMeta, #navigationSub,
#header *,
#rLeft, #rRight,
#toplink,
#searchForm,
.toolBox {
	display: none;
}

#header {
	float: none;
	margin: 0;
	padding: 0;
}
#header a#logo,
#header a#logo * {
	display: block;
	float: none;
	position: relative;
	margin: 0;
	padding: 0;
}
#header a#logo {
	left: 0;
	margin-left: 2%;
}

	#wrap {
		width: auto;
		left: 0;
		margin: 0;
		position: relative;
		z-index: 10;
	}
		#wrapLeft, 
			#wrapRight,
				#viewport,
					#contentArea {
			background: none;
			border: none;
			color: black;
			
			display: block;
			float: none !important;
			
			height: auto;
			margin: 0 5%;
			padding: 0;
			width: auto;
		}
		#viewport {
			width: auto;
		}
		
		#contentArea {
			margin: 0;
			padding-top: 1em;
		}
		#main {
			display: block;
			float: none;
		}
			#navigationBreadcrumb li a {
				font-weight: bold;
			}
			
		#main a:link:after, #content a:visited:after {
			content: " (" attr(href) ") ";
			font-size: 90%;
		}
		#main a[href^="/"]:after {
			content: " (http://www.suntech-dental.com" attr(href) ") ";
		}

		#context {
			float: none;
		}
		#context * {
			float: none !important;
		}
		#footer {
			display: block;
			float: none;
			font-size: 0.8em;
			margin-right: 0;
			margin-top: 1em;
			padding-top: 0.3em;
			width: 528px;
		}
			#footer span {
				display: block;
				float: none;
			}