@charset "utf-8";
body {
   background: white;
   font-size: 12pt;
   }
/* -----------------------------------------------------------------------------------
DISPLAY NONE & DELETE BACKGROUND
----------------------------------------------------------------------------------- */
#banner,
#left_column,
#heading,
#header .navigation,
#header form,
#header .tagline,
#header .user_navigation,
#right_column .breadcrumbs,
#right_column .pagination,
#right_column .print_page,
#footer {
	display: none;
	background: none;
	}
	
/* -----------------------------------------------------------------------------------
DELETE BACKGROUND
----------------------------------------------------------------------------------- */
#content .container,
#header {
	background: none;
	}
#right_column {
	width: auto;
	margin: 0;
	padding: 0;
	float: none !important;
	color: black;
	background: transparent none;
	}
	#right_column ul li {
		background: none;
		list-style: disc;
		}
	
/* -----------------------------------------------------------------------------------
HEADER -- LOGO
----------------------------------------------------------------------------------- */
#header .logo {
	display: block;
	width: 167px;
	height: 40px;
	background: url(/ui/image/layout/header/vestra_print_logo.jpg) no-repeat 0 0;
	text-indent: -9999px;
	overflow: hidden;
	margin: 0 0 20px 0;
	}
	
/* -----------------------------------------------------------------------------------
H
----------------------------------------------------------------------------------- */
h1, h1 a, h2, h2 a, h3, h3 a, h4, h4 a, h5, h5 a, h6, h6 a {
	color: #000;
	}

/* -----------------------------------------------------------------------------------
Blog
----------------------------------------------------------------------------------- */
#browse li .right {
	background: none;
	}

#browse li .right h3,
#browse li .right h3 a {
	color: #000;
	}

