html {
	line-height: 1.4;
}
html, body {
	margin: 0;
	padding: 0;
	width:100%;
	min-width:100%;
	height: 100%; /*added on 20190208 for footer*/
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #402e15;
	-webkit-font-smoothing: antialiased;
	background: url(../img/bg.jpg) repeat;
	/*added on 20190208 for footer*/
	display:flex; 
	flex-direction: column;
}

h1, h2 {
	font-family: 'RobotoCnBold';
	font-size: 46px;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0 0 20px 0;
}

h3 {
	font-family: 'RobotoCnBold';
	font-size: 30px;
	font-weight: normal;
	text-transform: uppercase;
	color: #168241;
	margin: 10px 0;
}

h4 {
	margin: 10px 0 0 0;
	font-family: 'RobotoLtMed';
	text-transform: uppercase;
}

h5,h6 { margin: 0; }

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}
img { border:none; }

audio,
canvas,
iframe,
img,
svg,
video {
	vertical-align: middle;
}
fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}
textarea {
	resize: vertical;
}

.hidden, .u-hidden {
	display: none !important;
}

.vhidden {
	display: none;
}

.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}
.center { text-align: center; }
.centerblock { margin: auto; display:block; }
.right { text-align: right; }

/* helper */
.black {
	color: #000;
}

.white {
	color: #FFF;
}

.grey {
	color: #666;
	font-size: 90%;
}
.small { 
	font-size: .85em;
}
ol.small { 
	font-size: .7em;
}

.fulloverlay {
	position: fixed;
	top:0;
	left: 0;
	background: rgba(0, 0, 0, 0.3);
	bottom: 0;
	right: 0;
	z-index: 1000;
	cursor: pointer;
}

.iblock {
	display: inline-block;
}

*[role=button] {
	cursor: pointer;
}
@-moz-document url-prefix() {
	form select {
		background-color: #fff;
		padding: 4px 5px;
	}
}

sup { font-size:75%; }

u { text-decoration: none; border-bottom: 1px dotted black; }

a.button {
	text-decoration: none !important; 
}

a:link {
	color: #136e37;
	text-decoration: underline; 
	text-decoration-color: #1DAE57;
}
a:hover { 
	text-decoration: underline; 
	color: #1DAE57;  
}

.clear {
	clear: both;
}
.container {
	/* width: 1125px; */
	width: 1245px;
	margin: 0 auto;
}

.innerpage {
	margin: 85px auto 0;
	position: relative;
}

.innerpage p {
	color: #402e15;
	font-size: 16px;
	margin: 0 0 30px;
}

.fleft {
	float: left;
}

.fright {
	float: right;
}

p.large { 
	font-size: 2em;
	text-align:center;
}

.img_block { padding: 10px; display: block;}
.services_img_block { display: block; border:6px solid #FFF; border-radius: 6px;padding:0; }
.block { display:block; }
div.addresses {
	margin-top: 20px;
	background: none repeat scroll 0 0 #F8F8F8;
	border: 1px solid #CCCCCC;
	font-size: 12px;
	padding: 15px;
	position: relative;
}

.addresses ul.address {
	margin: 0 35px !important;
	padding: 0;
}

form input {
	border: 1px solid #CECECE;
	border-radius: 3px;
	padding: 5px;
}

form select {
	background: url('../img/select_arrow.png') no-repeat center right #fff;
	border: 1px solid #CECECE;
	border-radius: 3px;
	padding: 4px 20px 4px 5px;
	-webkit-appearance:none;
	-moz-appearance: none;
	appearance: none;
}
#txtsuburb:invalid  {
	color: grey;
}
#txtsuburb:invalid option {
	text-decoration: none;
}
form select::-ms-expand {
    display: none;
}

option:disabled{
	text-decoration: line-through;
}

.inline {
	display: inline-block;
	zoom: 1;
	*display: inline;
}

/* Visuals */
.filter_image {
	-webkit-filter: drop-shadow(0px 2px 3px rgba(0,0,0,0.5)); 
	filter: drop-shadow(0px 2px 3px rgba(0,0,0,0.5));
}

#top_leaves {
	background: url(../img/top_leaves.png) no-repeat center top;
	height: 435px;
	position: absolute;
	z-index: 9;
	top: -15px;
	left: 0;
	right:0;
}

.center_leaves {
	background: url(../img/index_block01_leaves.png) no-repeat;
	position: absolute;
	top: 0;
	height: 270px;
	width: 200px;
}

#inner_leaves {
	background: url(../img/inner_leaves.png) repeat-x center top;
	width: 100%;
	height: 189px;
	position: absolute;
	z-index: 0;
	top: 110px;
}

.block_shadow {
	position: relative;
	margin-bottom: 37px;
	padding: 26px 0;
	background: url(../img/block01_bg.png) repeat-y;
}

.block_shadow:before {
	content: "";
	background: url(../img/shadow_top.png) no-repeat center top;
	height: 27px;
	position: absolute;
	top: -27px;
	width: 100%;
	left: 0;
}

.block_shadow:after {
	content: "";
	background: url(../img/shadow_bottom.png) no-repeat center top;
	height: 27px;
	position: absolute;
	bottom: -27px;
	width: 100%;
	left: 0;
}

/* header */
#inner_leaves div {
	display: none;
}

#top_leaves h1 {
	display: none;
}

#quicklinks {
	width: 100%;
	background: #271c07;
	position: relative;
	z-index: 10;
	border-bottom: #168241 4px solid;
	height: 36px;
	box-sizing: border-box;
}
#quicklinks ul {
	display: block;
	list-style: outside none none; 
	margin: 0 auto;
	padding: 0; 
	font-family: RobotoLtMed;
	font-size: 16px;
	color: white;
}

#quicklinks ul li {
	display: inline-block; 
}
#quicklinks li:first-child {
	padding: 5px 8px;
}
#quicklinks li:last-child {
	text-align: right; 
	float: right;
	padding: 5px 8px;
}

#quicklinks li a:link, #quicklinks li a:visited {
	color: #F8F8F8;
}
#quicklinks li a {
	display: inline-block; 
	background: #6f5219;
	padding: 5px 8px;
}


#banner {
	position:relative;
	height: 450px;

}

#banner span { 
	position: absolute; 
	z-index: 10; 
	opacity: 0;
	font-family: 'RobotoLtMed';
	font-size: 40px;
	color: #fff;
	text-shadow: 3px 3px 3px #000000;
	text-transform: capitalize;
}

#bannertext1 {
	top: 250px;
	right: 100px;
}

#bannertext2 {
	top: 150px;
	left: 100px;
}

#bannertext3 {
	top: 180px;
	right: 250px;
}

#bannertext4 {
	bottom: 100px;
	left: 200px;
}

#bannertext5 {
	top: 180px;
	left: 400px;
}
#bannertext6 {
	top: 250px;
	right: 100px;
}

#bannertext7 {
	top: 150px;
	left: 100px;
}

#bannertext8 {
	top: 180px;
	right: 250px;
}

#bannertext9 {
	bottom: 100px;
	left: 200px;
}

#bannertext0 {
	top: 180px;
	left: 400px;
}

#banner_slide {
	position: relative;
	top: -50px;
	margin: 0 auto;
	z-index: 3;
}

#banner_slide div {
	background-repeat: no-repeat;
	background-position: top center;
	display:none;
	position: absolute;
	top: 0;
	margin: 0 auto;
	height: 500px;
	width: 100%;
	z-index: 3;
}

#banner_slide div:first-child {
	display:block;
}
.logo {
	background-repeat: no-repeat;
	display: block;
	position: absolute;
	z-index: 10;
	bottom: 0;
	font-size: 1.2em;
	background-color: #FFF;
	background-color: rgba(255,255,255,0.8);
	padding: 1em;	
	height: 60px;
	box-sizing: border-box;
	text-decoration: none !important;
	color: #136e37;
}

.logo:hover {
	transition: padding-bottom 1s;
    padding-bottom: 3em;	
}


#logo_book {
	right: 470px;
	font-weight: bold;
}

#logo_payment {
	right: 285px;
	font-weight: bold;
}

#logo_phone {
	width: 260px;
	right: 0;
	padding: 1em 0;	
	vertical-align: middle;
	background: url(../img/logo_phone_bg.png);
	text-indent: 52px;
}

#logo_slogan {
	font-size: 30px;
	font-family: 'RobotoCnBold';
	text-decoration: none;
	color: #161616;
	text-transform: uppercase;
	left: 0;
	padding: 8px;	
}

/* Menu */
#menu {
	background: url(../img/main_menubg.png) repeat-x;
	position: relative;
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
	height: 110px;
}

#menu ul {
	list-style: none;
	padding: 0;
	height: 110px;
}

#menu #nav_logo {
	background: url(../img/awmlogo.png) no-repeat;
	height: 185px;
	width: 216px;
	margin-top: -1px;
	position: relative;
	z-index: 10;
}

#menu li {
	width: 128px;
	height: 109px;
	display: block;
	float: left;
}

#menu li a {
	width: 100%;
	min-height: 100%;
	display: block;
}

#menu li a > span {
	display: none;
}

#menu li > a:hover {
	background-position: center bottom;
}

#nav_home {
	background: url(../img/mainnav01.png) no-repeat center top;
}

#nav_about {
	background: url(../img/mainnav02.png) no-repeat center top;
}

#nav_serv {
	background: url(../img/mainnav03.png) no-repeat center top;
}

#nav_prod {
	background: url(../img/mainnav04.png) no-repeat center top;
}

#nav_cov {
	background: url(../img/mainnav05.png) no-repeat center top;
}

#nav_cont {
	background: url(../img/mainnav06.png) no-repeat center top;
}

#nav_cart {
	background: url(../img/mainnav07.png) no-repeat center top;
	position: relative;
}

#nav_price_match {
	background: url(../img/price_match-4.png) no-repeat center center;
    background-size: 105%;
}

/* Cart */
#nav_cart:hover > .popup {
	display: block;
}

#menu_cart {
	display: none;
	width: 239px;
	background-color: #A1B92D;
	background-image: linear-gradient(to bottom, #A1B92D 0%, #B9D434 100%);
	position: absolute;
	top: 100%;
	z-index: 99;
	right: 0;
	list-style: none;
	padding: 10px;
}

#menu_cart h3 {
	font-size: 22px;
	color: #fff;
	text-shadow: 1px 1px 2px #000;
	margin: 10px 0;
}

#menu_cart #carttotal {
	padding-top: 1em;
	color: #fff;
	text-transform: uppercase;
	text-shadow: 1px 1px 2px #000;
	font-size: 22px;
	margin: 10px 0;
	font-family: 'RobotoCnBold';
	font-weight: normal;
}

#menu_cart #cartcheckout {
	background: url(../img/cart_btn01.png) no-repeat center top;
	width: 193px;
	height: 50px;
	display: block;
	margin: auto;
}

#menu_cart .item-remove {
	height: 12px;
	width: 12px;
	display: block;
	float: right;
}

#menu .simpleCart_quantity {
	left: 30px;
	position: absolute;
	text-align: center;
	top: 26px;
	width: 25px;
	display: inline;
	color: #000;
}
#menu .simpleCart_items .headerRow div, #menu .simpleCart_items .item-price {
	display: none;
}
#menu .simpleCart_items .itemRow {
	padding: .2em 0;
	clear:both;
}
#menu .simpleCart_items .itemRow div
{
    display: inline-block;
    vertical-align: top;
}
#menu .simpleCart_items .item-color:before {
	content: '';
	display: block;
}

#menu .simpleCart_items .itemRow .item-custom {
	padding-right: .5em;
}
#menu .simpleCart_items .itemRow a:link{
	color: white;
}
#menu .simpleCart_items .itemRow .item-name {
	font-weight: bold;
	text-overflow: ellipsis;
	width: 200px;
	overflow: hidden;
}

#menu .simpleCart_remove:link {
	font-weight: bold;
}

#menu_cart .item-total {
	float: right;
}

#menu_cart .simpleCart_remove {
	background: rgba(0, 0, 0, 0) url(/theme/img/delete.png) no-repeat scroll 0 0;
	display: block;
}

.simpleCart_checkout { 
	cursor: pointer;
}

section {
		flex: 1 0 auto;	/*added on 20190208 for footer*/
}
/*Sitemap*/

.ul-sitemap
{
	font-size:20px !important;
}

/* Footer */
#footer_top {
	padding: 2em 0 0 0;
	background: url(../img/footer_leaves.png) no-repeat left bottom;
	text-align: center;
	font-size: 16px;
	font-family: 'RobotoLtMed';
	flex-shrink: 0;	/*added on 20190208 for footer*/
}

#footer_top .facebook_txt, #footer_top .twitter_txt  {
	padding: 16px 0 0 65px;
	text-align: left;
	float: left;
	/* background: url(../img/facebook_icon.png) no-repeat; */
	background: url(../img/facebook-circle-icon.png) no-repeat;
	background-size:60px;
	min-height: 60px;
	margin: 0 8px;

}
#footer_top .twitter_txt {
	text-align: right;
	float: right;
	/* padding: 16px 60px 0 0; */
	padding: 16px 55px 0 0;
	/* background: url(../img/twitter_icon.png) top right no-repeat; */
	background: url(../img/twitter-circle-icon.png) top right no-repeat;
	background-size:60px;
}
#footer_top .facebook_txt {

}
#footer_top .facebook_txt a, #footer_top .twitter_txt a {
	text-decoration: none;
	text-transform: uppercase;
	color: #402e15;
}

#footer_top .facebook_txt span, #footer_top .twitter_txt span {
	font-size: 22px;
	margin-right: 10px;
}

footer {
	/*background: url(../img/footerbg.png) repeat-x;*/
	background: linear-gradient(0deg, rgba(161,185,45,1) 0%, rgba(211,229,125,1) 100%);
	line-height: 29px;
	/*height: 59px;*/
	color: #168241;
	font-family: 'RobotoLtMed';
	text-shadow: 1px 1px 1px #fff;
	text-transform: uppercase;
	text-align: center;
}

footer a {
	color: #1dae57;
	text-decoration: none;
}
footer a:hover{
	text-decoration: underline;
}


.no-list>li{ display: block; }


/* */
.viconly {
	background: url(../img/icon_viconly.png) no-repeat left top;
}
.product_open {
	display: block;
	height: 100%;
}

#alertupdate {
	position: fixed;
	top: 10%;
	left: 50%;
	z-index: 1000;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: .2em;
	background: #cc0000 no-repeat center top;
	background-image: linear-gradient(to bottom, #009900 0%, #39ae39 100% );
	border-radius: .4em;
	box-shadow: 0 2px 2px #222;
	display: none;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	max-height: calc(100% - 100px);
}

#alertupdate section div strong {
	color: crimson;
}

#alertupdate section div a{
	display: block;
	font-size: 32px;
	text-decoration: none;
	font-family: 'RobotoCnBold';
}

.tocnotes h3
{
	font-size:12px;
}

.tocnotes p
{
	font-size:10px;
}

@media screen and (max-width: 768px) {
	#alertupdate {	
		transform: translate(0, 0);
		left: 10px;
		right: 10px;

	}
	
	.tocnotes h3
	{
		font-size:20px;
	}
	
	.tocnotes p
	{
		font-size:16px;
	}
	
	.small
	{ 
		font-size: 16px;
	}
	ol.small
	{ 
		font-size: 16px;
	}
}


#alertupdate button, #alertupdate .cart_checkout {
	font-size: 12px;
}
#alertupdate iframe { 
	width: 100%;
	height: 370px;
}

#alertupdate .removeareaicon {
	position: absolute;
	top: 8px;
	right: 8px;
}
#alertupdate p {
	padding: 6px; 
}

#alertupdate header {
	font-family: 'RobotoCnBold';
	font-size: 36px;
	font-weight: normal;
	text-transform: uppercase;
	color: #168241;
	margin: 10px 0 0 0;
	padding: 0.2em; 
}
#alertupdate section {
	background: #FFF no-repeat center top;
	border-radius: .4em;
	box-shadow: 0 1px 4px #222 inset;
	height: 100%;
	padding: .2em;
	clear: both;
	text-align:center;

}
#alertupdate .small_product_img {
	width: 120px;
	height: 120px;
}

#alertupdate .img_container {  float:left; }
#alertupdate .price_container { font-size: 0.95em }
#alertupdate .price { text-align:right; font-weight: bold; font-size: 1.1em; }

/* Index page formatting   */
#index_feature {
	background: url(../img/bg02.jpg) repeat;
	box-shadow: 0 0 10px #000000 inset;
	padding: 2em auto;
}

#index_feature .container{
	position: relative;

}

#index_feature .overlay_boxg {
	background: url(../img/bgbox.png) no-repeat top right;

}
#index_feature .offered_services {
	list-style: none;
	margin: 0;
	padding: 2em 340px .3em 0;
	padding-right: 340px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 100%;
	min-height: 26em;
}

.offered_services h3 {
	font-size: 1.2em;
	margin: 0;
}
.offered_services li { 
	display: inline-block;
	width:46%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin: 10px 1%;
	padding: .5em;
	background: #d7f83c no-repeat center top;
	background-image: -ms-linear-gradient(top, #d7f83c 0%, #B9D434 100%);
	background-image: -moz-linear-gradient(top, #d7f83c 0%, #B9D434 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #d7f83c), color-stop(1, #B9D434));
	background-image: -webkit-linear-gradient(top, #d7f83c 0%, #B9D434 100%);
	background-image: linear-gradient(to bottom, #d7f83c 0%, #b8d433 100% );
	border-radius: .4em;
	box-shadow: 0 2px 2px #222
}
.offered_services li:hover {
	background-image: linear-gradient(to bottom, #dffe45 0%, #bedb3a 100% );
	cursor: pointer;
}
.offered_services p {
	margin: 0 0 1em 0;
	min-height: 4em;
	padding-left: 60px;
	font-size: .9em;
}
.offered_services .price {
    font-family: "RobotoLtMed";
    font-size: 20px;
    margin: 2px 0 0;
    text-align: right;
	display:block;
}

#service_pcrecycling {
	background:  url('../img/icon_paperrecycling.png') no-repeat bottom left;
}

#service_securedocuments{
	background:  url('../img/icon_documentdestruction.png') no-repeat bottom left;
}

#service_collections{
	background:  url('../img/icon_bin.png') no-repeat bottom left;
}

#service_onceoff{
	background:  url('../img/icon_bag.png') no-repeat bottom left;
}

#index_feature .featuredproducts {
	float:right;
	list-style: none;
	margin: 0;
	padding: 0;
	width:277px;
	background: url(../img/block_back.png) no-repeat center center;
}

.featuredproducts > li {
	padding: 0px 10px;
	display: none;
	width:240px;
	height:335px;
	margin: 1em auto;
}

.featuredproducts > li img {
	/* width:240px; */
	width: 180px;
    margin-left: 30px;
}

.featuredproducts > li:first-child{
	display: block;
}

.featuredproducts li a {
	display:block;
	margin: 0 4px;
	font-weight: bold;
	text-align: center;
}

#index_company {
	position: relative;
}

#index_company .center_leaves {
	background: url(../img/index_block01_leaves.png) no-repeat;
	position: absolute;
	right: -300px;
	top: 0;
	height: 270px;
	width: 200px;
}

#index_company .service_shop {
	margin: 60px 0 0 0;
}

#index_company .service_shop ul {
	list-style: none;
	margin: 90px 0 0 0;
	padding: 30px 0;
	/*color: #168241;*/
	font-size: 16px;
	display: block;
	background: url(../img/block01_bg.png) repeat-y;
}

#index_company .service_shop li {
	width: 48%; /* NOTE FIX FOR MOBILE */
	display: inline-block
}

#index_company .service_shop li:first-child {
	border-right: 1px solid #e8e8e8;
	float: left;
}

#index_company .service_shop li img {
	float: left;
}

#index_company li.icon_shop .text_container {
	margin-left: 160px;
}

#index_company li.icon_services .text_container {
	margin-left: 170px;
}

#index_company h3 {
	margin: 0;
	font-family: 'RobotoLtMed';
	font-size: 20px;
	text-transform: uppercase;
	font-weight: normal;
}

#index_company .h-card {
	list-style: none;
	margin: 40px 0 0 40px;
	padding: 0 0 0 10px;
	min-height: 100px;
}

#index_company .h-card > li:last-child {
	margin-right: 0px;
}

#index_company .h-card h3 {
	margin: 20px 0 0 0;
}
#box_phone, #box_email, #box_location {
	min-height: 100px;
	display: block;
	float: left;
	padding-left: 68px;
	font-size: 14px;
	margin-right: 20px;
	background: no-repeat;
	min-width: 200px;
}
#box_phone {
	background-image: url(../img/box_phone.png);
}

#box_email {
	background-image: url(../img/box_email.png);
	padding-left: 108px;
}

#box_location {
	background-image: url(../img/box_location.png);
}
#box_location time{
	display:block;
}

#index_feature a, #index_company a{
	color: inherit;
	text-decoration: none;
	font-weight:bold;
}

#index_feature a:hover {
	text-decoration: underline;
}

.index_message {
	z-index: 1;
	position: absolute;	
}
.index_message span { display: none; }

#index_message01 {
	background: url(../img/index_quality.png) no-repeat;
	top: -40px;
	left: 440px;
	height: 48px;
	width: 432px;
}

#index_message02 {
	background: url(../img/index_deals.png) no-repeat;
	bottom: 0;
	right: -20px;
	height: 189px;
	width:164px;
}

/*** contact us ***/
#contact_form {
	text-align: center;
}
#contact_form .content_left {
	width: 40%;
	display:inline-block;
	box-sizing: border-box;
	text-align: left;
}

#contact_form .content_right {
	box-sizing: border-box;
	width: 50%;
	display:inline-block;
	text-align: left;
}

#contact_form dt {
	color: #168241;
	text-transform: uppercase;
	font-size: 22px;
	padding-bottom: 5px;
}

#contact_form dl.halfwidth {
	/* width: 204px; */
	width: 49.5%;
	display: inline-block;
	zoom: 1;
	*display: inline;
}

#contact_form dl {
	width: 100%;
	display: inline-block;
	zoom: 1;
	/* display: inline; */
}

#contact_form dl.halfwidth input {
	/* width: 185px; */
	width: 90%;
}

#contact_form dl input {
	/* width: 360px; */
	width: 94.5%;
}

#contact_form dl select {
	/* width: 360px; */
	width: 97.3%;
}

#contact_form dd {
	margin: 0;
}

#contact_form textarea {
	height: 185px;
	min-height: 100px;
	min-width: 300px;
	max-height: 300px;
	max-width: 653px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 10px;
}


@media screen and (max-width: 960px)
{
	#contact_form .content_left, #contact_form .content_right 
	{
		width: 100%;
		float: none;
		display: block;
		max-width: 100%;
	}
}


@media print {
	*,
	*:before,
	*:after,
	*:first-letter,
	*:first-line {
		background: transparent !important;
		color: #000 !important;
		box-shadow: none !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]:after {
		content: " (" attr(href) ")";
	}

	abbr[title]:after {
		content: " (" attr(title) ")";
	}

	a[href^="#"]:after,
	a[href^="javascript:"]:after {
		content: "";
	}

	pre,
	blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}
	thead {
		display: table-header-group;
	}

	tr,
	img {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	h2,
	h3 {
		page-break-after: avoid;
	}
	.no-print { display: none; }
}

@media only print {
	#menu li, #footer_top, footer a
	{
		display: none;
	}

	h2, h3 { text-align: center; }
	#menu #nav_logo { display: block; width: 0; height: 0;}
	#menu #nav_logo::after {
		content: url("../img/logo.png") !important;
		width: 160px;
		height: 160px;
		display: block;
	}
	#nav_logo a[href]::after {
		content: "";
	}
	.block_shadow
	{
		margin: 0;
	}
}
