@charset "utf-8";
body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	background: #2c2c2c;
	margin: 0;
	padding: 0;
	color: #000;
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl, div { 
	padding: 0;
	margin: 0;
}
h1, h3, h4, h5, h6, p {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 10px;
	padding-left: 10px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
}
h2 {
	font-size:20px;
	margin: 0px;
	padding-top:0px;
	padding-left:20px;
	padding-bottom:10px;	
}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}
/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
p a:link {
	color: #A27533;
	text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
p a:visited {
	color: #A27533;
	text-decoration: underline;
}
p a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
	color: #FFBE97;
}
a:link {
	color: #42413C;
	text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}

a:visited {
	color: #6E6C64;
	text-decoration: underline;
	
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
	color: #ddd;
}

/* ~~ this fixed width container surrounds all other elements ~~ */
.container {
	width: 880px;
	height: 750px;
	background: #2c2c2c;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
	overflow: hidden;
}
 /* ########## Main menu Container ############################# */
#header {
	height: 75px;
	background-color: #2c2c2c;
	padding-left: 20px;
}
 /* ########## Main menu Styling ############################# */

#menu {
	padding-top: 26px;
	list-style-type: none;
	white-space: nowrap;
	font-size: 14px;
}
#menu li {
	display:inline;
	
	}

#menu li a {
	background: #2c2c2c;
	color:#888;
	text-decoration:none;
	padding: 0.2em 0.6em;
}

#menu li a:hover {
color: #ddd;
text-decoration:underline;
}

.imgrt {
	float: right;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
}
 /* ########## This container holds all content beneath the main menu ######################### */
.content {
	padding: 0px  10px 10px 10px;
	background:#2c2c2c;
}
 /* ########## Submenu First Level Styling ######################### */
.submenu{
	font-size: 12px;
	height: 20px;
	padding-left: 15px;
	padding-top: 4px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: groove;
	border-right-style: none;
	border-bottom-style: groove;
	border-left-style: none;
	border-top-color: #3e3e3e;
	border-bottom-color: #3e3e3e;
}

.submenu ul {
	list-style-type: none;
	white-space: nowrap;
	font-size: 12px;
}
.submenu ul li {
	display:inline;
}

.submenu ul li a {
	background: #2c2c2c;
	color:#888;
	text-decoration:none;
	padding: 0.2em 0.8em;
}

.submenu ul li a:hover {
color: #ddd;
}
/* ########## Sculptors Submenu Second Level Styling ######################## */

#sculptors {
list-style-position:inside;
color: #000;

}
#sculptors li {
padding: 0.5em 0.5em;	
}
#sculptors li a {
color: #888;
font-size: 12px;
text-decoration:none;	
}

#sculptors li a:hover {
	color:  #FFC;
}
#sculptors li a.hit {
	color:  #F63;
	cursor:default;	
}
/* ##########Slideshow Container Styling ######################## */
.slideshow{
	position:relative;
	height: 550px;
	width: 820px;
	color: #fff;
	background-color: #1c1c1c;
	left: 20px;
	top: 8px;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}
.slide {
	height: 550px;
	width: 800px;
	background-color: #1c1c1c;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-top: 10px;
	padding-right: 0px;
	margin:0px;
}
/* ##########Bronze process Slideshow Text Styling ######################## */

.proctext {
	position: absolute;
	left:0px;
	top: 0px;
	font-size: 12px;
	color: #aaa;
	padding-top: 130px;
	padding-left: 432px;
	padding-right: 80px;
	text-align: left;
}
/* ########## Other process Slideshow Text Styling ######################## */
.othproctext{
	position: absolute;
	left:0px;
	top: 0px;
	font-size: 12px;
	color: #aaa;
	padding-top: 130px;
	padding-left: 582px;
	padding-right: 40px;
	text-align: left;
}
/* ########## Other patina sample pic Styling ######################## */
.othpics{
	margin: 0;
	padding-right: 0;
	padding-bottom: 40px;
	padding-top: 50px;
	padding-left: 15px;
	border: none;
}
/* ########## Gallery Slideshow Container Styling ######################## */
.galleryshow{
	position:relative;
	height: 550px;
	width: 650px;
	color: #fff;
	background-color: #1c1c1c;
	left: 15px;
	top: 8px;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}
.galleryslide {
	height: 550px;
	width: 650px;
	background-color: #1c1c1c;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-top: 8px;
	padding-right: 0px;
	margin: 0px;
}
.galltext{
	width: 100%;
	font-size: 12px;
	color: #aaa;
	padding-top: 5px;
	padding-right: 0px;
	padding-left: 5px;
	padding-bottom: 0px;
	text-align: center;
	margin: 0px;
}
.gallnav {
	position: relative;
	top: 8px;
	left:0px;
	width: 160px;
	height: 550px;
	background-color: #1c1c1c;
	padding: 0px 5px 0px 5px ;
	margin: 0;
	color: #3c3c3c;
	float: right;
}
#gallthumbs table tr td img{
	filter: alpha(opacity = 100);
	opacity:  1;
	cursor: pointer;	
}
#gallthumbs table tr td img.sel {
	filter: alpha(opacity = 60);
	opacity: 0.6;
	cursor: default;
	border-bottom: 1px solid   #F00;
}

.gallimage {
	display: block;
	margin: 0 auto;
}

#sl2, #sl3, #sl4, #sl5, #sl6, #sl7, #sl8 {
	display: none;	
}
/* ########## Text Slider Containers ######################## */
.textslide {
	position:absolute;
	height: 470px;
	width: 340px;
	left: -420px;
	top: 0px;
	font-size: 13px;
	padding: 40px;
	filter: alpha(opacity = 100);
	opacity: 1;
}
.caretextslide {
	position:absolute;
	height: 470px;
	width: 440px;
	left: 0px;
	top: 0px;
	z-index: 1;
	font-size: 13px;
	padding: 30px;
	filter: alpha(opacity = 100);
	opacity: 1;
}
.caretextslide p{
	padding: 6px 0px 6px 0px;
	margin: 0px;
}
.smokedglass {
	position:absolute;
	height: 550px;
	width: 500px;
	left: -500px;
	top: 0px;
	z-index: 0;
	padding: 0px;
	background-color: #000;
	filter: alpha(opacity = 65);
	opacity: .65;
}
#glass {
	position:absolute;
	height: 400px;
	width: 840px;
	left: 0px;
	top: 600px;
	padding: 0px;
	background-color: #000;
	filter: alpha(opacity = 30);
	opacity: .3;
}
/* ########## Page Divider Container Styling ######################## */
.underliner {
	position: relative;
	top: 16px;
	width: 860px;
	height: 6px;
	background-color: #2c2c2c;
	padding: 0px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: groove;
	border-right-style: none;
	border-bottom-style: groove;
	border-left-style: none;
	border-top-color: #3c3c3c;
	border-bottom-color: #3c3c3c;	
}
/* ########## Slideshow Thumbnail Container Styling ######################## */
.thumbnav {
	position: relative;
	top: 16px;
	width: 860px;
	height: 60px;
	margin: 0 auto;
	text-align: center;
	background-color: #2c2c2c;
	padding: 0px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: groove;
	border-right-style: none;
	border-bottom-style: groove;
	border-left-style: none;
	border-top-color: #3c3c3c;
	border-bottom-color: #3c3c3c;
	color: #3c3c3c;
}

#thumbs img {
	padding-left: 0px;
	padding-right: 5px;
	opacity: 1;
	filter: alpha(opacity = 100);
	cursor: pointer;
	padding-top: 5px;
	padding-bottom: 0px;
	display: inline;
	float: none;
	border: none;
	margin: 0;
}
#thumbs img.sel {
	filter: alpha(opacity = 30);
	opacity: 0.3;
	cursor: default;	
}
#prev, #next {
	position: relative;
	top: -12px;
	font-size: 34px;
	font-weight: normal;
	color: #aaa;
	padding-left: 8px;
	cursor: pointer;
}

/*provides styling for the Iframe sculptors samples */
.sculptsample{
	position:absolute;
	left:0px;
	top:0px;
	width: 650px;
	height:555px;
	background-color: #2c2c2c;
	padding:10px;	
}
/* ########## About us page styling styling ######################## */
#bioholder {
	background-color: #2c2c2c;
	height: 558px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#leftbio {
	float: left;
	width: 840px;
	height: 558px;
}

.biohead {
	font-size: 16px;
	margin: 0;
	padding-top:6px;
	padding-bottom: 6px;
	color: #aaa;	
}
.biotext {
	width: 330px;
	color: #aaa;
	font-size: 12px;
	margin: 0px 15px 0px 0px;
	padding-top: 4px;
	padding-bottom: 4px;	
}
/* ########## Contact Page Styling ######################## */
.contactbox {
	width: 360px;
	padding: 20px;
	margin:0px;
	border-color: #3c3c3c;
	border-style: groove;
	border-width: 2px;
	font-size: 16px;
	color: #aaa;
	line-height: 26px;
}
/* ########## Testplates Page Styling ######################## */
#thumbholder div img {
	height: 135px;
	width: 110px;
	margin: 0px;
	padding:0px;
	border:none;
	cursor: pointer;
	filter: alpha(opacity = 100);
	opacity: 1;
}
#thumbholder div img.samp_sel {
	cursor:default;
	filter: alpha(opacity = 30);
	opacity: .3;
}
#thumbholder{
	position:absolute;
	top: 0px;
	left: 0px;
	height: 550px;
	width: 780px;
	overflow: hidden;
	padding: 0;
	margin: 0;
}
.popzoom{
	position: relative;
	width: 100%;
}
.blowup{
	position:absolute;
	top:0px;
	left:460px;
	height: 550px;
	width: 360px;
	background-color: #1f1f1f;
	
}
.column{
	position: relative;
	width: 110px;
	height: 550px;
	display:  inline-block;
	padding: 0;
	margin: 0;
	border: none;
	overflow: hidden;	
}
/* ########## Title Paragraph Styling ######################## */
#titl {
	text-align : center;
	font-size: 12px;	
}
.instructions{
	padding: 8px 0px 8px 25px;
	list-style:outside;	
}
#losetypebtn {
	position: absolute;
	width: 25px;
	height: 25px;
	left: 790px;
	top: 508px;
	font-size:14px;
	font-weight: bold;
	padding: none;
	cursor: pointer;
	color: #a33;
	z-index: 0;
}
#glass.non {
	filter: alpha(opacity = 0);
	opacity: 0;
}
#facebook {
	position: absolute;	
	top: 21px;
	left: 340px;
}