/* Wind River Gallery CSS Document */
body,table,tr,td,li,ul,ol,form 	{
		background-color: #b2ab56;
		font-family: verdana,arial,sans-serif;
		font-size: 12px;
		color: #074949;
		text-decoration: none;
		margin-top: 0px;
		margin-bottom: 0px;
		margin-left: 0px;
		margin-right: 0px;
		}
input { 
		background-color: #eee8aa; 
	}
img {
	border:0px;
	}	
	 

/* Link Styles */
a:link {
		color: #074949;
		text-decoration: underline;
		}
		
a:hover {
		color: #307d7d;
		text-decoration: underline;
		}
	
a:link.linktxtfooter {
		font-size: 9px;
		color: #074949;
		text-decoration: underline;
		}
		
a:hover.linktxtfooter {
		font-size: 9px;
		color: #307d7d;
		text-decoration: underline;
		}



/* Background Cell Color Styles */
.cellcolor01 { background-color: #fff; }
.cellcolor02 { background-color: #000; }
.cellcolor03 { 
background-image:url("../img/paperffff0015.jpg");
background-color: #eee8aa; }
.cellcolor04 { background-color: #b2ab56; }
.cellcolor05 { background-color: #074949; }





/* Form Styles */





/* Text Styles */
.txtstyle01 {
		font-weight: bold;
		color: #808000;
		}

.txtfooter {
		font-size: 9px;
		line-height: 16px;
		}
		
		

/*NAVIGATION styles*/
#mainNavContainer{
	text-align:center;
}
#mainNav ul, li{
	height:30px;
	display:inline;
	list-style-type:none;
}	
	
a.artists{
	background-image:url('../img/nav_artists_off.gif');
	height:30px;
	width:117px;
}
a.artists:active, a.artists:hover{
	background-image:url('../img/nav_artists_on.gif');
	height:30px;
	width:117px;
}
a.paintings{
	background-image:url('../img/nav_paintings_off.gif');
	height:30px;
	width:148px;
}
a.paintings:active, a.paintings:hover{
	background-image:url('../img/nav_paintings_on.gif');
	height:30px;
	width:148px;
}
a.sculpture{
	background-image:url('../img/nav_sculpture_off.gif');
	height:30px;
	width:154px;
}
a.sculpture:active, a.sculpture:hover{
	background-image:url('../img/nav_sculpture_on.gif');
	height:30px;
	width:154px;
}
a.about{
	background-image:url('../img/nav_about_off.gif');
	height:30px;
	width:144px;
}
a.about:active, a.about:hover{
	background-image:url('../img/nav_about_on.gif');
	height:30px;
	width:144px;
}
a.contact{
	background-image:url('../img/nav_contact_off.gif');
	height:30px;
	width:135px;
}
a.contact:active, a.contact:hover{
	background-image:url('../img/nav_contact_on.gif');
	height:30px;
	width:135px;
}
#details tr td {
background-color: #eee8aa; 
font-size:12px;
}
.sold{
color:#c33;
font-weight:bold;
}
.right {
padding-left:50px;
}