/* CSS Document */

/* SITE COLORS */
/* #FFFFFF = White */
/* #000000 = Black */

* {
	padding: 0;
	margin: 0;
}
body, #cms_Content {
	background-color: #382170;
	padding: 0px;
	margin: 0px;
	font-family: ItcEras, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: italic;
}
table {
	table-layout: fixed;
	border-collapse: collapse;
	width: 100%;
}	
td {
	border-collapse: collapse;
	vertical-align: top;
	text-align: left;
}
p {
	margin-bottom: 16px;
}
	p.note {
		font-size: .75em;
		margin-bottom: 0px;
	}
h1 {
	font-size: 18px;
	text-align: center;
	margin-top: 16px;
	margin-bottom: 30px;
}
h2 {
	font-size: 18px;
	margin-top: 16px;
	margin-bottom: 16px;
}
h3 {
	font-size: 14px;
	margin-bottom: 8px;
	clear: both;
}
h4 {
}
a {
}
a.first {
	border-left: none!important;
}
a:hover {
}
a img {
  border: none;
}
ul {
}
li {
}
hr { /* These should cover all the unique browser traits */
	border: 0px;
	color: #000000;
	background-color: #000000;
	height: 1px;
	width: 100%;
	text-align: left;
}
span.star {
	color: red;
}


#canvas {
	width: 766px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 24px;
	padding-bottom: 40px;
}
#canvas .printOnly {
	display: none;
}
#canvas .warn {
	color: #F4801E;
	line-height: 1em;
}

div#bodyArea {
	background-color: white;
	color: #371059;
	padding: 7px;
}
	div#bodyArea div#topNav {
		margin-top: 10px;
		/*padding-top: 10px;*/
		font-weight: bold;
		background-image: url(../images/bg_topNavPurple.gif);
		background-repeat: no-repeat;
		height: 36px;
	}
		div#bodyArea div#topNav ul {
			text-align: center;
      list-style-type: none;
		}
			div#bodyArea div#topNav ul li {
				display: inline;
			}
				div#bodyArea div#topNav ul li a {
          display: block;
          float: left;
					color: white;
					border-left: 8px solid white;
					padding: 10px 18px 12px 19px;
					text-decoration: none;
				}
					div#bodyArea div#topNav ul li a:hover {
						color: #FFDD96;
					}

	div#bodyArea div#bodyCopy {
		padding: 10px 10px 40px 10px;
		letter-spacing: 0.05em;
		line-height: 1.6em;
	}
		div#bodyArea div#bodyCopy ul {
			padding-left: 30px;
		}
			div#bodyArea div#bodyCopy li {
				list-style-type: disc;
			}
		div#bodyArea div#bodyCopy a {
			color: #382170;
			font-weight: bold;
			text-decoration: none;
		}
			div#bodyArea div#bodyCopy a:hover {
				color: #734199;
				text-decoration: underline;
			}
			
		div#bodyArea div#bodyCopy div.productListing {
			margin-bottom: 16px;
			clear: both;
			width: 100%;
		}
			div#bodyArea div#bodyCopy div.productListing img {
				float: left;
			}
			div#bodyArea div#bodyCopy div.productListing div.description {
				float: right;
				width: 500px;
				display: inline;
			}

	div#bodyArea table.form {
	}
		div#bodyArea table.form input.text, div#bodyArea table.form input.select {
			border: 2px solid #9e9e9e;
			width: 200px;
		}
		div#bodyArea table.form td {
			padding: 0px 0px 8px 0px;
		}
			div#bodyArea table.form td.col0 {
				width: 110px;
			}
			div#bodyArea table.form td.col1 {
				width: 240px;
			}
			div#bodyArea table.form td.col2 {
				width: 130px;
			}
			div#bodyArea table.form td.col2b {
				width: 30px;
			}
			div#bodyArea table.form td.col3 {
			}
	
div#footerArea {
	text-align: center;
	color: white;
	margin-top: 24px;
}
	div#footerArea div#botNav {
		margin-top: 12px;
	}	
		div#footerArea div#botNav a {
			color: white;
			text-decoration: none;
		}	
		div#footerArea div#botNav ul {
		}
			div#footerArea div#botNav ul li {
				display: inline;
			}
				div#footerArea div#botNav ul li a {
					border-left: 1px solid white;
					padding: 0px 6px;
				}
				div#footerArea div#botNav ul li a:hover {
					color: #FFDD96;
					text-decoration: underline;
				}


/* CSS BELOW APPLIES TO Photo Cluster ELEMENT */
table#photoCluster {
	width: 470px;
}
table#photoCluster td#clusterMainPhoto {
	height: 180px;
	width: 310px;
	text-align: center;
}
table#photoCluster #clusterMainPhoto img#mainPhoto {
}
table#photoCluster table#photoGrid {
	width: 150px;
	margin-left: 4px;
}
table#photoCluster table#photoGrid td {
	text-align: center;
}
table#photoCluster #captionCell {
	padding: 0;
}
table#photoCluster #captionCell h3 {
	padding: 0;
	margin-top: 0;
}
table#photoCluster p#captionCopy {
	font-size: 0.9em;
	font-style: italic;
	padding: 0 10px 0px 4px;
	line-height: 1.2em;
}




/* CSS BELOW APPLIES TO Site Map */
#sitemap_container ul {
	display: inline;
	float: left;
	font-weight: bold;
	width: 200px;
}
#sitemap_container ul ul {
	display: block;
	font-weight: normal;
}



.clearfix:after  {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/*.clearfix {
	display: inline-block;
}*/



/* CSS BELOW APPLIES TO print layout */
@media print {
	#canvas .noPrint {
		display: none;
	}
	#canvas .printOnly {
		display: block;
	}
	#canvas img.noPrint {
		display: none;
	}
}




h3 span.gallery-heading {
  display: block;
  clear: both;
}

div.gallery-thumbnail {
  float: left;
  width: 100px;
  height: 100px;
  margin: 0 20px 0 0;
}

span.gallery-caption {
  display: none;
}

div#cmsbody div.gallery-thumbnail {
  float: none;
  width: auto;
}

div#cmsbody span.gallery-caption {
  display: inline;
}





/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}

