/*---------------------------------------------------------------------------------------------------------------------\\
//                                                      AJ Parkes Website                                              \\
//                                          Developed and Maintained by E-volution                                     \\
//---------------------------------------------------------------------------------------------------------------------\\
//  All code, images and data collected remains the property of AJ Parkes & Co and may not be edited, re-distributed   \\
//            copied or sold. All work is subject to copyright and infringement may result in legal action.            \\
//---------------------------------------------------------------------------------------------------------------------\\
//          Phone: 07 3349 7224     ---     Mobile: 0401 499 477     ---     E-mail: admin@e-volution.com.au           \\
//---------------------------------------------------------------------------------------------------------------------\\
//                                      Designer: Brent Wilkinson     Date: Mar, 2008                                  \\
//                                            ----- AJ Parkes Style Sheet -----                                        \\
//---------------------------------------------------------------------------------------------------------------------*/

/*--- GENERAL PAGE STYLES ---------------------------------------------------------------------------------------------*/

body 
{
	margin: 0px 0px 50px 0px;
	background-color: #00CCFF;
	font-family: Arial, Helvetica, sans-serif;
	color: #006600;
}

a 
{
	text-decoration: none;
	color: #FEEFB9;
}
a:hover
{
	text-decoration: underline;
	color: #FEEFB9;
}

a#footer_link_a
{
	text-decoration: none;
	color: #999999;
}
a#footer_link_a:hover 
{
	text-decoration: underline;
	color: #006600;
}

a#flink
{
	text-decoration: none;
	color: #006600;
}
a#flink:hover 
{
	text-decoration: underline;
	color: #006600;
}

img 
{
	border: 0px;
}

td 
{
	vertical-align: top;
}

hr
{
	color: #666666;
	height: 1px;
}

input,textarea
{
	font-size: 11px;
	background-color: #222222;
	border: 1px solid #666666;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}

/*--->>*/

/*--- TABLES ----------------------------------------------------------------------------------------------------------*/

table#page_background
{
	background: url(../img/badgexpress_background.jpg) repeat-x #FFFFFF;
}

table#page_holder
{
	width: 850px;
}

td#header
{
	text-align: right;
	height: 27px;
}

td#clouds
{
	background: url(../img/badgexpress_clouds.jpg) no-repeat;
	height: 85px;
	width: 850px;
}

td#roof
{
	height: 120px;
}

td#kangaroo
{
	width: 284px;
	height: 160px;
}

td#menu
{
	width: 402px;
	height:160px;
	background: url(../img/badgexpress_menu_top.jpg) no-repeat;
	vertical-align: bottom;
}

td#menu_window
{
	background: url(../img/badgexpress_window.jpg) no-repeat;
	width: 69px;
	height: 160px;
}

td#menu_boxer
{
	background: url(../img/badgexpress_boxer.gif) no-repeat;
	width: 95px;
	height: 160px;
}

td#body_splash
{
	background: url(../img/badgexpress_body_splash.jpg) no-repeat;
	width: 850px;
	height: 150px;
}

td#body_title
{
	width: 850px;
	height: 118px;
}

td#body_content
{
	background: url(../img/badgexpress_body_general.jpg) repeat-y;
	color: #FFFFFF;
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
	width: 850px;
	height: 150px;
	padding: 0px 100px 0px 100px;
}

td#body_end
{
	background: url(../img/badgexpress_body_general_end.jpg) no-repeat;
	width: 850px;
	height: 80px;
}

td#footer
{
	font-size: 11px;
	background: url(../img/badgexpress_background_bottom.jpg) repeat-x;
	height: 300px;
	width:850px;
	border-top: 2px solid #FFFFFF;
}

td#footer_side
{
	border-top: 2px solid #F6F6F6;
	background: url(../img/badgexpress_background_bottom.jpg) repeat-x;
	height: 300px;
}

/*--->>*/

/*--- DIVS ------------------------------------------------------------------------------------------------------------*/


/*--->>*/