/*-----------------------------------------------------------------------------
Montage Furniture Services Web Site

version:   1.1 for Print
author:    mark kimitch
email:     mark.kimitch@gmail.com
-----------------------------------------------------------------------------*/

/*General Tags
-----------------------------------------------------------------------------*/
body {
	background: white !important;
}

* {
	color: #000000 !important;
}

#login {
	display: none !important;
}

#mainNav, #branding, #footer, #header {
	display: none !important;
}

#wrapper {
	background: #fff;
	border-style: none;
	width: auto !important;
}

#logo, #copyright {
	display: block !important;
}

a {
	font-style: inherit !important;
	text-decoration: none !important;
}

.print {
	display: none !important;
}

a:after {
	content: " (" attr(href) ") " !important;
}

.picture, .picture2 {
	display: none !important;
}

.bottom {
	display: none !important;
}

.top {
	display: none !important;
}

.top2 {
	display: none !important;
}

/*CSS3 Rules
-----------------------------------------------------------------------------*/
/* Prints only absolute URLs */
/* Works for Firefox and Safari only */
a[href^="http://"]:after {
	content: " (" attr(href) ") " !important;
}