/*
*************************************************

file : print.css
client : Weldtronics
author : Karl Brightman
date created : 1st May 2007

*************************************************
*/

/*-------------------------------------------
	Basic Selectors
-------------------------------------------*/
* { line-height: 1.4; margin: 0; padding: 0; }
body {
	color: #464a4c;
	font: normal 11px Verdana, Tahoma, sans-serif;
}

p { margin-bottom: 1em; }
a img { border: 0; }

p#skip_to_content_link { display: none; }

/*-------------------------------------------
	Header
-------------------------------------------*/
#header {
	border-bottom: 3px solid #60b7d8;
	height: 100px;
	position: relative;
}

#header a {
	color: #7f8084;
	text-decoration: none;
}

#header a#logo {
	bottom: 16px;
	left: 13px;
	position: absolute;
}

div#header h2#header_details {
	border-top: 1px solid #d3d5d2;
	bottom: 16px;
	color: #7f8084;
	font-size: 1em;
	padding: 15px 8px 0;
	position: absolute;
	right: 0;
	text-align: right;
}
div#header h2#header_details .printme { display: inline; }

/*-------------------------------------------
	Navigation
-------------------------------------------*/
#navigation { display: none; }

/*-------------------------------------------
	Banner
-------------------------------------------*/
#banner {
	border-bottom: 1px solid #d3d5d2;
	color: #3185a5;
	margin-bottom: 2em;
	padding: 1em 0;
}

body#p-home #banner { text-align: center; }

#banner #slogan {
	color: #3185a5;
	font-size: 1.1em;
	font-style: italic;
	font-weight: normal;
}

#banner #page_title {
	font-weight: normal;
}

#banner #slogan span { color: #266178; }

#banner .banner_image_small, #banner .banner_image_large { display: none; }

#banner div.secondary_home_box { display: none; }

/*-------------------------------------------
	Primary
-------------------------------------------*/
#primary h2 {
	color: #3185a5;
	font-size: 1.3em;
}

/*-------------------------------------------
	Secondary
-------------------------------------------*/
#secondary { display: none; }

/*-------------------------------------------
	Footer
-------------------------------------------*/
#footer { display: none; }