/* 
	This file was started by Carol Hoffnagle, using Dreamweaver menus. 
	Recoding to meet NNFP coding standards and other updates by Nora McDougall-Collins
	Banner styles were copied from HomeStyles.css 
*/

#TopMenu 
{
	POSITION: absolute; 
	TOP: 130px; 
	HEIGHT: 25px;
	PADDING-RIGHT: 10px; 
	PADDING-LEFT: 20px; 
	BACKGROUND: url(../Images/Backgrounds/wood-grain.jpg);
	LEFT: 0px; 
	PADDING-BOTTOM: 0px; 
	FONT: 14px Arial, Helvetica, sans-serif; 
	TEXT-TRANSFORM: uppercase; 
	WIDTH: 770px; 
	COLOR: #ffffff; 
	PADDING-TOP: 10px; 
}

#ArtisanContent 
{
	POSITION: relative;
	TOP: 170px; 
	LEFT: 0; 
	margin-top: 15px;
	padding: 0; 
	FLOAT: left; 
	WIDTH: 800px; 
	height: 500px;
	/* height: 380px; 9/30/10 */
	BACKGROUND: #75a734 url(../Images/Backgrounds/ArtisanContentBackground.jpg) no-repeat;
}

/* 4/15/10 Added by Nora to allow for fewer than 3 products available per Artisan */
#ArtisanContent1 
{
	POSITION: relative;
	TOP: 170px; 
	LEFT: 0; 
	margin-top: 15px;
	padding: 0; 
	FLOAT: left; 
	WIDTH: 800px; 
	height: 380px;
	BACKGROUND: #75a734 url(../Images/Backgrounds/ArtisanContentBackground1.jpg) no-repeat;
}

#ArtisanContent2 
{
	POSITION: relative;
	TOP: 170px; 
	LEFT: 0; 
	margin-top: 15px;
	padding: 0; 
	FLOAT: left; 
	WIDTH: 800px; 
	height: 380px;
	BACKGROUND: #75a734 url(../Images/Backgrounds/ArtisanContentBackground2.jpg) no-repeat;
}

#ArtisanContent3 
{
	POSITION: relative;
	TOP: 170px; 
	LEFT: 0; 
	margin-top: 15px;
	padding: 0; 
	FLOAT: left; 
	WIDTH: 800px; 
	height: 380px;
	BACKGROUND: #75a734 url(../Images/Backgrounds/ArtisanContentBackground3.jpg) no-repeat;
}

#ArtisanContent4 
{
	POSITION: relative;
	TOP: 170px; 
	LEFT: 0; 
	margin-top: 15px;
	padding: 0; 
	FLOAT: left; 
	WIDTH: 800px; 
	height: 380px;
	BACKGROUND: #75a734 url(../Images/Backgrounds/ArtisanContentBackground4.jpg) no-repeat;
}


#ArtisanImages
{
	POSITION: relative;
	TOP: 25px; 
	LEFT: 0; 
	FLOAT: left; 
	WIDTH: 300px; 
	height: 310px;
	/* BACKGROUND: url(../Images/Backgrounds/ArtisanPhotoBackground.jpg) no-repeat; */
	PADDING-BOTTOM: 0px; 
	PADDING-TOP: 0px; 
}

#ThumbnailLogoPanel 
{
	POSITION: absolute; 
	TOP: 0;
	HEIGHT: 120px;
	WIDTH: 112px;
	BACKGROUND: transparent;
	LEFT: 17px; 
	/* border: 1px solid #000000; */
}

/* Remove white backgrounds because they are showing up when there are no products */
#Thumbnail2 
{
	POSITION: absolute; 
	TOP: 0px;
	HEIGHT: 120px;
	WIDTH: 112px;
	/* BACKGROUND: #ffffff; */
	LEFT: 167px; 
	/* border: 3px solid #990000; */
}

#Thumbnail3 
{
	POSITION: absolute; 
	TOP: 150px;
	HEIGHT: 120px;
	WIDTH: 112px;
	/* BACKGROUND:  #ffffff; */
	LEFT: 17px; 
	/* border: 1px solid #009900; */
}

#Thumbnail4
{
	POSITION: absolute; 
	TOP: 150px;
	LEFT: 167px; 
	HEIGHT: 120px;
	WIDTH: 112px;
	/* BACKGROUND: #ffffff; */
}

#ArtisanTitle
{
	POSITION: absolute; 
	TOP: -12px; 
	left: 300px;
	height: 25px;
	/* width: 420px; */
	width: 500px;
	padding-right: 10px;
	text-align: right;
}

#ArtisanInformation
{
	POSITION: absolute; 
	TOP: 25px;; 
	right: 16px;
	width: 460px;
	height: 500px;
	/* height: 325px; 9/30/10 */
	padding: 0 10px 5px 10px;
	background: #ffffff;
	/* Test: border: 1px solid #000000; */
}

#Description
{
  overflow: scroll;
  height: 200px;
}

.ArtistsName 
{
	FONT: bold 16px Arial, Helvetica, sans-serif; 
	COLOR: #769453; 
}

.BusinessInfo
{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  text-transform: none;
  color: #000000;
}


#BottomMenu 
{
	POSITION: relative;  /* 9/30/10 Changed from absolute */
	TOP: 170px; 
	PADDING-LEFT: 20px; 
	BACKGROUND: url(../Images/Backgrounds/wood-grain.jpg);
	LEFT: 0px; 
	PADDING-BOTTOM: 0px; 
	MARGIN: 0px; 
	FONT: bold 14px Arial, Helvetica, sans-serif; 
	WIDTH: 780px; COLOR: #ffffff; 
	PADDING-TOP: 10px; 
	HEIGHT: 25px;
}

.ArtistsCopy 
{
	PADDING-RIGHT: 5px; 
	PADDING-LEFT: 5px; 
	LEFT: 320px; 
	FLOAT: none; 
	PADDING-BOTTOM: 5px;
	WORD-SPACING: normal; 
	FONT: 12px Verdana, Arial, Helvetica, sans-serif; 
	WIDTH: 430px; 
	COLOR: #769453; 
	PADDING-TOP: 5px; 
	POSITION: absolute; 
	TOP: 55px; 
	HEIGHT: 255px; 
	TEXT-ALIGN: left;
}

#Sponsors 
{
	PADDING-RIGHT: 40px; 
	RIGHT: 0px; 
	BACKGROUND: #ffffff; 
	FLOAT: right; 
	FONT: bold 12px Verdana, Arial, Helvetica, sans-serif; 
	WIDTH: 360px; 
	COLOR: #769543; 
	POSITION: absolute; 
	TOP: 600px; 
	HEIGHT: 40px; 
	TEXT-ALIGN: left;
}

