/*	-------------------------------------------------------------
	-------------------------------------------------------------
	CSS CODED BY - pxwebdesign.com.au - 2008
	-------------------------------------------------------------
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

body {
	margin: 0;
	padding: 0;
	color: #fff;
	font: 14px Verdana, Arial, sans-serif;
	background: #008c50	url(../images/bg.jpg);
}



/*	-------------------------------------------------------------
	STRUCTURE
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
.container {
	margin: 0 auto;
	width: 960px;
}

#header {
	background-color: #fff;
	height: 142px;
}

#main {
	padding: 15px 0 20px 0;
	background: url(../images/mainbg.jpg) repeat-x;
}


/*	-------------------------------------------------------------
	HEADER
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#header #logo {
	float: left;
}

/*	Menu
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#menu {
	float: right;
	font-size: 13px;
	padding-top: 10px;
	font-weight: bold;
}

#menu span {
	visibility: hidden;
}

#menu a:link,  #menu a:visited  {
	text-decoration: none;
	background-repeat: no-repeat;
	height: 28px;
	display: block;
	float: left;
	margin-left: 30px;
}

#menu ul {
	padding: 53px 0 0 0;
	margin: 0;
	list-style: none;
}

#menu ul li{
	display: inline;
	list-style: none;
	padding: 0;
}


#menu_quad { background-image: url(../images/quadbar.jpg); width: 160px; }
#menu_quad:hover { background-position: -160px 0; }

#menu_about { background-image: url(../images/about.jpg); width: 113px; }
#menu_about:hover { background-position: -113px 0; }

#menu_order { background-image: url(../images/menu_order.gif); width: 64px; }
#menu_order:hover { background-position: 0 -28px; }

#menu_contact { background-image: url(../images/contact.jpg); width: 130px; }
#menu_contact:hover { background-position: -130px 0; }




/*	-------------------------------------------------------------
	CONTENT
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#content p {
	padding: 0 0 0 10px;
	margin: 10px 0 0 0;
}

#content p.large {
	padding: 10px 0 15px 0;
	line-height: 1.4em;
	font-size: 1.3em;
}

#content h1 {
	font-size: 3em;
	margin: 0;
	padding: 0;
	color: #fff;
	text-align: center;
	font-weight: bold;
	letter-spacing: -2px;
}


#content h2 {
	font-size: 2em;
	margin: 10px 0 0 0;
	padding: 0;
	color: #fff;
	text-align: left;
	font-weight: bold;
	letter-spacing: -2px;
}

#content h3, #content h4, #content h5  {
	font-size: 1.5em;
	margin: 10px 0 0 5px;
	padding: 0;
	text-align: left;
	font-weight: normal;
	letter-spacing: -1px;
}

#content h3 {
	color: #fff;
}

#content h4 {
	color: #6c2f12;
}

#content h5 {
	color: #5b4a42;
}

#content a:link,
#content a:visited {
	color: #e1a119;
}

#content a:hover {
	color: #fff;
	background: #e1a119;
	text-decoration: none;
}

#content ul {
	padding: 10px 0 10px 17px;
}

#content ul li {
	padding: 0 0 5px 20px;
	background: url(../images/li_bg.gif) no-repeat 0 6px;
	line-height: 1.4em;
}

/*	Front
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#fleft {
	width: 392px;
	float: left;
}

#fright {
	width: 298px;
	float: right;
	border: 8px solid #c3d8f7;
	background: #fff;
}

/*	Contact
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#content table#contact {
	margin: 20px 0 0 30px;
}

#content table#contact td {
	padding: 0 20px 10px 0;
}




/*	-------------------------------------------------------------
	FOOTER
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#footer {
	clear: both;	
}
	
#footer p { padding: 50px 0 20px 0; font-size: 10px; text-align: center; }

#footer a:link, #footer a:visited {
	color: #c8c2b5;
	text-decoration: none;
}


#px a:link, #px a:visited {
	color: #ee9712;
	font-weight: bold;
	padding: 0 0 1px 0;
	text-decoration: none;
}

#px a:hover { color:#ee9712; background-color:#006b33; }

#px a em { color:#d9d9d9; font-style: normal; }

#px a:hover em { color:#fff; background-color:#006b33; }




/*	-------------------------------------------------------------
	MESSAGES
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#successMsg,
#errorMsg {
	padding: 5px 10px;
	border-top: 1px solid #999;
}

#successMsg h5,
#errorMsg h5 {
	font-size: 13px;
	font-weight: bold;
	padding: 1px 0 5px 23px;
	background: no-repeat 0 1px;
}

#successMsg p,
#errorMsg p {
	color: #905b1d;
}

#successMsg a:link,
#successMsg a:visited,
#successMsg a:hover {
	color: #fff;
}

#errorMsg a:link,
#errorMsg a:visited,
#errorMsg a:hover {
	color: #724714;
}
	
/*	Success
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#successMsg {
	background: #6fb558;
	border-bottom: 1px solid #5fa349;
}

#successMsg h5 {
	color: #fff;
	background-image: url(../../../images/icons/msg_success.gif);
}

#successMsg p {
	color: #fff;
}

/*	Error
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#errorMsg {
	background: #f6db5a;
	border-bottom: 1px solid #e5ca47;
}

#errorMsg h5 {
	color: #82531b;
	background-image: url(../../../images/icons/msg_error.gif);
}

#errorMsg p {
	color: #905b1d;
}
