/*
*************************************************

file : print.css
client : Pivs Engineering
use : Print stylesheet, make it purdy when it prints
author : Karl BRIGHTMAN
date created: 20th Feburary 2007

*************************************************
*/

/*-------------------------------------------    
    Imports
-------------------------------------------*/

@import "misc.css";

/*-------------------------------------------    
    Basic Selectors
-------------------------------------------*/
* { line-height: 1.4; margin: 0; padding: 0; }
body {
	font: 10pt normal "Verdana", "Helvetica", sans-serif;
	padding: .5in;
}

a { border-bottom: 1px dashed #999; color: #000; text-decoration: none; }
a img { border: 0; }

h1 { color: #60809e; }
h2 { color: #bed0e1; }
p { margin-bottom: 1.35em; }
p, ul, ol { font-size: 1em; }
ul,ol { margin-left: 2em; margin-bottom: 1.35em; }

/*-------------------------------------------    
    Structure
-------------------------------------------*/
#right_content { display: none; }
#flash { display: none; }
#call_pivs { display: none; }

/*-------------------------------------------    
    Navigation
-------------------------------------------*/
#navigation { display: none; }

/*-------------------------------------------    
    Header
-------------------------------------------*/
#header {
	font-size: .8em;
	height: 120px;
}
#header h1 { float: left; }
#header #logo { border-bottom: 0; }
#header #contact_details { float: right;}

/*-------------------------------------------    
    Page Title
-------------------------------------------*/
#page_title h1 {
	border-bottom: 1px solid #000;
	font-weight: normal;
	margin-bottom: 1em;
	padding: 1em 0 .5em;
}

/*-------------------------------------------    
    Left Content
-------------------------------------------*/

#left_content h1 {
	color: #bed0e1;
	font-size: 1.8em;
	font-weight: normal;
	text-transform: lowercase;
}
#left_content h1 em { color: #60809e; font-style: normal; }

#left_content h2 {
	color: #000;
	font-size: 1.3em;
	font-weight: normal;
	text-transform: lowercase;
}

#left_content h3 {
	color: #000;
	font-size: 1.2em;
	font-weight: bold;
}

#left_content h4 {
	color: #666;
	font-size: 1.1em;
	font-weight: bold;
}

#left_content h5 {
	color: #999;
	font-size: 1em;
	font-weight: bold;
}

#left_content img.float_left {
	float: left;
	margin: 1em;
	margin-left: 0;
}

#left_content div.float_center {
	text-align: center;
	margin: 1em 0;
}

#left_content img.float_right {
	float: right;
	margin: 1em;
	margin-right: 0;
}

#contact_enquiry_form { display: none; } /* remove contact form */
p.back_to_top { display: none; }

#left_content .client_container { margin: 1em auto; width: 550px; }
#left_content .client_container .client_logo, #left_content .client_container .client_content { float: left; }
#left_content .client_container .client_logo {
	border-right: 1px solid #dbdfe3;
	padding: 10px;
	width: 120px;
}
#left_content .client_container .client_content {
	margin-bottom: 1em;
	padding: 10px;
	padding-top: 0;
	width: 389px;
}

#left_content .client_container .client_content .client_work_photos {
	height: 100px;
	margin: 1em auto;
	width: 375px;
}

#left_content .client_container .client_content .client_work_photos img {
	float: left;
	margin-right: 5px;
}

ul.anchor_links { display: none; }

/*-------------------------------------------    
    Footer
-------------------------------------------*/
#footer { display: none; }