/* STRUCTURE */

body {
	background-image: url(assets/images/site/bg-pattern.gif);
	background-repeat: repeat;
	width: 100%;
	margin: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11pt;
}
#bgholder {
	background-image: url(assets/images/site/bg-pattern-top2.jpg);
	background-repeat: repeat-x;
	background-position: 0px top;
	margin: 0px;
}

#container {
	background-color: #FFF;
	width: 987px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url(assets/images/site/bg-leftnav.gif);
	background-repeat: repeat-y;
	background-position: 0px;
	position: relative;
	zoom: 1;
	padding-top: 128px;
	overflow: auto;
}
#header {
	position: absolute;
	height: 128px;
	left: 0px;
	top: 0px;
	background-color: #903;
	width: 100%;
	background-image: url(assets/images/site/top.jpg);
	background-repeat: no-repeat;

}

#main {
	background-color: #FFF;
	margin: 0px;
	width: 780px;
	float: right;
	padding-right: 10px;
	padding-left: 12px;
}
#nav {
	width: 175px;
	padding: 4px;
	float: left;
}
#footer {
	margin-left: 198px;
	clear: both;
}

p {
	text-align: justify;
}

/* END STRUCTURE */



/* GENERICS */

a img {
	border: 1px solid #c7c7c7;
}
a img:hover {
	border: 1px solid #6e0000;
}

.clear {
	clear: both;
}

h1 {
	color:#a19c53;  /* dk gold */
}

a.plain {
	text-decoration: none;
}

/* END GENERICS */








/* HEADER */

#header div {
	position: absolute;
	top: 8px;
	right: 20px;
	font-size: 8pt;
	color: #FFD9DC;
	text-align: right;
}
#header h4 {
	margin: 0px;
	padding: 0px;
	text-indent: -9999px;
}
#header h4 a {
	display: block;
	height: 120px;
	width: 180px;
}


#header a {
	color: #FFD9DC;
	text-decoration: none;
	font-size: 8pt;
}
#header ul {
	position: absolute;
	right: 16px;
	list-style-type: none;
	bottom: 20px;
	margin: 0px;
	padding: 0px;
}
#header ul li {
	float: left;
}
#header li a {
	display: block;
	padding-right: 4px;
	padding-left: 4px;
}

#header a img {
	border: none;
}

/* END HEADER */






/* NAVIGATION BAR */

#nav {
	padding-top: 30px;
	
}
#nav a {
	display: block;
}
#nav h2 {
	color: #d2cc6c;
	font-size: 12pt;
	font-weight: bold;
	margin: 0px 0px 4px 2px;
	padding: 0px;
	text-transform: uppercase;
	line-height: 1em;
}
#nav h2 a {
}
#nav ul {
	list-style-type: none;
	margin: 0px 0px 16px 20px;
	padding: 0px;
	font-size: 11pt;
}
#nav ul li {
}
#nav ul li a {
	color: #cdd1d5;
	text-decoration: none;
	padding: 2px 2px 4px 3px;
}
#nav ul ul, #nav ul li.selected ul li ul , #nav ul li ul li.selected ul li ul{
	display: none; 
}

#nav ul li.selected, #nav ul li.selected ul, #nav ul li ul li.selected ul {
	display: block;
}

#nav ul li ul li a {
	/* sub submenu */
	font-weight: normal;
	color: #d2cc6c;
	font-size: 10pt;
	line-height: 1.1em;
}


#nav ul li.selected  > a  {
	/* background-color: #cdd1d5; 
	color: black; */
	color: white;
	border-bottom: solid 1px #6a6e72; 
	border-left: solid 3px #617938;  /* #9e0838; */
	margin-left: -3px;
}
#nav ul li.selected {
	/* list-style-type: square; */
}

#nav ul li.selected ul li.selected {
	/* list-style-type: square; */
	color: #8C0122;
}



/* END NAVIGATION BAR */

li#lnav75, li#lnav79, li#lnav80 {
	display: none;
}





/* FOOTER */
#footer {
	border: solid 1px #d7d5d3;
	padding: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
	background-image: url(/assets/images/site/box-pat-bg.gif);
	/* can't set top margin, collapsing thing
	margin-top: 40px;
	clear: both;
	*/
	font-size: 10pt;
}

#footer h4 {
	margin: 0;
	color: #6e0000;
}
#footer p {
	font-size: 80%;
	clear: both;
	margin-bottom: 0;
	color: #6e0000;
}
#footer ul {
	float: left;
	font-size: 80%;
	margin-left: 50px;
	padding-left: 20px;
	list-style-type: none;
}



/* END FOOTER */



/* HOME PAGE */

#page1 #main h1 {
	display: none;
}


#confidence {
	border: solid 1px #d7d5d3;
	padding: 10px;
	margin-right: 0px;
	margin-bottom: 20px;
	background-image: url(/assets/images/site/box-pat-bg.gif);
	overflow: auto;
	zoom: 1;
	font-size: 10pt;
}
#confidence ul {
	margin: 0 20px;
	padding-left: 20px;
	float: left;
}
#confidence div {
}
#confidence div img {
	
	vertical-align: middle;
}



/* END HOME PAGE */


/* SPECIAL USAGE */

#upgrading {
	margin: 0;
	font-size: 8pt;
	color: red;
}

a.web-by {
	color: #999;
	text-decoration: none;
	margin-left: 12px;
	font-style: italic;
}
/* END SPECIALS */





/* BORDERS, MARGINS AND FONTS */

.border-ltgray {
	border: 1px solid #c7c7c7;
}


.hblock-r {
	overflow: auto;
	zoom: 1;
}
.hblock-r img {
	float: right;
}
.t-accent , a.t-accent {
	font-style: italic;
	color: #959595;
}
.rpad-12 {
	padding-right: 12px;
}
.lpad-12 {
	padding-left: 12px;
}
.lmargin-12 {
	margin-left: 12px;
}
.rmargin-12 {
	margin-right: 12px;
}
.tmargin-12 {
	margin-top: 12px;
}
.tmargin-24 {
	margin-top: 24px;
}

.bmargin-12 {
	margin-bottom: 12px;
}
.bmargin-24 {
	margin-bottom: 24px;
}

.tsize-m2 {
	font-size: 10pt;
}


h1 {
	margin-bottom: 0;
}
.subhead {
	margin-bottom: 20px;
	color: #959595;
	font-style: italic;
	font-size: 10pt;
}

/* END BORDERS, MARGINS AND FONTS */








/* PRODUCT PAGE */
.product-main {
	overflow: auto;
	zoom: 1;
	
}


.product-mainimage {
	float: left;
	margin-right: 12px;
	width: 504px;
	text-align: center;
	
}
.product-mainimage  a {
	text-decoration: none;
	color:#a19c53;  /* dk gold */
	font-size: 8pt;
}


.product-info {
	width: 258px;
	float: right;
}

form.cart-add {
	margin: 8px 0;
}


#prodtabs {
	float: right;
	width: 370px;
	margin-left: 24px;
	margin-bottom: 24px;
}


#gallerymanager {
	clear: both;
	margin: 30px 20px;
	background-color: #ddd;
	padding: 12px;
}

.product-info label {
	color: #6A6E72;
}

.product-info select {
	display: block;
	margin-bottom: 6px;
}
.product-info form {
	margin: 0;
}
.add-to-cart {
	margin: 10px 0;
}

/* PRODUCT PAGE - ATTRIBUTES */
ul.attrib-thumbs {
	list-style-type: none;
	margin: 8px 0;
	padding: 4px 1px 4px 4px;
	overflow: hidden;
	zoom: 1;
	background-color: #f9f9f9;
	border: solid 1px #c4c4c4;
	line-height: 1.5em;
	font-size: 8pt;
	/* text-align: center; */
	/*	position: relative; */
	z-index: 0;
}
ul.attrib-thumbs a {
	text-decoration: none;
	color: #6a6e72;
}
.attrib-thumbs li {
	float: left;
	margin: auto 5px;
	/* overflow: hidden; hides hover inside block */
}
.attrib-thumbs li  div.attrib-thumb {
	line-height: 1em;
	width: 72px;
}
.attrib-thumbs li  div.attrib-thumb a {
}
.attrib-thumbs li  div.attrib-thumb a img {
	width: 30px;
	margin: 4px 0 2px 0;
}

#easyTooltip {
	display: block;
	background-color: white;
	padding: 6px;
	border: solid 6px #c4c4c4;
	position: absolute;
	font-size: 8pt;
	text-align: center;
}
#easyTooltip a {
	text-decoration: none;
}
#easyTooltip img {
}


.tabs-container .attrib-tab {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: auto;
	zoom: 1;
}
.attrib-tab li {
	margin: 0 12px;
	padding: 8px;
	float: left;
}




/* END - PRODUCT PAGE - ATTRIBUTES */


/* END PRODUCT PAGE */




/* THUMBNAILS */

.thumbscontainer {
	margin-bottom: 24px;
	border-collapse: separate;
	/* border-spacing: 8px; */
	vertical-align: middle;
}

.thumbscontainer  .thumbs-row {
	background-color: white;
}

.thumbscontainer  td {
	text-align: center;
	background-color: #dadada;
	padding: 8px;
	margin: 8px;
	position: relative;
	width: 170px;
}

.thumbscontainer  td a {
	text-decoration: none;
	text-align: center;
	font-size: 8pt;
	color:#a19c53;  /* dk gold */
	
}
.thumbscontainer  td a  img {
	
}




div.altview {
	
	float: left;
	
}

.altview ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	overflow: auto;
	zoom: 1;
	
}
.altview ul li {
	float: left;
}
.altview ul li a {
	display: block;
	width: 152px;
	padding: 0 16px 8px 0px;
	text-decoration: none;
	text-align: center;
	font-size: 8pt;
	color:#a19c53;  /* dk gold */
	
}





/* THUMBNAILS */


/* PRODUCT BREADCRUMBS */
ul.prodBreadcrumbs {
	overflow: auto;
	zoom: 1;
	
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 9pt;
}
ul.prodBreadcrumbs li {
	float: left;
}
ul.prodBreadcrumbs li a {
	display: block;
	text-decoration: none;
	padding-right: 10px;
	color: #6a6e72;
}
ul.prodBreadcrumbs li a:hover {
	text-decoration: underline;
}

.bc_separator {
}


#prodbottom  {
	margin: 20px 10px 20px 200px;
	padding: 20px 8px;
}
#prodbottom ul.prodBreadcrumbs {
	font-size: 10pt;
	margin: 0 0;
	
}



/* END PRODUCT BREADCRUMBS */







/* TABS */

#tabscontainer {
	overflow: auto;
	zoom: 1;
	
	
}

.tabs-nav {
    list-style: none;
    margin: 0;
    padding: 0;
	overflow: auto;
	zoom: 1;
}
.tabs-nav li {
    float: left;
    margin: 0;
	text-align: center;
}
.tabs-nav a {
    display: block;
    padding: 4px 0 0 0;
    width: 123px;
	height: 21px;
	background-image: url(/assets/images/site/tabs-top.gif);
	background-repeat: no-repeat;
	text-decoration: none;
	font-size: 8pt;
	text-transform: uppercase;
}
.tabs-nav .tabs-selected a, .tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active {
    background-position: 0 0;
    outline: 0; /* prevent dotted border in Firefox */
	color: white;
}
.tabs-nav a, .tabs-nav .tabs-disabled a:hover, .tabs-nav .tabs-disabled a:focus, .tabs-nav .tabs-disabled a:active {
    background-position: -124px 0;
	color: #6a6e72;
}
.tabs-hide {
	display: none;
}
.tabs-nav .tabs-disabled {
    opacity: .4;
}

.tabs-container {
	border: solid 1px #cccccc;
	padding: 8px;
	
	font-size: 10pt;
	background-color: #FfFcFc;
	color: #6a6e72;
}

#tab-info ul {
	padding: 0;
	margin-left: 20px;
}
#tab-info li {
	margin-bottom: 6px;
}

.tabs-container ul {
	list-style-type: square;
}

/* END TABS */





/* SECTION PAGES */

table.sectiontbl {
	vertical-align: middle;
	text-align: center;
	margin: 8px 0 30px 10px;
	border-collapse: separate;
	border-spacing: 30px;
}
table.sectiontbl  td {
	width: 320px;
	position: relative;
	margin-top: 30px;
	background-color: #eeeeee;
}
table.sectiontbl  td.first {
	margin-right: 30px;
}
table.sectiontbl td p {
	
	
}
table.sectiontbl a {
	text-decoration: none;
}

/* END SECTION PAGES */



/* CONTACT PAGE */

#contactform {
	background-color: #f0eee8;
	border: 1px solid #9c9754;
	width: 318px;
	padding: 6px;
}
#contactform td {
	vertical-align: top;
	font-size: 9pt;
}
#contacttable {
	margin-top: 30px;
}
#contacttable td {
	vertical-align: top;
}
.title3 {
	text-transform: uppercase;
	font-size: 10pt;
	color: #6B443D;
	font-weight: bold;
}
#form_contact {
	float: left;
	margin-right: 30px;
	width: 320px;
	margin-top: 40px;
	margin-left: 2px;
}

/*  END CONTACT PAGE */





/* SECTION SET  */

#sectionlist {
	font-size: 10pt;
	margin: 12px 0 30px 0;
}
#sectionlist h3 {
	border-top: solid 1px #d7d5d3;
	padding-top: 12px;
}
#sectionlist h3 a {
	text-decoration: none;
	color: #a19c53;
	text-transform: uppercase;
}
#sectionlist h3 span {
	font-size: 9pt;
	font-style: italic;
	color: #959595;
}
#sectionlist .product-main {
	padding-bottom: 40px;
}

/* end SECTION SET */





/* CART OVERRIDES */
#mainWrapper {
	border: none;
	font-size: 10pt;
}
#navMainWrapper {
	background-color: inherit;
	background-image: none;
	color: black;
}
#navMain ul li a {
	color: black;
}
body#infoShoppingCart {
	background-image: none;
	padding: 12px;
	font-size: 10pt;
}

body.storepage a img {
	border: none;
}


.subtext {
	font-size: 8pt;
	font-style: italic;
	color: #666;
}

 .login-new .subtext {
	padding-left: 13em;
 }
 
/* END CART OVERRIDES */


