/*
©2008 Bam Creative

Title : style.css
Author : Renee Levesque | Bam Creative
URL : www.easifleet.com.au

Description : Stylesheet

notes:
danielb@bam.com.au: refer to /templates/reset.css
*/

/*---------------------------------------------- GLOBAL SETTINGS */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100% !important; /* dont control the font-size here - leave it for the 
	element you want to control. This sets the base text size to 16px */
	background: url(../art/background-body.jpg) repeat-x;
	padding-bottom: 10px;
}



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


a {
	color: #a41f09;
}

a:hover {
	text-decoration: underline ;
}

a.active {
	color: #a41f09;
}

#footer-content a, #footer-2 a {
	color: #999;
	text-decoration: none;
}

#footer-content a:hover, #footer-2 a:hover, #footer-content a.active {
	color: #a31e0b;
}
/*---------------------------------------------------- HEADINGS */

h1, h2, h3, h4, h5, h6 {
font-weight:normal;
margin:0pt;
padding:0pt;
}
h1 {
	font-size: 1.25em;
	padding: 5px 0 5px 0;
}

h2 {
	font-size: 1em;
	font-weight: 600;
	line-height: 1.8em;
	padding: 5px 0 5px 0;
}

h3 {
	font-size: 1.1em;
	line-height: 1.4em;
	color: #a5a5a5;
}

h4 {
	font-size: 0.95em;
	line-height: 1em;
	color: #333333;
	font-weight: bold;
}

h5 {
	font-size: 0.85em;
	line-height: 1em;
	font-weight: 600;
	color: #a41f09;
}


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

p {
	font-size: 14px;
	line-height: 1.4em;
}

.mceContentBody { /* for tinyMCE editable area to match */
	font-size: 100%;
}

#footer-content p, #footer-2 p {
	color: #999;
}


/*----------------------------------------------------- BULLETS */

#page-content ul li, .mceContentBody ul li { /* make sure you reference ul via the container it's in - i.e. #content */
	font-size: 14px; /* try and match the <p> font-size for consistency */
	line-height: 1.4em;
	list-style:disc;
}

#container {
	width: 785px;
	margin: 0 auto 0 auto; 
	position: relative;
	overflow: hidden;
}

#header {
display:none;
}

#nav {
	display:none;
}

#top-links {
	display:none;
}

#content {
    width: 785px;
    margin: 0 auto;
    background: url(../art/background.jpg) 4px 0px repeat-y;
    height: auto;
    clear: both;
    position: relative;
}

#left-gradient {
display:none;
} 

#page-content {
	width: 500px;
	float: left;
	display: inline;
	margin: 20px auto 0 20px;
	padding-bottom: 15px;
}
/*-- right content boxes--*/

#right-col {
	display:none;
}


/*-- bottom links --*/
#bottom-links {
	display:none;
}


/*--  footer --*/
#footer {
	display: none;
}

#footer-2 {
	display: none;
}
/*------------------------------------------------------- FORMS */


form label {
	font-size: 0.75em;
}

form input, form select, form textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	width: 220px;
	border: 1px solid #ccc;
	padding: 3px;
	display: block;
	background-color: #fff;
	margin: 0 0 15px 0;
}

form input {
	width: 10em;
}

form input.hidden {
	display: none;
}

form select {

}

/* contact form */
form#contactform {
	width: 400px;
}

form#contactform ol {
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
}

form#contactform ol li{
	display: block;
	}

form#contactform label {
	color: #4b4b4b;
	margin: 2px 0;
}

form#contactform input {
	margin: 4px 0;
	color: #4b4b4b;
	
}

form#contactform textarea {
	width: 220px;
	margin: 4px 0;

}

form#contactform a#submit {
	background: url(/art/submitbtn.gif) 0 0;
	width: 68px;
	height: 20px;
	display: block;
	margin: 10px 0 0 0;
	float: right;
}
form#contactform a#submit:hover {
	background: url(/art/submitbtn.gif) 0 -20px;
}

form#loginform label{
    color: #fff;
    display: block;
    margin-left: 10px;
    margin-top: 3px;
}

form#loginform {
}

form#loginform input{
    background: #cecdcd;
    border:none;
    color: #fff;
    display: inline;
    margin-bottom: 5px;
    margin-left: 10px;
}

form#loginform input#userpass{
	float: left;
    width: 93px;
}

form#loginform input#go{
    background:none;
    border:none;
	float: left;
    margin: 0px;
    padding: 0px;
    width: 26px;
}


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

.clear {
	clear: both;
}
