@charset "utf-8";
/* CSS Document */

* {margin:0;padding:0;}

html, body {height: 100%;}

#wrap {min-height: 100%;}

#main {overflow:auto;
	padding-bottom: 90px;  /* must be same height as the footer */
}

.hero-unit {
	background-image:url(images/pure-australian-sunshine-banner.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	height:555px;
}

button {
  color: #424242;
  background-color: #6a5c16;
  font-weight: bold;
}


/*----------MENU------------*/
.menu-container {
	top:0px;
	width:100%;
	height:50px;
}
#menu {
	float:center;
	margin: 5px 0px 0px 0px;
	padding:25px 0px 0px 0px;
	display:block;
	width:50%;
}
#menu ul{	
	margin: 0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
#menu li{
	display:inline;
}
#menu ul a{
	text-decoration:none;
	color:#000;
	margin: 0px 67px 0px 0px;
}
#menu ul a:hover{
	text-decoration:none;
	color:#6b590f;
}
/*----END OF MENU-------*/

#social {
	float:right;
	margin: 0px 7px 0px 0px;
	display:block;
}

.logo-unit {
	position:relative;
	float:left;
	top:50px;
	width:300px;
}

#call-to-action {
	position:relative;
	float:right;
	top:50px;
	width:300px;
}
#call-to-action h1 {
	font:Verdana, Arial, Helvetica, sans-serif;
	color:#24346e;
	font-weight:bold;
	line-height: 20px;
	text-shadow: 2px 2px 2px #fff20e;
}
#call-to-action h2 {
	font:Verdana, Arial, Helvetica, sans-serif;
	color:#24346e;
	font-weight:bold;
	line-height: 10px; 
	text-shadow: 2px 2px 2px #fff20e;
}
#call-to-action p {
	color:#24346e;
}

#footer {
	position: relative;
	margin-top: -90px; /* negative value of footer height */
	height: 90px;
	background-color:#6b590f;
	color:#b2b2b1;
	font-size:10px;
	clear:both;
}
/*Opera Fix*/
body:before {/* thanks to Maleika (Kohoutec)*/
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;/* thank you Erik J - negate effect of float*/
} 
#footer a {
	text-decoration:none;
	color:#b2b2b1;
}
#footer a:hover {
	text-decoration:underline;
}
#footer-logo {
	position:relative;
	top:-30px;
	margin: 0px 0px -40px 0px;
}


