@font-face {
    font-family: 'festusregular';
    src: url('https://www.thegreenergrocer.com.au/lib/fonts/festus-webfont.eot');
    src: url('https://www.thegreenergrocer.com.au/lib/fonts/festus-webfont.eot?#iefix') format('embedded-opentype'),
         url('https://www.thegreenergrocer.com.au/lib/fonts/festus-webfont.woff') format('woff'),
         url('https://www.thegreenergrocer.com.au/lib/fonts/festus-webfont.ttf') format('truetype'),
         url('https://www.thegreenergrocer.com.au/lib/fonts/festus-webfont.svg#festusregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

* {
	margin: 0px;
	padding: 0px;
}

html, body {
	margin: 0px;
	padding: 0px;
	border-width: 0px;
	border-style: none;
	height: 100%;
	font-family: Arial, verdana, sans-serif;
	color: #282828;
        font-size: 13px;
        height:100%;
        background: url('https://www.thegreenergrocer.com.au/img/Dark-WoodGrainBG-Tiled.jpg');
        background-color: #333333
}

body.mceContentBody { background-color: #F0F0F0 }

p {
       margin-bottom: 15px 0px;
       color: #4f4943;
}

a {
       text-decoration: none;
       color: #EEEEEE;
}

img {
 border: 0;
}

a:hover {
       text-decoration: underline;
}

.side_menu_head label a#sidemenuparent {
color: #FFF;
display: block;
width: 100%;
font-size: 16px
}
.side_menu_head label a#sidemenuparent:hover {
text-decoration: none;
}

#rightcontent ul {
padding-left:35px;
margin:10px 0px;
}

#rightcontent a {
    color: #4f4943;
}

h1, h2, h3 {
margin-bottom:15px;
}


.inside {
	width: 921px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	height: auto;
}

.centering_box_outer {
	position:relative;
	float: right;
	left: -62%;
}

.centering_box_inner {
	position:relative;
	left: 50%;
}

#footer .centering_box_inner {
	left: 0px;
        padding-top: 20px;

}


#site_container {
	width: 971px;
        min-height: 100%;
        position:relative;
        margin: 0 auto;
        background: url('https://www.thegreenergrocer.com.au/img/main-wood-grain-bg-tile.jpg') repeat-y
}

#site_container_footer_push {
    z-index: 100;
margin-bottom: -20px;
}

#main_content_container {
        min-height: 500px;
        background-color: rgb(242,237,222);
        background-color: rgba(242,237,222,0.6);
        -moz-box-shadow: 0 1px 17px -1px #130000;
        -webkit-box-shadow: 0 1px 17px -1px #130000;
        box-shadow: 0 1px 17px -1px #130000;
        behavior: url(PIE.php);
	width: 100%;
	height: auto; 
	margin: 0px;
        color: #4f4943;
        font-size: 12px;
        position: relative;
}

#main_content_container .inside {
        width:971px;
}

.home_content_container {
        margin-bottom: 6px !important;
}

.home_content_container {
     box-shadow: none !important;
}

.home_content_container .inside {
    -moz-box-shadow: 0 1px 17px -1px #130000;
    -webkit-box-shadow: 0 1px 17px -1px #130000;
    box-shadow: 0 1px 17px -1px #130000;
    behavior: url(PIE.php)
}

.3col_container {
    width: 907px !important;
    margin: 0 auto !important;
}

#header_container {
        width: 100%;
	height: 111px;
}

#logo { margin: 23px 0 }

#search_area {
	width: 220px;
        position: absolute;
        right: 0px;
        top: 8px;
        font-size: 10pt;
}

#search_label {
        font: 16px festusregular;
        color: #A7A7A7 !important;
        position: absolute;
        top: 11px;
        z-index: 10;
        left: 22px;
        cursor: text;
}

#search_title {
  margin-top: 15px;
  font-size: 12px;
}

.search_button{
  position: absolute;
  top: 2px;
  right: -4px;
  cursor: pointer;
  background: url('https://www.thegreenergrocer.com.au/img/header-search-button.png') bottom;
  border: none;
   height: 30px;
  width: 30px;
  overflow: hidden;
  text-indent: -3000px;
}

.search_button:hover { background-position: 50%}

.search_field {
  border: 0;
  width: 160px;
  height: 25px;
  padding: 2px 10px;
  color: #282828;
  float: left;
  font: 16px/36px 'festusregular';
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  -moz-box-shadow: inset 0px 9px 7px -7px #777;
  -webkit-box-shadow: inset 0px 9px 7px -7px #777;
   box-shadow: inset 0px 9px 7px -7px #777;
   behavior: url(PIE.php);
}

#header_container .search_field {
   position: absolute;
   top: 2px;
   left: 11px;
}

.search_field:focus {
  outline: none;
}

/* MENU STUFF BELOW */

#menu {
        width: 100%;
	height: 41px;
        font-size: 12px;
        font-weight:bold;
        color:#fff !important;
        position: relative;
        bottom: -1px
}

#menu ul {
        list-style: none;
}
#menu ul li {
        display: inline-block;
        zoom: 1;
        *display: inline;
        float: left;
}

#menu ul li.menu_item {
        display: block;
        width: 139px;
        height: 41px;
        background-repeat: no-repeat;
        padding: 0px;
        line-height: 44px;
        color: #fff !important;
        font-weight: bold !important;
        text-align: center;
        cursor: pointer
}

#menu ul li.home {
        background-image: url("https://www.thegreenergrocer.com.au/img/nav-btn-home.png");
        background-position: 0 -82px;
}

#menu ul li.home:hover {
        background-position: 0 -41px;
}

#menu ul li.stores {
        background-image: url("https://www.thegreenergrocer.com.au/img/nav-btn-store-near.png");
        background-position: 0 -83px;
}

#menu ul li.stores:hover {
        background-position: 0 -42px;
}

#menu ul li.about {
        background: url("https://www.thegreenergrocer.com.au/img/nav-btn-about.png");
        background-position: 0 -83px;
        width: 138px;
}

#menu ul li.about:hover {
        background-position: 0 -42px;
}

#menu ul li.news {
        background-image: url("https://www.thegreenergrocer.com.au/img/nav-btn-news.png");
        background-position: 0 -82px;
}

#menu ul li.news:hover {
        background-position: 0 -41px;
}

#menu ul li.community {
        background-image: url("https://www.thegreenergrocer.com.au/img/nav-btn-community.png");
        background-position: 0 -82px;
}

#menu ul li.community:hover {
        background-position: 0 -41px;
}

#menu ul li.own {
        background-image: url("https://www.thegreenergrocer.com.au/img/nav-btn-owngg.png");
        background-position: 0 -82px;
}

#menu ul li.own:hover {
        background-position: 0 -41px;
}

#menu ul li.contact {
        background-image: url("https://www.thegreenergrocer.com.au/img/nav-btn-contact.png");
        width: 138px;
        background-position: 0 -82px;
        background-repeat: repeat-x
}

#menu ul li.contact:hover {
        background-position: 0 -41px;
}

#menu ul li a {
        height: 100%;
        width: 100%;
        line-height: 31px;
        color: #fff !important;
}
#menu ul a li:hover {
        text-decoration: none;
}
#menu ul a:hover {
        text-decoration: none;
}

#menu ul li.menu_item ul {
       display:none;
}

#menu ul li.menu_item#m_active {
        background-position: 0 0;
        cursor: default
}

#menu ul li.stores#m_active, #menu ul li.about#m_active {
background-position: 0 -1px;
}

#menu ul li.break{
	background: url("https://www.thegreenergrocer.com.au/img/break.png");
	background-repeat: no-repeat;
        width: 1px;
	margin: 0px;
        height: 31px;
        top: 0px;
        position: absolute;
}

/* MENU STUFF ABOVE */

#main_content_container a {
        font-size: 14px;
}


#footer_container {

width: 100%;
}

#footer_push {
	height: 5px;
}

#footer .inside .centering_box_outer {
        margin-top: 20px;
}
#footer {
	min-height: 250px;
	background-repeat: repeat-x;
	width: 100%;
        font-size: 12px;

}
.footer_vertical_separator {
        background: url('https://www.thegreenergrocer.com.au/img/footer-divider.png') repeat-y !important;
	width: 1px;
        height: 100px;
	margin: 0px 15px;
	display:inline-block;
        zoom: 1;
       *display: inline;
}
.footer_item {
	display: inline-block;
        zoom: 1;
        *display: inline;
        vertical-align: top;
        margin-top: 10px;
        min-width: 100px
}

.footer_item h3 { font: 21px 'festusregular'; margin-bottom: 0; color: #282828 }
#footer_copyright {
	position: absolute;
bottom: 0px;
font-size: 10px;
width: 100%;
}

#footer_copyright div {
position: absolute;
width: 300px;
bottom: 10px;
left: 10px;
}
#footer_copyright a { color: #282828 }

#footer_copyright img {
   float: right
}

.footer_item > a {
        font-size: 12px;
}


.item {
       padding: 20px;
}

h2 {
       margin-bottom: 10px;
       margin-top: 10px;
       font-size: 24px;
       font-weight: bold;
}

.item-category {
       font-size: 18px;
       font-weight: bold;
       margin-top: 10px;
       margin-bottom: 10px;
}

#main_banner_scroller {
width:971px;
margin-bottom: 20px !important;
background: url("https://www.thegreenergrocer.com.au/img/map-bg.png") no-repeat;
color: white;
}

#page-banner {
     height: 230px;
     background-color: #777;
     margin-bottom: 30px;
}

#leftcontent {
float: left;
width: 180px;
min-height: 236px;
margin-bottom: 20px;
padding-right: 20px;
}

#leftcontent.3col {
    min-height: 100px;
    width: 25%;
    margin-bottom: 20px;
}

#leftcontent ul {
 list-style-type: none;
 margin: 0;
padding: 0

}

#middlecontent {
min-height: 236px;
width: 467px;
float: left;
border-left: 1px solid #aca292;
border-right: 1px solid #aca292;
padding: 0 8px;
margin-bottom: 20px;
}

#middlecontent ul, #content ul {
line-height: 18px
}

#middlecontent p, #content p {
   font: 12px/17px 'Arial'

}

#leftcontent h1, #middlecontent h1, #content h1 {
font: 32px 'festusregular'
}

#leftcontent h1 u, #middlecontent h1 u, #content h1 u {
text-decoration: none;
border-bottom: 2px solid #aca292;
height: 34px;
display: inline-block;
}

#middlecontent ul, #content ul {
    margin-left: 16px
}

#rightcontent {
width: 200px;
min-height: 236px;
float: right;
line-height: 15px;
font: 22px/24px 'festusregular';
text-align: center;
padding-left: 20px;
color: #4f4943;
}

#rightcontent u {
   text-decoration: none;
border-bottom: 1px solid #4f4943;
}

#rightcontent.3col {
    min-height: 100px;
    width: 20%;
margin-bottom: 20px
}

#rightcontent > h1 {
   margin: 10px 0 30px 0;
   font: 32px 'festusregular';
   color: #4f4943;
   
}


.hidden_content {
display: none;
}

.side_menu_head {
height: 31px;
width: 100%;
float: left;
margin-bottom: 5px;
color:#FFF;
}

.side_menu_head label {
font-size: 16px;
font-weight: bold;
margin-left: 10px;
float: left;
margin-top: 6px;
cursor: pointer;
width: 100%;
}


.left_panel_content {

min-height:40px;

}


.left_panel_content h2 {
background-image: url(https://www.thegreenergrocer.com.au/uploads/images/site/menu-item-active-bg.png);
background-repeat: repeat-x;
background-position: top left;
float: left;
height: 23px;
width: 302px;
padding-left: 10px;
padding-top: 4px;
font-weight: bold;
color:#FFF;
font-size:13px;
}

#page_selection_container {
float: left;
}

.selection_item_container {
float: left;
width: 18px;
height: 18px;
padding: 0;
margin: 0;
cursor: pointer;
}

.ui-widget {
z-index:1000;
}


#sidemenu {
list-style-type:none;
margin:0;
padding:0;
display: block;
}

#sidemenu li {
font: 14px/18px 'Arial';
float: left;
height: 32px;
width: 100%;
display: block;
}

#sidemenu li a {
display: block;
text-decoration: underline;
color: #4f4943;
}

#sidemenu li a:hover {
text-decoration:none;
}

#sidemenu li a {
margin-left:9px;
}

.side_image {
margin-top:35px;
}

#leftcontent .side_image {
margin-top: 0px;
text-align: center;
margin-left: -12px;
}

.side_image_career {
margin-top: 55px;
}

.pointer_cursor {
cursor:pointer;
}


#footer a {
   color:#282828;
}

#footer a.sublink {
   line-height: 16px
}

.ui-menu-item {
cursor:pointer;
}


#storefinder_container {
padding-top:50px;
}

img.banner_home_image {
}

#breadycrumb {
height: 15px;
line-height: 15px;
background-color: #000;
text-align:left;
width:918px;
font-size:9px;
color: white;
padding-left: 53px;
-moz-box-shadow: 0 1px 17px -1px #130000;
-webkit-box-shadow: 0 1px 17px -1px #130000;
box-shadow: 0 1px 17px -1px #130000;
behavior: url(PIE.php)
}
#breadycrumb a {
font-size:9px;
}

#breadycrumb .lastitem {
   font-weight: bold
}

.button_small{
width:99px;
height:22px;
background:url('https://www.thegreenergrocer.com.au/img/button-small.png') no-repeat;
border:0;
color:#ffffff;
font-weight:bold;
font-size:11px;
cursor: pointer
}

.button_container{
float:right;
margin:4px;
}

.cmform_error{
font-weight:bold;
color:#ffffff !important;
background-color:#DA6F6F;
}