/* Website: icedcakes.co.nz (2385) */ 
html {
  font-size: 1em;
  line-height: 120%;
  padding: 0;
}
body {
  background: transparent url('../images/bg.jpg') left top repeat;
  color: #2d2d2d;
  font-family: arial, Verdana, Helvetica, Geneva, Swiss, Sans-serif;
  font-size: 0.8em;
  margin: 0 auto;
  min-width: 775px;
  padding: 0;
  text-align: center;
}
table {
  background: #f1f1f1;
  border: 1px solid #aaa;
  margin: 25px 0 20px 0;
  width: 95%;
}
td {
  font-size: 1.0em;
  padding: 3px 2px 3px 2px;
  vertical-align: top;
}
IMG.lightbox {
 border: 2px solid #003300;
 border-top-color: #006600;
 border-left-color: #006600;
 margin: 3px;
}
/* Text settings */
p {
  margin: 10px 0;
}
h1 {
/*  background: transparent url('../images/h1.gif') left bottom no-repeat; */
  border-bottom: 2px solid #999; 
  color: #999; 
  letter-spacing: 1px; 
  margin: 15px 0 10px 15px; 
  padding: 5px 5px 5px 0; 
  text-align: left;
  font-size: 2.0em;
}
h2 {
/*  background: transparent url('../images/h2.gif') left bottom no-repeat; */
  border-bottom: 1px solid #eee; 
  color: #333; 
  letter-spacing: 1px;
  font-size: 1.6em;
}
h3 {
/*  background: transparent url('../images/h3.gif') left bottom no-repeat; */
  color: #666;
  font-style: italic;
  font-weight: bold;
  padding-bottom: 5px;
  font-size: 1.4em;
}
h4 {
/*  background: transparent url('../images/h4.gif') left bottom no-repeat; */
  color: #666;
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 1.2em;
}
h5 {
/*  background: transparent url('../images/h5.gif') left bottom no-repeat; */
  border-bottom: 1px solid #999;
  color: #999;
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 1.0em;
}
h6 {
/*  background: transparent url('../images/h6.gif') left bottom no-repeat; */
  border-bottom: 1px solid #999;
  color: #999;
  font-weight: bold;
  font-size: 1.0em;
}
input, select, textarea {
	font: 1.0em Verdana, Arial, Helvetica, sans-serif;
}
a:link {
  color: #636363; 
}
a:visited {
  color: #bbb; 
}
a:active {
  color: #aaa; 
}
a:hover {
  color: #00f; 
  text-decoration: underline;
}
/* Used for clearing floats */
div.clear {
  clear: both;
}
.form {
  background:#f1f1f1;
  border:0;
  font-size:0.9em;
  padding:3px;
  width:100%;
}






#wrapper {
/*  background: transparent url('../images/wrap1.jpg') left top no-repeat; */
  background: #fff;
  margin: 0 auto 0 auto;
  padding: 0 0 0 0;
  text-align: left;
  width: 775px;
}
#container {
 background: transparent url('../images/bg-side.jpg') left top repeat-y; 
 padding: 0;
 margin: 0;
}
#logo {
 padding: 0;
 margin: 0;
}
#header {
  width: 775px;
  height: 120px;
 background: transparent url('../images/_src/header.png') left top no-repeat; 
  border: 0;
  margin:0;
  padding:0;
}

/* Left hand area */
#sidebar {
  background: transparent;
  float: left;
  margin: 40px 0 0 0;
  padding: 0;
  width: 135px;
}
/* Left hand navigation (Standard menu)*/
#sidebar #menu, #menu ul {
  margin: 0;
  padding: 0;
  line-height: 1.3em;
  z-index: 10;
}
#sidebar #menu li {
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
  list-style-type: none;
  margin-bottom: 1px;
  padding: 0;
  width: 135px;
}
#sidebar #menu li a {
  background: #FFAA00;
  color: #030;
  display: block;
  font-size : 0.9em;
  font-weight : bold;
  padding: 0 0 0 5px;
  text-decoration:none;
}
#sidebar #menu li ul { /* Submenu */
 background: transparent url('../images/bg-submenu.gif') left top repeat-y; 
}
#sidebar #menu li ul li { /* Submenu */
color: #003300;
  border: none;
  padding-left: 15px;
	width: 120px;
}
#sidebar #menu li ul li a { /* Submenu */
  background: none;
  font-weight: normal;
}
#sidebar #menu li.active a {
  color: #000;
}
#sidebar #menu li a:hover {
/*  background: transparent url('../images/li-hover.gif') left bottom no-repeat; */
  background: #631b1c;
  color: #fff;
  text-decoration:none;
}
#sidebar #menu li:hover ul ul,#sidebar #menu li:hover ul ul ul,#sidebar #menu li.sfhover ul ul,#sidebar #menu li.sfhover ul ul ul{
  left:-999em;
}
#sidebar #menu li:hover ul,#sidebar #menu li li:hover ul, #sidebar #menu li li li:hover ul,#sidebar #menu li.sfhover ul,#sidebar #menu li li.sfhover ul,#sidebar #menu li li li.sfhover ul{
  left:auto;
}
#content {
  background: url('../images/_src/bg-content.png') no-repeat top right;
  min-height: 400px;
  padding-left: 10px;
  overflow: auto;
  /*padding: 0 10px 20px 15px;*/
}
#contentfloater {
  float: right;
  background: transparent;
  height: 90px;
  width: 170px;
}





/* Footer area */
#footer-top { 
  color: #000; 
}
#footer {
/*  background: transparent url('../images/footer.jpg') left bottom repeat-x; */
  background: #003300;
  color: #fff; 
  clear: both; 
  font-size: 0.9em; 
  line-height: 115%; 
  margin: 10px 0 0 0; 
  padding: 5px 0 0 0; 
  text-align: center;
}
#footer a {
  text-decoration: none;
  color: white;
}
#footer a:hover {
  text-decoration: underline;
}
#footer-nav li {
  border-left: 1px solid #444;
  display: inline;
  list-style-type: none;
  margin: -2px !important;
  margin: 0;
  padding: 0 5px;
}
#footer-nav li.first {
  border-left: 0;
}
#footer-nav li a {
  text-decoration: none;
}
#footer-nav li a:hover {
  text-decoration: underline;
}
#footer-nav ul li a:link {
  color: #FFFFFF;
}
#credits {
  font-size: 0.8em;
}
