/* -----------------------------------------------------------
		UNIVERSALS
----------------------------------------------------------- */

* {
	margin: 0;
	padding: 0;
	outline: none;
}

p, ul { padding: .4em 0; }

p.bread-crumbs {
	font-size: 70%;
	padding-left: 15px;
	padding-top: 0;
}

body {
	background: #f7ebae url('../images/bg.jpg') repeat-x;
	font-family: Times, Arial, Helvetica, sans-serif;
	font-size: medium;
	line-height: 1.2em;
	color: #6b5940;
}

body.wedding {
	background: #f7ebae url('../images/bg_wedding.jpg') repeat-x;
	font-family: Times, Arial, Helvetica, sans-serif;
	font-size: medium;
	line-height: 1.2em;
	color: #6b5940;
}

.bold { font-weight: bold; }

.small { font-size: 80%; }

.product {
	_behavior: url(iepngfix.htc); /* for ie 6: to fix the png transparency problem */
}

/* -----------------------------------------------------------
		LINKS
----------------------------------------------------------- */

a {
	color: #6b5940;
	text-decoration: none;
	_position: relative; /* for ie 6 */
}

a:hover {
	color: #8a6d03;
	text-decoration: underline;
}

a img { border: 0; }

#footer a { color: #433503; }

/* -----------------------------------------------------------
		LISTS
----------------------------------------------------------- */

ul, ol {
	margin-left: 30px;
}

#column-one ul {
	padding-top: 2px;
	line-height: 1.1em;
}

/* -----------------------------------------------------------
		MAIN NAVIGATION
----------------------------------------------------------- */

#nav ul {
	margin: 28px 20px 0 0;
	list-style: none;
	float: right;
	text-align: left;
	font-size: 110%;
}

#nav li {
	float: left;
	padding-left: 20px;
}

#nav li.first {
	float: left;
	padding-left: 0;
}

#nav li a {
	color: #f7ebae;
	text-decoration: none;
}

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

#wedding #nav .wedding a, 
#stationery #nav .stationery a, 
#baby #nav .baby a, 
#party #nav .party a, 
#gifts #nav .gifts a, 
#holiday #nav .holiday a, 
#moving #nav .moving a, 
#good-causes #nav .good-causes a 
						{ font-weight: bold; }

/* -----------------------------------------------------------
		PRODUCT CATEGORIES NAVIGATION
----------------------------------------------------------- */

ul#product-categories {
	list-style: none;
	margin: 0;
	padding: 0 0 20px 0;
}

ul#product-categories li a { color: #433503; }

ul#product-categories li a:hover { color: #52430d; }

/* -----------------------------------------------------------
		SIDE NAVIGATION
----------------------------------------------------------- */

ul#side-nav {
	list-style: none;
	margin: 0;
	padding: 0 0 20px 0;
	font-size: 90%;
}

ul#side-nav li a { color: #d46088; }

ul#side-nav li a:hover { color: #d27794; }

/* -----------------------------------------------------------
		HOME FOOTER NAV
----------------------------------------------------------- */

ul#home-footer {
	float: right;
	list-style: none;
	font-size: 80%;
	margin: 15px 0 0 0;
	_margin: 0; /* for ie 6 */
	padding: 0;
	line-height: 1.1em;
	_line-height: 1em; /* for ie 6 */
}

ul#home-footer li {
	float: left;
	padding: 0 0 0 15px;
	margin: 0;
}

ul#home-footer li a { color: #6b5940; }

/* -----------------------------------------------------------
		STRUCTURE & TYPOGRAPHY
----------------------------------------------------------- */

#wrap {
	margin: 0 auto;
	width: 964px;
}

#sidebar {
	float: left;
	margin: 0 0 10px 32px;
	_margin-left: 15px; /* for ie 6 */
	width: 283px;
}

	#sidebar-content {
		background: url('../images/sidebar.png') repeat-y;
		_background-image: none;
		_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/sidebar.png',sizingMethod='scale');
		min-height: 593px;
		padding: 5px 10px;
		width: 263px;
	}

		#sidebar-wrap { padding: 5px 5px 0 30px; }

		.recently-viewed {
			border: 1px #a0882d solid;
			background: #f1edd8;
			text-align: center;
			padding: 5px;
			font-size: 80%;
			width: 165px;
			margin-bottom: 10px;
		}

		#sidebar-info {
			font-size: 80%;
			margin: 0 auto;
			width: 200px;
		}

	#stationery-image {
		margin: 20px 50px 0 -50px;
		_margin: 20px 0 0 0; /* for ie 6 */
		position: relative;
		background: url('../images/hydrangea.gif') no-repeat;
		_background: url('../images/hydrangea.gif') no-repeat; /* for ie 6 */
		height: 267px;
		_height: 285px; /* for ie 6 */
		width: 367px;
		_width: 263px; /* for ie 6 */
	}

	#sidebar-footer {
		background: url('../images/sidebar-footer.png') no-repeat;
		_background-image: none;
		_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/sidebar-footer.png',sizingMethod='scale');
		height: 17px;
	}

#content {
	float: right;
	margin: 40px 0 10px 0;
	width: 639px;
}

	#nav {
		height: 112px;
		text-align: right;
	}

	#mainContent {
		background: url('../images/content.png') repeat-y;
		_background-image: none;
		_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/content.png',sizingMethod='scale');
		min-height: 445px;
		/* padding: 7px 22px 0 22px; */
		/* width: 595px; */
		padding: 7px 30px 0 30px;
		width: 579px;
	}

		#column-one {
			float: left;
			background: #d8bf73;
			width: 291px;
			/* height: 402px; */
			height: 402px;
			margin: 0;
			padding: 0;
		}

		#column-two {
			float: right;
			width: 284px;
			height: 402px;
			margin: 0;
			padding: 0;
		}

		.product-list {
			width: 100%;
			text-align: center;
			font-size: 80%;
		}

		.product-list td { padding-bottom: 15px; }

	#mainContent-footer {
		background: url('../images/content-footer.png') no-repeat;
		_background-image: none;
		_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/content-footer.png',sizingMethod='scale');
		height: 16px;
		margin: 0;
		padding: 0;
	}

#footer {
	clear: both;
	height: 100px;
	text-align: center;
	color: #433503;
	font-size: 90%;
}

/* -----------------------------------------------------------
		HEADINGS
----------------------------------------------------------- */

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	padding: 0 0 .3em 0;
	line-height: 1.2em;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	text-decoration: none;
}

h1 { font-size: 200%; }

h2 { font-size: 180%; }

	h2.blurb {
		background: url('../images/h2-blurb.gif') bottom center no-repeat;
		font-size: 90%;
		text-align: center;
		font-weight: normal;
		padding: 10px 20px;
	}

	h2.mainlinks {
		background: #d8bf73;
		margin-bottom: 15px;
		padding: 7px;
		font-size: 90%;
		font-weight: normal;
	}

	h2.title {
		color: #a58113;
		padding: 7px 0 0 14px;
		font-weight: normal;
	}

h3 { font-size: 160%; }

h4 { font-size: 140%; }

h5 { font-size: 120%; }

h6 { font-size: 200%; }

/* -----------------------------------------------------------
		CLEARFIX
----------------------------------------------------------- */

.clearfix {
	margin: 0;
	padding: 0;
	clear: both;
}

/* ---------------------------------------------------------
  Lampe-Farley content styles
  ----------------------------------------------------------*/
.bodytext {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #3F2500;
	text-decoration: none;
}
.bodytext:link {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #BD4674;
	text-decoration: none;
}
.bodytext_bold {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: normal;
	line-height: 15px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #3F2500;
	text-decoration: none;
}
.homebody {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	font-style: normal;
	line-height: 17px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #3F2500;
	text-decoration: none;
}
.homebody_bold {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	font-style: normal;
	line-height: 17px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #3f2500;
	text-decoration: none;
}
.homebody_lrg {
	font-family: "Times New Roman", Times, serif;
	font-size: 21px;
	font-style: normal;
	line-height: 23px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #896817;
	text-decoration: none;
}

.slick {
   font-family:Arial, Helvetica, sans-serif;
   border:1px solid #000000;
   font-size:11px;
   color:#000000;
   padding-left: 3px;
   background-color: #e6e6e6;
   position: relative;
   }

