/*				The Rental Warehouse				*/
/*				www.therentalwarehouse.com.au		*/


*
{
	margin: 0px;
	padding: 0px;
	font-family: verdana,arial,helvetica,sans-serif;
}

body
{
	color: #000;
/*	background: #ffefef url(images_layout/trw_bkgnd.gif);	*/
	background: #b0c0ef;
	margin-bottom: 10px;
	text-align: center;
	font-size: 12px;
}

div.outer
{
	margin-left: auto;
	margin-right: auto;
	border: solid #163280;
	border-width: 0 1 1 1px;
	background: #fff;
	width: 960px;
}

div.outershadow
{
	margin-left: auto;
	margin-right: auto;
	border: solid #a0a8e0;
	border-width: 0 2 2 0px;
	width: 962px;
}

#banner
{
	width: auto;
	height: 100px;
	/*	background: #fff url(images_layout/trw_banner_bkgnd.jpg) top repeat-x;	*/
}

#menuparent
{
	position: relative;
	display: block;
	text-align: left;
	left: 0px;
	width: 1px;
	height: 1px;
}

#menucontainer
{
	position: absolute;
	color: #fff;
	background: #0469b1;
	margin-top: 20px;
	margin-right: 0px;
	padding: 0px;
	width: 150px;
	text-align: left;
	line-height: 200%;
}

div.linkspacer
{
	height: 8px;
	background: #fff;
	border-left: solid #ff0000 5px;
}

#contentcontainer
{
	margin-top: 20px;
	margin-left: 180px;
	padding: 0px;
	width: 770px;
}

#footerbranding
{
	text-align: center;
	margin-top: 10px;
	padding-bottom: 5px;
	background: #e0e0e0;
}

#footerlinks
{
	background: #163280;
	width: 100%;
	margin: 0px;
}

p.footerlinks
{
	color: #d8d8d8;
	text-align: center;
	margin: 0px;
	font-family: arial, helvetica, sans-serif;
	line-height: 200%;
	font-size: 11px;
	font-weight: bold;
}

h1, h2, h3, h4, h5, h6
{
	color: #a00000;
	text-align: left;
	line-height: 150%;
	margin-left: 10px;
	margin-bottom: 5px;
	margin-top: 20px;
}

h1
{
	font-size: 18px;
	margin-top: 0px;
	margin-bottom: 5px;
}

h2, h3, h4, h5, h6 { margin-bottom: 5px; }
h2 { font-size: 16px; }
h3 { font-size: 15px; }
h4 { font-size: 14px; }
h5 { font-size: 13px; }
h6 { font-size: 12px; }

p, br, textarea
{
	color: #000;
	text-align: left;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	line-height: 150%;
}

p.neat
{
	margin-bottom: 2px;
}

li
{
	margin-left: 45px;
	margin-right: 20px;
	margin-bottom: 20px;
	padding-bottom: 5px;
	line-height: 150%;
}

.left { text-align: left; }
.center { text-align: center; }
.right { text-align: right; }
.small { font-size: 11px; }
.strong { font-weight: bold; }
.links { font-size: 11px; }
.margin { margin-left: 20px; }
.top0 { margin-top: 0px; padding-top: 0px;}
.top10 { margin-top: 10px; }
.top20 { margin-top: 20px; }
.top35 { margin-top: 30px; }
.top50 { margin-top: 50px; }
.left25 { margin-left: 25px; }

.smallbold
{
	font-size: 11px;
	font-weight: bold;
}

.text
{
	font-weight: normal;
	color: #000;
}

.red
{
	font-weight: bold;
	color: #a00000;
}

p.highlight
{
	clear: both;
	font-weight: bold;
	background: #e0e0e0;
	padding-left: 5px;
	margin-right: 30px;
	border-bottom: solid #d0d0d0 2px;
}

.smallc
{
	font-size: 10px;
	text-align: center;
}

.contact
{
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 0px;
}

.copyright
{
	margin-top: 5px;
	text-align: center;
	font-size: 10px;
	color: #606060;
}

.pdflink
{
	background: url(images_layout/pdf_icon.gif) left no-repeat;
	padding-left: 20px; 
	text-decoration: none;
}


a:link { color: #2020ff; }
a:visited { color: #6060b2; }
a:hover { color: #ff6060; }
a:active { color: #ff0000; }

a.footerlink
{
	color: #fff;
	font-size: 11px;
	text-decoration: none;
}

a.footerlink:visited
{
	color: #efefef;
	text-decoration: none;
}

a.footerlink:hover
{
	color: #ff6060;
	text-decoration: underline;
}

a.footerlink:active
{
	color: #ff0000;
	text-decoration: underline;
}

a.sbarlink:link, a.sbarlink:visited, span.pseusdolink
{
	display: block;
	width: auto;
	height: 25px;
	text-decoration: none;
	color: #fff;
	background: #163280;
	border-bottom: solid #a0a0a0 1px;
	line-height: 180%;
	padding-left: 3px;
}

a.sbarlink:visited { color: #fff; }

a.sbarlink:hover
{
	color: #002096;
	background: #c0c0c0;
}

a.sbarlink:active
{
	color: #ffd000;
	background: #a0a0a0;
}

span.pseusdolink
{
	color: #fff;
	background: #3260b2;
}

/* Other tags   */
table { empty-cells: show; }
th { background: #efefef; }

td.form
{
	background: #d8efff;
	border-bottom: solid #a0d0ff 1px;
	border-right: solid #a0d0ff 1px;
	text-align: center;
}

img
{
	font-size: 9px;
	color: #888;
	border: none;
}

input, textarea
{
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #404040;
	text-align: left;
	border: solid #efefef;
	border-width: 0px 1px 1px 0px;
	background: url(images_layout/input_bkgnd.jpg) top left no-repeat;
	padding: 4px 2px 0px 2px;
}

textarea
{
	padding: 2px 5px;
}


/*		A hack required for MS Explorer	*/
input.checkbox
{
	background: #fff;
	border: none;
}

input.submit
{
	height: 18px;
	padding: 0px;
	font-weight:bold;
	text-align: center;
	color: #ff0;
	background: #163280;
	border-top: solid 1px #4080b2;
	border-right: solid 1px #002040;
	border-bottom: solid 1px #002040;
	border-left: solid 1px #4080b2;
}

input.submit:hover
{
	color: #ffe000;
	border: solid 1px #163280;
}
select
{
	background: #ffffd8; 
	font-size: 11px;
	height: 18px;
}
option
{
	background: #f0f0f0;
	padding: 2px;
	border-bottom: dotted #fff 1px;
}


