/*							For The PestMan										*/
/*						www.thepestman.com.au									*/
/*								Layout CSS										*/


*
{
	margin: 0px;
	padding: 0px;
	z-index: 1;
}

body.normal
{
	background: #f0f0f0;
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 12px;
	text-align: center;
}

#openingcontainer,
#footerbackground,
#img_branding,
#contentouter,
#closingcontainer
{
	width: 1000px;
	z-index: 2;
	text-align: left;
}


#outercontainer
{
	width: 1098px;
	background: url(images_layout/tpm_top_bkgnd.png) no-repeat;
	margin: 0px auto 50px auto;
	text-align: left;
}

#featurebackground
{
	position: absolute;
	z-index: -1;
	height: 189px;
	width: 1098px;
	top: 0px;
	background: #fff url(images_layout/tpm_branding_feature.jpg) 406px 16px no-repeat;
}

#openingcontainer
{
	height: 240px;
	width: 1046px;
	text-align: left;
}

#img_branding
{
	display: block;
	height: 125px;
	margin: 0px;
}



#contentouter
{
	z-index: 1;
	clear: right;
	margin: 0px auto;
	padding: 0px;
	background: url(images_layout/tpm_main_bkgnd.png) repeat-y;
}

#contentinner
{
	z-index: 1;
	width: auto;
	padding: 25px 40px 50px 60px;
	text-align: left;
}


#closingcontainer
{
	margin: 0px auto;
	background: url(images_layout/tpm_footer_bkgnd.png) bottom no-repeat;
}

#footercontainer
{	
	width: 994px;
	margin: 0px auto; 
	border-top: solid 5px #e82020;
}


#menuparent
{
	z-index: 1;
	position: relative;
	display: block;
	float: left;
	left: 0px;
	width: 1px;
	height: 0px;
}

#menucontainertop
{
	position: absolute;
	top: 54px;
	left: 944px;
	width: 100px;
	text-align: left;
}


#menucontainermain
{
	position: absolute;
	top: 145px;
	left: 430px;
	height: 21px;
	width: 616px;
	text-align: left;
	background: #e82020;
}

#menucontainerhome
{
	position: absolute;
	top: 146px;
	left: 140px;
	height: 21px;
	width: 100px;
	text-align: left;
}


#brandingobject
{
	width: 100%;
	height: 180px;
	margin: 0px auto 0px auto;
	display: block;
}



p.footerlinks
{
	color: #606060;
	font-weight: bold;
	font-size: 10px;
	text-align: center;
	margin: 5px auto;
}

p.footertext
{
	color: #fff;
	margin: 0px auto;
}


/*	#######		Anchor Styles	#######		*/

a { text-decoration: none; }
a:link { color: #2020ff; }
a:visited { color: #6060a0; }

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

a:active { color: #ff0000; }


a.inverted { text-decoration: none; }
a.inverted:link { color: #fff; }
a.inverted:visited { color: #fff; }
a.inverted:hover { 	color: #960000; }
a.inverted:active { color: #ff0000; }


a.primnavi, .pseudonavi
{
	display: block;
	float: left;
	width: 140px;
	height: 21px;
	text-align: center;
	text-decoration: none;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	line-height: 180%;
}

.pseudonavi
{
	color: #600000;
	background: #ff4040;
}

a.primnavi:link, a.primnavi:visited
{
	color: #fff;
}

a.primnavi:hover
{
	color: #600000;
	background: #ff4040;
}

a.primnavi:active
{
	color: #000000;
	background: #ffa000;
}



/*	#######		Table Styles	#######		*/
table
{
	empty-cells: show;
	font-size: 12px;
}

table { empty-cells: show; }

th, td.highlight
{
	vertical-align: top;
	text-align: center;
}

td
{
	line-height: 150%;
	vertical-align: top;
}

td.height20
{
	height: 20px;
	vertical-align: middle;
}

td.rightrq
{
	text-align: right;
	font-size: 10px;
}


/*	#######		Form Styles	#######		*/


form { display: inline; }

img
{
	border: none;
	font-size: 9px;
	color: #888;
	margin: 0px;
	text-align: center;
}

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_blur.jpg) top left no-repeat;
	padding: 4px 2px 0px 2px;
}

input:focus, textarea:focus { background: url(images_layout/input_bkgnd_focus.jpg) top left no-repeat; }
textarea { padding: 2px 5px; }

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

input.submit
{
	background: url(images_layout/submit_btn.png) no-repeat;
	display: block;
	border: none;
	width: 112px;
	height: 20px;
	margin: 0 auto;
	font-weight: bold;
	font-size: 14px;
}

input.submit:hover { background: url(images_layout/submit_btn.png) 0 20px; }

option
{
	background: #f0f0f0;
	padding: 2px;
	border-bottom: solid #fff 1px;
}


/*								Layout CSS										*/
