/*
Theme Name: Peerless JAL
Theme URI: http://www.peerlessjal.com.au
Description: WordPress theme for Peerless JAL.
Version: 1.0
Author: Mod Media
Author URI: http://www.modmedia.com.au
*/

body {
	font-size: 11px;
	font-family: Verdana, Arial, Sans-Serif;
	background: #E7DFE7;
	color: #4A526F;
	text-align: center;
	padding: 0;
	margin: 20px 0 0 0;
}

a, img {
	border: 0;
}

a:link, a:visited {	color: #73758C;	text-decoration: none;}
a:active {	color: #6B8A4A;	text-decoration: none;}
a:hover {	color: #F78629;	text-decoration: underline;}

#page {
	width: 758px;
	text-align: left;
	margin: 0 auto;
}

.panel {
	border: 1px solid #D6CFC7;
	background: #FFFFFF;
	padding: 15px;
	margin-bottom: 10px;
}

.header {
	text-align: center;
	padding: 4px;
}

/* Sidebar Navigation */

ul#nav {
	list-style: none;
	padding: 0;
	margin: 0;
}

ul#nav li a span {
	display: none;
}

ul#nav li a {
	display: block;
	height: 29px;
	background-repeat: no-repeat;
}

ul#nav li a:hover {
	background-position: 0 -29px;
}

ul#nav li.page-item-2 a { /* Home button */
	height: 39px;
	background-image: url('images/nav_home.gif');
}

ul#nav li.page-item-2 a:hover {
	background-position: 0 -39px;
}

ul#nav li.page-item-3 a {
	background-image: url('images/nav_profile.gif');
}

ul#nav li.page-item-4 a {
	background-image: url('images/nav_products.gif');
}

ul#nav li.page-item-5 a {
	background-image: url('images/nav_services.gif');
}

ul#nav li.page-item-6 a {
	background-image: url('images/nav_distributors.gif');
}

ul#nav li.page-item-7 a {
	background-image: url('images/nav_training.gif');
}

ul#nav li.page-item-8 a {
	background-image: url('images/nav_team.gif');
}

ul#nav li.page-item-9 a {
	background-image: url('images/nav_contact.gif');
}

/* Call To Action buttons */

ul#nav li.page-item-10 a, ul#nav li.page-item-11 a, ul#nav li.page-item-12 a, ul#nav li.shop a {
	margin-top: 10px;
	height: 50px;
}

ul#nav li.page-item-10 a:hover, ul#nav li.page-item-11 a:hover, ul#nav li.page-item-12 a:hover, ul#nav li.shop a:hover {
	background-position: 0 -50px;
}

ul#nav li.page-item-10 a {
	background-image: url('images/call_catalogues.gif');
}

ul#nav li.page-item-11 a {
	background-image: url('images/call_MSDS.gif');
	height: 50px;
}

ul#nav li.page-item-12 a {
	background-image: url('images/call_news.gif');
}

ul#nav li.shop a {
	background-image: url('images/call_shop.gif');
}

#sidebar {
	width: 180px;
	float: left;
}

#sidebar div.contact {
	background-color: #F1F2F5;
	padding: 8px;
	line-height: 17px;
	margin-top: 10px;
	text-align: center;
	font-size: 1.1em;
	min-height: 100%;
}

#flash {
	margin-bottom: 10px;
}

#content {
	width: 536px;
	margin-right: 10px;
	float: left;
}

h1 {
	background-color: #E7DFE7;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1.6em;
	font-weight: bold;
	text-transform: uppercase;
	padding: 15px 20px 10px 20px;
	margin: 0;
	}

h2 {
	font-family: Arial,Helvetica,sans-serif;
	color: #F58428;
	font-weight: bold;
	font-size: 1.4em;
}

h2.section {
	background-color: #E7DFE7;
	margin: 0;
	padding: 15px 20px 10px 20px;
        clear: both;
        float: none;
}

h3 {
	font-size: 1.3em;
	}

h4 {
	clear: both;
}

.entry {
	padding: 20px;
	background-color: #F1F2F5;
        clear: both;
        float: none;
        overflow: auto;
}

.entry ul {
	padding-left: 25px;
}

.entry ul li {
	margin-bottom: 10px;
}

.entry ul.subpages {
	list-style: none;
	padding: 0;
}

.post table td {
	vertical-align: top;
}

.clear {
	height: 1px;
	float: none;
	clear: both;
	line-height: 1px;
}

#footer ul { /* Footer nav links */
	list-style: none;
}

#footer ul li {
	margin: 0 5px;
	float: left;
}

#footer div.copyright {
	clear: both;
	margin: 10px 0;
	text-align: center;
}

.alignleft {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	clear: both;
}

.alignright {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	clear: both;
}

.imagemap {
	position: relative;
}

.imagemap a {
	position: absolute;
}

.imagemap a span {
	display: none;
}

/* DISTRIBUTORS */
#nsw, #vic, #qld, #sa, #nt, #wa, #tas { background: transparent; font-size: 300%; margin-top: 2em; }