﻿	body {
		width:750px;
		border:1px solid #CCCCCC;
		/*background-color: #996666;*/ /*  */
		background-color: #DBE5F1; /*white*/
		/*background-image: url("images/bizcardbackgnd-light.png");*/
		padding:5px;
		margin:5px auto;
		font-size:1em;
		font-family:Lucida Calligraphy, Lucida Sans italic, Sans-Serif italic;
	}
	
	.displaytext {
		font-family:Lucida Calligraphy, Lucida Sans italic, Sans-Serif italic;
		font-size:smaller;
	}
	
	td {
		vertical-align:text-top;
	}
	
	a.footerfont{
		font-family:Lucida Calligraphy, Lucida Sans italic, Sans-Serif italic;
		font-size:7px;
		color:#333366;
	}
	
	a.footerfont:hover 
	{
		font-size:10px;
	}
	
	b.Retail
	{
		color : #333366;
	}
	
/*Header styles*/
#header-gradient
{
	float : left; 
	width : 100%; height:25px; 
	margin : auto; 
	padding : 0px; 
	background-image : url("images/backgroundgradient4.png");  /* Background header graphic with logo (2000x77) */
	background-position : top left; 
} 

#header-gradient-original
{
	float : left; 
	width : 100%; height:25px; 
	margin : auto; 
	padding : 0px; 
	background-image : url("images/headergradient.png");  /* Background header graphic with logo (2000x77) */
	background-position : top left; 
	background-repeat : repeat-x;
} 

/*Menu styles*/
#nav 
{
	float : left; 
	width : 100%; height:25px; 
	margin : auto; 
	padding : 0px; 
	background-color : #DBE5F1; 
	color : #DBE5F1; 
	background-image : url("images/navgradient4.png");  /* Background header graphic with logo (2000x77) */
	background-position : top left; 
	background-repeat : repeat-x;
	border-top : inset 1px g;
} 
#nav b 
{
	display : none;
} 
#nav a 
{
	display : block; 
	float : left; 
	padding : 3px 12px 5px 10px; 
	margin-right : 1px; 
	margin-left : 1px; 
	margin-top:4px; 
	color : #000000; /* Transparent tab outline */ /* Color of inactive tab */  
	text-decoration : none; 
	text-align : center; 
	font-family : Verdana, sans-serif; 
	font-weight : bold; 
	font-size : 10px; 
	border-bottom : 1px solid #DBE5F1;} /*99666*/
#nav a:hover 
{
	color : #FFFFFF;
} 
#nav a.active 
{
	background-position : top right; 
	/*background-image : url("images/navtab5.png"); */
	background-repeat : no-repeat; 
	background-color : #DBE5F1; /* Color of active tab */
	border-bottom : 1px solid #DBE5F1;  /* #B0C4DE */
	color : #333366;
}
 
#nav a.active:hover 
{
	color : white;
}

/*Collections Images Styles*/

CollectionsThumb{
	width:15%;
}