@charset "UTF-8";

/**
 * Print Rules
 */

@page { margin: 0.5in; }

body { background-color: #fff; font-size: 10pt; }

#bg { background: none; }

#general { margin-left: 0; }

#header .address p { font-size: 1em !important; }
#header .weather { display: none; }
#header .main-banner { display: none; }
#header ul.navigation { display: none; }
#header .right { display: none; }
#header .search { display: none; }
#header .breadcrumbs { display: none; }
#header .misc-buttons { display: none; }

#content { margin-top: 2em; }
#content .main-content { width: 90%; }
#content .banners { display: none; }
#content a:link:after, #content a:visited:after {
	content: " (" attr(href) ") ";
	font-size: 90%;
}
#content a[href^="/"]:after {
	content: " (http://www.hotelpekin.ru" attr(href) ") ";
}

#footer { margin-top: 2em; padding-bottom: 5em; }
#footer ul { display: none; }
#footer .banner { display: none; }
#footer .copyright { font-size: 1em !important; margin-top: 1em; }
