@import url("header.css");
@import url("sides.css");
@import url("main.css");
@import url("bottom.css");
@import url("headings.css");
@import url("form.css");
/*
  USAGE: All you have to do is include this one line in your CSS file, with the
  tag names to which you want the script applied:
 */

img, div, div.SpecSheet, div.BookNow {
	behavior: url(http://www.jucy.com.au/css/iepngfix.htc)
}
/*
  Alternatively, you can specify that this will apply to all tags like so:
   * { behavior: url(iepngfix.htc) }
 */
 .clear { /* generic container (i.e. div) for floating buttons */
	overflow: hidden;
	width: 100%;
}
* {
	margin:0;
	padding:0
}
/* mac hide \*/
html, body {
	/* height:100%;*/
	width:100%;
}
/* end hide */

/*Clear Fix +++++++++++++++++++++++++++++++++++++++++++++++*/
.clearfix:after {
	content: " ";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/*General layout +++++++++++++++++++++++++++++++++++++++++++++++*/

BODY {
	font: 0.72em/1.5em Tahoma, Verdana, Arial, Helvetica, "sans serif";
	min-width:980px; /* for good browsers*/
	min-height:750px; /* for good browsers*/
	color: #373737;
	background:#8DC63F url(../graphics/background.jpg) repeat-x center top;
}
p {
	margin:0 0 1em 0;
	padding:2px
}
p, td, div {
}
a {
}
a:hover {
}
* html #container {
	width: 980px;
	w\idth: 980px;
}
#container {
	margin-right: auto;
	margin-left: auto;
}
#breadcrumbs {
	width:825px;
	margin-right: auto;
	margin-left: auto;
}
#BreadCrumbBar {
	color: #FFFFFF;
	font-weight: bold;
	font-size: .85em;
}
#BreadCrumbBar a {
	color: #FFFFFF;
}
#BreadCrumbBar a:hover {
	color: #5B8327;
}
#main {
	width:980px;
	min-height:700px;
	margin:auto;
	clear:both;
	background: url(../graphics/BackgroundLeft.jpg) no-repeat left top;
}
#mainFULL {
	width:980px;
	min-height:700px;
	margin:auto;
	clear:both;
}
#footer {
	width:940px;
	clear:both;
	color: #CCE6AA;
	font-size: .9em;
	text-align: center;
	padding: 20px;
}
#footer a {
	color: #CCE6AA;
	text-decoration: none;
}
#footer a:hover {
	COLOR: #FFFFFF;
	TEXT-DECORATION: none;
}
#footer .subfooter {
	clear:both;
	margin: 10px 0px 0px;
}
