/*	-------------------------------------------------------------
	-------------------------------------------------------------
	CSS CODED BY - pxwebdesign.com.au - 2007
	-------------------------------------------------------------
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

body {
	margin: 0;
	padding: 0;
	color: #373737;
	font: 14px Arial, Verdana, sans-serif;
	line-height: 1.3em;
	text-align: left;
	background: #eedcb8 url(../images/body_bg.jpg) top left repeat-x;
}



/*	-------------------------------------------------------------
	MAIN DIVS
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
.container {
	margin: 0 auto;
	width: 755px;
}
	
#header {
	height: 112px;
	background: #4a2402 url(../images/header_bg.jpg) top left repeat-x;
}

#header-i {
	height: 112px;
	background: url(../images/header-i_bg.jpg) top right no-repeat;
}

#menu {
	height: 56px;
	background: #e5ca95 url(../images/menu_bg.jpg) top left repeat-x;
}

#main {
	background: #fff url(../images/main_bg.jpg) top left repeat-x;
}

#content {
	clear: both;
	min-height: 450px;
	height: auto !important;
	height: 450px;
}

#footerTop {
	background: #fff;
}

#footerTop-i {
	height: 127px;
	background: url(../images/footerTop_bg.jpg) right top no-repeat;
}

#footer {
	padding-bottom: 20px;
	background: url(../images/footer_bg.jpg) top right no-repeat;
}


/*	-------------------------------------------------------------
	HEADER
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#header #logo {
	margin: 68px 0 0 0;
}


/*	-------------------------------------------------------------
	MENU
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#menuMain {
	height: 56px;
	list-style:none;
}

#menuMain li {
    display: inline;
}

#menuMain li a {
    float: left;
	font: 16px Georgia, serif;
	color: #000;
	text-decoration: none;
	padding: 15px 17px 23px 17px;
}

#menuMain li a:hover {
	color: #ddd;
    background: url(../images/menuMain_hover.jpg) repeat-x left top;
}

#menuMain li a.menuItemCurrent {
	color: #fff;
    background: url(../images/menuMain_current.jpg) repeat-x left top;
}



/*	-------------------------------------------------------------
	CONTENT
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#content h1 {
	font: 1.9em Georgia, serif;
	color: #743602;
	padding: 14px 0 5px 0;
	border-bottom: 1px solid #a47647;
	
}

#content h2 {
	font: 1.4em Georgia, serif;
	color: #014a01;
	font-weight: bold;
	padding: 14px 0 5px 0;
}


#content p {
	line-height: 1.8em;
	padding: 0;
	margin: 10px 0;
}

#content a:link, #content a:visited {
	color: #014a01;
	text-decoration: underline;
}

#content a:hover {
	color: #396639;
	text-decoration: underline;
}


#content #dispersalSale {
	background: #1b5f1a;
	padding: 10px 20px;
	border: 4px solid #065205;
	border-left: 0;
	border-right: 0;
	color: #fff;
	font-size: 1.2em;
	text-align: center;
}

#content #dispersalSale h5 {
	font-size: 1.6em;
	font-weight: bold;
	padding: 10px 0 15px 0;
}

#content #dispersalSale h6 {
	font-size: 1.4em;
	padding: 5px 0 10px 0;
}

#content #dispersalSale a:link,
#content #dispersalSale a:visited {
	color: #9ac399;
}

#content #dispersalSale p {
	padding: 5px 0 2px 0;
	margin: 0;
}

/*	-------------------------------------------------------------
	FOOTER
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#footerContact1 {
	float: left;
	font: 14px Georgia, serif;
	color: #713302;
	padding: 40px 30px 20px 0;
	line-height: 1.6em;
}

#footerContact2 {
	float: left;
	font: 12px Georgia, serif;
	color: #713302;
	padding: 40px 0 20px 10px;
	line-height: 1.9em;
}

#footer a:link, #footer a:visited {
	color: #713302;
}

#footer a:hover {
	color: #555;
}

#slogan {
	clear: both;
	padding: 10px 0;
	text-align: left;
	border: 1px solid #a87d52;
	border-left: none;
	border-right: none;
}







/*	-------------------------------------------------------------
	ERROR MESSAGES
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/	

#globalMessage {
	background: #eae841;
	padding: 2px 0 5px 20px;
	font-size: 12px;
	color: #222;
	text-align: left;
	border-bottom: 1px solid #ccc;
}


#globalMessage p {
	margin: 0;
	padding: 5px 0 5px 30px;
	background: url(../../../images/icons/msg.gif) no-repeat 0 5px;
}


#debugMessage {
	background: #eabc41;
	padding: 2px 0 5px 0;
	font-size: 12px;
	color: #222;
	text-align: left;
}

#debugMessage p {
	margin: 5px 0;
	padding: 5px 0 5px 50px;
	background: url(../../../images/icons/debug.gif) no-repeat 25px 5px;
	border-bottom: 1px solid #aaa;
}

#debugMessage p strong {
	margin: 0 15px 5px 0;
	display: block;
	float: left;
}