﻿/* CSS layout */
#masthead {
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#callout {
	position: absolute;
	z-index: 99;
	width: 140px;
	height: 140px;
	margin-left: -90px;
}
#top_nav {
	margin-right: auto;
	margin-left: auto;
	width: 760px;
	text-align: center;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
#container {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	border-right-style: solid;
	border-left-style: solid;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
#page_content {
	padding: 5px 10px 10px 10px;
	margin-right: auto;
	margin-left: auto;
	width: 740px;
}
#footer {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	border: 1px solid #CCCCCC;
}
body {
	font-family: Georgia, "Times New Roman", serif, sans-serif;
	color: #FFFFFF;
	font-size: 1.0em;
	line-height: 1.5em;
}
a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
a:visited {
	color: #999999;
	text-decoration: underline;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.6em;
	color: #FFFFFF;
	line-height: 1em;
	text-align: left;
	font-weight: lighter;
}
h4 {
	font-family: Arial, Helvetica, sans-serif, "Segoe UI";
	font-size: 10px;
	color: #FFFFFF;
}
h2 {
	font-family: Arial, Helvetica, sans-serif, "Segoe UI";
	color: #FFFFFF;
	font-size: 1.2em;
	text-decoration: none;
}
#trademark {
	font-family: "Times New Roman", Times, serif;
	font-size: .8em;
}
h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.4em;
	text-decoration: none;
	line-height: 1em;
	text-align: left;
	color: #FFCC66;
}
#special {
	font-size: 1.3em;
	background-image: url('images/princess-diamond-special.jpg');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 225px;
	height: 270px;
	clear: left;
	color: #FF9933;
}
#filelabel {
	font-family: Arial, Helvetica, sans-serif, "Segoe UI";
	color: #C0C0C0;
	font-size: .8em;
}
#iframe {
	color: #FFFFFF;
	text-decoration: none;
}
iframe {
	background-color: #FFFFFF;
}

/*begin gallery css*/
#catalogcontainer
	{
	width: 720px;
	}
.clearfix:after 
  {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }

  .clearfix {display: inline-block;}  /* for IE/Mac */
	.jmorph
	{
	width:640px;
	margin:auto;
	}

	.jmorph .imageContainer
	{
		display:table;
	}
  
  .jmorph .image
  {
	padding:10px;
	display:table-cell;
  }
  
  .jmorph .image .currentImg,.jmorph .image .nextImg
  {
  	background-repeat:no-repeat;
  	background-position:center; 
  	position:relative;
  }
  
  .jmorph .image .nextImg
  {
  	top:0; 
  	left:0; 
  	position:absolute;	
  	
  }
  
  .jmorph div a.previous,.jmorph div a.next
  { 
  	padding:0.5em;
  	margin:1em;
  	float:left;
  }

  .jmorph .image a.previous,.jmorph .image a.next
  {
  	font-size:1.5em;
  }
  
  .jmorph ul.band
  {
	padding:5px;
	list-style:none;
	background:#666666;
	width:5000px;
	margin-left:25px;
  }
  
  .bandContainer
  {
	width:300px;
	overflow:hidden;
	float:left;
	text-align:left;
	background: #000000;
  }
  
  .jmorph ul.band li
  {
	display:inline;
	margin:5px;
	padding:5px;
	color: #000000;
  }
  .jmorph ul.band li.selected
  { 
  }
/*end gallery css*/

