/*
Stylesheet for www.brandleverage.com.au
*/

body {
	margin: 0px;
	padding: 0px;
	font: 14px Garamond, "Times New Roman", Times, serif;
	color: #333;
	background: #FFF url(mages/img01.png) repeat-x;
}

h1 {
	font-weight: normal;
	font-size:1.5em;
	line-height:2.5em;
	margin-bottom:2em;
}
h2 {
	font-weight: normal;
	font-size:1.8em;
	margin:1em 0 0.5em;
}
h3 {
	font-weight: normal;
	color: #333;
	font-size:1.3em;
	margin:24px 0 12px;
	padding:0 0 4px;
	border-bottom: 3px solid #4e8abe;
}
p, ol, ul {
	line-height: 1.3em;
}
ul {
	list-style-image: url(images/arrow.gif);
}
li {
	margin-bottom: 0;
	margin-top:5px;
}
ul li li {
	margin-bottom: 0;
	margin-top:3px;
}
p.intro {
	font-size:1.4em;
	line-height:1.4em;
	color:#444;
}
p.postscript {
	margin:-6px 0 18px;
	font-weight:bold;
	color:#444;
}
a:link {
	color: #444;
	text-decoration:none;
	}
a:visited {
	text-decoration: none;
	color:#666;
}
a:hover {
	text-decoration: underline;
	color: #4e8abe;
}

blockquote{
	font-weight:bold;
	color:#666;
	padding:5px;
	margin:auto 0;
	border-top: 1px solid #4e8abe;
	border-bottom: 1px solid #4e8abe;
	/*background: url(images/leftquote.png) top left no-repeat;*/
}
abbr{
	
}
hr {
	border: none 0; 
	border-top: 1px solid #CCC;
	width: 100%;
	height: 1px;
	margin: 10px 0 30px;
	text-align: left;
}

#wrapper {
	background:transparent;
	width: 850px;
	margin: 0px auto;
	padding: 0;
}

/* Header */

#header {
	width: 850px;
	height: 130px;
	margin: 0px auto;
	position:relative;
}

/* Logo */

#header h1 {
	background: transparent url(images/logo_jplconsulting.png) no-repeat;
	height:70px;
	width:300px;
	text-indent:-2000px;
	background-position:top left;
	margin-top:40px;
	float:left;
}


/* Menu */

#menu {
	float: right;
	position:absolute;
	right:0;
	bottom:25px;
}

#menu ul {
	margin: 0px;
	list-style: none;
	height:25px;
}

#menu li {
	display: inline;
	font-size:1em;
}

#menu a:link {
	display: block;
	float: left;
	margin-left: 20px;
	text-decoration: none;
	text-transform: uppercase;
}
#menu a:visited{
	color:#555;
	text-transform: uppercase;
	margin-left: 20px;
	text-decoration: none;
}
#menu a:hover{
	border-bottom: 2px solid #4e8abe;
	color:#4e8abe;
}

/* promo */

#promo {
	padding:10px 0;
	clear:right;
}
#promo .h2small {
	font-size:.5em;
	display:block;
	margin-bottom:5px;
}
/* Content */

#main {
	border-top:1px solid #FFF;
	clear:left;
}
#left {
	float: left;
	width: 250px;
	padding-top:0;
}
#center {
	margin:0 300px 0 300px;
	width: 250px;
	vertical-align:top;
}
#right {
	float: right;
	width: 250px;
}

/* Footer */

#footer {
	background:transparent;
	width: 850px;
	margin: 30px auto 0;
	padding: 10px 0 0;
	clear:both;
	position:relative;
	top:20px;
	border-top:1px solid #4e8abe;
}

#footer ul {
	margin: 0 0 30px;
	padding:0;
	list-style: none;
	font-size:.9em;
}

#footer li {
	display: inline;
}

#footer a:link {
	margin-left: 1.5em;
	text-decoration: none;
	text-transform: lowercase;
}
#footer a:visited{
	text-decoration: none;
}
#footer a:hover{
	border-bottom: 2px solid #4e8abe;
	color:#4e8abe;
	text-decoration: none;
}
