﻿/*
Title:      Madgex print styles
Author:     James Wragg
Copyright:  2008, Madgex Ltd.
*/


/* hide unwanted stuff */
#secondary-content,
#header .band em,
p.backlink,
body.contactus h2.alt,
body.contactus .container3 p
{
    display: none;
}



/* print type & layout */
body {
    margin: 0;
    padding: 0;
    font-family: Helvetica, Arial, sans-serif;
}

h1, h2, h3 {
	margin: 1.2em 0 0;
    font-family: Helvetica, Arial, Sans-Serif;
}
h1 {
    line-height: 1em;
    letter-spacing: -1px;
    margin: 1.5em 0 0.5em;
    padding-bottom: 0.25em;
    border-bottom: 2pt solid #eee;
    clear: both;
}
h2 {
	font-size: 16pt;
	}
	h2.alt {
		text-align: center;
		margin: 1.5em 0;
	}
p {
	margin: 0.125em 0 0.5em;
	}
	p.breakout {
		margin: 1.2em 0;
	}
a {
    color: #000;
    text-decoration: none;
}

#header {
	position: relative;
}
#header img {
    margin: 0.5em 1.2em 1.2em 0;
}

a img {
    border: none;
}

#dink {
	position: absolute;
	top: 1em;
	right: 0.5em;
	width: 30%;
	text-align: right;
	}
	#dink a {
		text-decoration: none;
		font-weight: bold;
	}

blockquote {
	margin: 1.5em 0 1em;
	}
	blockquote br {
		display: none;
	}
	blockquote cite{
		padding: 0.25em 0 0.5em;
		display: block;
		font-size: small;
		font-weight: bold;
		font-style: italic;
		color: #555;
	}

#footer {
	border-top: 2pt solid #eee;
	margin-top: 3em;
	padding-top: 1em;
	font-size: small;
}

#footer img {
    margin: 0 1em 0 0;
}


address {
	font-style: normal;
}


#secondary-content
{
    display: none;
}


#main-content
{
    width: auto;
    border-right: none;
}

#header
{
    display: none;   
}

h1
{
    border-bottom: none;
}