* {
	margin: 0;
}
html, body {
	height: 100%;
}
#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -42px; /* the bottom margin is the negative value of the footer's height */
}
.footer, .push {
	height: 42px; /* .push must be the same height as .footer */
	line-height: 42px;
	font-size: 13px;
	text-align: center;
}

body {
	color: #382822;
	text-align:center;
	font: 15px 'HelveticaNeue-Light', "Helvetica Neue Light", "Helvetica Neue", "Helvetica", Arial, sans-serif;
}
a {
	outline: none;
	font-weight: bold;
	color:#3FD8C9;
	text-decoration:underline;
}
a:hover {
	color: #69DFD5;
	text-decoration:underline;
}
a {
  outline: none;
}
a img {
	border: none;
	}	
#header {
  width: 750px;
  margin: 0 auto;
  padding-top: 24px;
  text-align: left;
}
#logo {
	padding-bottom: 0;
	width: 750px;
	height: 123px;
	margin: 0;
	background: url('img/logo750.png') top center no-repeat;
}
#logo span {
	display: none;
}

#blurb {
  width: 600px;
  margin: 20px auto 10px auto;
}
#blurb p {
  margin-top: .5em;
  text-align: justify;
}

#swatch-bg {
  width: 658px;
  height: 175px;
  background: url(img/swatch_bg2.jpg) top center no-repeat;
  margin: 0 auto;
}

#swatch {
float: left;
display: inline;
width: 600px;
margin: 26px 0 0 29px;
}

#sortable { 
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#sortable li {
  /* cursor: move; */
  position: relative;
  float: left;
  width: 100px;
  text-align: center;
}
.color {
  width: 100px;
  height: 90px;
}
.colorcode {
  display: block;
  padding-top: 35px;
  text-align: center;
  color: #ffffff;
}
.locking a {
  display: block;
  width: 100px;
  height: 20px;
  color: #000000;
  margin-top: 10px;
  line-height: 20px;
  text-decoration: none;
  text-align: center;
  background: url(img/locking.png) top center no-repeat;
}
.locking a.unlocked {
  background-position: center 0px;
}
.locking a.locked {
  background-position: center -20px;
}


.big-buttons {
  width: 600px;
  margin: 0 auto;
  clear: both;
  font-size: 20px;
  line-height: 32px;
  margin-top: 10px;
}

.button {
  float: left;
  display: inline;
	background: url(img/button/box-right.gif) top right no-repeat;
	}
	
.btn-inner {
	margin: 0;
	padding: 5px 0 0 0;
	background: url(img/button/box-left.gif) top left no-repeat;
	}	
	
.btn-inner a {
	display: block;
	margin: 0;
	padding: 0 0 0 17px;
	color: #2D1D19;
	text-decoration: none;
	background: url(img/button/box-left.gif) bottom left no-repeat;
	}	
	
.btn-inner a:hover {
	color: #3E2E2A;
	}		

.btn-inner em {
	display: block;
	margin: 0;
	padding: 0 20px 5px 0;
	font-style: normal;
	background: url(img/button/box-right.gif) bottom right no-repeat;
	}
.btn-inner img {
	margin-right: 5px;
	margin-top: -5px;
	vertical-align: middle;
	}
	
	
.rsslink {
	padding-left: 16px;
	position: relative;
}
.rss {
	position: absolute;
	top: 2px;
	left: 0px;
	display: block;
	width:13px;
	height:13px;
	background-image:url(img/rss13.png);
}

#ads {
  margin-top: 20px;
}	


.copy {
  text-align: center;
  width: 5em;
}