@charset "utf-8";
/* CSS Document */
html {
	font-size:62.5%; /* sets base to 10px for easy math */
}
body {
	background-color: #CFDEB8;
	color: #000000;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:400;
	font-size: 1.4em; /* sets the default sizing to 14px (1.4 x 10) */
}
.container {
	min-width: 320px;
	max-width:1280px;
	margin:0 auto;
	background-color:#809C68;
}
#header {
	padding:10px 0 5px 10px;
	text-align:right;
	color: #D8D8C2;
}
#header img {
	display: block;
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
	border:none;
	float:left;
}
#sheep-tag p{
	margin:10px 25px 0 0;
	font-size:120%;
	font-style:italic;
	font-family:Georgia, Times New Roman, Times, serif;
}

#sheep-tag ul {
	list-style: none;
	margin: 42px 0 0 0;
	padding: 0;
	font-family:Verdana, Geneva, sans-serif;
	
}
#sheep-tag li {
	float:right;
	padding:0;
}
#sheep-tag li.text {
	float:right;
	font-size: 80%;
	padding:6px 15px 0 0;
}

#sheep-tag li a {
	vertical-align:  middle;
	display: block;
	margin: 0 10px 0 0;
}
#column-box {
	background-color:#B3CC99;
	border-bottom: 20px solid #809C68;
	padding-top:5px;
}
.realclearfix:after {
	visibility: hidden;
	display: block;
	content: " ";
	clear: both;
	height: 0;
}

/* Left Column */
#l-column-box {
	width: 200px;
	float: left;
	color:#333333;
	font-size:100%;
	margin:15px 10px;
	background-color:#B3CC99;
}
#l-column {
	margin:15px;
	padding:10px;
}
#l-column img {
	display: block;
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
	margin:0 auto;
}
#l-column h1 {
	font-size:130%;
	font-weight:400;
	margin:0 30px 15px 30px;
}
#contact-box {
	text-align:left;
	margin: 5px 30px 15px 30px;
}
#menu-box {
	text-align:left;
	margin: 10px auto;
	width: 200px;
	padding:5px 10px;
	line-height:2.0;
}
.link-indent {
	margin-left:10px;
}
.sheep-links a:link {
	color: #666666;
	text-decoration: underline;
	font-size:95%;
	font-weight:500;
}
.sheep-links a:visited {
	color: #666666;
}
.sheep-links a:hover {
	color: #000000;
}
.sheep-links a:focus {
	color: #666666;
}
.sheep-links a:active {
	color: #666666;
}
/* END Left Column */

/* Middle Column */
#m-column {
	max-width: 1080px;
	min-width: 320px;
	margin-left:215px;
}
#m-column img {
	display: block;
	max-width: 98%;
	height: auto;
	width: auto\9; /* ie8 */
	margin:0 auto;
}
#body-content-box {
	background-color:#CFDEB8;
	margin: 20px;
	padding: 5px 15px;
	color:#5E704B;
}
#body-content-box h1 {
	font-size:180%;
	font-weight:400;
}
#body-content-box h2 {
	font-size:130%;
	font-weight:400;
}
#body-content-box hr{
	clear:both;
	margin:10px auto;
}

#actual-text {
	margin:0 15px 15px 15px;
	font-size:90%;
}
#actual-text a {
	color:#333333;
}
#actual-text a:link {
	text-decoration: underline;
}
#actual-text a:visited {
	text-decoration: underline;
}
#actual-text a:hover {
	text-decoration: underline;
	color:#666666;
}
#actual-text a:focus {
	text-decoration: underline;
}
#actual-text a:active {
	text-decoration: underline;
}
#footer {
	background-color:#CFDEB8;
	color:#738D5C;
	padding:10px;
	text-align:center;
	font-size:85%;
	line-height:1.8;
}
.web-design a:link {
	color: #333333;
	text-decoration: underline;
	font-size:80%;
}
.web-design a:visited {
	color: #333333;
}
.web-design a:hover {
	color: #666666;
}
.web-design a:focus {
	color: #333333;
}
.web-design a:active {
	color: #333333;
}
.this-odd {
	font-size: 130%;
	color:#0000FF !important;
	font-weight:bold;
}
/* Universal Classes */
.this-italic {
	font-style:italic;
}
.this-bold {
	font-weight:bold;
}
.this-center {
	text-align:center;
}
.this-right {
	text-align:right;
}
.img-right {
	float:right;
}
.img-left {
	float:left;
}
.internal-list {
	line-height:2.0;
	font-size:100%;
	text-align:left;
}
.internal-list a:link {
	color: #173639;
	text-decoration: underline;
}
.internal-list a:visited {
	color: #173639;
	text-decoration: underline;
}
.internal-list a:hover {
	color: #367D85;
	text-decoration: underline;
}
.internal-list a:focus {
	color: #173639;
	text-decoration: underline;
}
.internal-list a:active {
	color: #173639;
	text-decoration: underline;
}
.clear-both {
	clear:both;
}
.clear-left {
	clear:left;
}

.table {
	width: 100%;
	clear:right;
	min-width:300px;
}
.table .th {
	background-color: #4E5F3F;
	color: #ccc;
	font-weight: bold;
	padding: .4em 1em;
	font-size:120%
}
.table .th-clear {
	background-color: #E2EBD3;
	font-weight: bold;
	padding: .5em 1em;
	font-size:100%
}

.table .tr:nth-child(even) {
	background-color: #EDF3E4;
}
.table .tr:nth-child(odd) {
	background-color: #E2EBD3;
}
.table .tr-nocolor {
	background-color:inherit;
}
.table .light-background {
	background-color: #E2EBD3;
}
.table .td {
	float: left;
	width: 20%;
	padding: 0.5em 2%;
}
.table .td-widest {
	float: left;
	padding: 0.5em 2%;
	width: 40%;
}
.table .td-nowidth-first {
	padding: 1em 2% 0.5em 2%;
}
.table .td-nowidth {
	padding: 0 3% 0.5em 3%;
}
.table .td-newsletter {
	padding: 0.5em 3% 0.2em 3%;
}
.table a:link {
	color: #796434;
	text-decoration: underline;
}
.table a:visited {
	color: #796434;
	text-decoration: underline;
}
.table a:hover {
	color: #554624;
	text-decoration: underline;
}
.table a:focus {
	color: #796434;
	text-decoration: underline;
}
.table a:active {
	color: #796434;
	text-decoration: underline;
}
#producttable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	border-collapse: collapse;
	margin: 0 auto;
	min-width:50%;
}
#producttable th {
	font-weight: bold;
	font-size: 15px;
	padding: 10px 15px 10px 10px;
	background: #4E5F3F;
	border-top: 10px solid #CFDEB8;
	border-bottom: 1px solid #fff;
	color: #EBEBEB;
	text-align:left;
}
#producttable th p{
	font-weight: normal;
	font-size: 12px;
	padding: 10px 15px 10px 10px;
	background: #4E5F3F;
	color: #E0E0E0;
	text-align:left;
}

#producttable td.first {
	padding: 10px 15px 10px 10px;
	background: #E2EBD3;
	border: none;
	color: #5E704B;
	vertical-align:text-top;
}
#producttable td {
	padding: 10px 15px 10px 10px;
	background: #E2EBD3;
	border-top: 4px solid #CCDCB4;
	color: #5E704B;
	vertical-align:text-top;
}
#producttable td.noborder {
	padding: 0 15px 10px 10px;
	background: #E2EBD3;
	border: none;
	color: #999999;
	vertical-align:text-top;
}
#producttable td.background-only {
	padding: 0;
	background: #CFDEB8;
	border: none;
	margin:10px 0;
}

#producttable td.this-red-status {
	font-size: 12px;
	color:#990000;
	text-align:right;
}
#producttable span.this-red-note {
	font-size: 12px;
	color:#999999;
}
#producttable span.this-available {
	color:#FF3300;
	font-weight:bold;
}
#producttable span.this-reserved {
	color:#000066;
	font-weight:bold;
}
#producttable td img {
	padding: 10px 25px 10px 10px;
	float:left;
}
#producttable ul {
	list-style-position: inside;
}
#yarnSelectionTable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-collapse: collapse;
	margin: 0;
	display:inline-block;
	text-align:right;
}
#yarnSelectionTable th {
	font-weight: bold;
	font-size: 13px;
	padding: 10px 10px 20px 10px;
	background: #E2EBD3;
	border-top: 1px solid #BAD099;
	border-bottom: none;
	color: #4E5F3F;
	text-align:center;
}
#yarnSelectionTable th p{
	font-weight: normal;
	font-size: 12px;
	padding: 10px 15px 10px 10px;
	color: #E0E0E0;
	text-align:left;
}
#yarnSelectionTable td img {
	padding: 10px 25px 10px 10px;
	float:left;
	width: 40%;
}
#yarnSelectionsBox {
}
.yarnSelections {
	float:left;
	display:inline-block;
	padding:10px 15px;
}
.yarnSelections h2{
	font-size: 12px !important;
	padding: 10px 10px 20px 10px;
	background: #E2EBD3;
	border-top: 1px solid #BAD099;
	border-bottom: none;
	color: #4E5F3F;
	text-align:center;
}
.yarnSelections img {
	padding: 10px 25px 10px 10px;
	float:left;
	width: 40%;
}

.plain-table {
	text-align:left;
	margin: 0 auto;
}
input.myButton {
	background: #bfd69a;
	background-image: -webkit-linear-gradient(top, #bfd69a, #B3CC99);
	background-image: -moz-linear-gradient(top, #bfd69a, #B3CC99);
	background-image: -ms-linear-gradient(top, #bfd69a, #B3CC99);
	background-image: -o-linear-gradient(top, #bfd69a, #B3CC99);
	background-image: linear-gradient(to bottom, #bfd69a, #B3CC99);
	-webkit-border-radius: 10;
	-moz-border-radius: 10;
	border-radius: 10px;
	-webkit-box-shadow: 2px 3px 3px #cccccc;
	-moz-box-shadow: 2px 3px 3px #cccccc;
	box-shadow: 2px 3px 3px #cccccc;
	font-family: Arial;
	color: #ffffff;
	font-size: 14px;
	text-decoration: none;
	padding: 5px 10px 3px 10px;
	border:none;
}
input.myButton:hover {
	text-decoration: none;
	background: #B3CC99;
	background-image: -webkit-linear-gradient(top, #B3CC99, #809C68);
	background-image: -moz-linear-gradient(top, #B3CC99, #809C68);
	background-image: -ms-linear-gradient(top, #B3CC99, #809C68);
	background-image: -o-linear-gradient(top, #B3CC99, #809C68);
	background-image: linear-gradient(to bottom, #B3CC99, #809C68);
}
.clear-this {
	clear:both;
}
.clearfix { /* fixes if an element is taller than the element containing it, and it is floated, it will overflow outside of its container. */
    overflow: auto;
}
@media only screen and (max-width: 800px) {
body {
	font-size: 1.2em;
}
#copyright-mobile {
	display:block;
}
#copyright {
	display:none;
}
#menu-box {
	display:block;
}
#menu-box-700 {
	display:none;
}
}
 @media only screen and (max-width: 750px) {
body {
	font-size: 1.5em;
}
#l-column-box {
	width:200px;
}
#m-column {
	margin:0;
	padding:0;
}
#body-content-box {
	margin: 10px 0;
}
}
 @media only screen and (max-width: 620px) {
body {
	font-size: 1.3em;
}
#l-column-box {
	width:200px;
}
#m-column {
	margin:0;
	padding:0;
}
#body-content-box {
	margin: 10px 0;
}
}
 @media only screen and (max-width: 500px) {
body {
	font-size: 1.3em;
}
#l-column-box {
	display:none;
}

#m-column {
	margin:0;
	padding:0;
}
#body-content-box {
	margin: 10px 0;
}
}
