@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-image: url(../images/backgrounds/carbonFibre10x10.png);
	background-repeat: repeat;
	background-attachment: fixed;
}
body,td,th {
	color: #000000;
}
.oneColFixCtrHdr #container {
	width: 1000px; /* the auto margins (in conjunction with a width) center the page */
	border: 0px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/backgrounds/Container_Background_1000.png);
	background-repeat: repeat-y;
	background-position: center top;
	padding-right: 0px;
	padding-left: 0px;
	background-attachment: fixed;
	padding-top: 2px;
}
.oneColFixCtrHdr a:link {
	color: #999999;
	text-decoration: none;
}
.oneColFixCtrHdr a:visited {
	text-decoration: none;
	color: #999999;
}
.oneColFixCtrHdr a:hover {
	text-decoration: underline;
	color: #000000;
}
.oneColFixCtrHdr a:active {
	text-decoration: none;
	color: #333333;
}
.oneColFixCtrHdr h1 {
	font-size: 133%;
}
.oneColFixCtrHdr h2 {
	font-size: 120%;
}
.oneColFixCtrHdr h3 {
	font-size: 100%;
}
.oneColFixCtrHdr h4 {
}
.oneColFixCtrHdr h5 {
	font-size: 70%;
}
.oneColFixCtrHdr h6 {
	font-size: 58%;
}
.oneColFixCtrHdr h6 {
	font-size: 58%;
}
.oneColFixCtrHdr  #CanvasTD {
	padding-top: 13px;
	font-size: 70%;
	height: 187px;
}
.oneColFixCtrHdr #header {
	height: auto;
	margin-bottom: 10px;
	overflow: hidden;
}
.oneColFixCtrHdr #mainContent {
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	width: 650px;
	margin-right: auto;
	margin-left: auto;
	height: 255px;
	margin-bottom: 25px;
	background-image: url(../images/backgrounds/mainContentBackground.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.oneColFixCtrHdr #footer {
	clear: both;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	height: auto;
	padding-right: 0px;
	padding-left: 0px;
}
/*.oneColFixCtrHdr #footer p {
	margin: 0;*/ /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	/*padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue 
}*/
.oneColFixCtrHdr #GalleryHolder {
	width: 900px;
	margin-right: 10px;
	margin-left: 10px;
	padding-right: 40px;
	padding-left: 40px;
	text-align: center;
}
.gallery_tr {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	height: 33px;
	padding-bottom: 10px;
	vertical-align: top;
}
.gallery_tr_spacer {
	height: 33px;
}
.gallery_td_thumb {
	height: 165px;
	width: 165px;
	padding-top: 17px;
	padding-right: 18px;
	padding-bottom: 18px;
	padding-left: 17px;
	background-image: url(../images/panelBackgrounds/Canvas_PanelThumbBlank.gif);
	text-align: center;
}
.oneColFixCtrHdr  #mainPhoto {
	padding: 20px;
	height: 525px;
	width: 525px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/backgrounds/White_Background.gif);
	background-repeat: no-repeat;
	background-position: center top;
	clear: both;
	text-align: center;
	margin-bottom: 5px;
	margin-top: 50px;
}
.oneColFixCtrHdr #prevNextNav {
	width: 565px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 25px;
	text-align: center;
	font-size: 100%;
	color: #000000;
	height: 25px;
	font-family: Arial, Helvetica, sans-serif;
}
.oneColFixCtrHdr #photoTitle {
	width: 525px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
	text-align: center;
	font-size: 135%;
	color: #666666;
}
.oneColFixCtrHdr #prevNav {
	float: left;
	width: 110px;
	text-align: left;
	padding-left: 10px;
	margin-left: 10px;
	font-size: 70%;
	color: #999999;
}

.oneColFixCtrHdr #nextNav {
	float: right;
	width: 110px;
	text-align: right;
	padding-right: 10px;
	margin-right: 10px;
	font-size: 70%;
	color: #999999;
}
.oneColFixCtrHdr #keywords {
	width: 630px;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	text-align: center;
	color: #999999;
	margin-bottom: 25px;
	padding-right: 10px;
	padding-left: 10px;
}
.oneColFixCtrHdr #containerOptions {
	width: 540px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	padding-right: 30px;
	padding-left: 30px;
	background-image: url(../images/backgrounds/560ShadowBack.png);
	background-position: center top;
	background-repeat: repeat-y;
}
.tblContent {
	font-size: 80%;
}
.oneColFixCtrHdr #cvvID {
	padding: 10px;
	height: auto;
	width: 560px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px dotted #CCCCCC;
}
.oneColFixCtrHdr #headerOptions {
	width: 560px;
	height: 80px;
	background-color: #000;
	margin: 0 auto 0 auto;
	margin-bottom: 5px;
}
.oneColFixCtrHdr #headerOptions h2 {
	text-align: center;
	color: #fff;
	font-size: 14pt;
	text-transform: uppercase;
	margin-top: 15px;
}
.oneColFixCtrHdr #mainContentOptions {
	width: 300px;
	margin-right: auto;
	margin-left: 230px;
	padding-bottom: 20px;
	font-size: 80%;
}
.oneColFixCtrHdr #wireHang {
	width: 100%;
	font-size: 100%;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}
.oneColFixCtrHdr #wire {
	background-color: #ECECEC;
	text-align: center;
	height: 100%;
	padding: 10px;
	border: 1px dotted #CDCDCD;
}
#wire .qtyInput {
	float: left;
	width: 30px;
	height: 20px;
	background-color: #999999;
	border: dotted 1px #333333;
	font-size: 16pt;
}
#secWireFormLabel {
	float: left;
	}

.oneColFixCtrHdr #Museum {
	background-color: #ECECEC;
	height: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px dotted #CDCDCD;
	padding-right: 10px;
	padding-left: 10px;
}
.oneColFixCtrHdr #glassOptPhotos {
	width: 220px;
	float: left;
	font-size: 80%;
}
.oneColFixCtrHdr #mainContentOptions p {
	text-align: left;
}
.oneColFixCtrHdr #footerOptions {
}
.oneColFixCtrHdr #museumGlassSelect {
	font-size: 100%;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}
.oneColFixCtrHdr #Acrylic {
	background-color: #ECECEC;
	height: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px dotted #CDCDCD;
	padding-right: 10px;
	padding-left: 10px;
}
.oneColFixCtrHdr #acrylicSelect {
	font-size: 100%;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}
.selectBoxes {
	width: 330px;
	font-size: 95%;
}
.oneColFixCtrHdr #mainContentOptionsSIZE {
	width: 460px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
	margin-bottom: 50px;
}

.oneColFixCtrHdr #torontoSoon {
	height: 495px;
	width: 722px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
	margin-bottom: 100px;
}
#submitSmall, #submitMedium, #submitLarge, #submitXL, #submitCanv {padding: 2px; border: solid 1px #333333;}
#submitSmall:hover, #submitMedium:hover, #submitLarge:hover, #submitXL:hover, #submitCanv:hover {background-color: #000; color: #FFFFFF;}

.indexColumn {
	width: 218px;
	height: auto;
	margin-right: 10px;
	float: left;
	background-color: #FFFFFF;
	border: 1px dotted #CCCCCC;
	padding: 2px;
	text-align: center;
}

.oneColFixCtrHdr #GalleryHolder {
	width: 928px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	margin-bottom: 22px;
	padding-top: 1px;
	padding-bottom: 1px;
	margin-top: 15px;
}
.oneColFixCtrHdr  #GlryThbHldr  {
	height: auto;
	width: 232px;
	margin-right: auto;
	float: left;
	margin-bottom: 10px;
	margin-left: auto;
}
.oneColFixCtrHdr #thumbContainer {
	height: auto;
	width: 200px;
	margin-right: auto;
	margin-left: auto;
}
.oneColFixCtrHdr #thumbTitle {
	height: 25px;
	width: 200px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	text-align: center;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	font-weight: lighter;
}
.thumbBack {
	background-image: url(../images/panelBackgrounds/Canvas_PanelThumbBlank.gif);
	padding: 17.5px;
	height: 165px;
	width: 165px;
}
.thumb {
	margin: auto;
	height: 165px;
	width: 165px;
}
.thumbBack-L {
	background-image: url(../images/panelBackgrounds/Canvas_PanelThumbBlank.gif);
	height: 165px;
	width: 165px;
	float: left;
	margin-right: 32px;
	margin-left: 0px;
	padding-top: 17px;
	padding-right: 18px;
	padding-bottom: 18px;
	padding-left: 17px;
}
.thumbBack-LC {
	background-image: url(../images/panelBackgrounds/Canvas_PanelThumbBlank.gif);
	height: 165px;
	width: 165px;
	float: left;
	margin-right: 32px;
	margin-left: 0px;
	padding-top: 17px;
	padding-right: 18px;
	padding-bottom: 18px;
	padding-left: 17px;
}
.thumbBack-RC {
	background-image: url(../images/panelBackgrounds/Canvas_PanelThumbBlank.gif);
	height: 165px;
	width: 165px;
	float: left;
	margin-left: 0px;
	margin-right: 32px;
	padding-top: 17px;
	padding-right: 18px;
	padding-bottom: 18px;
	padding-left: 17px;
}
.thumbBack-R {
	background-image: url(../images/panelBackgrounds/Canvas_PanelThumbBlank.gif);
	height: 165px;
	width: 165px;
	float: left;
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 17px;
	padding-right: 18px;
	padding-bottom: 18px;
	padding-left: 17px;
}
.oneColFixCtrHdr #galleryHeader {
	height: 114px;
	width: 114px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 25px;
	text-align: center;
}
.oneColFixCtrHdr #orderInfo {
	height: auto;
	width: auto;
	background-color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	text-align: center;
	float: left;
	margin-top: 0px;
}
.oneColFixCtrHdr #xmasInfoSlide {
	padding: 20px;
	height: 410px;
	width: 680px;
	background-image: url(../images/misc/indexMainPhotoBack.gif);
}
.oneColFixCtrHdr #indexMain {
	height: auto;
	width: 926px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	overflow: hidden;
	padding-left: 27px;
	padding-right: 27px;
}

.oneColFixCtrHdr #indexMainPhoto {
	height: auto;
	width: 925px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding: 15px;
	overflow: hidden;
}

.oneColFixCtrHdr #rtSideBar {
	height: 620px;
	width: 230px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	background-image: url(../images/backgrounds/rtSideBarBack.gif);
	background-repeat: no-repeat;
	padding-top: 20px;
	padding-left: 20px;
	font-size: 80%;
}
.imgRtSideBar {
	border: 1px solid #000000;
}
.oneColFixCtrHdr #indexLowerThird {
	clear: both;
	height: auto;
	width: 930px;
	padding-right: 25px;
	padding-left: 25px;
	margin-right: 10px;
	margin-left: 10px;
	background-image: url(../images/misc/lowerThird_BKGD.gif);
	padding-top: 20px;
	padding-bottom: 20px;
}
.imgLowerThird {
	margin-right: 10px;
}
.thumbBackAlone {
	background-image: url(../images/panelBackgrounds/Canvas_PanelThumbBlank.gif);
	height: 165px;
	width: 165px;
	float: none;
	padding-top: 17px;
	padding-right: 18px;
	padding-bottom: 18px;
	padding-left: 17px;
}
ul #galleryVitals {
	float: left;
	text-align: center;
}
#galleryVitals li {
	list-style-type: none;
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	margin-right: 10px;
}
.oneColFixCtrHdr #mainContentOptionsSIZE {
	width: 460px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
	margin-bottom: 50px;
}
.oneColFixCtrHdr #giftCard-Photo {
	float: left;
	width: 325px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 25px;
	margin-right: 25px;
	padding-top: 2px;
}
.oneColFixCtrHdr #mainContent-Story {
	padding-top: 25px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 25px;
	width: 570px;
	margin-right: 20px;
	margin-left: auto;
	height: auto;
	margin-bottom: 100px;
	text-align: justify;
	border: 1px solid #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 25px;
	font-size: 80%;
	background-color: #E7E7E7;
}
.oneColFixCtrHdr #Story-Photo {
	float: left;
	width: 325px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	font-size: 70%;
	text-align: center;
}
.oneColFixCtrHdr #mainContent-Pricing {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	width: 630px;
	height: 800px;
	margin-bottom: 25px;
	text-align: center;
	border: 1px solid #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	background-color: #F2F2F2;
	margin-left: 20px;
	float: left;
	margin-right: 0px;
	margin-top: 10px;
}
.trInfo {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	font-size: 115%;
	text-decoration: underline;
	text-align: center;
}
.oneColFixCtrHdr #pricingPhoto {
	height: 800px;
	width: 289px;
	float: left;
	padding-left: 20px;
}
.oneColFixCtrHdr #pricingInfo {
	height: auto;
	width: auto;
}
.oneColFixCtrHdr #pricingPhotoS {
	height: 233px;
	width: 233px;
	float: left;
	margin-right: 10px;
}
.tablePricing {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	border: 1px solid #000000;
	width: 600px;
}

#flashcontent {
	width: 920px;
	height: 820px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 10px;
	border: 1px dotted #999999;
	background-color: #CCCCCC;
	}
.SmallBoxFormat {
	width: 40px;
	margin-left: 5px;
}
.oneColFixCtrHdr #directionsBody {
	width: 715px;
	float: left;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
}
.formdirections {
}
.tableDirect {
	border: 1px solid #999999;
	font-family: Arial, Helvetica, sans-serif;
	padding: 2px;
	background-color: #CCCCCC;
	width: 705px;
}
.oneColFixCtrHdr #directionsPhoto {
	float: left;
	height: 561px;
	width: 250px;
	margin-top: -10px;
	padding-left: 15px;
}
.oneColFixCtrHdr #contactBody {
	padding: 25px 10px;
	height: auto;
	width: 960px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	overflow: hidden;
	clear: left;
	border-top: solid 1px #666666;
	border-bottom: solid 1px #666666;
}
.oneColFixCtrHdr #contactPhoto {
	height: auto;
	width: 270px;
	margin-left: 10px;
	float: left;
	margin-top: -10px;
	margin-bottom: 10px;
}
.oneColFixCtrHdr #stationeryBody {
	padding: 10px;
	float: left;
	width: 615px;
	margin-bottom: 10px;
	text-align: center;
	background-color: #CCCCCC;
	border: 1px solid #666666;
}
.oneColFixCtrHdr #stationeryThumb {
	height: 154px;
	width: 200px;
	margin-right: 10px;
	float: left;
}
.oneColFixCtrHdr #stationeryItemInfo {
	height: auto;
	width: 350px;
	float: left;
	text-align: left;
	margin-top: 42px;
	margin-bottom: 10px;
}
.oneColFixCtrHdr #stationeryItemContainer {
	height: 154px;
	width: 560px;
	margin-right: auto;
	margin-left: auto;
	border: 1px dotted #666666;
	padding: 10px;
	clear: both;
	margin-bottom: 15px;
	background-color: #FFFFFF;
}
.oneColFixCtrHdr #stationeryPhoto {
	float: left;
	width: 320px;
	margin-top: -10px;
	margin-bottom: 10px;
	padding-left: 15px;
	margin-right: 5px;
}
.stationeryForm {
	background-color: #CCCCCC;
}
.oneColFixCtrHdr #fetchPhoto {
	width: 565px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
}
.oneColFixCtrHdr #mainContent-Fetch {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
.oneColFixCtrHdr #formFetch {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: bold;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
}
.oneColFixCtrHdr  #mainContent-GiftCard {
	width: 530px;
	height: auto;
	text-align: center;
	background-color: #E4E4E4;
	border: 1px solid #999999;
	font-family: Arial, Helvetica, sans-serif;
	padding: 25px;
	float: left;
	margin-top: 15px;
	margin-bottom: 55px;
}
.inputField-GiftCard {
	width: 300px;
}
.oneColFixCtrHdr #video {
	padding: 24px;
	float: left;
	height: 375px;
	width: 640px;
	border: solid 1px #000;
	background-color: #D9D9D9;
	margin-right: 10px;
}
.oneColFixCtrHdr #indexPageHoursPhone {
	float: left;
	width: 170px;
	overflow: hidden;
	border: solid 1px #000;
	padding: 24px;
	height: 375px;
	color: #FFFFFF;
	background-image: url(../images/misc/Gallery-Ceiling-2.jpg);
}
#indexPageHoursPhone h2 {
	text-align: center;
	font-size: 10pt;
	text-transform: capitalize;
	font-weight: bolder;
	margin-bottom: 55px;
}
#indexPageHoursPhone h3 {
	text-align: center;
	font-size: 14pt;
	text-transform: uppercase;
	font-weight: normal;
	margin-bottom: 5px;
}
#indexPageHoursPhone p {
	text-align: center;
	font-size: 9pt;
	text-transform: uppercase;
	font-weight: normal;
	line-height: 12pt;
}
#indexPageHoursPhone p.whereGallery {
	text-align: justify;
	font-size: 8pt;
	text-transform: capitalize;
	font-weight: normal;
	line-height: 9pt;
}
	/* slider */

		#slider ul, #slider li{ 
			margin:0;
			padding:0;
			list-style:none;
			}	
		#slider, #slider li{ 
			height:375px;
			width:640px;
			overflow:hidden;
			}	
		#slider{}	
		#prevBtn, #nextBtn{ 
			display:block;
			width:30px;
			height:77px;
			position:relative;
			left:0px;
			top:0px;
			}	
		/*#nextBtn{ 
			left:-100px;
			}*/														
		#prevBtn a, #nextBtn a{  
			display:block;
			width:30px;
			height:77px;
			background:url(../images/btn_prev.gif) no-repeat 0 0;	
			}	
		#nextBtn a{ 
			background:url(../images/btn_next.gif) no-repeat 0 0;	
			}