/* - - - - - - - - - - - - - - - - - - - - -

Title : Austlift
URL : http://www.austlift.com.au

Author : SiteSuite Australasia
Author URL : http://www.sitesuite.com.au

- - - - - - - - - - - - - - - - - - - - - */

/*
----------------------------------------------------------------------------- 
GLOBALS
-----------------------------------------------------------------------------*/

/* default styles */
html {
  overflow: -moz-scrollbars-vertical;
}

body {
	margin: 0px;
	padding: 0px;
	font: normal 11px arial, verdana, helvetica;
	color: #444;
	line-height: 1.5em;
	text-align: center;
	background-attachment: scroll;
	background-repeat: repeat;
	background-image:url(../templateimages/splash_body.gif);
}

p, td, li {
	font: normal 11px arial, verdana, helvetica;
	color: #444;
	line-height: 1.5em;
}

a {
	color: #008a4b;
	text-decoration: underline;
}

a:hover {
	color: #008a4b;
	text-decoration: none;
}

h1 {
	font: bold 20px arial narrow, arial, verdana, helvetica;
	color: #333;
	margin: 10px 0 10px 0;
}

h2 {
	font: bold 16px arial, verdana, helvetica;
	color: #444;
	margin: 0;
}

h3 {
	font: bold 12px arial, verdana, helvetica;
	color: #333;
	margin: 10px 0 0 0;
	padding-top: 10px;
	background: url('../templateimages/dott_br.jpg') repeat-x;
}

form {
  margin: 0;
}

input {
	font-size: 12px;
}

.inputtxt {
  font-size: 12px;
}

.inputselect {
  font-size: 12px;
	width: 133px;
}

/* ----------------------------------------------------------------------------- 
Splash page styles
-----------------------------------------------------------------------------*/
#home_wrapper {
	width: 910px;
	margin: 50px auto 0 auto;
	background: #fff;
	padding: 15px;
	border: 5px solid #ffb51e;
}

#textspace {
	padding: 0px 6px 0px 6px;
}

#footer {
	width: 1020px;
	margin: 10px auto 0 auto;
	padding: 0px;
	text-align: left;
	font: normal 11px arial, verdana, helvetica;
	color: #fff;
}


		#footerLhs {
			float:left;
			width: 450px;
			text-align:left;
		}
		
		#footerRhs {
			float: right;
			width: 450px;
			text-align:right;
		}

a.white:link, a.white:visited, a.white:hover {
	font: normal 11px arial, verdana, helvetica;
	color: #fff;
	text-decoration: underline;
}

a.image:link, a.image:visited {
	background: #f7f7f7;
	
}

a.image:hover {
	background: #f1f1f1;
	
	
	}
