@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #fff;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000;
}

a:link {
    color:#352822;
	text-decoration: none;
	font-weight: 600;
}

a:visited {
	color:#352822;
	text-decoration: none;
	font-weight: 600;
}

a:hover {
	color:#352822;
	text-decoration: underline; 
	font-weight: 600;
}

#unlimitedheader {
	width: 100%;
	height: 208px;
	background: #fff url(images/headers/background.png) repeat-x;
}

#llamaheader {
	width: 100%;
	height: 208px;
	background: #ccccff url(images/headers/background.png) repeat-x;
}

#alpacaheader {
	width: 100%;
	height: 208px;
	background: #ffcccc url(images/headers/background.png) repeat-x;
}

#goatheader {
	width: 100%;
	height: 208px;
	background: #ccffcc url(images/headers/background.png) repeat-x;
}

#sheepheader {
	width: 100%;
	height: 208px;
	background: #ffff99 url(images/headers/background.png) repeat-x;
}

#headerinside {
	width: 780px;  
	margin: 0 auto;
	text-align: center; 
}

#content {
	width: 780px;  
	min-height: 200px;
	background: #fff;
	margin: 0 auto;
	font-size: .85em;
	line-height: 1.75em;
	text-align: left;
}

.head {
    font-size: 20px;
	font-weight: 700; 
	font-style: oblique;
	color: #352822;
	margin: 0;
	margin-bottom: 0.5em;
	padding: 0.50em;
	text-align: center;
}

.subhead {
    font-size: 15px;
	margin: 0;
	margin-bottom: 0.5em;
	padding: 0.25em;
	line-height: 140%;
	text-align: center;
	font-weight: 700;
}

.item {
	font-size: 12px;
	font-weight: 400; 
	padding: 1em;
	text-align: left;
}

.testimonial {
	color: #000;
	background-color: #FFF;
    font-size: 13px;
	font-weight: 400; 
	font-style: italic;
	margin: 0;
	margin-bottom: 0.5em;
	padding: 0.50em;
	text-align: justify;
}

.wholesale {
	font-size: 10px;
	font-weight: 400; 
	padding: 1em;
	text-align: center;
}
.wholesaleprice {
	font-size: 12px;
	font-weight: 400; 
	padding: 1em;
	text-align: center;
}
.llamabutton {
	background-color: #ccccff;
	font-size: 90%;
	font-weight: 700; 
	text-align: center;
	margin: 0;
	margin-bottom: 0.5em;
	padding: 0.25em;
}

.alpacabutton {
	background-color: #ffcccc;
	font-size: 90%;
	font-weight: 700; 
	text-align: center;
	margin: 0;
	margin-bottom: 0.5em;
	padding: 0.25em;
}

.goatbutton {
	background-color: #ccffcc;
	font-size: 90%;
	font-weight: 700; 
	text-align: center;
	margin: 0;
	margin-bottom: 0.5em;
	padding: 0.25em;
}

.sheepbutton {
	background-color: #ffff99;
	font-size: 90%;
	font-weight: 700; 
	text-align: center;
	margin: 0;
	margin-bottom: 0.5em;
	padding: 0.25em;
}
#footer {
	width: 100%;
	height: 100%;
	background: #444;
	color: #ccc;
	font-size: .7em;
	font-weight: 400; 
	text-align: center;
	margin: 0;
	margin-bottom: 0.5em;
	padding: 0.25em;
}
#footer a:link {
    color:#ccc;
	text-decoration: none;
	font-size: 100%;
	font-weight: 400;
	line-height: 150%;
}

#footer a:visited {
	color:#ccc;
	text-decoration: none;
	font-size: 100%;
	font-weight: 400; 
	line-height: 150%;
}

#footer a:hover {
	color:#ccc;
	text-decoration: underline;
	font-size: 100%;
	font-weight: 400; 
	line-height: 150%;
}


img {
	border: none;}


#unlimitedhome {
    width: 780px;
    height: 380px;
    background:#fff url('images/unlimitedhome.jpg') no-repeat center top;
    font: bold 15px Palatino Linotype, Book Antiqua, Palatino, serif;
    color: #fff;
    text-align: right;
   	padding: 0;
	}

#llamahome {
    width: 780px;
    height: 380px;
    background:#fff url('images/llamahome.jpg') no-repeat center top;
    font: bold 15px Palatino Linotype, Book Antiqua, Palatino, serif;
    color: #fff;
    text-align: right;
   	padding: 0;
}

#alpacahome {
    width: 780px;
    height: 380px;
    background:#fff url('images/alpacahome.jpg') no-repeat center top;
    font: bold 15px Palatino Linotype, Book Antiqua, Palatino, serif;
    color: #fff;
    text-align: right;
   	padding: 0;
}

#goathome {
    width: 780px;
    height: 380px;
    background:#fff url('images/goathome.jpg') no-repeat center top;
    font: bold 15px Palatino Linotype, Book Antiqua, Palatino, serif;
    color: #fff;
    text-align: right;
   	padding: 0;
}

#sheephome {
    width: 780px;
    height: 380px;
    background:#fff url('images/sheephome.jpg') no-repeat center top;
    font: bold 15px Palatino Linotype, Book Antiqua, Palatino, serif;
    color: #fff;
    text-align: right;
   	padding: 0;
}
