/* 

PRINT STYLE SHEET FOR ELEC-TECH ELECTRICAL SERVICES LTD WEBSITE
Created by Amelia Vargo for Josh.biz

Table Of Contents

	1. defaults
	2. body
	3. main layout
	4. lists
	5. links
	6. heading tags
	7. paragraph tags
	8. pictures
	
/* - 1. defaults - */

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, formfield {
	margin: 0;
	padding: 0;
	border: 0;
	}

/* - 2. body - */
	
body {
	padding: 12%;
	background: #ffffff;
	font-family: Baskerville, "Palatino Linotype", "Times New Roman", Times, serif;
	line-height: 16pt;
	}

/* - 3. main layout - */



#navigation, #mainnav  {
	display: none;
	}
	
#contentcontainer {
	clear: left;
	}
	
#contentleft {
	float: left;
	}
	
#contentright {
	clear: both;
	float: right;
	}
	
#bottom {
	clear: both;
	float: left;
	}

#footer {
	display: none;
	}

/* - 4. lists - */
	
#contentleft ul, #bottom ul  {
	font-size: 12pt;
	line-height: 1em;
	list-style-type: none;
	}
	
#contentright ul li a{
	display: none;
	}

#contentright ul li, #contentright h3 {
	clear: both;
	float: left;
	font-size: 10pt;
	line-height: 1em;
	list-style-type: none;	
	}

/* - 5. links - */

	
#contentleft a:link, #bottom a:link, #contentleft a:visited, #bottom a:visited, #contentright a:link, #contentright a:visited {
	text-decoration: underline;
	font-size: 10pt;
	}
	
/* - 6. heading tags - */

h1 {
	font-size: 16pt;
	margin: 0 0 1.2em 0;
	line-height: 1.5em;
	}

h2 {
	font-size: 14pt;
	margin: 1em 0;

	}

h3 {
	font-size: 12pt;
	margin: 1em 0;
	}

/* - 7. paragraph tags - */

p, #contentleft p.map, #footer p.map, #contentright p, #bottom p, #bottom p.after {
	font-size: 10pt;
	margin-bottom: 1em;
	}
	
#contentleft p.map span, #footer p.map span {
	text-transform: uppercase;
	}

#footer p  {
	font-size: 8pt;
	margin-bottom: 1em;
	}

#contentright p.flag span {
	text-transform: uppercase;
	}

	
#bottom p.picref, #contentright p.picref {
 	display: none;
	}

blockquote {
	display: none;
	}

/* - 8. pictures - */

img {
	display: none;
	}


