
/* Front-end background and main table */

body {
	line-height:130%;
	font-size: 9pt;
	margin: 0px;
	background-color: #B8AB7F;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #333333;
}

.adminBar {
   background-color: #ccc;
}

/* sets the width of the whole site */
#container {
	width: 970px;
	background-color: #ffffff;
	margin:auto;
}
#banner img{
	display:block;
}
#topmenu{
	background-color: #B8AB7F;	
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	color: #000;


}

/* top level */
.mlddm li a, .mlddm li a#buttonnohover {	
		padding: 5px 12px 5px 12px;
		color: #000;
		font-weight:  bold;
		letter-spacing: 1px;
		font-size: 10pt;
		border-right:1px solid #ffffff;
		text-align: left;
		font-family: Arial Narrow, Arial, Verdana, Helvetica, sans-serif;
}

.mlddm li a:hover, .mlddm li a#buttonhover {	
	color:#ffffff;
	background-color: #000000;
}

/* drop down list */

		.mlddm ul {	
			background: #000000;
			color:#ffffff; 
		}
		.mlddm ul li a {	
			padding: 4px 16px 4px 6px;
			border:1px solid #ffffff;
			border-top: 0;
			border-right: 0;
			text-transform: none;
			text-align: left;
			color: #ffffff;
			font-weight: normal;

		}
		.mlddm ul li a:hover {	
			color: #FFFFFF;
			background-color:#B8AB7F;
		}
		
		.mlddm .hsub
		{	background: no-repeat right url(arroww.gif)}

		.mlddm .hsub:hover
		{	background: #B8AB7F no-repeat right url(arroww.gif)}


#crumb{
	padding: 10px 20px 20px 20px;

}
/* Where the content goes */
#middle{
	min-height:400px;
	padding: 20px 20px 20px 20px;
}
#footer{
	clear:both;
	padding: 4px 20px 20px 20px;
	font-size:7pt;
	background-color: #B8AB7f;
	color: #ffffff;
}
.footerLeft{
	width:355px;
	float: left;
	color: #ffffff;
}
.footerMiddle{
	float:left;
	width:300px;
	text-align: center;
	color: #ffffff;

}
.footerRight{
	width:200px;
	float: right;
	text-align:right;
	color: #ffffff;
}
#footer a {
	font-size: 9px;
	color:#ffffff;
	text-decoration: none;
}
#footer a:hover {
	color:#000000;
}



/* general site-wide styles */
a {
   color: #847648;
   text-decoration: underline;
}
a:hover {
   color: #000099;
   text-decoration: underline;
}
h1 {
  font-size: 16pt;
  font-family: Arial Narrow, Arial, Verdana, Helvetica, sans-serif;
  color: #B8AB7F;
  font-weight: normal;
  line-height: 120%;
}

h2 {
  font-size: 13pt;
  font-family: Arial Narrow, Arial, Verdana, Helvetica, sans-serif;
  color: #999999;
  font-weight: normal;
}

/* general form classes */
input{
  color: #003399;
}
textarea{
  color: #003399;
}
select{ 
}
.formDescription {
}
.formSubtext {
  font-size: 8pt;
}

/* product site map on Artist Represented page */
.ProductMapContainer{
	padding-left: 40px;
}

.ProductMap{
	width: 150px;
	height: 250px;
	float:left;
	margin: 0 24px 20px 0;
	padding:0;
}

.ProductMap img{
	width: 150px;
	height: 200px;
	display:block;
	border:0;
	margin-bottom:5px;
}


/* search function - not sure where though */
.searchText {

	font-size: 10pt;
	color: #1964a8;
    	line-height: 20px;
	font-weight: bold
}
.searchButton {
	background-color: #FFFFFF;
	border: #cccccc .5pt solid;
	font-size: 12pt;
	color: #003399;
	font-weight: bold;
	font-style: normal;
	line-height: 16px;
}
.searchInput {
	background-color: #FFFFFF;
	font-family: Arial;
	border: #cccccc .5pt solid;
	font-size: 12pt;
	color: #003399;
	font-style: normal;
	line-height: 16px;
}





