/* RESET */
/* ----------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: 11px/14px Futura, Verdana, Arial, sans-serif;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

/* Clearfix */
.cf:before, .cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}

/* For IE 6&7 (triggers hasLayout) */
body {
  background: white;
  width: 100%;
  min-width: 960px;
  font: 11px/14px Futura, Verdana, Arial, sans-serif;
  color: #666;
}

.home {
  width: 100%;
}

a {
  color: #888888;
  text-decoration: none;
  font: Futura, Verdana, Arial, sans-serif;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

a:hover {
  color: black;
}

.imgLink {
  border: none;
}

code, kbd, samp {
  font-family: 'Lucida Console', 'Courier New', Courier, monospace;
  background: #f2f2f2;
  padding: 1px;
}

kbd {
  border-bottom: 1px solid #d9d9d9;
}

sup, sub {
  height: 0;
  line-height: 1;
  vertical-align: baseline;
  _vertical-align: bottom;
  position: relative;
}

sup {
  bottom: 1ex;
  font-size: 12px;
}

sub {
  top: .5ex;
  font-size: 12px;
}

ul {
  list-style: disc;
  margin-left: 20px;
}

ol {
  list-style: decimal;
  margin-left: 20px;
}

ul, ol {
  margin-bottom: 20px;
}

ul li, ol li {
  margin-bottom: 5px;
}

blockquote {
  quotes: none;
  position: relative;
  font-style: italic;
  font-size: 18px;
  line-height: 26px;
  margin-left: 45px;
}

blockquote:before {
  content: '”';
  font-size: 86px;
  position: absolute;
  top: 26px;
  left: -45px;
  color: #bbb;
  font-style: normal;
}

q {
  quotes: none;
}

blockquote:after {
  content: '';
  content: none;
}

q:before {
  content: "“";
}

q:after {
  content: "”";
}

q q:before {
  content: "‘";
}

q q:after {
  content: "’";
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.container {
  width: 870px;
  margin: 0 auto;
}

.floatLeft {
  float: left;
}

.floatRight {
  float: right;
}

/* TYPOGRAPHY */
p {
  margin-bottom: 14px;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  margin: 0 0 10px;
}

h1, .h1 {
  font-size: 26px;
  line-height: 32px;
}

h2, .h2 {
  font-size: 22px;
  line-height: 30px;
}

h3, .h3 {
  font-size: 18px;
  line-height: 24px;
}

h4, .h4 {
  font-size: 16px;
  line-height: 22px;
}

h5, .h5 {
  font-size: 14px;
  line-height: 20px;
}

h6, .h6 {
  font-size: 12px;
  line-height: 20px;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, .h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a {
  border: none;
}

dl {
  margin-bottom: 20px;
}

dt {
  font-weight: bold;
  font-style: italic;
}

dd {
  margin: 0 0 5px 20px;
}

abbr {
  border-bottom: 1px dotted #555;
}

/* HEADER */
header {
  width: 100%;
  margin: 20px 0;
  height: 123px;
}

.logo {
  width: 123px;
  height: 123px;
  display: block;
  float: left;
}

/* NAVIGATION */
.navigationMain {
  float: left;
  width: 727px;
  padding-left: 20px;
  border-top: 2px solid #f3e7d6;
  height: 41px;
  margin: 80px 0 0;
}

/* LEVEL 1 */
.navigationMain ul {
  height: 41px;
  position: relative;
  list-style: none;
  margin: 0;
}

.navigationMain ul li {
  display: block;
  float: left;
  position: relative;
  padding: 0 6px 0 12px;
  margin-top: 3px;
  height: 34px;
  line-height: 34px;
  font-size: 12px;
  text-transform: uppercase;
  border: 1px solid #fff;
}

.navigationMain li a {
  display: block;
}

.navigationMain li a:hover {
  color: #000;
}

.hasSubmenu {
  background: url(images/arrow.png) 0 12px no-repeat;
}

.hasSubmenu:hover {
  background: url(images/arrowHover.png) 0 12px no-repeat;
  border-color: rgba(172, 168, 160, 0.9) rgba(172, 168, 160, 0.9) white rgba(172, 168, 160, 0.9);
  border-width: 1px;
  border-style: solid;
}

/* LEVEL 2 */
.navigationMain .subMenu {
  position: absolute;
  display: none;
  top: 34px;
  left: -1px;
  list-style: none;
  margin: 0;
  padding: 6px 0;
  height: auto;
  width: 300px;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(172, 168, 160, 0.9);
  -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.15);
  z-index: 5;
}

.ie6 .navigationMain .subMenu, .ie7 .navigationMain .subMenu, .ie8 .navigationMain .subMenu {
  background: #fff;
  border: 1px solid #aca8a0;
}

.navigationMain .subMenu li {
  display: block;
  float: none;
  margin: 0;
  height: 23px;
  line-height: 23px;
  margin: 0;
  padding: 0 18px;
  text-transform: none;
  border: none;
}

.navigationMain .subMenu li:hover {
  background: #efeeec;
}

.navigationMain .subMenu li .highlight, .highlight {
  color: #588a3e;
}

.highlightAlt {
  color: #5879a1;
}

.subMenu .hasSubmenu {
  border: none;
  background: url(images/arrow.png) 6px 6px no-repeat;
}

.navigationMain .subMenu .hasSubmenu:hover {
  background: #efeeec url(images/arrowHover.png) 6px 6px no-repeat;
  border: none;
}

/* LEVEL 3 */
.navigationMain .subMenu ul {
  display: none;
  left: 290px;
  top: -5px;
  height: auto;
  width: 240px;
  position: absolute;
  list-style: none;
  margin: 0;
  padding: 6px 0;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(172, 168, 160, 0.9);
  -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.15);
  z-index: 10;
}

.ie6 .navigationMain .subMenu ul, .ie7 .navigationMain .subMenu ul, .ie8 .navigationMain .subMenu ul {
  background: #fff;
  border: 1px solid #aca8a0;
}

/* HOMEPAGE */
.featured { width: 100%; margin: 24px 0 38px; }

.featured ul { width: 100%; margin: 0; list-style: none; }

.featured ul li { padding: 14px 24px 24px; margin: 0; border-left: 2px solid #f3e7d6; text-align: center; width: 168px; display: block; float: left; color: #999; font-size: 13px; line-height: 16px }

.featured ul li:first-child { border: none }

.featured ul li h1 { color: #588a3e; }

/* COLLECTION */
aside {
  float: left;
  width: 260px;
  margin-right: 28px;
}

aside ul {
  list-style: none;
  margin: 0;
}

aside ul li {
  margin: 0;
  font-size: 13px;
  line-height: 20px;
}

aside ul li a {
  padding: 0 15px;
  display: block;
}

aside ul li a:hover, .currentCategory > a {
  background-color: #efeeec;
}

aside ul li a:focus, aside ul li a:active {
  background-color: none;
}

aside ul li .closed {
  background: url(images/arrow.png) 3px 5px no-repeat;
}

aside ul .currentCategory > .closed {
  background: #efeeec url(images/arrow.png) 3px 5px no-repeat;
}

aside ul li .open {
  background: url(images/arrowHover.png) 3px 5px no-repeat;
}

aside ul .currentCategory > .open {
  background: #efeeec url(images/arrowHover.png) 3px 5px no-repeat;
}

aside ul li ul {
  display: none;
}

aside ul .currentCategory ul {
  display: block;
}

aside ul li ul li {
  font-size: 11px;
  padding: 0 15px;
}

.searchBox {
  margin-top: 10px;
}

.searchBox .h6 {
  margin-bottom: 2px;
  font-weight: bold;
}

#search {
  padding: 2px;
  border: 1px solid #588a3e;
}

#go {
  padding: 3px 6px;
  border: none;
  color: #fff;
  background: #588a3e;
  text-transform: uppercase;
  font-weight: bold;
}

.sidebarBoxes ul {
  margin: 20px 0 0;
  list-style: none;
}

.sidebarBoxes ul li {
  padding: 15px 0;
  margin: 0;
  border-top: 2px solid #f3e7d6;
  border-bottom: 2px solid #f3e7d6;
  text-align: center;
  display: block;
  color: #999;
}

.sidebarBoxes ul li:first-child {
  border-bottom: none;
}

.sidebarBoxes ul li h1 {
  color: #588a3e;
  margin-top: 0;
}

.sidebarBoxes a:hover {
  background: none;
}

article {
  float: left;
  width: 582px;
}

.featuredImage {
  float: left;
  margin: 0 15px 15px 0;
}

.productList {
  margin: 0;
  padding-top: 10px;
  clear: both;
  list-style: none;
  display: block;
}

.productList li {
  display: block;
  list-style: none;
  float: left;
  width: 141px;
  margin: 0 6px 14px 0;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.productList li:nth-child(4n) {
  margin-right: 0;
}

.productList h2 {
  margin-top: 4px;
  text-align: center;
  line-height: 14px;
}

.productList h2 a {
  display: block;
  position: relative;
}
/* ZANNE ADDED */

/* Slideshow */
.slideshow2 {
	float: left;
	margin-top: -80px;
	margin-bottom: 20px;
}

.theme-default #slider {
    margin:100px auto 0 auto;
    width:870px; /* Make sure your images are the same size */
    height:382px; /* Make sure your images are the same size */
}
.theme-pascal.slider-wrapper,
.theme-orman.slider-wrapper {
    margin-top:150px;
}

/* Catalog */
.catalog-text {
	margin-top: 23px;
	margin-left: 281px;
}

div#product-img {
	float: left;
	width: 280px;
}

div#product-content {
	float: left;
	width: 250px;
}
 .redred {
        font-family: Avenir, Verdana, Arial, Helvetica, sans-serif;
        font-size: 11px;
        line-height: 14pt;
        color: #404040;}
	
#catIcon {
		float: left;
		margin: 10px 0px 10px 0px;
		 padding: 0px;
		 height: 250px;
		 width: 250px;
	}

#firstProducts {
		float: right;
		margin-top: 10px;		
		margin-botttom: 10px;		
		 padding: 0px;
		 height: 250px;
		 width: 240px;
	}


.desc2 {
        font-family:  Arial, Helvetica, sans-serif;
        font-size: 10px;
        line-height: 11pt;
        color: #404040;}


.pushup {text-transform: uppercase;}


.tblborder {
	border-style: solid;
	border-width: 0px;
	padding: 10px}


.linkcell {padding: 0px;
	border-right: medium solid #000000;
	margin-right: 10px
 
}

.linkcellHome {padding: 0px;
	 
 
}
.tblhead {color: #E630ED;
	border-style: solid;
	border-color: #EDE6B1;
	background-color: #FEF9D7;
	border-width: 1px;
	font-weight: bold;
}

a.hiLite:hover {
 	color : #66CC33;
	text-decoration: none}
	
	
.iform	{color: #000000;
border-style: solid;
border-color: #000000;
border-width: 1px;
	font-family: Futura,Verdana,Arial,sans-serif;
	background: #EAEAEA;
	font-weight: normal;
	font-size: 11px}


input.submit {background-color: #53567C;
	border-style: solid;
	border-color: #838383;
	border-width: 1px;
	font-weight: bold;
	font-size: 11px;
	color: #ffffff}
	
input.submit2 {background-color: #970000;
	border-style: solid;
	border-color: #838383;
	border-width: 1px;
	font-weight: bold;
	font-size: 11px;
	color: #ffffff}

a.moreshop:link {font-family : Futura,Verdana,Arial,sans-serif;
	font-size : 11px;
	border-style: solid;
	color: #FFFFFF;
	border-color: #53567C;
	border-width: 2px;
	font-weight: bold;
	font-variant: normal;
	BACKGROUND-COLOR: #53567C;
	text-decoration: none}

a.moreshop:visited {font-family : Futura,Verdana,Arial,sans-serif;
	font-size : 11px;
	color: #FFFFFF;
	border-color: #53567C;
	font-variant: normal;
	border-width: 2px;
	border-style: solid;
	font-weight: bold;
	BACKGROUND-COLOR: #53567C;
	text-decoration: none}

a.moreshop:hover {font-family : Futura,Verdana,Arial,sans-serif;
	color: #FFFFFF;
	border-color: #53567C;
	border-width: 2px;
	border-style: solid;
	font-weight: bold;
	font-variant: normal;
	font-size: 11px;
	line-height: 11pt;
	BACKGROUND-COLOR: #53567C;
	text-decoration: none}

	
	
td.borderedTop {
        line-height: 14pt;
	border-bottom: 1px solid #53567C}
.middleline {
	background-image: url('/images/middleline.gif');
	background-repeat: repeat-x
	}
		
/* FOOTER */
footer {
  padding: 20px;
  padding-bottom: 20px;
  line-height: 20px;
  border-top: 2px solid #f3e7d6;
  font-size: 12px;
  color: #808080;
}

footer .floatLeft ul {
  list-style: none;
  margin: 0;
}

footer .floatLeft ul li {
  display: inline;
}

footer .floatLeft ul li a {
  border-left: 1px solid #888888;
  margin-left: 8px;
  padding-left: 8px;
  display: block;
  float: left;
}

footer .floatLeft ul li:first-child a {
  margin: 0;
  padding: 0;
  border-left: none;
}

footer .floatRight p {
  margin: 20px 10px 0 0;
}

