/*
CSS File for: Lidomont Pty Ltd ta Prolube Lubricants
					www.prolube.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
X  X          X  X
XXXXXXXXXXXXXXXXXX


*/


/* -----   Layout Section   ------------ */
div.container
	{
	top:0px;
	bottom:0px;
	Left:0px;
	right:0px;
	width:100%;
	margin:0px;
	height:auto;
	padding:0px;
	border:0px;
	}

div#header
	{
	top:0pt;
	left:0pt;
	right:0pt;
	bottom:auto;
	background:transparent;
	margin:0%;
	padding:2px 0px 0px 0px;
	position:absolute;
	clear:both;
	z-index:10;

	}

div#lframe
	{
	position:absolute;
	overflow:hidden;
	float:left;
	top:126pt;
	left:0pt;
	right:85%;
	width:15%;
	height:auto;
	background-color:transparent;
	z-index:3;
	margin:0px;
	padding:0px;
	clear:none;
	}

div#rframe
	{
	position:absolute;
	overflow:hidden;
	float:right;
	top:126pt;
	left:85%;
	width:15%;
	right:0pt;
	height:auto;
	z-index:4;
	margin:0px;
	padding:0px;
	clear:none;
	}


div#content
	{
	top:123pt;
	left:15%;
	right:15%;
	
	width:67%;
	height:auto;
	background:#ffffff;
	position:absolute;
	float:left;
	z-index:2;
	border-left:2px solid #0079a5;
	border-right:2px solid #0079a5;
	margin:0px;
	padding:0px;
	margin-left:1%;
	clear:none;
	}
/* -------   End Layout Section    ---------------*/

/* -------   Formating Section     ---------------*/

body
	{
	 background-color:#ffffff;
	 font-size:11pt;
	 color:#000000;
	}

/* -------   <h1-6> Heading tags    ---------------------- */

/* h1 used for Prolube heading on main page*/
h1
	{
	color:#ff2100;
	font-size:200%;
	font-weight:bolder;
	font-style:italic;
	text-align:center;
	border-bottom:3px solid #004707;
	}

/* used for the Prolube heading in lframe column */
h1.small
	{
	font-size:100%;
	border:2px solid #004707;
	margin:12px 0px 2px 0px;
	padding:5px;
	background-color:#ffffff;
	}

/* Misc page headings headings */
h2
	{
	color:#ff2100;
	font-size:170%;
	font-weight:bold;
	text-align:center;
	 font-style: italic;
	}

h2.back-a
	{
	background:#ffdbbf url(images/greenbox.gif) no-repeat center center;
	padding:5pt;
	
	}
h2.back-b
	{
	background:#ffb87f url(images/greenbox.gif) no-repeat center center;
	padding:5pt;
	}
h2.back-c
	{
	background:#89b798 url(images/greenbox.gif) no-repeat center center;
	padding:5pt;
	}
/* Smaller heading. Inc. product range headings on the products page. */
h3
	{
	color:#000000;
	font-size:120%;
	text-align:left;
	padding-left:10px;
	/*border-bottom:2px solid #004707;*/
	background-color:#ffdbbf;
	max-width:300px;
	margin:8px 0px 2px 0px;

	}
h3.privacy
	{
	max-width:450px;
	}

h3.opt1
	{
	text-align:center;
	 border:none;
	 max-width:100%;
	 padding:0px;
	}
h3.back-a
	{
	 background-color:#ffdbbf;
	}
h3.back-b
	{
	 background-color:#ffb87f;
	}
h3.back-c
	{
	 background-color:#89b798;
	}

/* used for product information pages title */
h4
	{
	color:#ff2100;
	font-size:150%;
	text-align:center;
	margin-top:10px;
	}

/* -------   End Heading tags --------------------- */

/* -------   <p> paragraph tags    ---------------------- */
p
	{
	 margin:8px 5px 2px 5px;
	 padding:2px 2px 5px 2px;
	}

p.center
	{text-align:center}


p#copyright
	{
	text-align:center;
	color:#ff2100;
	font-size:80%;
	}

p.lfrm
	{
	 font-size:80%;
	 text-align:left;
	}

p.pageinfo
	{
	font-size:80%;
	text-align:center;
	}

p.w3c
	{
	margin-right:auto;
	margin-left:auto;
	margin-top:3px;
	margin-bottom:3px;
	text-align:center;
	}

p.prod
	{
	margin:2px 2px 2px 2px;
	padding:2px;
	}

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

p.formtext
	{
	text-align: right;
	 vertical-align: top;
	}

/* -------   End paragraph tags --------------------- */

/* -------   <table> table tags    ---------------------- */
table
	{
	 table-layout:fixed;
	}

td
	{
	vertical-align:text-top;
	}

td.menu
	{
	background-image:url(images/button-a1.gif);
	background-repeat:no-repeat;
	background-position:center center;
	text-align:center;
	padding:10px;
	}

/* used for menu table in the header&nbsp */
table.tbl1
	{
	table-layout:fixed;
	margin-top:2pt;

	background-image:url(images/glow1.gif);
	background-repeat: repeat-x;
	background-position: center center;
	}

/* used for displaying standards on the product information sheets */
table.tbl2
	{
	 width:90%;
	 margin-left:10px;
	}
.tbl2a
	{
	text-align:right;
	padding-right:10px;
	}
.tbl2b
	{
	text-align:left;
	padding-left:10px;
	}
.tbl2c
	{
	padding-left:10px;
	 background-color:#ffdbbf;
	 
	}

table.tbl3
	{
	 border:2px solid #0079a5;
	 width:90%;
	 margin-left:10px;
	}
	
/* used for need more information form */
table.tbl4
	{
	 background-color:#ffffff;
	  vertical-align:top;
	 width:100%;
	}

td.tbl4
	{
	 vertical-align:top;
	}

/* -------   End table tags --------------------- */

/* -------   <ol> <ul> List tags    ---------------------- */

/* -------   End List tags --------------------- */

/* -------   <a> anchor tags    ---------------------- */

a:link
	{
	text-align:center;
	width:100%;
	}

a:visited
	{color:#0000dd;}

a.prod:link
	{
	text-align:left;
	text-decoration:underline;
	width:100%;
	color:#0000dd;
	}

a.prod:visited
	{
	color:#0000dd;
	font-style:normal;
	text-decoration:none;
	
	}

a.prod:hover
	{
	 text-decoration:underline;
	}

a.menu
	{
	 padding:2px;
	 margin:0px;
	 font-weight:bold;
	 font-size:110%;
	}



/* -------   End anchor tags --------------------- */

/* -------   <img> imgage tags    ---------------------- */

/* -------   End image tags --------------------- */

/* -------   <Div> tags    ---------------------- */
div.imgcenter
	{
	 text-align:center;
	 margin-right:auto;
	 margin-left:auto;
	}

div.tbl1
	{
	background-color:#0079a5;
	}

div.thanks
	{
	 padding-top:100px;
	 padding-bottom:450px;
	}

/* -------   End div tags --------------------- */

/* -------   Heading tags    ---------------------- */

/* -------   End Heading tags --------------------- */

/* -------   Heading tags    ---------------------- */

/* -------   End Heading tags --------------------- */
