
/*
 * +-----------------------------------*/

/* bodies */
body.temp  {
	margin: 25px;
	background-color: #FFFFFF;
}

body  {
	margin: 25px;
	background-color: #ffffff;
; font-family: Arial, Helvetica, sans-serif; font-size: 10pt; color: #462b2b}

body.pop  {
	margin: 10px;
	background-image: url(/images/anv.gif);
	background-color: #D2CAB7;
}
ul, ol  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
a:visited{  
	color: #333333;
	text-decoration: none;
}
a:hover  {
	color: #c66;
	text-decoration: underline;
}

/* selected links */
a.sel:link, a.sel:visited, a.sel:active  {  
	color: #7d2a2a;
	text-decoration: underline;
}
a.sel:hover  {  
	color: #333333;
	text-decoration: underline;
}

/* footer menu links */
a.menu:link, a.menu:visited, a.menu:active  {  
	color: #836a6a;
	text-decoration: none;
}
a.menu:hover  {  
	color: #836a6a;
	text-decoration: underline;
}

/* footer menu selected links */
a.menu-sel:link, a.menu-sel:visited, a.menu-sel:active, a.menu-sel:hover  {  
	color: #ca6c6c;
	text-decoration: underline;
}

/* headers/notes */
.header  {
	font-weight: bold;
}

/* price text */
.price  {
	font-weight: bold;
}

/* footer menu */
div.footer  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}

/* URL footer on pop-up pages */
td.footer_pop  {
	text-align: right;
	font-size: 10px;
}

/* product images */
img.product  {
	border-right: solid #999999 3px;
	border-bottom: solid #999999 3px;
}

/* table elements */
table.page  {
	background-image: url(http://www.twobirdsdesigns.com/img/bg_tile.gif);
	background-color: #D2CAB7;  /* in case there is a problem with the bg image */
	border: 0 solid #D2CAB7;  /* NN4 hack to make the bg color work */
}

table.content  {
	background-image: url(http://www.twobirdsdesigns.com/img/bg_content_tile.gif);
	/*background-color: #FFFDED;*/
	border-right: solid #999999 3px;
	border-bottom: solid #999999 3px;
}

table.content_pop  {
	background-image: url(http://www.twobirdsdesigns.com/img/bg_content_tile.gif);
	padding: 5px;
	border-right: solid #999999 3px;
	border-bottom: solid #999999 3px;
}

/* form elements */
select  {
	/* default select style must be used by Yahoo store dropdowns... */
	font-family: Arial, Helvetica, sans-serif;  
	font-size: 11px;  
}

select.wide  {
	font-family: Arial, Helvetica, sans-serif;  
	font-size: 11px;  
	width: 200px;
}

input.text  {
	font-family: Arial, Helvetica, sans-serif;  
	font-size: 11px;  
	width: 200px;
}

textarea  {
	font-family: Arial, Helvetica, sans-serif;  
	font-size: 11px;  
	width: 200px;
; color: #cc6666}

input.button  {
	font-family: Arial, Helvetica, sans-serif;  
	font-size: 11px;  
}
a:active   { 	color: #ba4747;
	text-decoration: underline;
 } 
/* link defaults */
a:link { color: #462b2b; font-weight: bold; text-decoration: none; } p { 	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #997575;
 } 
/* font defaults */
td { 	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #826363;
 } 