/* GENERAL STYLES
=================================*/
body {
  /* ONLY SET BACKGROUND COLOUR OR IMAGE HERE */
  background: #FFFFFF;
}
.container {
  /* SET A GENERAL FONT STYLE AND COLOUR TO USE ACROSS THE SITE HERE */
  font-family: "Lato", Tahoma, Geneva, sans-serif;
  color: #4b4b4b;
  font-size: 16px;
  line-height:1.0em;
}
p{
  margin:0;
  padding:0;
  line-height: 1.0em;
}
  /* SET GENERIC STYLES PREFIXED BY THE CONTAINER ID */
  #content h1,
  #content h1 a,
  #content h2,
  #content h2 a,
  #content h3,
  #content h3 a {
    color: #a0cc3e;
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 12px 0px;
    text-decoration: none;
  }
  #content h1 {
    line-height: 34px;
    text-align: center;
    padding-bottom: 10px;
    color: #698235;
    border-bottom: none;
    font-weight:600;
    text-align: left;
    font-size:30px;
    padding: 40px 0;
    text-transform: none;
    letter-spacing: normal;
  }
  #content h2 {
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 100;
    line-height: 28px;
    padding-top: 10px;
    letter-spacing: 5px;
    padding-bottom: 30px;
  }
  #content h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 23px;
    padding-top: 8px;
    color: #698235;
  }
  #content p {
    font-size: 16px;
    line-height: 1.4em;
    margin: 0px;
    padding: 0px 0px 12px 0px;
  }
  #content a,
  #header_middle a,
  .ccm-core-commercial-cart-total-note a{
    color: #7dae27;
    text-decoration: none;
  }
  #content a:hover,
  #header_middle a:hover,
  ccm-core-commercial-cart-total-note{
    text-decoration: underline;
  }
  #content p a:hover {
    text-decoration: underline;
  }
  #content ul,
  #content ol {
    margin: 0px;
    padding: 0px 0px 12px 25px;
    font-size:16px;
  }
  #content ul li {
    list-style: disc;
    padding: 0px 0px 4px 0px;
  }
  #content .ccm-error,
  #content .ccm-error p {
    color: #CC0000 !important;
  }
  #content .center{
    text-align:center;
  }
  .icon-big{
    font-size:20px;
  }
  .black{
      color:#000;
  }
  /* This sets the colours when someone highlights some text */
  /*  
  .container ::selection {
    background: #374F1E;
    color: #FFFFFF;
    text-shadow: none;
  }
  */

/* HEADER AREA SPECIFIC STYLES
================================ */
#header_top{
  background: #ecf0f1 url('http://officetomorrow.com.au/themes/defaulttheme/images/bg_linen_green.jpg');
  -webkit-box-shadow:inset 0 7px 4px -4px #666;
  box-shadow:inset 0 7px 4px -4px #666;
  padding:10px 0;
}
#header_top h1{
  text-align:center;
  color:#fff;
  text-shadow: 0px 1px 1px #000;
  font-size:16px;
  letter-spacing: 3px;
}
#header_middle{
  background-color: #ecf0f1;
  padding:20px 0;
  border-bottom:5px solid #bdc3c7;
}
#header_middle .logo img {
}
#header_middle .phone_email_group{
  border-right:1px solid #bdc3c7;
  margin-top:23px;
}
#header_middle .phone,
#header_middle .email {
  padding-right: 20px;
  text-align: right;
}
#header_middle .phone p {
  font-size: 24px;
  font-weight: 400;
  margin-bottom:10px;
}
#header_middle .phone a {
  color: #4a4a4a;
}
#header_middle .phone p:before {
  font-size: 24px;
  content: "\f095";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #7dae27;
  margin-right: 10px;
}
#header_middle .email p {
  font-size: 16px;
  margin-top: 0px;
  margin-bottom: 4px;
  font-weight: 300;
}
#header_middle .cc-cart-links{
  margin-top:23px;
  background: #8fcc2e;
  background: #7dae27;
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #7dae27),color-stop(1, #8fcc2e));
  background-image: -o-linear-gradient(bottom, #7dae27 0%, #8fcc2e 100%);
  background-image: -moz-linear-gradient(bottom, #7dae27 0%, #8fcc2e 100%);
  background-image: -webkit-linear-gradient(bottom, #7dae27 0%, #8fcc2e 100%);
  background-image: -ms-linear-gradient(bottom, #7dae27 0%, #8fcc2e 100%);
  background-image: linear-gradient(to bottom, #7dae27 0%, #8fcc2e 100%);

  padding:5px 0;
  text-align: center;
  border-radius: 3px;
  color:#fff;
  line-height:1.3em;
}
#header_middle .cc-cart-links #cc-cart-quantity {
  font-size: 14px;
  color:#fff;
  display:block;
}
#header_middle .cc-cart-links a{
  color:#fff;
}
#header_middle .cc-cart-links a.a_cart:before {
  content: "\f07a";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  margin-right: 10px;
}
#header_middle .no_of_items p {
  font-size: 14px;
  background: #7dae27;
  color:#fff;
  padding:5px 0;
  text-align: center;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
#header_middle .no_of_items p:before {
  /*content: "\f07a";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  margin-right: 10px;*/
}
#header_bottom{
  background:#989fa4;
  -webkit-box-shadow:inset 0 7px 4px -4px #666;
  box-shadow:inset 0 7px 4px -4px #666;
  padding:10px 0;
}
#header_bottom #search_container .control-label{
  display:inline;
  color:#fff;
  vertical-align: middle;
  font-weight:400;
  font-size:16px;
  margin-right:3px;
}
#header_bottom input[type=text],
#header_bottom input[type=password]
{
  padding:4px 6px;
  vertical-align: middle;  
  border: 1px solid #aaa;
  font-size:16px;
  width:110px;
}

#header_bottom input[type=submit]{
  padding:4px 6px;
  vertical-align: middle;
  background: #8fcc2e;
  color:#fff;
  border:1px solid #688134;
  font-size:16px;
  text-transform: uppercase;
}
#header_bottom input[type=submit]:hover{
  background: #7dae27;
  border:1px solid #688134;
}
#header_bottom input[type=submit]:active{
  border:1px solid #333;
}
#header_bottom #login_container{
  text-align: right;    
}
#header_bottom .passwordWrap,
#header_bottom .loginTxt,
#header_bottom .loginButton,
#header_bottom .login_block_register_link,
#header_bottom .sign-in,
#header_bottom .uNameWrap {
  display:inline-block;
  margin:0;
}
#header_bottom .loginTxt{
  color:#fff;
  font-weight:400;
  vertical-align: middle;
  margin-right:5px;
}
#header_bottom .login_block_form .login_block_register_link{
  font-size:inherit;
  background:#5e6060;
  border:1px solid #4c5050;
  padding: 4px 8px 6px;
  vertical-align: middle;
}
#header_bottom .login_block_form .login_block_register_link:hover{
  background:#4a4b4b;
}
#header_bottom .login_block_register_link a{
  color:#fff;
  text-decoration: none;
  font-size:16px;
  /*vertical-align: middle;*/
}
#header_bottom .sign-in{
  color:#fff;
  vertical-align: middle;
  margin-top:8px;
  font-size:16px;
  text-align:right;
  width:100%;
}
#header_bottom .sign-in b{
  color:#424242;
}
#header_bottom .sign-in a{
  background: #8fcc2e;
  color:#fff;
  border:1px solid #688134;
  font-size:16px;
  padding:4px 8px;
  text-decoration:none;
  margin-left:10px;
}
#header_bottom .sign-in a:hover{
  background: #7dae27;
  border:1px solid #688134;
}
#header_bottom .sign-in a:active{
  border: 1px solid #333;
}
#bookmarkme_container{
	position:absolute;
	top:0;
	right:0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 100px 100px 0;
	border-color: transparent #8fcc2e transparent transparent;
	display:block;
	text-align:right;
	color:#fff;
	z-index:100;
	opacity:0.95;
	filter:alpha(opacity=95);
}
#bookmarkme_container:hover{
	border-color: transparent #8fcc2e transparent transparent;
}
#bookmarkme{
	color: #fff;
	font-size: 10px;
	position: absolute;
	right: -95px;
	top: 5px;
	line-height: 2.0em;
	text-decoration:none;
	font-family: "Lato", Tahoma, Geneva, sans-serif;
}
/* 
 AREA SPECIFIC STYLES
================================ */
#navigation{
  z-index: 6;
  position:relative;
  border-left:3px solid #9bbb59;
  margin:40px 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility:    hidden;
  -ms-backface-visibility:     hidden;
}
#navigation ul{
  margin:0;
  padding:0;
  font-size:14px;
  list-style-type: none;
}
#navigation ul li{
  list-style-type: none;
  padding: 0;
}
#navigation .container ul.nav {
  /* This must be within a containing DIV, otherwise it interferes with the Concrete5 Admin UI */
  width: 100%;
  list-style: none;
  margin: 0px;
  padding: 0px;
  position: relative;
  display: inline-table;
  font-size: 13px;
}

/* LOGIN & REGISTER PAGES STYLES */
#register, #submit{
  padding:4px 6px;
  vertical-align: middle;
  background: #8fcc2e;
  color:#fff;
  border:1px solid #688134;
  font-size:16px;
  text-transform: uppercase;
}
#submit:hover, #register:hover{
  background: #7dae27;
  border:1px solid #688134;
}

/* GENERAL MENU BUTTON STYLES */
#navigation ul.nav > li.nav-selected,
#navigation ul.nav > li.nav-path-selected{ 
  /*background:#e5e5e5;*/
}
#navigation ul.nav li a.nav-selected{
  background:#f5f5f5;
}
#navigation ul.nav > li.nav-selected a:hover,
#navigation ul.nav > li.nav-path-selected a:hover,
#navigation ul.nav > li a:hover {
  background:#f5f5f5;
  padding-left:23px;
}
#navigation ul.nav > li {
  float: none;
  color: #404040;
  text-transform: uppercase;
}
#navigation ul.nav > li.nav-selected > a,
#navigation ul.nav > li.nav-path-selected > a{
  color: #404040;
}
#navigation ul.nav li a {
  display: block;
  text-decoration: none;
  padding: 7px 20px;
  font-weight: 600;
  color: #404040;
  /*transition: padding-left 100ms ease-out;*/
  -webkit-transition: padding-left .1s ease-out; 
  -moz-transition: padding-left .1s ease-out; 
  -o-transition: padding-left .1s ease-out; 
  transition: padding-left .1s ease-out; 
}
/* SECOND LEVEL SPECIFIC MENU STYLES */
#navigation ul.nav ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  /*top: 100%;*/
  z-index: 10;
  position:relative;
  display:block;
}
#navigation ul.nav ul li {
  position: relative;
  float: none;
  color: #7dae27;
  padding-left:20px;
}
#navigation ul.nav ul li a {
  max-width: 240px;
  color: #7dae27;
}
/* THIRD LEVEL SPECIFIC MENU STYLES */
#navigation ul.nav ul ul {
  /*width: 240px;*/
  width:100%;
  left: 0px;
  top: 0px;
  list-style: none;
  margin: 0px;
  padding: 0px;
  display:none;
}
#navigation ul.nav ul li.nav-path-selected ul{
  display:block;
}
#navigation ul.nav ul ul li a {
  max-width: 220px;
  font-weight:400;
  font-size:13px;
}	
#navigation ul.nav ul ul li a.nav-path-selected{
  background:#f5f5f5;
}
/* FOURTH LEVEL MENU STYLES */
#navigation ul.nav ul ul ul {
  display:none;
}	
/* BANNER AREA SPECIFIC STYLES
================================ */
#banner_container{
  height:390px;
  margin:40px 0;
}
.slide{
  position:relative;
  height:390px;
  opacity: 0;
}
.slide:first-child{
  opacity: 1;
}
.slide_edit{
  height:50px;
  display:block;
}

/* CONTENT AREA SPECIFIC STYLES
================================ */
#content{
  background: url(http://officetomorrow.com.au/themes/defaulttheme/images/world.png) no-repeat;
  background-position: center top;
  /*background-position: center 250px;*/
  background-attachment: fixed;
}

#content #files_area{
  background: #989fa4;
  padding:20px 0;
}
#content #files_area a,
#content #files_area p{
  color:#fff;
  font-size:24px;
  margin:0;
  padding:0;
  /*text-shadow:0 1px 1px #000;*/
}
#content #files_area #quote_container,
#content #files_area #price_container,
#content #files_area #calculate_container{
  text-align: center;
}
#content #files_area #quote_container i,
#content #files_area #price_container i,
#content #files_area #calculate_container i{
  display:inline;
  font-size:36px !important;
  margin-right: 12px;
  color:#fff;
  line-height: 1;
}
#content #files_area #quote_container p,
#content #files_area #price_container p,
#content #files_area #calculate_container p,
#HTMLBlock237{
  display:inline-block;
}
#content #price_container_left,
#content #calculate_container_left{
  background:#989fa4;
  padding:10px;
  margin:0 0 20px 0;
}
#content #price_container_left i,
#content #calculate_container_left i{
  display:inline;
  margin-right: 4px;
  color:#fff;
  line-height: 1;
}
#content #price_container_left i:before,
#content #calculate_container_left i:before{
  font-size:24px !important;
}
#content #price_container_left p,
#content #calculate_container_left p{
  display:inline;
}
#content #price_container_left a,
#content #calculate_container_left a{
  color:#fff;
  font-size:18px;
  margin:0;
  padding:0;
  display:inline;
}
#content #explore_area{
  background: url(http://officetomorrow.com.au/themes/defaulttheme/images/bg_linen.jpg);
  padding:30px 0;
}
#content #explore_area h2{
  font-weight: 600;
  text-transform: none;
  color: #7dae27;
  letter-spacing: 1px;
  line-height: 1.2em;
  font-size:32px;
  margin: 0;
  padding: 0;
}
#content #explore_area p em{
  font-weight: 400;
  font-size: 16px;
  font-family:Georgia;
  color: #7f8c8d;
  line-height: 1.6em;
  padding-top: 5px;
  letter-spacing: 1px;
}
#content p.explore_bg{
  background: url(http://officetomorrow.com.au/themes/defaulttheme/images/explore_bg.gif) no-repeat center center;
  padding:5px 0;
  margin:30px 0 20px 0;
  letter-spacing: 1px;
  color:#4a4a4a;
  font-weight:600;
  font-size:14px;
  /*prevent flickering due to transform scale*/
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility:    hidden;
  -ms-backface-visibility:     hidden;
}
#content #explore_area p.explore_bg a{
  color:#4a4a4a;
  display:block;
  -webkit-transition: -webkit-transform .3s ease-out; 
  -moz-transition: -moz-transform .3s ease-out; 
  -o-transition: -o-transform .3s ease-out; 
  transition: transform .3s ease-out; 
}
#content #explore_area p.explore_bg a:hover{
  text-decoration:none;
  transform: scale(1.1,1.1);
  -ms-transform: scale(1.1,1.1); /* IE 9 */
  -webkit-transform: scale(1.1,1.1); /* Safari and Chrome */
}

#content .category_image{
  float:left;
  width:302px;
  margin:0px 17px 17px 0px;
}
#content #explore_area .category_image:nth-child(3n+2){
  margin:0px 0px 17px 0px;
}
#content .category_image img{
  border:1px solid #ecf0f1;
}
#content .category_image a{
  display:block;
}
#content .category_image span{
  display:block;
  background:#a0cc3e;
  color:#fff;
  border-bottom: 5px solid #80a62e;
  text-align: center;
  font-size:18px;
  font-weight:600;
  padding:10px 0;
  
}
#content .ccm-core-commerce-add-to-cart,
#content .category_image a,
#content .similarproduct{
  display:block;
  -webkit-transition: -webkit-transform .3s ease-out; 
  -moz-transition: -moz-transform .3s ease-out; 
  -o-transition: -o-transform .3s ease-out; 
  transition: transform .3s ease-out; 
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility:    hidden;
  -ms-backface-visibility:     hidden;
}
#content .category_image a:hover,
#content .search-container .ccm-core-commerce-add-to-cart:hover,
#content .similarproduct:hover{
  text-decoration: none;
  transform: scale(1.05,1.05);
  -ms-transform: scale(1.05,1.05); /* IE 9 */
  -webkit-transform: scale(1.05,1.05); /* Safari and Chrome */
}

#content #reasons{
  margin-top:50px;
  position: relative;
  display:table;
  width:100%;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility:    hidden;
  -ms-backface-visibility:     hidden;
}
#content #reasons p{
  display:table-cell;
  font-size: 18px;
  color:#4a4a4a;
  padding:0 0 0 60px;
  border-right: 1px solid #c6c6c6;
  font-weight:600;
}
#content #reasons p:before{
  font-size: 48px;
  content: "\f05d";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #9bbb59;
  position:absolute;
  left:0px;
  top:12px;
}
#content #reasons p:nth-child(4n+1){
  width:22%
}
#content #reasons p:nth-child(4n+2){
  width:33%;
  padding:0px 0px 0px 110px;
}
#content #reasons p:nth-child(4n+2):before{
  left:242px;
}
#content #reasons p:nth-child(4n+3){
  padding:0px 0px 0px 110px;
  width:30%;
}
#content #reasons p:nth-child(4n+3):before{
  left:538px;
}
#content #reasons p:nth-child(4n+4){
  padding:0px 0px 0px 110px;
  border-right: none;
}
#content #reasons p:nth-child(4n+4):before{
  left:806px;
}
#content .login_big,
#content .register_big{
  padding:10px 20px;
  vertical-align: middle;
  background: #8fcc2e;
  color:#fff;
  border:1px solid #688134;
  font-size:26px;
  display:inline-block;
  text-transform: uppercase;   
}
#content .login_big{
  margin:30px 40px 30px 320px;
}
#content .login_big:hover,
#content .register_big:hover{
  background: #7dae27;
  border:1px solid #688134;
  text-decoration:none;
}
#content .login_big:active,
#content .register_big:active{
  border:1px solid #333;
}
#content .search-container{
  margin:40px 0;
}
#content .pagination{
  text-align: center;
  margin:40px 0;
}
#content .pagination .pageLeft{
  margin-right:5px;
}
#content .pagination .pageRight{
  margin-left:5px;
}
#content .pagination .numbers{
  padding:1px 6px;
}
#content .pagination .currentPage{
  border: 2px solid #9bbb59;
  border-radius:12px;
}
#content #downloads a:before{
  content: "\f019";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #404040;
  margin-right: 10px;
}
#content #downloads a:hover:before{
  text-decoration:none;
}
#content #address_table{
    
}
#content #address_table td{
  padding:0 30px 10px 0;
}
#content #address_table td.address_phone:before,
#content #address_table td.address_fax:before,
#content #address_table td.address_email:before{
  font-size: 16px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  margin-right: 10px;
}
#content #address_table td.address_phone:before{
  content: "\f095";
  margin-right: 14px;
}
#content #address_table td.address_fax:before{
  content: "\f0f6";
  margin-right: 14px;
}
#content #address_table td.address_email:before{
  content: "\f003";
}

/* 
 ECOMMERCE OVERRIDES
================================ */
div.ccm-core-commerce-add-to-cart{
  background:#fff;
}
#content .search-container .ccm-core-commerce-product-property-list h2,
#content .search-container .ccm-core-commerce-product-list-results h2,
#content .similarproduct span{
  background: #9bbb59;
  border-bottom: 5px solid #698235;
  text-align: center;
  padding:7px 7px;
  height:100%;
  margin: 0;
  line-height: 1.2em;
}
#content .search-container .ccm-core-commerce-product-property-list h2 a,
#content .search-container .ccm-core-commerce-product-list-results h2,
#content .similarproduct span a{
  color:#fff !important;
  font-size:18px;
  letter-spacing: normal;
  text-transform: none;
  font-weight:600;
}
#content div.similarproduct{
  margin-right:22px !important;
  width:184px;
}
#content .similarproductimage{
  border:0px;
  background:#fff;
}
#content .search-container .ccm-core-commerce-product-property-list h2 a:hover,
#content .search-container .ccm-core-commerce-product-list-results h2 a:hover,
#content .similarproduct span a{
  text-decoration: none;
}
td.ccm-core-commerce-add-to-cart-thumbnail-top{
  /*padding-bottom: 0px !important;*/
  vertical-align: middle;
  background: #fff;
}
div.ccm-core-commerce-add-to-cart-image{
  text-align:center;
}
#product_container{
  margin:40px 0;
  background-color: #fff;
}
.search-container{
  /*background: #fff;*/
}
#product_container .ccm-core-commerce-product-property-list{
  padding:0 20px 0 0;
}
#product_container .ccm-core-commerce-add-to-cart h2{
  background: none;
  color: #698235;
  border-bottom: none;
  font-weight:600;
  text-align: left;
  font-size:30px;
  padding-bottom: 40px;
  text-transform: none;
  letter-spacing: normal;
}
#product_container .ccm-input-submit{
  padding:6px 0;
  width:200px;
  vertical-align: middle;
  background: #8fcc2e;
  color:#fff;
  border-left:none;
  border-right:none;
  border-top:none;
  border-bottom:3px solid #698235;
  font-size:24px;
  border-radius:3px;
  font-weight:600;
}
#product_container .ccm-input-submit:hover{
  background: #7dae27;
}
#product_container .ccm-input-submit:active{
  -webkit-box-shadow: inset 0px 3px 4px 0px rgba(105, 130, 53, 0.75);
  -moz-box-shadow:    inset 0px 3px 4px 0px rgba(105, 130, 53, 0.75);
  box-shadow:         inset 0px 3px 4px 0px rgba(105, 130, 53, 0.75);
}

.ccm-core-commerce-cart-buttons input[type=button],
.ccm-core-commerce-cart-buttons input[type=submit]{
  padding:4px 8px;
  vertical-align: middle;
  background: #8fcc2e;
  color:#fff;
  border:1px solid #688134;
  text-transform: uppercase;
  font-size:14px;
}

.ccm-core-commerce-cart-buttons input[type=button]:hover,
.ccm-core-commerce-cart-buttons input[type=submit]:hover{
  background: #7dae27;
  border:1px solid #688134;
}

ccm-core-commerce-cart-buttons input[type=button]:active,
ccm-core-commerce-cart-buttons input[type=submit]:active{
  border:1px solid #333;
}

.ccm-core-commerce-checkout-form input[type="text"]{
  padding:4px 8px;
  vertical-align: middle;  
  border: 1px solid #aaa;
  font-size:16px;
}
div.ccm-core-commerce-checkout-form input.ccm-input-text{
  margin-left:0px;
  width: 95% !important;
}
fieldset{
  border:none;
  padding:10px 0;
}
.ccm-attribute-address-line .control-label{
  width:20%;
  display:inline-block;
}
div.ccm-core-commerce-checkout-form .ccm-attribute-address-line input.ccm-input-text{
  width:53% !important;
}
.ccm-attribute-address-line select{
  font-size:16px;
}
div.ccm-core-commerce-profile-address-save{
  margin:5px 0;
}
/* SIDEBAR AREA SPECIFIC STYLES
================================ */
#enquiry_form {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
#enquiry_form .formBlockSurveyContainer {
  margin-bottom: 0px; /* The form styling already has 20px margin-bottom, so this stops two lots of margin bottom being applied */
}
#sidebar h2 { padding-top: 6px !important; }

/* FOOTER AREA SPECIFIC STYLES
================================ */
#footer .container {
  padding: 20px 0px;
}
#footer #footer_top{
  background: url(http://officetomorrow.com.au/themes/defaulttheme/images/dot_background.gif);
  text-align:center;
  border-top:5px solid #d0d0d0;
  -webkit-box-shadow:inset 0 7px 4px -4px #666;
  box-shadow:inset 0 7px 4px -4px #666;
}
#footer #footer_top h1{
  color:#fff;
  text-shadow:0 1px 1px #000;
  font-size:34px;
  letter-spacing: 1px;
  line-height: normal;
}
#footer #footer_bottom{
  background: url(http://officetomorrow.com.au/themes/defaulttheme/images/bg_linen_green.jpg);
  color:#fff;
  -webkit-box-shadow: inset 0px -100px 200px -100px rgba(0,0,0,0.75);
  -moz-box-shadow: inset 0px -100px 200px -100px rgba(0,0,0,0.75);
  box-shadow: inset 0px -100px 200px -100px rgba(0,0,0,0.75);
  padding:30px 0;
}
/*FOOTER NAVIGATION*/
#footer ul.nav {
  margin-left: 0px;
  padding: 0px;
  z-index: 20;
  display:block;
  /* This prevents flickering due to transform scale on categories */
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility:    hidden;
  -ms-backface-visibility:     hidden;
}
#footer ul.nav li{
  margin-right:17px;
}
#footer ul.nav > li:last-child{
  float:right;
  margin:22px 19px 0 0;
}
#footer ul.nav li a {
  /* Set backgrounds on the li.  Only set font stuff and padding in here */
  display: block;
  padding: 0px 10px;
  color: #eee;
  font-size: 14px;
  font-weight:600;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: -webkit-transform .3s ease-out; 
  -moz-transition: -moz-transform .3s ease-out; 
  -o-transition: -o-transform .3s ease-out; 
  transition: transform .3s ease-out; 
}
#footer ul.nav li a:hover {
  /* only change the font colour in here */
  transform: translateX(3px);
  -ms-transform: translateX(3px); /* IE 9 */
  -webkit-transform: translateX(3px); /* Safari and Chrome */
}
/*SECOND LEVEL*/
#footer ul.nav ul{
  display:block;
  margin-top:10px; 
  position:relative;
}
#footer ul.nav ul li{
  padding:2px 0px;
  float:none;
  margin-right:0px;
}
#footer ul.nav ul li a {
  font-weight:400;
  font-size:13px;
}
#footer ul.nav ul li a:before{
  content:'>';
  margin-right:8px;
}
.legal {
  font-size: 8px;
  text-align: center;
  color:#FFFFFF;
}