body{
	background-image : url("http://www.altiplano-alpacas.com/Images/paperbg.jpg");

	
}



#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav a {
	display: block;
	width: 130;
}

#nav li { /* all list items */
	float: left;
	width: 130;/* width needed or else Opera goes nuts */
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: orange;
	width: 130;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#content {
	clear: left;
	color: #ccc;
}



BODY,TR,TH,TD{
	font-family: arial, helvetica, serif;
	font-size : 12px;
	font-style : normal;
	font-variant : normal;
	font-weight : normal;
	text-decoration : none;
	color : #2a1301;
}

.Details{
	font-family: arial, helvetica, serif;
	font-size : 13px;
	font-style : normal;
	font-variant : normal;
	font-weight : normal;
	text-decoration : none;
	color : #2a1301;
}

A.Details{
	font-family: arial, helvetica, serif;
	font-size : 13px;
	font-style : normal;
	font-variant : normal;
	font-weight : 500;
	text-decoration : none;
	color : #906d40;
}

A.Details:HOVER{
	text-decoration : none;
	color : black;
}

A{
	text-decoration : none;
	color : #FF9933;
}

A:HOVER{
	text-decoration : none;
	color : #333333;
}

.body{
	font-family: arial, helvetica, serif;
	font-size : 13px;
	font-style : normal;
	font-variant : normal;
	font-weight : normal;
	text-decoration : none;
	color : #2a1301;
}

A.body{
	font-family: arial, helvetica, serif;
	font-size : 13px;
	font-style : normal;
	font-variant : normal;
	font-weight : 500;
	text-decoration : none;
	color : #FF9933;
}

A.body:HOVER{
	text-decoration : none;
	color : black;
}

.menu{font-family : Comic Sans MS, Arial;
	font-size : 12px;
	font-weight : 300;
	text-decoration : none;
	color : #4e1c1c;
	background-color:#ffcc66;
	line-height: 2;
}


.menu:HOVER{
	font-family : Comic Sans MS, Arial;
	font-size : 12px;
	font-weight : 300;
	text-decoration : none;
	color : #4e1c1c;
	background-color: #f4f9f2;
	line-height: 2;
}

.menu2 {font-family :Comic Sans MS, Arial;
	font-size : 11px;
	font-weight : 600;
	text-decoration : none;
	color : #4e1c1c;
	background-color:#ffcc66;
	line-height: 2;
}


.menu2:HOVER {
	font-family :Comic Sans MS, Arial;
	font-size : 11px;
	font-weight : 600;
	text-decoration : none;
	color : #4e1c1c;
	background-color: #f4f9f2;
	line-height: 2;
}



H1 {
	font-size : 24px;
	font-weight : bold;
	text-decoration : none;
	color : #4e1c1c;
	text-align:center;
	font-style:italic;
}

H2 {
	font-size : 18px;
	font-weight : bold;
	text-decoration : none;
	color : #4e1c1c;
	margin: 0;
}



.header_nav {
	font-family : Comic Sans MS, Arial;
	font-size : 11px;
	font-style : normal;
	font-variant : normal;
	font-weight : bold;
	text-decoration : none;
	color : #8F8F8F;
}

.header_nav:HOVER {
	font-family : Comic Sans MS, Arial;
	font-size : 11px;
	font-style : normal;
	font-variant : normal;
	font-weight : bold;
	text-decoration : none;
	color : #669933;
}

.extra_nav {
	font-family : Comic Sans MS, Arial;
	font-size : 11px;
	font-style : normal;
	font-variant : normal;
	font-weight : bold;
	text-decoration : none;
	color : #669933;
}

.extra_nav:HOVER {
	font-family : Comic Sans MS, Arial;
	font-size : 11px;
	font-style : normal;
	font-variant : normal;
	font-weight : bold;
	text-decoration : none;
	color : #FF9933;
}


.dropdown {
	height : 18px;
}


.level0 {
	font-weight : bold;
	text-decoration : none;
}
.level2 {
	font-weight : bold;
	text-decoration : none;
}
.level2:HOVER {
	font-weight : bold;
	text-decoration : none;
	color : #669933;
}
.level2_open {
	font-weight : bold;
	text-decoration : none;
	color : #669933;
}
.level3 {
	text-decoration : none;
	color : #666666;
}
.level3:HOVER {
	text-decoration : none;
	color : #669933;
}
.level3_open {
	text-decoration : none;
	color : #669933;
}
.subcategory {
	font-size : 11px;
	font-style : normal;
	font-variant : normal;
	font-weight : bold;
	text-decoration : none;
	color : #666666;
}
.subcategory:HOVER {
	font-size : 11px;
	font-style : normal;
	font-variant : normal;
	font-weight : bold;
	text-decoration : none;
	color : #669933;
}
.subcategory_title {
	font-size : 13px;
	font-style : normal;
	font-variant : normal;
	font-weight : bold;
	text-decoration : none;
	color : #669933;
}
.subcategory_title:HOVER {
	font-size : 13px;
	font-style : normal;
	font-variant : normal;
	font-weight : bold;
	text-decoration : none;
	color : #333333;
}
.subcategory_open, .category_open {
	font-size : 11px;
	font-style : normal;
	font-variant : normal;
	font-weight : bold;
	text-decoration : none;
	color : #669933;
}












