h1  {
	font-size: 2em;
	text-align: center;
	text-decoration: none;
	color: #FFF8DC;
	padding-top: 0px;
	margin-top: 0px;
}

h2 {
 font-size: small;
 color: #000000;
 font-family: Arial, Helvetica, sans-serif;
 text-decoration: none;
 text-align: center;
}


#gallery .colorswatch {


	text-align: left;
	font-size: small;
	text-decoration: none;
	font-weight: normal;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: -6px;
		
}

#gallery ul li {  /*  gallery images lineup horz*/
		float:left;
		list-style-type: none;/*list style get rid of the dots in the at pics.*/
}
	
	

#gallery a.at{
	/*at text*/
	/* space between gallery images*/
	border-style: none;
	border-width: 0;
	padding: 0px 18px 30px 0px;
	margin: 0px;
	width: 72px;
	height: 108px;
	text-decoration: none;
	float: left;
	list-style-type: none;
	text-align: center;
	list-style-image: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
}

#gallery a:hover span {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #C3E1D2;
}




#gallery a img {
    border: 0; /* get rid of border on at pics */
    list-style-type: none;

}




#gallery a .large {/* vertical placement of gallery text */
display: block;
position: inherit;
width: 0;
height: 0px;
list-style-type: none;


}
#gallery a.at:hover .large {
	/* controls the t hover img */

	display: block;
	position: absolute;
	top: 300px;
	left: 430px;
	width: 144px;
	height: 230px;
	z-index: 100;
}

#gallery li.dmtb1 {
	/* controls the limited supply img under T hover img */

	display: block;
	position: absolute;
	top: 378px;
	left: 432px;
	width: 144px;
	height: 130px;
}


#gallery {
	/* gallery white background box */
	border-style: none solid solid solid;
	border-color: #9D5C35 #9D5C35 #9D5C35 #9D5C35;
	background-position: center -4px;
	position: relative;
	width: 610px;
	height: 550px;/* length of gallery white background box */;
	top: 150px;/* how far down the page that the gallery box goes */
	left: 100px;
	background-color: #F0EEE7;
	z-index: 100;
	list-style-type: none;
	list-style-image: none;
	float: left;
	background-image: url('../images/nav_buttons/gallery/9D5C35top.png');
	background-repeat: no-repeat;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	margin-left: auto;
	margin-right: auto;
	
}


.clear {

clear: both;
}