@charset "utf-8";
body  {
	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: #50423b;
	background-image: url(background.jpg);
	margin: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	font-family: Arial, Helvetica, sans-serif;
}
.twoColFixLtHdr #container {
	width: 950px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	margin-top: 0px;
	background-color: #EDE3D7;
	text-align: left;
	min-height: 600px;
} 
.twoColFixLtHdr #header {
	width: 950px;
	margin-top: 0px;
	margin-bottom: 0px;

} 
.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: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 180px;
	padding-bottom: 0px;
	background-color: #EDE3D7;
	margin-top: 0px;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 12px;
	padding-top: 5px;
}
.twoColFixLtHdr #mainContent {
	padding-top: 0;
	margin-right: 0px;
	width: 755px;
	margin-top: 0px;
	margin-left: 190px;
	background-color: #EDE3D7;
	padding-right: 5px;
} 
.twoColFixLtHdr #footer {
	font-size: 10px;
	background-color: #EDE3D7;
	width: 950px;
	margin-left: 0px;
	text-align: center;
	padding-top: 50px;
	padding-bottom: 10px;
} 
.twoColFixLtHdr #footer p {

}
.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;
}
#topNav1 {
	background-color: #F4F4F4;
	text-align: left;
	margin-top: 0px;
	height: 89px;
	width: 140px;
	float: right;
}
#topNav2 {
	background-color: #F4F4F4;
	text-align: right;
	margin-top: 0px;
	height: 89px;
	float: right;
	width: 105px;
}
#headImg {
	width: 705px;
	margin-top: 0px;
	float: left;
}
#mainNavBar {
	width: 705px;
	margin-top: 0px;
	margin-left: 0px;
	float: left;
}
#navSearch {
	background-color: #F90;
	width: 245px;
	font-size: 10px;
	color: #FFF;
	line-height: 30px;
	text-align: center;
	float: left;
	height: 30px;
}
#headContact1 {
	color: #2b231e;
	background-image: url(nav_gold_bg.gif);
	background-repeat: repeat;
	text-align: left;
	float: left;
	width: 465px;
	border-top-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ede3d7;
	border-bottom-color: #ede3d7;
	border-left-color: #ede3d7;
	font-weight: bolder;
	padding-left: 5px;
	line-height: 18px;
	margin-top: 0px;
	font-style: oblique;
	font-size: 12px;
}
#headContact2 {
	font-size: 12px;
	font-weight: bold;
	color: #2b231e;
	background-image: url(nav_gold_bg.gif);
	background-repeat: repeat;
	text-align: right;
	float: right;
	width: 465px;
	padding-right: 5px;
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #EDE3D7;
	border-right-color: #EDE3D7;
	border-bottom-color: #EDE3D7;
	line-height: 18px;
	font-style: oblique;
}
#pageDescrip {
	background-color: #ede3d7;
	padding-left: 5px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #2b231e;
	width: 940px;
	float: left;
	padding-right: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
}

#toc {
	margin-bottom: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #2b231e;
	border-bottom-color: #2b231e;
	border-left-color: #2b231e;
	width: 180px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	float: left;
}
.tocHead {
	font-size: 10px;
	font-weight: bold;
	color: #FFF;
	background-image: url(nca-images/nav_brown_bg_20.gif);
	text-align: center;
}
#tocHead {
	font-weight: bolder;
	color: #FFF;
	background-image: url(nav_brown_bg_20.gif);
	text-align: center;
	text-transform: uppercase;
	line-height: 20px;
	padding-top: 0px;
	font-size: 10px;
	margin-top: 0px;
	height: 20px;
	width: 180px;
}
#tocPrice {
	text-align: left;
	padding-top: 2px;
	background-color: #FFF;
	margin-top: 0px;
	margin-right: 5px;
	color: #50423B;
	font-weight: bold;
	margin-left: 5px;
}
#tocSections {
	color: #50423B;
	padding-bottom: 10px;
	padding-left: 5px;
	margin-top: 0px;
	padding-top: 0px;
	background-color: #FFF;
	padding-right: 5px;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
	line-height: 16px;
	font-weight: bold;
	text-align: left;
}
#recentView {
	text-align: left;
	width: 750px;
	float: left;
	margin-bottom: 0px;
	margin-top: 5px;
	padding-right: 5px;
}
.twoColFixLtHdr #container #header #pageDescrip p {
	margin-top: 0px;
	margin-bottom: 0px;
}

#breadcrumb {
	font-size: 10px;
	font-weight: bold;
	text-align: right;
	float: right;
	padding-bottom: 2px;
	margin-bottom: 0px;
	margin-top: 0px;
	display: inline;
	height: 20px;
	list-style-type: none;
	line-height: 20px;
	text-transform: capitalize;
}

#recViewHead {
	background-image: url(nav_brown_bg_20.gif);
	font-size: 10px;
	font-weight: bolder;
	text-transform: uppercase;
	color: #FFF;
	text-align: left;
	line-height: 20px;
	height: 20px;
	width: 746px;
	float: left;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 5px;
}
#recViewItems {
	text-align: center;
	background-color: #FFF;
	float: left;
	width: 749px;
	padding-bottom: 10px;
	margin-bottom: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #2b231e;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #2b231e;
	border-left-color: #2b231e;
}


#content {
	background-color: #FFF;
	margin-top: 5px;
	font-size: 10px;
	float: left;
	margin-left: 0px;
	width: 751px;
}


#content img {
	text-align: left;
	float: left;
	padding-right: 3px;
}
#storyList img {
	text-align: left;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
}
#storyList {
	float: left;
	width: 350px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 15px;
}
#storyHead {
	padding-right: 10px;
	padding-left: 10px;
}



#contentHead {
	background-image: url(nav_brown_bg_20.gif);
}
#contentHead1 {
	color: #FFF;
	float: left;
	background-image: url(nav_brown_bg_20.gif);
	padding-left: 5px;
	width: 370px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 20px;
	font-size: 10px;
	font-weight: bolder;
	text-transform: uppercase;
}
#contentHead2 {
	font-size: 10px;
	font-style: italic;
	color: #FFF;
	width: 370px;
	float: right;
	text-align: right;
	background-image: url(nav_brown_bg_20.gif);
	padding-right: 5px;
	line-height: 20px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 5px;
}
#contentHead2 a:hover {
	color: #ff9900;
}
#contentHead2 a {
	color: #FFF;
}

#content1 {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #2b231e;
	border-bottom-color: #2b231e;
	border-left-color: #2b231e;
	float: left;
	width: 238px;
	height: 130px;
	margin-left: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
}
#content2 {
	width: 238px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #2b231e;
	border-bottom-color: #2b231e;
	float: left;
	height: 130px;
	margin-top: 0px;
	margin-left: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
}
#storyPage {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}

#content3 {
	height: 130px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #2b231e;
	border-bottom-color: #2b231e;
	width: 240px;
	float: left;
	padding: 5px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
}
#itemList {
	padding-left: 10px;
	text-align: left;
	float: left;
}

#contentNCA {
	background-color: #FFF;
	margin-top: 0px;
	font-size: 12px;
	padding-top: 5px;
	width: 750px;
	float: left;
	margin-right: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	text-align: left;
}

#topHead {
	height: 89px;
}

#featuredItem {
	float: left;
	width: 160px;
	background-image: url(feature_single.gif);
	background-repeat: no-repeat;
	padding-top: 15px;
	padding-right: 10px;
	font-size: 10px;
	margin-left: 0px;
	text-align: center;
	padding-left: 10px;
	padding-bottom: 5px;
	overflow: hidden;
	height: 240px;
	margin-bottom: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#featuredItem img {
	text-decoration: none;
}

#conHead {
	float: left;
	height: 20px;
	width: 755px;
}
#advert1 {
	float: left;
	width: 180px;
	margin-top: 5px;
	padding: 0px;
	margin-bottom: 0px;
	text-align: center;
}
#headcontact2 a {
	text-decoration: underline;
}
#headContact2 a {
	text-decoration: underline;
	color: #2B231E;
}
#headContact2 a:hover {
	color: #50423b;
}

#sectionLinks2 {
	width: 190px;
	margin-top: 0px;
	float: right;
	margin-left: 0px;
	padding-top: 5px;
}
#homeContentLeft {
	float: left;
	width: 745px;
}
#welMessage {
	float: left;
	width: 350px;
	padding-left: 5px;
	padding-right: 5px;
	margin-top: 0px;
	font-size: 12px;
}
#customLink {
	float: right;
	width: 185px;
	padding-top: 5px;
	padding-bottom: 0px;
	padding-right: 5px;
}
#customLink2 img {
	padding-top: 8px;
	padding-bottom: 3px;
	height: 225px;
}
#welMessage a:link {

}
.copy {
	float: left;
	width: 430px;
	font-size: 12px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#contact a {
	color: 2b231e;
	text-decoration: underline;
	font-style: italic;
}

.images {
	float: right;
	width: 280px;
	font-size: 10px;
	font-style: italic;
	text-align: right;
	padding-bottom: 5px;
	padding-top: 20px;
	margin-right: 0px;
	padding-right: 10px;
}
.images img {
	padding: 10px;
	text-align: center;
}
.copy p {
	line-height: 16px;
}
.copy img {
	float: right;
	padding-top: 10px;
	padding-left: 5px;
}
.images p {
	padding-right: 0px;
	margin-top: -10px;
	margin-bottom: 0px;
	font-size: 10px;
	line-height: 18px;
	margin-right: 10px;
	font-style: italic;
}
#contact {
	text-align: justify;
}
#contact ol {
	margin-left: -25px;
	line-height: 16px;
}
.aboutImages {
	float: right;
	width: 190px;
	font-size: 10px;
	font-style: italic;
	text-align: right;
	padding-right: 90px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-top: 20px;
}
.aboutImages img {
	text-align: center;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.aboutImages p {
	padding-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 12px;
	line-height: 16px;
	margin-right: 10px;
	font-style: normal;
	text-align: right;
}
.queueImages {
	float: right;
	width: 380px;
	font-size: 10px;
	font-style: italic;
	text-align: right;
	padding-right: 30px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-top: 20px;
}
.queueImages img {
	padding: 0px;
	text-align: center;
}
.queueImages p {
	padding-right: 0px;
	margin-bottom: 0px;
	font-size: 10px;
	line-height: 18px;
	margin-right: 0px;
	font-style: italic;
	margin-top: 0px;
}
.queueCopy p {
	line-height: 16px;
}
.queueCopy img {
	float: right;
	padding-top: 10px;
	padding-left: 5px;
}
.queueCopy {
	float: left;
	width: 300px;
	font-size: 12px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 20px;
}
#queueCopy2 {
	float: left;
	width: 700px;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 20px;
}
#faqCopy {
	font-size: 12px;
	padding-right: 40px;
	padding-left: 10px;
}
.contactCopy {
	float: left;
	width: 355px;
	font-size: 12px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
}
.contactImages {
	float: right;
	width: 320px;
	font-size: 10px;
	font-style: italic;
	text-align: right;
	padding-right: 30px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-top: 20px;
}
#links {
	background-color: #FFF;
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 12px;
	padding-top: 5px;
	width: 735px;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
}#links h2 {
	color: #ff9900;
}
#privacyCopy {
	padding-right: 40px;
	padding-left: 10px;
	font-size: 12px;
	margin-top: 0px;
	padding-top: 0px;
	background-color: #FFF;
	margin-right: 20px;
}
#privacyCopy a {
	text-decoration: underline;
}
#footer a {
	text-decoration: underline;
	color: #ff9900;
}
#topNav2 a {
}
#topNav1 a {
}
#faqCopy h {
	color: ff9900;
}
.copy a {
	color: 2b231e;
	text-decoration: underline;
}
#samples {
	padding-left: 40px;
}
#welMessage p {
	margin-top: 0px;
}
#order1 {
	margin-top: -10px;
	padding: -10px;
	width: 435px;
}
#featuredHouse {
	float: left;
	width: 160px;
	background-image: url(feature_custom_single_2.gif);
	background-repeat: no-repeat;
	padding-top: 25px;
	padding-right: 10px;
	font-size: 10px;
	margin-left: 0px;
	text-align: center;
	padding-left: 10px;
	padding-bottom: 5px;
	overflow: hidden;
	height: 195px;
	margin-bottom: 5px;
	text-decoration: none;
}
#homeContentRight {
	float: right;
	width: 380px;
}
.SectionLinks1 {
	float: left;
	width: 195px;
}
#SectionLinks1 {
	float: right;
	width: 190px;
	padding-top: 5px;
	margin-top: 0px;
}
#homeContentRight img {
	padding-bottom: 5px;
}
#welMessage a {
	color: #50423b;
	text-decoration: none;
	font-weight: bold;
}
#welMessage a:hover {
	color: #ff9900;
}
#tocSections a {
	font-size: 12px;
	color: #50423b;
	text-decoration: none;
	font-weight: bold;
	margin-left: 0px;
}
#tocSections a:hover {
	color: #ff9900;
	text-decoration: none;
	font-weight: bold;
}
#tocInfo {
	color: #ff9900;
	background-color: #FFF;
	margin-top: 0px;
	margin-right: 5px;
	margin-left: 5px;
	padding-left: 5px;
	text-align: left;
}
#tocFeature {
	font-size: 12px;
	background-color: #FFF;
	padding-bottom: 2px;
	font-weight: bold;
	text-decoration: none;
	color: #ff9900;
	margin-left: 5px;
	margin-right: 5px;
	padding-top: 5px;
	text-align: left;
}
#tocFeature a {
	text-decoration: none;
	color: #50423B;
	font-weight: bold;
	margin-right: 5px;
	margin-left: 5px;
}
#tocFeature a:hover {
	color: #ff9900;
}
#tocInfoHead {
	font-weight: bold;
	background-color: #FFF;
	margin-bottom: 0px;
	font-size: 12px;
}
#tocInfoHead a {
	font-weight: bold;
	color: #50423B;
	text-decoration: none;
	list-style-type: none;
}
#tocInfoHead a:hover {
	color: #ff9900;
	text-decoration: none;
}
#itemHead{
	color: #000;
	text-decoration: none;
	font-weight: bolder;
	font-size: 18px;
}
#featureTitle img {
	float: left;
	padding-right: 5px;
}
#storyHead img {
	float: left;
	padding-right: 5px;
}
#expertSearch {
	padding-right: 15px;
	text-align: right;
}
#searchBar {
	vertical-align: middle;
	display: block;
}
#searchButton {
	height: 100px;
	margin-top: -10px;
	padding-top: 0px;
	vertical-align: top;
	display: inline;
	float: left;
}

#expertSearch img {
	float: left;
}
#birdingHead img {
	float: left;
	padding-right: 10px;
}
#birdingHead {
	width: 700px;
	padding-left: 10px;
	;
}

#ncaSections {
	float: left;
}
#infoDirectory a  {
	list-style-image: none;
	list-style-type: none;
	line-height: 12px;
	display: list-item;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 10px;
}
#infoDirectory {
	background-color: #FFF;
	margin-right: 5px;
	padding-bottom: 2px;
	margin-left: 5px;
	padding-left: 5px;
	padding-top: 0px;
}
#featurePrice {
	font-style: italic;
	font-weight: bold;
	color: #F00;
	padding-top: 2px;
}
#featureTitle {
	margin-top: -12px;
	font-weight: bold;
	text-decoration: none;
}
#featureTitle a {
	text-decoration: none;
}
#featuredHouse img {
	text-decoration: none;
	outline: none;
	border: none;
}
#customPages a:hover{
	color: #ff9900;
}
#customPages a {
	padding-left: 5px;
}

#customPages {
	padding-top: 2px;
	padding-bottom: 2px;
}
#featuredItem a {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#recViewItems a {
	font-size: 10px;
	text-decoration: none;
}
#tocPrice a {
	font-weight: normal;
	text-decoration: none;
	list-style-image: none;
	list-style-type: none;
}
#tocPrice li {
	line-height: 12px;
	list-style-image: none;
	list-style-type: none;
}
#tocPrice a:hover {
	color: #ff9900;
}
#secsubsecTitle {
	margin-left: 5px;
}
#featureMessage {
	padding-left: 10px;
	padding-right: 5px;
}
#marketplaceMessage {
	padding-left: 10px;
}
#itemList a {
	text-decoration: none;
	text-align: center;
}
#featureList a {
	font-size: 10px;
	text-decoration: none;
	text-align: center;
	display: block;
}
#featureList {
	padding-left: 10px;
}


#marketplaceMessage img {
	float: left;
	padding-right: 10px;
}
#featureMessage img {
	float: left;
	padding-right: 10px;
}
#itemView {
	padding-left: 10px;
	padding-right: 10px;
}
#contentSummary img {
	text-decoration: none;
	outline: none;
	outline-style: none;
	border-style: none;
}
#contentSummary a {
	color: #000;
	text-decoration: none;
}
#checkRecView {
	width: 390px;
	background-color: #FFF;
	float: right;
	text-align: left;
	font-size: 12px;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 10px;
}
#checkContent {
	width: 940px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#checkNCA {
	width: 510px;
	background-color: #FFF;
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-top: 10px;
}
#checkoutAlsoConsider {
	background-color: #FFF;
	float: right;
	width: 390px;
	text-align: left;
	font-size: 12px;
	margin-top: 5px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#shipNCA {
	background-color: #FFF;
	width: 940px;
	float: left;
}
#messageStyle {
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	font-size: 12px;
	list-style-image: none;
	list-style-type: none;
	text-align: left;
	display: block;
}
messageStyle li {
	text-align: left;
	list-style-image: none;
	list-style-type: none;
}

#returnPolicy {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#marketplaceWelcome {
	width: 330px;
	padding-left: 30px;
	;
	float: left;
	padding-top: 10px;
	padding-right: 30px;
}#feedburner {
	
	height: 25px;
}
.tabbertab {
	color: #50423b;
	font-family: Arial, Helvetica, sans-serif;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
