/*
©2010 Jay Hollywood
www.jayhollywood.com.au

Description : Print Stylesheet

*/

/*---------------------------------------------- GLOBAL SETTINGS */

body {
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em; 
}

/*-------------------------------------------------------- LINK */


a {
	color: #308dba;
	text-decoration: underline;
}

a:hover {
	color: #26a062;
}

a:active {
	color: #333;
}

/*---------------------------------------------------- HEADINGS */

h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
	margin:0pt;
	padding:0pt;
	font-family: Helvetica, Arial, sans-serif;
}

h1 {
	font-size: 2.4em;
	padding: 0 0 10px 0;
}

h2 {
	font-size: 2em;
	padding: 0 0 8px 0;
}

h3 {
	font-size: 1.5em;
	padding: 0 0 20px 0;
	line-height: 1.5em;
}

h4 {
	font-size: 1.2em;
	padding: 0 0 5px 0;
}

/*-------------------------------------------------- PARAGRAPHS */

p {
	font-size: 100%;
	line-height: 1.7em;
	padding: 0 0 1.25em 0;
}


/* LISTS -------------------------------------------------------- LISTS */

ul, ol {
	padding:0 0 1.25em 2.5em;
	list-style: url(art/list-style.gif);
}

#main-content li { 
	font-size: 100%;
	line-height: 1.7em;
}

/*-- nested lists --*/

#content ul ul {
	padding: 0 0 0 1.5em;
}

#content ol ol {
	padding: 0 0 0 1.5em;
}

/*------------------------------------------------------ LAYOUT */

#supersize, #supersize img  {
	display: none;
}


#container {
	width:964px;
	position: absolute;
	z-index: 4;
	top: 0;
	left: 0;
}

#header, #slogan, #title-bar, #unique-approach, #logo, #call-to-action, #hero-image, #side-nav, #footer {
	display: none;
}

#content-wrapper {
	width: 960px;
	background: none;
	margin: 0;
	float: left;
}


#content-area {
	width: 960px;
	display: block;
	background: #fff;
	float: left;
}


#main-content {
	width: 750px;
	margin: 0;
	display: inline;
	color: #444;
	padding: 0 0 20px 0;
}

#main-content h2 {
	font-size: 2em;
	color: #308dba;
}


/* CUSTOM CLASSES -------------------------------------- CUSTOM CLASSES */

.clear {
	clear: both;
}





