/* CSS Document */

html, body, form, h1, h2, h3, h4, input, select, textarea {
	font-family:Arial, Helvetica, sans-serif;
}

/* ELEMENTS */
html, body, form {
	margin:0;
	padding:0;
	height:100%;
} * html, * html body, * html form {
	height:100%;
} 

html {
	overflow-y:scroll; /* always show scroll so pages dont jump in FF */
}

body {
	font-size:0.75em;
	color:#505256;
	background:#d7d7d7 url(/img/bodyBg.gif) center top repeat-y;
}

h1, h2, h3, h4 {
	margin:0;
	padding:0;
}

h1 {
	padding:0.1em 0.25em;
	margin:0 0 15px 0;
	font-size:1.8em;
	background-color:#A27260;
	color:#fff;
	font-family:"Times New Roman", Times, serif;
	letter-spacing:0.05em;
	font-weight:normal;
}
h2 {
	background-color:#C8ACA1;
	color:#fff;
	font-family:"Times New Roman", Times, serif;
	text-transform:capitalize;
	padding:0.1em 0.25em;
	margin:0 0 15px 0;
	font-size:1.6em;
	letter-spacing:0.05em;
	font-weight:normal;
}
h3 {
	color:#797979;
	font-size:1.2em;
	font-weight:bold;
	padding:0 0 0.1em 0;
	margin:0 0 0.3em 0;
	border-bottom:1px solid #cacaca;
}
		
h4 {
	font-size:1.1em;
	font-weight:bold;
	color:#003151;
	margin-bottom:0.7em;
}

p {
	margin:0;
	padding:0;
	margin-bottom:1em;
	text-align:justify;
}

img {
	border:none;
	vertical-align:middle;
}

hr {
	border:0;
	border-bottom:1px solid #C8ACA1;
	height:1px;
	margin:0.7em 0;
	/*clear:both;*/
}

input, textarea, select {
	font-size:1em;
	background-color:#fcfcfc;
	color:#521918;
}

input.textbox, textarea.textbox {
	border:1px solid #A27260;
	background-color:#f5f5f5;
	color:#521918;
}

input.button {
	background-color:#A27260;
	color:#fff;
	border:1px solid #fff;
	text-transform:capitalize;
}

input.button[disabled] {		
	color:#eee;
}

ul {
	list-style:circle;
	margin:0;
	padding:0;
	padding-left:20px;
}

li {
	margin:0;
	padding:0;
}

li a {
	color:#50545F;
}

li a:hover {
	color:#818080;
}

small {
	font-size:0.85em;
}

big {
	font-size:1.5em;
}

a {
	text-decoration:underline;
	color:#505256;
	outline-color:invert;
	outline-style:none;
	outline-width:medium;
}
a:hover {
	text-decoration:underline;
}
address {
	padding-left:15px;
}

/* CONTENT */
.altColor {
	color:#A27260;
}
a.altColor:hover {
	color:#C8ACA1;
}

.altColor2 {
	color:#aaa;
}

strong, .bold {
	font-weight:bold;
}

dl.horizontal {
	margin:0;
	padding:0;
}
dl.horizontal dt {
	margin: 10px 0 0 0;
	padding: 0;
	font-weight:bold;
}
dl.horizontal dd {
	margin: -16px 0 0 0;
	padding: 0 0 0 120px;
}

.normal {
	font-weight:normal;
}

.error {
	color:#c00;
	font-weight:bold;
}

.note {
	color:#A27260;
	font-weight:bold;
}

/* SECTIONS */



#mastHead {
	padding-top:20px;
	height:90px;
	border-bottom:1px solid #B69082;
	position:relative;
}
#mastHead #line1 {
	height:73px;
}
a#minibasket {
	font-size:0.95em;
	color:#666;
	text-decoration:none;
	display:block;
	float:right;
	padding:6px;
	text-align:right;
	background:#EEEEED url(/img/shoppingBasket.gif) 5px 5px no-repeat;
}
a#minibasket:hover {
	text-decoration:none;
	background-color:#e5e5e5;
}
a#minibasket em {
	font-style:normal;
	text-decoration:underline;
}
a#minibasket strong {
	padding-left:15px;
}
#mastHead h1 {
	float:left;
	padding:5px 0px 0px 190px;
	background:none;
}
#mastHead h1 a {
	display: block;
	width: 329px;
	height: 44px;
	background: url(/img/mastheadLogo.gif) top left no-repeat;
	text-decoration: none;
	text-indent: -2000em;
}

#mastHead #tabsWrap {
	position:absolute;
	right:0px;
	bottom:0px;
}
#mastHead #tabsWrap a {
	float:left;
	display:block;
	margin-left:1px;
	border:1px solid #BA9688;
	border-bottom:none;
	background-color:#A77968;
	color:#fff;
	text-decoration:none;
	font-size:0.85em;
	padding:1px 3px;
}
#mastHead #tabsWrap a:hover {
	background-color:#BA9688;
	text-decoration:none;
}
ul#primaryNav {
	float:left;
	width:99%;
	clear:both;
	list-style:none;
	margin:0;
	padding:0;
	overflow:hidden;
}
ul#primaryNav li {
	float:left;
	margin:0 35px 0 0;
	padding:0;
}
ul#primaryNav li a {
	display:block;
	color:#A27260;
	text-decoration:none;
	text-transform:capitalize;
	font-weight:bold;
}
ul#primaryNav li a:hover {
	color:#BA9688;
	text-decoration:none;
}


ul#secondaryNav {
	margin:0;
	padding:0;
	list-style:none;
	font-size:1.1em;
	font-weight:bold;
	color:#505256;
/*	background:transparent url(/img/velvetBrownVert.gif) right top repeat-y;*/
} * html ul#secondaryNav { background:none; }
ul#secondaryNav li {
	margin:0 0 5px 0;
	padding:0;
}
ul#secondaryNav a, ul#secondaryNav span {
	background-color:#fcfcfc;
	display:block;
	text-transform:capitalize;
} * html ul#secondaryNav a, * html ul#secondaryNav span { background-color:transparent; display:inline; }

ul#secondaryNav a:hover, ul#secondaryNav span:hover {
	background:transparent url(/img/nonExistent.gif);
}
ul#secondaryNav a, ul#secondaryNav a:hover {
	text-decoration:none;
}
ul#secondaryNav ul {
	list-style:none;
	margin:5px 0 0 5px;
	padding:0;
}

ul#secondaryNav ul li a {
	color:#9a9a9a;
}
ul#secondaryNav a.selected {
	color:#A27260;
}

#container {
	width:710px;
	margin:0 auto 0 auto;
	min-height:100%;
} * html #container { height:100%; }

#innerWrap {
	padding:10px 0 150px 0;
	overflow:hidden;
} * html #innerWrap { overflow:visible; height:1%; }

#footer {
	width:710px;
	height:76px;
	margin:-77px auto 0px auto;
	font-size:0.9em;
	color:#A2A2A2;
	line-height:35px;
	position:relative;
}
#footer #mailingWrap {
	height:40px;
	overflow:hidden;
	background:#C8ACA1 url(/img/mailingListLogo.gif) 7px 7px no-repeat;
	border-bottom:1px solid #B69082;
	border-top:1px solid #B69082;
	color:#fff;
	font-size:11px;
	padding:0 10px 0 190px;
	line-height:normal;
}
#footer #mailingWrap div#mailingListFieldsWrap {
	margin-top:5px;
	white-space:nowrap;
}
#footer #mailingWrap .textbox, #footer #mailingWrap .button {
	margin:5px 0 0 5px;
	width:105px;
}

#footer a {
	color:#A2A2A2;
	text-decoration:underline;
}
#footer a:hover {
	text-decoration:none;
}
#footer #supportedCards {
	position:absolute;
	top:-70px;
	left:0px;
}
#navBar {
	float:left;
	width:140px;
}
#content {
	padding-left:155px;
} * html #content { margin-left:-3px; }


.thumbnailWrap {
	overflow:hidden;
} * html .thumbnailWrap { height:1%; overflow:visible; }

.thumbnailWrap .thumb, .thumbnailWrap .thumb:hover {
	float:left;
	display:block;
	width:157px;
	height:210px;
	text-align:center;
	color:#505256;
	text-decoration:none;
} * html .thumbnailWrap .thumb, .thumbnailWrap .thumb:hover {
	height:210px;
}
.thumbnailWrap .thumb span {
	width:155px;
	margin:0 auto;
	display:block;
	font-weight:bold;
}
.thumbnailWrap .thumb img {
	border:1px solid #E6E6E6;
	width:155px;
}
.thumbnailWrap .spacer {
	float:left;
	width:38px;
	height:1px;
}

.thumbnailWrap .spacer_width2 {
	width:35px;
}

.thumbnailWrap .spacer_width3 {
	width:42px;
}


.floatWrap {
	overflow:hidden;
} * html .floatWrap {
	overflow:visible;
	height:1%;
}

.panel {
	border-top:1px solid #C8ACA1;
	border-bottom:1px solid #C8ACA1;
	background-color:#fafafa;
	padding:5px;
}


.clearfix {
	overflow:hidden;
} * html .clearfix { overflow:visible; height: 1%;}
.clearfix:after {
	content:".";
	height:1px;
	visibility:hidden;
	overflow:hidden;
	clear:both;
}