/* css document */

/* Author: Sitecraft Web Services */
/* Web: www.sitecraft.com.au */

/* Browser Selectors */
/* .win.ie6, .win.ie7, .gecko, .mac.safari */

* {
  margin: 0;
  padding: 0;
}
body {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 85%;
  color: #333;
  background: url(../images/bg.gif) no-repeat top center;
}
a:hover {
  color: #3366FF;
}
img {
  border: none;
}
.clear {
  width: 100%;
  clear: both;
}



/* Wrap */

#wrap {
  width: 720px;
  margin-right: auto;
  margin-left: auto;
}



/* Nav */

#nav {
  width: 720px;
  height: 60px;
  margin: 0 0 28px 0;
  display: block;
  float: left;
}
#nav ul {
  list-style: none;
}
#nav li {
  margin-right: 5px;
  padding: 18px 10px 15px 2px;
  display: inline;
  float: left;
  font-size: 14px;
  font-weight: bold;
  background: url(../images/navDiv.gif) no-repeat top right;
}
#nav li.last {
  background: none;
}
#nav li a {
  padding: 5px 5px 4px 5px;
  display: block;
  color: #FFF;
}
#nav li a:hover {
  color: #669966;
  text-decoration: none;
  background: #C5DF86;
}
#nav li a.current {
  color: #336633;
  text-decoration: none;
  background: #d6e8ab;
}



/* Header */

#header {
  width: 720px;
  height: 120px;
  display: block;
  float: left;
}
#header img {
  margin: 0 0 0 0;
  display: block;
  float: left;
}



/* Content */

#content {
  width: 420px;
  padding: 25px 0 10px 0;
  display: block;
  float: left;
}
#content h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0.5em;
  color: #669966;
}
#content h1 {
  font-size: 2em;
  font-weight: normal;
}
#content p {
  margin-bottom: 1em;
  line-height: 1.4em;
}
#content ul, ol {
  margin: 0 0 1em 5em;
  line-height: 1.2em;
}
#content img {
  margin: 0 0 20px 20px;
  float: right;
  border: 1px solid #999;
}
#content table {
  width: 100%;
  margin: 0 0 20px 0;
}
#content table caption {
  padding: 5px;
  text-align: left;
  font-size: 1.2em;
}
#content table th {
  padding: 5px;
  text-align: left;
  font-size: 1em;
  background: #ECECEC;
}
#content table td {
  padding: 5px;
  text-align: left;
  font-size: 1em;
}
#content table td img {
  margin: 0;
  float: left;
  clear: both;
}
#content table td ul {
  margin: 0 10px 4px 10px;
}
#content .cushycms {
  margin-bottom: 30px;
  border-bottom: 1px dashed #666633;
}
#content .cushycms.last {
  border-bottom: none;
}



/* Swatches */

#content table.swatch caption {
  padding: 0 4px 10px 0;
  text-align: left;
  font-size: 1.2em;
}
#content table.swatch th {
  padding: 0 4px 10px 0;
  text-align: left;
  font-size: 1em;
  background: #ECECEC;
}
#content table.swatch td {
  padding: 0 4px 5px 0;
  text-align: left;
  font-size: 0.9em;
  color: #666;
  line-height: 16px;
}
#content table td.swatch img {
  width: 132px;
  height: 80px;
  margin: 0;
  float: left;
  clear: both;
}
#content address {
  margin-bottom: 20px;
}



/* Lightbox */

#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

kbd {
  color: #555555;
  background-color: #dddddd;
  font-size: 18px;
  font-family: inherit;
  padding: 0 3px 0 4px;
}

#overlay{ background-image: url(../images/overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(../images/blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../images/overlay.png", sizingMethod="scale");
}



/* Sub Nav */

#subNav {
  width: 256px;
  padding: 0 0 0 20px;
  display: block;
  float: right;
}
#subNav img {
  float: right;
}
#subNav ul {
  margin-bottom: 25px;
  padding: 0 20px 0 0;
  list-style: none;
}
#subNav li {
  padding: 8px 10px 8px 0;
  font-size: 0.8em;
  border-bottom: 1px dashed #CCC;
}
#subNav h2 {
  margin-bottom: 0.75em;
  padding: 0 20px 0 0;
  font-size: 1em;
  color: #666;
}
#subNav h3 {
  margin-bottom: 0.75em;
  padding: 0 20px 0 0;
  font-size: 0.9em;
  color: #666;
}
#subNav p {
  margin-bottom: 1em;
  padding: 0 20px 0 0;
  font-size: 0.8em;
  line-height: 1.5em;
  color: #333;
}



/* Footer */

#footer {
  width: 420px;
  height: 80px;
  padding: 20px 0 40px 0;
  display: block;
  float: left;
  font-size: 0.9em;
  color: #CCCC99;
  border-top: 1px dashed #666633;
}
#footer a {
  color: #666633;
}
#footer ul {
  width: 420px;
  margin-bottom: 15px;
  display: block;
  float: left;
  list-style: none;
}
#footer li {
  margin-right: 12px;
  padding-right: 12px;
  display: inline;
  float: left;
  border-right: 1px solid #666633;
}
#footer li.last {
  border-right: none;
}
#footer li a.current {
  font-weight: bold;
  color: #999933;
  text-decoration: none;
}
#footer img#sitecraft {
  margin: 10px 0 0 0px;
}	
