@charset "utf-8";
/* CSS Document */

.topRight {
	color: #000;
	font-weight: bold;
}

	/* jQuery lightBox plugin - Gallery style 
	#gallery {
		background-color: #444;
		padding: 10px;
		width: 520px;
	}
	#gallery ul { list-style: none; }
	#gallery ul li { display: inline; }
	#gallery ul img {
		border: 5px solid #3e3e3e;
		border-width: 5px 5px 20px;
	}
	#gallery ul a:hover img {
		border: 5px solid #fff;
		border-width: 5px 5px 20px;
		color: #fff;
	}
	#gallery ul a:hover { color: #fff; }*/

/* HTML ELEMENTS */
html, body {
	margin: 0;
	padding: 0;
	/* height:100%;  needed for container min-height */
	font-size: 13px;
	color: #666;
	height: 100%;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	/* font-family: Garamond, Georgia, "Times New Roman", Times, serif; */
}

a {
	outline: none;
}

p {
	font-size: small;
}

html {
	
	background: #ebece7 url(http://www.eloquenceinc.com/images/bg_top_2010.jpg) no-repeat top center;
	/* 2009 * background: #fbe19f url(/images/bg_top.jpg) no-repeat top center; */
	
	/* background-color: #292929; */
}

body {
	/* background: transparent url(/images/bg_bottom.jpg) no-repeat bottom center; */
	margin-left: auto;
	margin-right: auto;
}

#container, #nav, #content, #contentFlash, #gThumb, #gHero, .gDesc {
	/* border: 1px solid red; */ 
}

#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:960px;
	background: url(http://www.eloquenceinc.com/images/bg_bottom_2010.jpg) no-repeat bottom;
	
	/* background: url(/images/bg_bottom3.jpg) no-repeat bottom;
	
	background:#fff url(/images/bg_ftr.jpg) no-repeat bottom;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;  */
	
	height:100% auto; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
	z-index: 10;
	
	text-align: left;
}

#mainNav ul {
	padding-left: 50px;
	list-style: none;
	margin: 0 auto;
	padding: 0;
	width: 962px;
	height: 38px;
	display: block;
}

ul, li {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

a {
	color: #62432e;
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
}

H1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0;
	text-transform: uppercase;
	font-size: 150%;
	color: #62432e;
	letter-spacing: 1.5;
	border-bottom: 1px solid #ccc;
	padding-bottom: 2px;
}

H2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0;
	text-transform: none;
	font-size: 250%;
	font-weight: normal;
	color: #7a6a53;
	letter-spacing: 1.5;
	padding-bottom: 2px;	
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0;
	text-transform: none;
	font-size: 150%;
	font-weight: normal;
	color: #7a6a53;
	letter-spacing: 1.5;
	padding-bottom: 8px;	
}

h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0;
	padding: 0;
	text-transform: none;
	font-size: 150%;
	font-weight: normal;
	color: #7a6a53;
	letter-spacing: 1.5;
}

p {
	line-height: 1.4em;
	margin-top: 5px;
}

legend {
	color: #7a6a53;
	font-size: 100%;
	font-weight: bold;	
}

fieldset {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0;
	text-transform: uppercase;
	font-size: 90%;
	color: #7a6a53;
	letter-spacing: 2;
	border-bottom: 1px solid #ccc;
	padding-bottom: 2px;
	text-align: left;
}

/* END HTML ELEMENTS */

.inputDef {
	color: #666;
	font-style: italic;
}


.imageBox_theImage {
	width: 150px;
	height: 150px;
	background-position: center center;
	background-repeat: no-repeat;		
	margin: 0 auto;
	/*
	border: 1px solid #fff;
	background-color: #fff;
	*/
}



/* FORMS */
/*
label {
	align: left;
	width: 100px;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block;
	border: 1px solid #000;
}


input {
	color: #781351;
	background: #fff;
	border: 1px solid #333;
}

.submit input {
	color: #fff;
	background: #702623;
	border: 2px outset #d7b9c9;
}

/* END FORMS */

/* MAIN DIVS */


/*
#bg_hdr {
	top: 0;
	width: 975px;
	height: 239px;
	min-height: 239px;
}

#bg_ftr {
	bottom:0;
	width: 975px;
	height: 686px;
	min-height: 686px;
	background: url(/images/bg_ftr.jpg) no-repeat bottom;
}

#login {
	position: relative;
	left: 660px;
	width: 300px;
	top: 18px;
	overflow: visible;
    text-transform: uppercase;
	line-height: 1.5;
	letter-spacing: 0.5px;
	font-size: 80%;
	font-weight: bold;
}
*/

#hdr {
	display: block;
	/* border: 1px solid #000; */
	margin-top: 20px;
}

#ftr {
	display: block;
	width: 100px;
	height: 100px;
	bottom: 0px;
	background-color: #000;
	z-index: 1;
	margin: 0;
	padding: 0;
	position: absolute;
	background-image: URL(http://www.eloquenceinc.com/images/bg_top.jpg);
	overflow: visible;
}

#nav {
	font-size: 12px;
	font-weight: bold;
	float: left; 
	width: 175px; 
	margin-top: 40px; 
	padding: 0 0 50px 10px;
	text-transform: uppercase; 
	z-index: 100;
}

#nav .item {
	float: left;
	line-height: 1.3;
	padding-bottom: 6px;
	clear: both;
	width: 150px;
	min-height: 13px;
	display: block;
	padding-left: 26px;
}

#nav .active {
	background-image: url(http://www.eloquenceinc.com/images/icon_fdl.gif); 
	background-repeat: no-repeat; 
	padding-left: 26px;
}

#nav .last {
	margin-top: 12px;
}

#nav a {
	outline: none;
}

/*
#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 1;
}

#nav li {
	margin-bottom: 3px;
}
*/

#nav a.cart {
	color: #009900;
}

#nav a {
	color: #7a6a53;
	text-decoration: none;
}

#nav a:hover {
	text-decoration: underline;
}

#body {
	margin: -100px 0 75px 250px;
	/* border: 1px solid #000; */
	width: 200px;
}

#loginRequest label {
	float: left;
	width: 185px;
	font-weight: bold;
}

#watermark {
	position: absolute;
	bottom: 73px;
	left: 9px;
	width: 499px;
	height: 489px;
	z-index: -1;
}

#watermark_nav {
	position: absolute;
	top: 125px;
	left: -100px;
	width: 312px;
	height: 477px;
	z-index: -1;
}

#content {
	float: left;
	width: 600px; 
	margin: 40px 0 135px 50px;
}

#contentFlash {
	float: left;
	min-width: 740px;
	margin: 40px 0 0 10px;
	border: 2px solid #fff;
}

#content p {
	font-size: 13px;
	padding: 10px 0 0 0;
}

#contentProd {
	float: left;
	width: 720px; 
	margin: 40px 0 135px 50px; 
}

#gHero {
	float: left;
	display: block;
	
}

#gThumb {
	float: right;
	display: block;
	margin: 0;
	margin-bottom: 8px;
	margin-right: 5px;
	width: 200px;
	padding: 0 0 0 8px;
}

/* #gThumb img, */

.clickthumbs {
	font-family: Georgia, serif;
	font-style: italic;
	color: #584d42;
	font-size: 12px;
}

#gHero img {
	display: block;
	margin-bottom: 0px;
	border: 3px solid #fff;
	margin-bottom: 4px;
}

#gThumb,#gHero a {
	font-weight: bold;
	font-size: 90%;
}

#gThumb p {
	display: block;
	margin: 0;
}

#gThumb a {
	font-size: 85%;
}

.gLarger {
	margin: 0;
}

.gDesc {
	margin: 0;
	/* font-weight: bold;
	margin-bottom: 4px; */
	padding: 2px 0;
	/* border-bottom: 1px dashed #ccc; */
	font-weight: normal;
	font-size: 13px;
}

.gPrice {
	margin: 0;
	/* font-weight: bold;
	margin-bottom: 4px; */
	padding: 2px 0;
	/* border-bottom: 1px dashed #ccc; */
	font-weight: bold;
	font-size: 130%;
	color: #7a6a53;
}

.gDesc a {
	/* font-weight: bold;
	margin-bottom: 4px; */
	padding: 2px 0;
	font-weight: bold;
	font-size: 90%;
}

h1 {
	font-size: 110%;
	border: 0;
	color: #7a6a53;
}

#gThumb h1 {
	margin: 0;
	font-size: 120%;
	color: #62432e;
}

#gThumb h2 {
	margin: 0;
	font-size: 110%;
	color: #62432e;
	font-family: "Times New Roman", Times, serif;
}

#pDetail {
	margin: 0 90px;
	border: 1px solid #999;
	padding: 20px;
	width: 100px;
	border: 1px solid #000;
}

.img_standin {
	width: 150px;
	height: 150px;
	border: 1px solid #fff;
	background: #ccc;
}

.listItem {
	float: left;
	/*
	min-width: 160px;
	min-height: 200px;
	min-height: 200px;
	*/
	margin: 0 10px 10px 0;
	text-align: center;
	border: 2px solid #fff;
	position:relative; 
	z-index:100; 
	width: 175px; 
	min-height: 200px; 
	background-color: #ebece7;
	background-position: top center;
	background-repeat: no-repeat;
}

.listItem:hover {
	background-color: #f8f9f4;
}

.listTitle {
	text-decoration: none;
	width: 175px;
	font-size: 110%;
	padding-top: 7px;
	display: block;
	font-family: "Georgia, Arial, Helvetica, Sans-serif";
}

.listMore {
	padding: 2px 0 5px;
}

.listTitle a {
	text-decoration: none;
}

.listTitle a:hover {
	text-decoration: underline;
}

.listLink {
	margin: 0;
	border: 0;
	padding: 0;
}

/*
.listItem img {
}

.listItem a {
	font-size: 80%;
	font-weight: bold;
}

.listItem img a:hover {
	border: 2px solid #702623;
}
*/

.listItem H1 {
	font-size: 95%;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}

.first {
	clear: both;
}

/* "CART" STYLES */
.cart {

}

.addtocart {
	color:#999;
	font-family:Georgia,serif;
	font-size:80%;
	font-weight:bold;
	letter-spacing:1px;
	line-height:1em;
	margin:0;
	padding:0;
	text-transform:uppercase;
}

input.checkbox {
	margin-top: 5px;
	border: 1px solid #ccc;
}
/* END "CART" STYLES */


/*

#header {
	background-color: #fff;
	width: 973px;
	min-height: 75px;
}
#nav {
	padding: 5px;
	background-color: #ffffff;
	width: 220px;
	min-height: 50%;
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
	min-height: 400px;
}

#nav ul {
	font-size: 90%;
	list-style: none;
	text-transform: uppercase;
	margin-left: -10px;
	margin-top: 0px;
	
}#nav li {
	padding-bottom: 5px;
}

#body {
	font-size: 90%;
	line-height: 165%;
	padding: 5px;
	background-color: #ffffff;
	width: 655px;
	min-height: 50%;
	float: right;
	margin-top: 5px;
	margin-bottom: 5px;
	min-height: 400px;
}
*/

#footer {
	position: absolute;
	bottom: 0;
	padding: 5px;
	clear: both;
	background-color: #666666;
	width: 965px;
	color: #fff;
}
/* END MAIN DIVS */


/* SLIMBOX */

#lbOverlay {
	position: absolute;
	margin: 0px auto;
	width: 975px;
	background-color: #fff;
	cursor: pointer;
	z-index: 999;
	text-align: center;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #dddecf;
	z-index: 999;
	/* border: 4px solid #FF0000; */
}

.lbLoading {
	background: #fff url(http://www.eloquenceinc.com/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #dddecf;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: url(prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #dddecf;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(closelabel.gif) no-repeat center;
	margin: 5px 0;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}
/* END SLIMBOX */

/* CART */
#cart {
	border-right: 1px dashed #ccc;
  	float: left;
  	width: 350px;
  	/* padding: 10px 0; */
  	background: url(img/bg.gif) no-repeat top left;
  	}
#cart dl {
  	float: left;
  	width: 310px;
  	margin: 0 30px 20px 0;
  	padding: 0;
  	display: inline; /* fixes IE/Win double margin bug */
  	}
#cart dt {
  	float: right;
  	width: 192px;
  	margin: 0;
  	padding: 0;
  	font-size: 130%;
  	letter-spacing: 1px;
  	color: #627081;
  	}
#cart dd {
  	margin: 0 0 0 118px;
  	padding: 0;
  	font-size: 85%;
  	line-height: 1.5em;
  	color: #666;
  	}
#cart dl dd.img {
   	margin: 0;
   	}
#cart dd.img img {
  	float: left;
  	margin: 0 8px 0 0;
  	padding: 4px;
  	border: 1px solid #D9E0E6;
  	border-bottom-color: #C8CDD2;
  	border-right-color: #C8CDD2;
  	background: #fff;
  	}

#cartEmail {
	float:left;
	width: 350px;
	padding-left: 20px;
	line-height: 2em;
}

/* reverse float */

#cart .alt dt {
  	float: left;
  	}
#cart .alt dd {
  	margin: 0 98px 0 0;
  	}
#cart .alt dd.img img {
  	float: right;
  	margin: 0 0 0 8px;
  	}
	
.cartP {
	margin:0;
	padding:0;
}

label {
	 float:left; 
	 width: 120px; 
	 font-weight: bold
}
/* END CART */

/* PRINT */
#hdr_print {
	display: none;
}
/* END PRINT */

/* PAGING */
.paging {
	color: #666;
	margin: 0;
	margin-left: 1px;
	padding: 2px 4px;
	text-decoration: none;
}

.paging:hover {
	background-color: #666;
	padding: 2px 4px;
	color: #fff;
	text-decoration: none;
}

.pagingActive {
	background-color: #666;
	padding: 2px 4px;
	color: #fff;
	text-decoration: none;
}
/* END PAGING */

.pgImg {
	border: 3px solid #fff;
	margin: 20px 0;
}

.error {
	color: #990000;
	font-weight: bold;
	font-size: 115%;
}

/* 2010 STYLES */

#mainNav {
	height: 40px;
	width: 100%;
	background-color: #fff;
	border-bottom: 1px solid #99b2b7;
	text-align: center;
}

#mainNav li {
	padding: 12px 20px 5px 0;
	display: block;
	float: left;
}

#mainNav li.logo {
	padding: 10px 20px 0 0; 
	width: 210px;
	text-align: left;
	padding-left: 8px;
}

#mainNav a {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #6d7487;
	overflow: visible;
    text-transform: uppercase;
	letter-spacing: 0.5px;
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
}

#mainNav a:hover {
	color: #62432e;
	text-decoration: none;
}

#mainNav .navLogin {
	padding: 4px;
	border: 1px solid #999;
}

#mainNav .navLogin:hover {
	background-color: #999;
	color: #fff;
}

.cartHdr {
	margin-bottom: 20px;
}

.contentHdr {
	margin: 10px 0 0 0;
	font-style: italic;
}

#mainNav .active {
	color: #62432e;
}


input[type=submit]{ 
	font-size: 11px;
	color: #333; 
}

.thumb {
	padding: 5px 0;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.blogDate {
	margin: 0 0 5px 0;
	color: #7f7f7f;
	font-style: italic;
}

.blogTitle {
	padding-bottom: 8px;
	margin-bottom: 8px;
	border-bottom-color: #bfbfbf;
	border-width: 1px;
	border-bottom-style: solid;
}

#retailers p {
	margin: 2px 0 12px;
	padding: 0;
}

.retailer {
	height: 100px;
	width: 250px;
	float: left;
	padding-right: 15px;
}

.retailerHdr {
	float: left;
	width: 370px;
	display: inline;
	margin-bottom: 8px;
}

.retailerBack {
	float: left;
	width: 185px;
	font-size: 90%;
	margin-bottom: 8px;
}

.antique  {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #6d7487 !important;
	overflow: visible;
    text-transform: uppercase;
	letter-spacing: 0.5px;
	font-weight: bold;
	font-size: 12px;
	border-bottom: 1px dotted #6d7487;
	margin-bottom: 6px;
}

.antique:hover {
	color: #62432e !important;
	text-decoration: none !important;
}
