/* Print Styles */
/* Author: Paul Lloyd */
/* October 2005 */

/* =import defaults
----------------------------------------*/
@import url("default.css");
@import url("site/basic.css");
@import url("site/search.css");

/* =hide the unwanted
----------------------------------------*/
#lang,

#skip,
#navSub,
#navMain,
.nav,
.search,
.download,
.basket,
.browse,
#commonlinks,
fieldset,
hr {
	display: none;
}


/* =redefine what's left
----------------------------------------*/
body {	background-color: #FFFFFF!important;
}

body * {
	color: #000!important;
	border-color: #FFFFFF !important;
	background-color: #FFFFFF;
}

#nav p#logo {
	float: left;
	margin-bottom:0px;
}
#nav h2#slogan {
	float: right;
	margin: 0;
	font-size: 1.2em;
	font-weight: bold;
	color: #000;
}
#nav p#tel {
	float: right;
	margin: 0 2px 0.5em 0;
	font-size: 2.4em;
	color: #000;
}

#content {
	padding-top: 5em;
	clear: both;
		

}
#content-main-body {
	font-size: 1.2em;
	line-height: 1.6em;
	
	
}

.module {
	width: 25%;
	

}

#siteinfo {
	clear: both;
	margin-top: 2em;
	padding-top: 0.7em;
	

	
}

