@charset "utf-8";
/* CSS Document */

/*
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.2.2
*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}ol,ul {list-style:none;}caption,th {text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;}

/*
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.2.2
*/
body {font:13px arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}table {font-size:inherit;font:100%;}select, input, textarea {font:99% arial,helvetica,clean,sans-serif;}pre, code {font:115% monospace;*font-size:100%;}body * {line-height:1.22em;}

img { behavior: url(/css/resources/iepngfix.htc) }
.png { behavior: url(/css/resources/iepngfix.htc) }

html { height: 100%; margin-bottom: 1px; } /* force minimal scroll to prevent jumping effect */

body {
	font: 100% Arial, Helvetica, sans-serif;
	background: #fff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color:#493320;
}
.twoColFixLtHdr #container { 
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background:url(/images/t/bkg-container.jpg);
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding:0 17px;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

/* =header */
.twoColFixLtHdr #header { 
	/*128 x 960*/
	background: #362f2d; 
	padding:0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height:128px;
	margin-bottom:1px;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	width:784px;
	height:77px;
	background:url(/images/t/bkg-header.jpg) no-repeat;
	background-position:53px center;
	text-indent:-5000px;
	float:right;
}
.twoColFixLtHdr #header #branding {
	height:96px;
}
.twoColFixLtHdr #header #logo {
	float:left;
	padding:22px 0 0 20px;
}
.twoColFixLtHdr #header #toolbar {
	margin:0;
	padding:0;
	float:right;
	background:url(/images/t/bkg-toolbar.jpg) no-repeat;
	height:19px;
	width:634px;
	text-align:right;
}
.twoColFixLtHdr #header #toolbar li {
	list-style:none;
	float:right;
}
.twoColFixLtHdr #header #toolbar li a {
	display:block;
	border-right:1px solid #fff;
	margin-top:2px;
	padding:0 5px;
	color:#fff;
	font-size:10px;
	text-decoration:none;
}
.twoColFixLtHdr #header #toolbar li a.last {border:none;padding-right:20px;}
.twoColFixLtHdr #header #toolbar li a:hover {
	text-decoration:underline;
}
.twoColFixLtHdr #header #main-nav {	
	/*height:32px*/
	list-style:none;
	margin:0;
	padding:0;
	height:30px;
	border-top:1px solid #5c3714;
	border-bottom:1px solid #5d3c1c;
	background:url(/images/t/bkg-nav.jpg) repeat-x;
	font-family:Arial, Helvetica, sans-serif;
}
.twoColFixLtHdr #header #main-nav li {
	position:relative;
	margin:0;
	list-style:none;
	float:left;
	background:url(/images/t/bkg-nav-sep.jpg) no-repeat;
	background-position:right top;
}
.twoColFixLtHdr #header #main-nav li.last {
	background:none;
}
.twoColFixLtHdr #main-nav li a {
	background-color:none;
	padding:6px 22px;
	display:block;
	font-size:14px;
	color:#fff;
	text-align:center;
	text-decoration:none;

}
.twoColFixLtHdr #main-nav li a:hover {
	background:url(/images/t/bkg-nav-over.jpg) repeat-x;
	margin-right:2px;
	padding-right:20px;
}
#boutique #main-nav li.ab a, #paradeofchampions #main-nav li.pc a, #alpacasforsale #main-nav li.fs a,
	#investment #main-nav li.in a, #theranch #main-nav li.ra a, #herdsires #main-nav li.hs a, 
	#news #main-nav li.ne a, #tips #main-nav li.ti a  {
	background:url(/images/t/bkg-nav-over.jpg) repeat-x;
	margin-right:2px;
	padding-right:20px;
}
.twoColFixLtHdr  #main-nav li a.last {
	padding:6px 22px;
}
.twoColFixLtHdr  #main-nav li a.last:hover {
	margin:0;
	padding-right:23px;
}


/* =sidebar */
.twoColFixLtHdr #sidebar1 {
	/*w:260*/
	float: left; /* since this element is floated, a width must be given */
	width: 220px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background:url(/images/t/bkg-sidebar.jpg) no-repeat;
	padding:45px 20px 0 20px;
}
.twoColFixLtHdr #sidebar1 h3 {
	width:210px;
	height:17px;
	background:#54493e;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	text-align:right;
	padding:4px 5px;
	font-weight:bold;
	margin-bottom:1em;
}
#subnav {
	padding-bottom:4em;
}
#subnav li {
	list-style:none;
	font-size:12px;
	height:20px;
}
#subnav li a {
	display:block;
	text-align:right;
	color:#3d3631;
	text-decoration:none;
	height:20px;
	padding:2px 15px 0 0;
	margin-right:5px;
	font-weight:bold;
	background:url(/images/t/nav_square_dark.gif) no-repeat;
	background-position:right center;
}
#subnav li a:hover {
	background:url(/images/t/nav_square_over.gif) no-repeat;
	background-position:right center;
	color:#b16c22;
}
#alpacasforsale #subnav li.ap a, #alpacasforsale #subnav li.ap a {
	background:url(/images/t/nav_square_over.gif) no-repeat;
	background-position:right center;
	color:#b16c22;
}
#boutique #subnav li.ap a {
	background:url(/images/t/nav_square_over.gif) no-repeat;
	background-position:right center;
	color:#b16c22;
}
#paradeofchampions #subnav li.pc a {
	background:url(/images/t/nav_square_over.gif) no-repeat;
	background-position:right center;
	color:#b16c22;
}
#sidebar1 p {
	font-size:.65em;
	color:#493320;
	padding-bottom:.75em;
}



/* =mainContent */
.twoColFixLtHdr #mainContent { 
	float:left;
	margin: 0;; /* the left margin on this div element creates the column down the left side of the page - no matter how muchpadding:30px 20px 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	padding:40px 25px 30px 25px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background:url(/images/t/bkg-body-main.jpg) no-repeat #f1eee9;
	border-left:1px solid #d1c2b0;
	width:649px;
}
.twoColFixLtHdr #mainContent h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	/*color:#b1722e;*/
	color:#9c410a;
	font-size:1.5em;
	padding-bottom:.75em;
	border-bottom:2px solid #d1c2b0;
	margin-bottom:.75em;
}
.twoColFixLtHdr #mainContent img {
	border:3px solid #fff;
	margin-bottom:10px;
}
.twoColFixLtHdr #mainContent img.fltrt {
	border:3px solid #fff;
	float:right;
	clear:right;
	margin-left:10px;
}
.twoColFixLtHdr #mainContent p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:.75em;
	padding-bottom:1em;
	color:#493320;
}
#mainContent ul, #mainContent ol {
	font-family:Arial, Helvetica, sans-serif;
	font-size:.75em;
	margin-left:40px;
	padding-bottom:.5em;
}
#mainContent ul li {
	list-style:square;
	padding-bottom:.5em;
}
#mainContent ol li {
	list-style:decimal;
	padding-bottom:.5em;
}
#mainContent ol ul {
	font-size:1em;
	padding-top:.5em;
}
#mainContent ol ul li {
	list-style:square;
}
#frame {
	position:relative;
	z-index:100;
	background:url(images/t/bkg-content-shadow.png) repeat-x;
	height:30px;
	width:960px;
	margin-top:-30px;
}

/* =footer */
.twoColFixLtHdr #footer {
	/*994 x 57*/
	padding: 0 17px;/* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:url(/images/t/bkg-footer.jpg) no-repeat;
	height:56px;
	padding-top:1px;
	margin: 0 auto;
	width:960px;
}
#ftr-main {
	background:#493320;
	/*border-top:1px solid #fffdfa;*/
	margin-top:0px;
	color:#fff;
	font-size:.6em;
	height:39px;
}
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 12px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.center {
	text-align:center;
}
h2 {
	font-weight:bold;
	padding-bottom:.75em;
}
ol.tips h3 {
	font-weight:bold;
	padding-bottom:.25em;
	color:#b1722e;
	font-size:1em;
}

#mainContent ol.tips {
	margin-left:25px;
	padding-left:0px;
	color:#b1722e;
	font-weight:bold;
}
#mainContent ol.tips li {
	color:#493320;
	font-weight:normal
}
#mainContent ol.tips li p, #mainContent ol.tips li:first-child  {
	font-size:1em;
	font-weight:normal;
}
#mainContent h3 {
	font-weight:bold;
	padding-bottom:.25em;
	margin:0;
	color:#b1722e;
	font-size:1em;
}
.newsdate {
	font-weight:bold;
	color:#493320;
}
div.news-item {
	clear:both;
	border-bottom:1px solid #e1dbcf;
	margin-bottom:10px;
}
div.news-photo, div.news-content { float:left; }
div.news-photo {
	width:106px;
	padding:3px 10px 0 0; 
}
div.news-content { width:500px; }

em { font-style:italic; }

table.awards { 
	width:100%;
	margin-bottom:2em;
	font-size:.75em;
	border-top:1px solid #dfd1b9;
}
table.awards td { padding:3px; }
tr.odd { background:#fbf9f5; }
tr.even { background:#eddfc8; }


/* =Alpaca Listing */
div.alpaca-listing {
	width:100%;
	clear:both;
}
div.alpaca-listing div.photo, div.alpaca-listing div.listing { float:left; }
div.alpaca-listing div.photo {
	/* w:179 */
	width:169px;
	padding: 0 10px 10px 0;
}
div.alpaca-listing div.photo img {margin:0; padding:0}
div.alpaca-listing div.listing {
	width:470px;
}
table#info {
	width:169px;
	margin:15px 0;
	font-size:.7em;
	text-align:left;
}
table#info td {
	padding:2px 10px 2px 0;
}
table#info td.last {
	padding-right:0;
	width:125px;
}
#mainContent h3.banner {
	clear:both;
	color:#f1eee9;
	background-color:#54493e;
	margin-bottom:5px;
	padding:5px;
}
.content-box, .content-box-red {margin-bottom:6px;}
#mainContent .content-box h3 {
	background:url(/images/t/bkg-box-hdr.jpg) repeat-x;
	height:25px;
	color:#fff;
	line-height:25px;
	padding:0 0 0 5px;
	font-size:14px;
	margin:0;
}
#mainContent .content-box-red h3 {
	background:url(/images/t/bkg-box-hdr-red.jpg) repeat-x;
	height:25px;
	color:#fff;
	line-height:25px;
	padding:0 0 0 5px;
	font-size:14px;
	margin:0;
}
.content-box .box-content {
	background:#fff;
	padding:2px;
	border:1px solid #d2c3b1;
	clear:both;
}
.content-box-red .box-content {
	background:#fff;
	padding:2px;
	border:1px solid #790000;
	clear:both;
}
.content-box .box-content .gradient-container, .content-box-red .box-content .gradient-container {
	background:#fff url(/images/t/bkg-content-box-gradient.jpg) bottom repeat-x;
	padding:10px;
}
#mainContent .content-box .gradient-container p {
	font-size:11px;
}
#mainContent h4{
	font-weight:bold;
	font-size:.75em;
	padding-bottom:.5em;
}
#mainContent #slideshow-thumbs ul {
	margin:0;
	padding:0;
}
#mainContent #slideshow-thumbs li {
	float:left;
	list-style:none;
	height:75px;
	overflow:hidden;
	padding-right:9px;
}
#mainContent #slideshow-thumbs li.last {
	padding-right:0px;
}
#main-photo { 
	text-align:center;
	height:400px;
	overflow: hidden;
	margin-bottom:10px;
}
#mainContent #main-photo img { height:400px }
strong { font-weight:bold; }

/* =packages */
.special-listing {
	width:100%;
	clear:both;
	border-bottom:1px solid #e1dbcf;
	margin-bottom:10px;
	padding-bottom:10px;
}
.special-photo {
	float:left;
	width:208px;
	padding-right:10px;
}
.special-details {
	float:left;
	width:400px;
}
.moonlight-special-details {
	float:left;
	width:100%;
}
#mainContent h4 {
	font-weight:bold;
	margin:0;
	padding:0;
	color:#b1722e;
	font-size:.75em;
}
#mainContent span.special p {
	color:#CC0000;
	font-weight:bold;
	font-size:14px;
}
#mainContent p.price-sale {
	width:150px;
	height:58px;
	background:url(../images/special-burst.png) no-repeat;
	color:#fff;
	font-size:14px;
	text-align:center;
	font-weight:bold;
	float:right;
	padding:25px 0 0 0;
}

#mainContent p.price {
	color:#CC0000;
	font-size:14px;
	font-weight:bold;
	padding-bottom:10px;
}
#mainContent span.co-owned, #mainContent span.co-owned p {
	color:#CC0000;
	font-size:14px;
	font-weight:bold;
	padding-bottom:10px;
}
#mainContent span.sold-msg, #mainContent span.sold-msg p {
	color:#CC0000;
	font-size:14px;
	font-weight:bold;
	padding-bottom:10px;
}
.clear {
	clear:both;
}
#mainContent p.redbold {
	color:red;
	font-weight:bold;
}
#mainContent p.caption { 
	font-size:10px;
	text-align:center;
	
}
