	/*
Brad Slater Design 0402 266 226
brad@bradslater.com.au
*/

* {
 margin: 0;
 padding: 0;
}

body {
	margin: 0px;
	padding: 0px;
	background: url("../images/stripPhoto1web.jpg") repeat-y  center top #000;
	text-align: center;
	font: 62.5% times, serif;
	color: #000;
	/*text-align: center;*/
	behavior:url("css/csshover3.htc");
	/*background: url(../images/bg1.gif) repeat;*/
}



p, ol, ul {
	margin-bottom: 1.0em;
	line-height: 140%;
	font: normal 10pt verdana, arial, helvetica;
	color: #fff;
}

#wrapper {
	/*background: url(../images/frames1.jpg) no-repeat 100% 140px;*/
	width: 960px;
	margin: 0px auto 0 auto;
	text-align: center;
	/*background: #f00;*/
	/*overflow: hidden;*/
	
	
}

#outter {
	/*  background: url(/images/pagebg.png) repeat-y left top; */
	width: 960px;
	float: left;
	margin: 0px ;
	/*padding: 10px 5px 10px 5px;*/
	padding: 0px;
	/*background: #F4741D;*/
	
	text-align: center;
	
}

* html #outter { /* IE */
	/*  background: url(/images/pagebg.png) repeat-y left top; */

	margin: 0px ;
	padding: 0px;

}



#container {
	/*  background: url(/images/pagebg.png) repeat-y left top; */
	width: 960px;
	margin: 0px ;
	padding: 0px;
	/*background: #F4741D;*/
	/*background: #fff;*/
	
	text-align: center;
	border: 1px solid #2c2c2c;
}

* html #container {
	/*  background: url(/images/pagebg.png) repeat-y left top; */
	width: 950px !important;
	overflow: hidden;
}

#header {
	background: url(http://buxparties.com.au/images/header.jpg) no-repeat left top;
	
	width: 960px;
	height: 300px;
	/*clear: both;*/
}

.footer {
	float: left;
	text-align: center;
	width: 960px;
	height: 20px;
	margin: 0px 0 0px 0;
	padding: 5px 0 0 0px;
	background:  #F60;
	color: #fff;
	font: 11px verdana, arial, helvetica;
}

* html .footer {
	height: 25px;
}

div#menu_strip {
	float: left;
	margin: 0px 0 0 0;
	width: 960px;
	height: 28px;
	/* MENU TOP LEVEL BACKGROUND ====================================================*/
	background: #F60; 
	border-top: #900 1px solid;
	border-bottom: #900 1px solid;
	/*_width: 960px;*/
}

div#menu_strip ul {margin: 0; padding: 0; width: auto; height: 31px;}

* html div#menu_strip ul { height: 21px;} 



div#menu_strip li {
	position: relative; 
	float: left;  
	font:normal 8pt verdana, arial, helvetica; 
	list-style: none; 
	margin: 0; 
	padding: 7px 5px 0 5px; 
	height: 21px;
	color: #000;
	/* MENU TOP LEVEL BORDERS COLOURS ====================================================*/
	border-left: 0px solid #FC3;
	border-right: 1px solid #900;
	z-index: 1000 !important;
	}
	
div#menu_strip li.off { border-left: 0px ;}
	
 /* html div#menu_strip li {
	position: relative; 
	float: left; 
	list-style: none; 
	margin: 0; 
	padding: 7px 5px 0 5px; 
	height: 21px; 
	}
*/

div#menu_strip li:hover {
	/* MENU TOP LEVEL HOVER COLOUR ====================================================*/
	background: #F00 !important;
	}
	
div#menu_strip li.hens {
	/* MENU TOP LEVEL HOVER COLOUR ====================================================*/
	background: #90C !important;
	}
	
div#menu_strip li.hens:hover {
	background: #C09 !important;
}
	
	
div#menu_strip li.submenu { width: 110px; }	
* html div#menu_strip li.submenu { width: 120px; }	

div#menu_strip li.submenu.wstal { width: 170px; }	
* html div#menu_strip li.submenu.wstal { width: 180px; }

div#menu_strip li.submenu.w9c { width: 80px; }	
* html div#menu_strip li.submenu.w9c { width: 90px; }

div#menu_strip li.submenu.w6c { width: 50px; }	
* html div#menu_strip li.submenu.w6c { width: 60px; }

div#menu_strip li.submenu:hover { color: #fff;}	

div#menu_strip li a { 
	font: arial; 
	text-decoration: none; 
	/* MENU TOP LEVEL ANCHOR/TEXT COLOUR ====================================================*/
	color: #000; 
	margin: 0px; 
	display: block; 
	height: 21px;
	}
	
div#menu_strip li.hens a {
	color: #fff; 
}

div#menu_strip li a:hover {
	color: #fff;
}
div#menu_strip li a.w50 { width: 50px;}
div#menu_strip li a.w60 { width: 60px;}
div#menu_strip li a.w70 { width: 70px;}
div#menu_strip li a.w80 { width: 80px;}

div#menu_strip li a.w100 { width: 100px; }

div#menu_strip ul ul { position: absolute;  display: none; }

div#menu_strip ul ul li{ 
	/* MENU 2ND LEVEL BACKGROUND COLOUR ====================================================*/
	background: #FC0; 
	width: 150px; 
	height: 22px; 
	top: 0px; 
	left: 1px; 
	border: none; 
	/* MENU 2ND LEVEL BORDER COLOURS ====================================================*/
	border-bottom: 1px solid #F93;
	/*border-left: 1px solid #00f;*/
	border-top: 1px solid #FF9;
	text-align: left;
	
	
	 }
* html div#menu_strip ul ul li{ height: 21px; }

div#menu_strip ul ul li:hover { 
	/* MENU 2ND LEVEL HOVER COLOUR ====================================================*/
	background: #F00;   
	}
	
/*	* html div#menu_strip ul.level1 li:hover {
	background: #F00;  
	}
*/
div#menu_strip ul.level1 li.submenu:hover ul.level2,
div#menu_strip ul.level2 li.submenu:hover ul.level3 { display: block; }

div#menu_strip ul.level2 { top: 29px; left: -1px;}

* html div#menu_strip ul.level2 { position: absolute; top: 29px; left: -1px;}



#main {
	float: left;
	width: 960px;
	height: auto;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: #fff;
}



img.fright {
	float: right;
}

div#left750 {
	width: 730px;
	margin-top: 20px;
	margin-left: 20px;
}

div#left930 {
	width: 900px;
	margin: 20px 0 0 20px;

}

div#left750 h2, div#left930 h2 {
	clear: left;
	margin: 10px 0 0 0;
	padding: 0px;
	text-align: left;
	font: 14px verdana, arial, helvetica !important;
	font-weight:bold;
	font-style: italic !important;
	color: #900 !important;
}

ul.leftpoint li {
	font: normal 8pt verdana, arial, helvetica;
	color: #666;
	text-align: left;
	margin-left: 70px;
}

ul.leftpoint.in200 li {
	margin-left: 200px;
}


h1 {
	clear: left;
	text-align: left;
	margin-left: 0px;
	padding: 0px;
	font: 16px verdana, arial, helvetica !important;
	font-weight:bold;
	
	color: #900 !important;
}

div#left750 p, div#left930 p {
	text-align: justify;
	padding: 0px;
	margin: 5px 0 5px 20px; 
	
	font: 11px verdana, arial, helvetica;
	color: #666;
	 
}

div.line {
	clear: left;
	/*background: url(../images/greenpixel.gif) repeat-x bottom right;*/
	height: 2px;
	line-height: 2px;
	padding: 0px;
	background: #FC6;
	margin-left: 40px;
	margin-bottom: 20px;

}

div#left750 p img, div#left930 p img {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

* html div#left750 p img {
	margin-bottom: 0px;
}

ul.plist, ul.plist li {
	position: relative;
	margin-left: 200px;
	padding-left: 0px;
	font: 11px verdana, arial, helvetica !important; 
}

ul.plist.mleft30, ul.plist li.mleft30 {
	margin-left: 30px;
}

div.right150 {
	float: right;
	width: 150px;
	margin-top: 20px;
	margin-right: 20px;
	/*border: 1px solid #000;*/
}

div.rpost {
	width: 150px;
	margin-bottom: 20px;
	background: #CCC;
}

div.rpost p {
	text-align: left;
	padding: 5px;
	font: 11px verdana, arial, helvetica;
	color: #000;
}

div.rpost h2 {
	display: block;
	margin: 0px;
	padding: 5px;
	width: 140px; 
	height: 15px;
	font: 12px verdana, arial, helvetica;
	color: #fff;
}

* html div.rpost h2 {
	width: 150px;
}

div.rpost.orange h2 {
	background: #FC3;
}

div.rpost.sand h2 {
	background: #e0c298;
}

div.rpost.blue h2 {
	background: #39F;
}




div.rpost.red h2 {
	background: #C00;
}

div.rpost.brown h2 {
	background: #963;
}

td {
padding: 3px;
font: normal 10pt verdana, arial, helvetica;
}

