@charset "UTF-8";
body {
	font: 100%/1.5 Arial, Helvetica, sans-serif;
	/*background: #000  url(../images/headerBGSlice.gif) repeat-x;*/
	/*background-color:#d8a83b;*/
	background: #d8a83b  url(../images/bgimg_03.gif) repeat-x;
	/*#000;*/
	
	margin: 0;
	padding: 0;
	text-align: center;
	color: #FFF;
}
a {
	color: #8c2431;
}
#container {
	width: 100%;
	margin: 0 auto;
	text-align: left;
	background: #FFF;
	min-width: 60em;
	color: #000;
}
#contactItem{
margin-left:5em;
border: 1px solid #8c2431;
text-align:center;
width: 60%;
}
#ctLabel{
display:inline;
text-align:left;
/*width:35%;*/
float:left;
font-weight: bold;
background-color: #E2E2E2;


}

#ctRgh{
text-align:left;
}
.thrColHybHdr #container {
	min-width: 64em;
}

#header {
	padding: 10px 30px;

	margin-bottom: 30px;
	border-bottom: 6px solid #8c2431;
	/*#8c2431;*/
	height:115px;
	background: #d8a83b  url(../images/bgimg_03.gif) repeat-x;
	/*background-color: #d8a83b;/*6a4b05;*/
	/*d8a83b; */
}

#header .slogan {
	float: right;
	background-color:transparent;
	margin-top:0px;
	margin-right:5px;
	
}

#header #address {
	float: left;
	background-color:transparent;
	margin-top:2em;
	margin-left:150px;
	color:#FFF;
	width:300px;
	display:inline;
	font-size:0.7em;
	
}

#header .hdr {
	text-align: left;
	padding-left:15px;
	background-color:transparent;
	margin-bottom:20px;
	color:#FFF;
	position:relative;
	/*margin-right:5px;*/
	
}


#header .logo {
	float:left;
	margin-top:0px;
	margin-left:5px;
	background-image:url(images/right_Logo.gif);
	background-repeat:no-repeat;	
	/*width:125px;*/
}
/* Tips for sidebar1:
1. Since we are working in relative units, it's best not to use padding on the sidebar. It will be added to the overall width for standards compliant browsers creating an unknown actual width. 
2. Since em units are used for the sidebar value, be aware that its width will vary with different default text sizes.
3. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".twoColHybLtHdr #sidebar1 p" rule.
*/
#sidebar1 {
	float: left;
	width: 12em;
	padding: 0;
}
#sidebar1 h3, #sidebar1 p {
	margin-left: 10px;
	margin-right: 10px;
}
/* Tips for mainContent:
1. The space between the mainContent and sidebar1 is created with the left margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
2. Be aware it is possible to cause float drop (the dropping of the non-floated mainContent area below the sidebar) if an element wider than it can contain is placed within the mainContent div. WIth a hybrid layout (percentage-based overall width with em-based sidebar), it may not be possible to calculate the exact width available. If the user's text size is larger than average, you will have a wider sidebar div and thus, less room in the mainContent div. You should be aware of this limitation - especially if the client is adding content with Contribute.
3. In the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This may help avoid several IE-specific bugs.
*/
.twoColHybLtHdr #mainContent {
	margin: 0 20px 0 13em;
	max-width: 62em;
	min-height:20em;	
}

/* Tips for mainContent:
1. If you give this #mainContent div a font-size value different than the #sidebar1 div, the margins of the #mainContent div will be based on its font-size and the width of the #sidebar1 div will be based on its font-size. You may wish to adjust the values of these divs.
2. The space between the mainContent and sidebar1 is created with the left margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
3. To avoid float drop, you may need to test to determine the approximate maximum image/element size since this layout is based on the user's font sizing combined with the values you set. However, if the user has their browser font size set lower than normal, less space will be available in the #mainContent div than you may see on testing.
4. In the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs that may occur.
*/
.thrColHybHdr #mainContent {
	margin: 0 13em 30px 13em; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
	padding: 0 2em 0 2em; /* padding here creates white space "inside the box." */
}

#footer {
	margin-top: 50px;
	padding: 10px 30px;
	/*background: transparent url(../images/headerBGSlice.gif) repeat-x;*/
	/*background-color: #d8a83b;*/
	background: #d8a83b  url(../images/bgimg_03.gif) repeat-x;	
	border-top: 6px solid #8c2431;	
}

#footer p {
	margin: 0;
	padding: 10px 0;
	color: #000;
	font-size: 0.7em;
}
.fltrt {
	float: right;
	margin-left: 8px;
}


.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
h1, h2, h3 {
	font-weight: normal;
	letter-spacing: -.05em;
	line-height: 1.1;
}

#ct {
	/*font-weight: normal;*/
	/*letter-spacing: -.05em;*/
	background-color: #8c2431;
	color:#FFFFFF;
	 width:5em;
	 font-size: 1.5em;
	 text-align:center;
}


a img {
	border:none;
}
#mainContent p {
	font-size: 0.9em;
}
#mainContent ul #mlList {
	font-size: 0.9em;
}

#mainContent li {
   list-style-image: url('obullet.gif');
   font-size:0.9em;
  
  
}


.centered {
	text-align: center;
	padding: 0 5%;
	margin: 0 0 30px 0;
}
p.centered img {
	border: 1px solid #8c2431;
	padding: 4px;
}

ul.MenuBarVertical a {
	
	border-bottom: 1px solid #000;	
	
}

ul.MenuBarVertical a#welcome {
	
	border-top: 1px solid #000;
	
}

ul#welcome a#welcome,
ul#art a#art,
ul#frames a#frames,
ul#styles a#styles,
ul#artists a#artists,
ul#restoration a#restoration,
ul#basket a#basket,
ul#contact a#contact
	 {
	font-weight: bold;
	color: #FFF;/*FFF;*/
	background-color: #8c2431;/*8c2431;/*000;*/
	border-left: 12px solid #000;/*d8a83b;*/
	padding-left: 18px;
}

p#nameplatesList
	{
	  font-weight: normal;
	}


.galleryItem {
	padding: 6px;
	float: left;
	width: 16em;
	border: 1px solid #8c2431;
}
.thumbnail {
	width: 144px;
	float: left;
	height: 140px;
	margin: 0;
	text-align: center;
}
.pictureTitle {
	font-size: .9em;
	font-weight: bold;
	padding-bottom: 0.8em;
	margin: 0;
	line-height: 1.2em;
}
.pictureArtist {
	font-style: italic;
	padding: 0;
	margin: 0;
}
.picturePrice {
	padding: 0;
	margin: 0;
}
.pictureHirez {
	display: none;
}


/*
#slidingGallery {
	float: left;
	height: 160px;
	border: solid 1px #8c2431;
	display: none;
}
#slidingGallery #galleryContentGroup {
	width: 1000em;
}*/
/*
#slidingGallery .SlidingPanelsContent {
	float: left;
	width: 260px;
	height: 160px;
}
*/
/*
#slidingGallery .galleryItem {
	border: none;
	width: 247px;
	height: 142px;
	padding-top: 12px;
	border-right: solid 1px #AD2021;
	
}*/
/*
.SlidingPanels, .SlidingPanelsContentGroup {
	position: relative;
}*/


#mainContent #detailArea {
	float:right;
	width: 40em;
	margin-right: auto;
	margin-left: auto;
	padding: 0px 0px 30px 0px;
	height: 280px;
	text-align: center;
	position: relative;
	/*float:left;*/
	/*display: none;*/
}

#mainContent #gallery {
	float:left;
	width: 40em;
	margin-right: auto;
	margin-left: 10%;
	padding: 0px 0px 30px 0px;
	/*height: 300px;*/
	text-align: center;
	position: relative;
	/*float:left;*/
	/*display: none;*/
	min-height:200px;
}

#mainContent h1
	{
	  background-color: #8c2431;
	  width:300px;
	  margin-left:auto;
	  margin-right:auto;
	  margin-top:0px;
	  padding-top:0px;
	  padding-left:4px;
      color: #FFFFFF;/*#FFFFFF;*/
      text-align:center;
      
	}
	
#detailArea img {
	padding: 4px;
	margin: 0px 10px;
	width: auto;
	height: 300px;
	border: solid 1px #AD2021;
	text-align: center;
}


	
/*	
#panelNav {
	
	margin-left: 10%; 
	margin-right: 10%;
	
}*/
#sumForm
	{
	 text-align:center;
	 display:inline;
	}
#panelNavTop
{
margin-bottom:0.2em;
float:left;
display:inline;
}

#panelNavTopDiscount
{
margin-bottom:0.2em;
float:right;
display:inline;
}
	
#panelNavBottom
{
margin-top:2em;	
	
	}

#prodItem {
	display: inline;
	float: left;
	width: 100%;
	text-align: center;
	/*background-color:#FFF;*/
}

#prodID{
	text-align: center;
	margin: 0.5em 0 0 0.5em;
	display: inline;
	float: left;
	font-weight:bold;
	font-size:0.9em;
	/*background-color:#FFF;*/

}


p.thumbnail img {
	border: 1px solid #8c2431;
	padding: 4px;
}

.firstItem {
	border-top: 1px solid #8c2431;/*AD2021;*/
}

.nameplateItem {
	border-top: 1px solid #8c2431;/*AD2021;*/
	border-bottom: 1px solid #8c2431;
}

.orderItem {
	padding-bottom:0.5em;
	border-bottom: 1px solid #8c2431;/*AD2021;*/
}
.totalPrice
	{
	  border: 1px solid #8c2431;
	  background-color: #BCBCBC;
	}
.item {
	border-top: 1px solid #8c2431;/*AD2021;*/
	border-bottom: 1px solid #8c2431;/*AD2021;*/
	margin-top:0;
}

#prodNum {
	/*margin: 1em 0 1em 1em;*/
	margin: 0.5em 0 0 0.5em;
	display: inline;
	float: left;
}

.prodImg {
	float: left;
	/*margin: 1em 1em 1em 1em;*/	
	margin: 0.5em 1em 0.5em 1.5em;
	text-align: center;
	width:177px;
	height:137px;
	display: inline;
}

.artprodImg {
	float: left;
	/*margin: 1em 1em 1em 1em;*/
	margin: 0.5em 0 1em 1.5em;
	text-align: center;
	width:177px;
	height:137px;
	display: inline;
}

    .prodImg0 #prodImg0 ,
	.prodImg1 #prodImg1 ,
	.prodImg2 #prodImg2 ,
	.prodImg3 #prodImg3 ,
	.prodImg4 #prodImg4 ,
	.prodImg5 #prodImg5 ,
	.prodImg6 #prodImg6 ,
	.prodImg7 #prodImg7 ,
	.prodImg8 #prodImg8 ,
	.prodImg9 #prodImg9 ,
	.prodImg10 #prodImg10 , 
	.prodImg11 #prodImg11    {
	float: left;
	
	margin: 0.5em 0 1em 1.5em;
	padding: 0 20px 0 0;
	text-align: center;
	display: inline;
	width:320px;
    height:240px;
}


    .prodImg0 #prodImg0 img ,
    .prodImg1 #prodImg1 img ,
	.prodImg2 #prodImg2 img ,
	.prodImg3 #prodImg3 img ,
	.prodImg4 #prodImg4 img ,
	.prodImg5 #prodImg5 img ,
	.prodImg6 #prodImg6 img ,
	.prodImg7 #prodImg7 img ,
	.prodImg8 #prodImg8 img ,
	.prodImg9 #prodImg9 img ,
	.prodImg10 #prodImg10 img ,
	.prodImg11 #prodImg11 img{
	width:320px;
    height:240px;
}

.artprodImg0 #artprodImg0,
    .artprodImg1 #artprodImg1,
	.artprodImg2 #artprodImg2,
	.artprodImg3 #artprodImg3,
	.artprodImg4 #artprodImg4,
	.artprodImg5 #artprodImg5,
	.artprodImg6 #artprodImg6,
	.artprodImg7 #artprodImg7,
	.artprodImg8 #artprodImg8,
	.artprodImg9 #artprodImg9,
	.artprodImg10 #artprodImg10,
	.artprodImg11 #artprodImg11{
	width:480px;
    height:360px;
}

.artprodImg0 #artprodImg0 img ,
    .artprodImg1 #artprodImg1 img ,
	.artprodImg2 #artprodImg2 img ,
	.artprodImg3 #artprodImg3 img ,
	.artprodImg4 #artprodImg4 img ,
	.artprodImg5 #artprodImg5 img ,
	.artprodImg6 #artprodImg6 img ,
	.artprodImg7 #artprodImg7 img ,
	.artprodImg8 #artprodImg8 img ,
	.artprodImg9 #artprodImg9 img ,
	.artprodImg10 #artprodImg10 img ,
	.artprodImg11 #artprodImg11 img{
	width:480px;
    height:360px;
}


#prodDesc {
	margin: 0.5em 1em 1em 2em;
	/*margin: 0.5em 0 0em 0.5em;*/
	text-align: left;
}


.pictureLink a:link, .pictureLink a:visited {
  padding: 0.4em 1em 0.4em 1em;
  color: #FFF;
  background-color: #8c2431;/*#B51032;*/
  text-decoration: none;
  border: 1px solid #711515;
  font-weight: bold;
 
}

.pictureLink a:hover {
  color: #FFFFFF;
  background-color: #AD8D2B;/*711515;*/
  font-weight: bold;
}

.links
	{
	 display:inline;
	/* text-align:center;*/
	 float:left;
	 margin: 0em 4em 1em 2.5em;
}


.addSC
	{
	 display:inline;
	/* text-align:center;*/
	float:left;
	margin: 0em 1em 1em 14em;
	
}
	
	#prodHeader {
	display: inline;
	float: left;
	width: 100%;
    background-color: #AD2021;
	color: #FFF;
	text-align: center;
	font-size:1em;
	/*font-weight: bold;*/
	height:1.5em;
	
	 
}

#prodHdRemove {
	margin: 0em 0 0.25em 1em;
	display: inline;
	float: left;
}

#prodHdProduct {
	margin: 0em 0 0.25em 2em;
	display: inline;
	float: left;
}

#prodHdDesc {
	margin: 0em 0 1em 10em;
	display: inline;
	float: left;
	
}

#prodInstruction
	{
	  margin: 0em 0 1em 12em;
	display: inline;
	float: left;
	
	}

#prodHdQuantity {
	margin: 0em 0 1em 3.5em;
	display: inline;
	float: left;
}

.prdChNum {
  margin: 0em 1em .7em 0em;
 }


#prodItemSC {
	display: inline;
	float: left;
	width: 100%;
	background:#FFF;
	text-align: center;
	font-size:0.8em;
	
}
#prodNumSC {
	margin: 1em 0 1em 1em;
	display: inline;
	float: left;
}

#prodImgSC {
	float: left;
	margin: 1em 1em 1em 4em;
	text-align: center;
	display: inline;
}

#prodImgSC img {
	border: 1px solid #8c2431;
	padding: 4px;
}

#prodSSpecInstr
	{
	 float: left;
	margin: 1em 1em 1em 2em;
	text-align: left;
	display:inline;
	border: 1px solid #8c2431;
	line-height: 0.7em;
	}
	
	
#prodDescSC {
	float: left;
	margin: 1em 1em 1em 2em;
	text-align: left;
	display:inline;
	font-size:0.9em;
	line-height: 0.4em;
}

#prodDescSC .descinlass {
  margin: 0em 1em .7em 0em;
 }
 
 
.datatable {
	border: 2px solid #AD2021;
	border-collapse: collapse;
	
}



.datatable td {
	border: 1px solid #D6DDE6;
	text-align: right;
	padding: 0.2em;
}
.datatable th {
	border: 1px solid #828282;
	background-color: #BCBCBC;
	/*font-weight: bold;*/
	text-align: left;
	padding: 0.2em;
}


.datatable2 {
	border: none;/*2px solid #AD2021;*/
	border-collapse: collapse;
	display:inline;
	margin-left: 2em;
	font-size:.8em;
	
}



.datatable2 td {
	border: 1px solid #FFF;
	text-align: left;
	padding: 0.2em;
}
.datatable2 th {
	border: 1px solid #AD2021;
	background-color: #BCBCBC;
	/*font-weight: bold;*/
	text-align: left;
	padding: 0.2em;
}

#prodID .prdDesc {
	
	/*background-color: #BCBCBC;*/
	/*font-weight: bold;*/
	font-weight:normal;
	display:inline;
	text-align: left;
	padding: 1em;
	font-size:.8em;
}
/*
#PrdDetails
	{
	display:inline;
	}*/
	
.PrdDetails
	{
	display:inline;
	font-size:.9em;
	}
	
#orderBotton
	{
	 text-align: left;
	  margin: 1.5em 1em 1.5em 1em;
	}
		
#orderUpdate
	{
	 display:inline;
	 float:left;
	  margin: 1em 1em 0.5em 14em;
	}
	
#returnGallery
	{
	 display:inline;
	 float:left;
	  margin: 1em 1em 0.5em 1em;
	}
	
#placeOrder
	{
	 display:inline;
	 float:left;
	  margin: 1em 1em 0.5em 1em;
	}
	
	/* Progess Bar */
	
	
/* LIST PROGRESS BAR */

dl, dt, dd{margin:0;padding:0;}

dd{
	width:216px;
	height:41px;
	background:url(../images/bg_bar.gif) no-repeat 0 0;
	position:relative;
}
dd span{
	position:absolute;
	display:block;
	width:200px;
	height:25px;
	background:url(../images/bar.gif) no-repeat 0 0;
	top:8px;
	left:8px;
	overflow:hidden;
	text-indent:-8000px;
}
dd em{
	position:absolute;
	display:block;
	width:200px;
	height:25px;
	background:url(../images/bg_cover.gif) repeat-x;
	top:0;
}

.progressBar{
	width:216px;
	height:41px;
	background:url(../images/bg_bar.gif) no-repeat 0 0;
	position:relative;
}
.progressBar span{
	position:absolute;
	display:block;
	width:200px;
	height:25px;
	background:url(../images/bar.gif) no-repeat 0 0;
	top:8px;
	left:8px;
	overflow:hidden;
	text-indent:-8000px;
}
.progressBar em{
	position:absolute;
	display:block;
	width:200px;
	height:25px;
	background:url(../images/bg_cover.gif) repeat-x 0 0;
	top:0;
}
	
/* Form */

input.txt {
  /*color: #00008B;*/
 /* background-color: #E3F2F7;*/
  /*border: 1px inset #8c2431;*/
  width: 300px;
}

input.txtArea {
 /* color: #00008B;*/
 /* background-color: #E3F2F7;*/
  border: 1px inset #8c2431;
  width: 300px;
  
}



select {
  color: #00008B;
  background-color: #E3F2F7;
  border: 1px inset #8c2431;
  width: 200px;
}

#btnAdd{
width: 200px;
}
input.image {
  color: #00008B;
  background-color: #E3F2F7;
  border: 1px inset #00008B;
  width: 200px;

}

 
input.btn {
 color: #FFFFFF;
  background-color: #8c2431;
  border: 1px outset #00008B;
  width:150px;
}

input.btn2 {
 color: #FFFFFF;
  background-color: #8c2431;
  border: 1px outset #00008B;
  width:150px;
  margin-left: 80px;
  margin-top: 15px;
}

 .userInput div {
  clear: left;
  margin: 0;
  padding: 0;
  padding-top: 5px;
}

form
{
 text-align:center;
}
form div label {
  float: left;
  width: 40%;
  text-align:left;
  font: bold 0.9em Arial, Helvetica, sans-serif;
}
fieldset {
  border: 1px solid #8c2431;
  margin-top: 1.4em;
  padding: 0.6em;
  width:700px;
}
legend {
  font: bold 0.8em Arial, Helvetica, sans-serif;
  /*color: #00008B; */ 
  background-color: transparent;
}

#backBtn
	{
	   margin-right:3em;
	}
/*order summary */
#formdata {
	border: 1px solid #5F6F7E;
	border-collapse: collapse;
	margin: 1em 0 2em 0;
	text-align: center;
}

table.formdata {
	border: 1px solid #5F6F7E;
	border-collapse: collapse;
	margin: 0em 0 2em 0;
	text-align: center;
}


table.formdata th {
	border: 1px solid #5F6F7E;
	background-color: #E2E2E2;
	color: #000000;
	text-align: center;
	font-weight: normal;
	padding: 0.2em 0.4em 0.2em 0.4em;
	margin: 0;
}
table.formdata td {
	margin: 0;
	padding: 0;
	text-align: center;
	border: 1px solid #E2E2E2;
}
table.formdata input {
	/*width: 80px;*/
	padding: 0.2em 0.4em 0.2em 0.4em;
	margin: 0;
	border-width: 0;
	text-align:center;
	border-style: none;
}

table.formdata caption
	{
	  text-align: left;
	}
	
#confirm
	{
	text-align:center;
	border: 1px solid #8c2431;	
	width:30em;
	
	}
	
#container #mainContent
	 {
	margin: 0 20px 0 13em;
	/*max-width: 62em;*/
	min-height:20em;	
}

.retrievedProdTop
	{
	 border-top: 1px solid #8c2431;	
	 border-bottom: 1px solid #8c2431;	
	}
	
.retrievedProdBottom
	{
	  border-bottom: 1px solid #8c2431;	
	}



