/*
CSS File for: Australian Safety and learning systems
					www.asls.com.au
Created by 	: Emu Software Australia
Author		: justin at emutrax

div classes container, header, footer, lframe, content
have been tested in Opera, Firefox and IE6 to be as consistant
as posibable.
Layout:
xxxxxxxxxxxxxxxxxx
X                X
XXXXXXXXXXXXXXXXXX
X  X             X
X  X             X
X  X             X
X  X             X
XXXXXXXXXXXXXXXXXX
X                X
XxxxxxxxxxxxxxxxxX

*/


/* -----   Layout Section   ------------ */
div.container
	{
	width:100%;
	margin:0px;
	height:100%;
	padding:0px;
	border:0px;

	}

div.header
	{
	height:186px;
	background:transparent;
	
	margin-left:0%;
	color:#1000cc; 
	clear:left;
	padding:5px;
	}

div.footer
	{
	height:10%;
	background:transparent;
	margin-left:0%;
	clear:all;
	padding:5px;
	}

div.midframe
	{
	/*height:60%;*/
	margin:0px;
	padding:0px;
	
	/*border:2px solid #996633;*/
	}

div.lframe
	{
	float:left;
	width:25%;
	height:100%;
	/*Changing Margin or Padding will effect the layout compatability
	use div.lframedata within div.lframe for margins and formating*/
	margin:0px;
	padding:0px;
	min-height:300px;
	clear:none;
	}

div.content
	{
	background:#eeeeee; 
	height:100%;

	/*Changing Margin or Padding will effect the layout compatability
	use div.contentdata within div.content for margins and formating*/
	margin:0px;
	padding:0px;
	Border:2px none #003c99;
	margin-left:26%;
	min-height:300px;
	clear:none;
	}
	
div.quote
	{
	background:#eeeeee; 
	height:100%;

	/*Changing Margin or Padding will effect the layout compatability
	use div.contentdata within div.content for margins and formating*/
	margin:0px;
	padding:0px;
	Border:2px none #003c99;
	margin-left:0%;
	min-height:300px;
	clear:none;
	}
/* -------   End Layout Section    ---------------*/

/* -------   Formating Section     ---------------*/
div.lframedata
	{
	padding:5px;
	background-color:#ffffff;
	}

div.contentdata
	{
	background-color:#ffffff;
	padding:5px 10px 10px 10px;
	font-size:11pt;
	clear:none;
	display:table-cell;
	}


div.headerdata
	{
	
	font-size:11pt;
	}

.imgcenter
	{
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	}
	
.imageright
	{
	float:right;
	padding:0pt;
	margin:5pt;
	clear:right;
	border-top:1px solid #999999;
	border-bottom:1px solid #555555;
	border-left:1px solid #999999;
	border-right:1px solid #555555;
	}
	
body
	{
	font-family:arial,sans-serif;
	background-color:#ccc6b2;
	
	text-align:justify;
	}

table
	{
	table-layout:fixed;
	margin:0%;
	}

/* Header tags */

h1
	{
	font-size:28pt;
	text-align:center;
	margin:4pt;
	padding:2pt;
	border-top:2px solid #999999;
	border-bottom:4px solid #555555;
	border-left:2px solid #999999;
	border-right:4px solid #555555;
	background-image:url(images/headback.png);
	background-repeat:repeat;
	background-position:top center;
	}

h1.small
	{
	font-size:12pt;
	margin:2pt;
	background:none;
	}
	
h3
	{
	 text-align:center;
	 padding:5px;
	 margin:0px;
	}	



/* Table tags  */

table.menu
	{
	background-image:url(images/bar5.jpg);
	background-position:center center;
	background-repeat:repeat-x;
	}

td.menu
	{
	text-align:center;
	background:transparent;
	background-repeat:no-repeat;
	background-position:center center;
	
	}

/* Contact Information Section */
td.quote-a
	{
	 background-color:#ccc6b2;
	}

/* Pickup location information section */
td.quote-b
	{
	 background-color:#ccc199;
	}

/* Delivery location information section */
td.quote-c
	{
	 background-color:#b7cc99;
	}

/* Inventory List */
td.quote-d
	{
	 background-color:#CC9966;
	 border-top:1px solid #000000;
	 border-bottom:1px solid #000000;
	}

td.quote-e
	{
	 background-color:#CCCC99;
	}

table.quote
	{
	 background-color:#666666;
	}
/* Image tags */

img.bridge
	{
	border-top:1px solid #999999;
	border-bottom:1px solid #555555;
	border-left:1px solid #999999;
	border-right:1px solid #555555;
	}


/* Paragraph tags */
p
	{
	margin-top:1px;
	margin-bottom:1px;
	margin-left:3%;
	margin-right:0pt;
	}

p.p1
	{
	text-align:right;
	 margin:1px;
	}

p.p2
	{
	 text-align:center;
	 margin:1px;
	}

p.copyright
	{
	text-align:center;
	color:#434338;
	font-weight:bold;
	}

p.footertext
	{
	text-align:center;
	color:#434338;
	
	}

p.fq
	{
	margin-top:7pt;
	font-weight:bold;
	text-decoration:underline;
	}

p.fa
	{
	margin-bottom:5pt;
	margin-top:5pt;
	margin-left:8%;
	text-decoration:none;
	}

div.centertext
	{
	text-align:center;
	}

div.testamonial
	{
	border-bottom:1px solid #000000;
	font-size:115%;
	padding:2%;
	}

div.freecall
	{
	color:#ee3333;
	font-weight:bold;
	font-size:14pt;
	text-align:center;
	}

div.contact
	{
	text-align:center;
	font-size:13pt;
	}

a.menu
	{
	color:#ffffff;
	font-weight:bold;
	}

a.footer
	{
	color:#cc3333;
	font-weight:bold;
	}
