/******************************************************************************
* $Id: default.css,v 1.3 2003/07/18 19:43:59 dale Exp $
*
* Default style sheet for Cianna Designs web pages.
*
* Copyright 2003 Cianna Designs.  All rights reserved.
*
*****************************************************************************/
body
{
  background-color:	#fff0f5;
  color:		#800000;
  font-family:		Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.content
{
  margin-left:		160px;
  margin-right:		8px;
  padding:		4px;
  width:		auto;
}

.clickForFullSizeMessage
{
  font-style:	italic;
  text-align:	center;
}

.copyright
{
  font-size:	smaller;
  text-align:	center;
}

.footer
{
  margin-top:	2em;
  text-align:	center;
}

.header
{
  margin-top:	16px;
  margin-left:	2px;
  text-align:	left;
}

.itemCaption
{
  font-style:	italic;
  text-align:	center;
}

.itemImage
{
  text-align:	center;
}

.itemThumbnailCaption
{
  font-size:	smaller;
  font-style:	italic;
  text-align:	center;
}

.navMenu
{
  background-color:	#DB7093;
  color:		#ffffff;
  font-family:		Verdana, Geneva, Arial, Helvetica, sans-serif;
  height:		600px;
  left:			8px;
  line-height:		110%;
  min-height:		600px;
  padding:		2px;
  position:		absolute;
  top:			8px;
  width:		128px;
}

.navMenuItem
{
  background-color:	#DB7093;
  color:		#ffffff;
  font-family:		Verdana, Geneva, Arial, Helvetica, sans-serif;
  padding:		4px;
}

.price
{
  font-weight:		bold;
}

a:link
{
  color:		#993300;
}

a.navMenuItem:link
{
  color:		#ffffff;
}

a:visited
{
  color:		#993300;
}

a.navMenuItem:visited
{
  color:		#ffffff;
}

hr
{
  background-color:	#663300;
}

img.large
{
/*  height:		auto;*/
  width:		100%;
}

img.thumbnail
{
/*  height:		150px;*/
  width:		200px;
}
