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

/********************* general formatting *********************/
html {height:101%}
body {
	margin:0;
	padding:0;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:small;
	background-color:#FFFFFF;
}
p {
	margin:0 0 10px 0;
	padding:0;
}
a {
	color:#7a694c;
}

/********************* header formatting *********************/
#header {
	background: #FFFFFF url(images/bg-header.gif) top left no-repeat;
	width:888px;
	height:163px;
	margin:0 auto;
}
#headerContent {
	width:888px;
	height:138px;
	margin:0 auto;
}
#headerContent img {
	border:0;
}
#headerNav {
	width:888px;
	margin:0 auto;
	padding:0 2px 0 2px;
}
#headerNav a img {
  border:0;
	margin-left:3px;
	height:24px;
	text-decoration:none;
}
#miniCart {
	float:right;
	width:140px;
	display:block;
	margin:8px 15px 0 0;
	text-align:center;
	color:#999999;
}


/********************* homepage formatting *********************/

#home .breadcrumb { display:none }
#home #sidenav { 	margin-bottom:0px !important; }


/********************* content formatting *********************/
#contentWrapper {
	width:888px;
	margin:0 auto;
	padding:0;
	background:#FFFFFF url(images/bg-mid.gif) top left repeat-y;
}
#content {
	padding:5px 12px 20px 5px;
	color:#8f8f8f;
	/* background:transparent url(images/bg-tree.jpg) 5px bottom  no-repeat; */
}
#contentInfo{
	width: 680px;
	padding:10px 0;
	float:left;
}
#contentInfo h1 {
	font-weight:bold;
	font-size:16px;
	color:#5f5a5a;
	margin:0px 0 8px 0;
}
#contentInfo h2 {
	font-weight:bold;
	font-size:14px;
	margin:17px 0 10px 0;
	color:#7a694c;
}
p.breadcrumb {
	font-size:12px;
	color:#666666;
	margin:0 0 7px 5px;
}

/********************* side navigation formatting *********************/
#sideNav {
	width:155px;
	float:left;
	margin:0 15px 10px 0;
	padding-left:7px;
	background-color:#FFFFFF;
}
#sideNav h2 {
	background:#FFFFFF url(images/bg-sidenav-top.gif) top left no-repeat;
	margin:0;
	padding:0;
}
#sideNav #shoplist {
	background:#FFFFFF url(images/bg-sidenav.gif) top left repeat-y;
	margin-bottom:5px;
}
#sideNav #shoplist ul {
	margin:0;
	padding:0 5px 50px 5px;
	list-style:none;
	background:transparent url(images/bg-sidenav-bottom.gif) bottom left no-repeat;
}
#sideNav #shoplist li {
	border-bottom:1px solid #d5c8dc; 
}
#sideNav #shoplist li a {
	color:#FFFFFF !important;
	display:block;
	text-decoration:none;
	padding:5px 10px 5px 10px;
}
#sideNav img {
	border:0 !important;
}

/********************* shop formatting *********************/
.shopHeader {
	background: transparent top left no-repeat; 
	width:728px; height:81px;
	color:#FFFFFF;
	margin-bottom: 15px;
}
.shopHeader h2 {
	font-weight:bold;
	font-size:16px;
	margin:0 !important;
	color:#FFFFFF !important;
}
.shopHeader h1 {
	font-weight:bold;
	font-size:16px;
	padding: 9px 200px 4px 15px;
	margin:0 !important;
	color:#FFFFFF !important;
}
.shopHeader p {
	padding: 0 200px 8px 15px;
	margin:0;
}
.shopHeader h2 a, .shopHeader p a {
	color:#FFFFFF !important;
	text-decoration:none;
	padding: 9px 200px 4px 15px;
	width:513px;
	display:block;
}
.shopHeader p a {
	margin: -4px -200px -8px -15px;
	padding-bottom:8px;
}


/********************* footer formatting *********************/
#footer {
	width:888px;
	margin:0 auto;
	background:#FFFFFF url(images/bg-footer.gif) top left no-repeat;
}
#footer #footerInfo {
	margin:0 auto;
	padding:2px 10px 10px 10px;
	font-size:12px;
	color:#7b7b7b;
}
#footer span#footerLinks {
	float:right;
	width: 700px;
	text-align:right;
}
.glassraven {
	color:#999999;
	text-decoration:none;
}