* { margin: 0; padding: 0; }
body { 
	text-align: center;
	font-family: Verdana;
	color: #4F473E;
	font-size: 11px;
	background-color: #4F473E;
}
#top {
	float: left;
	width: 100%;
	margin-top: -60px;
	background: #F3EFDB url(../images/ribbon_bg.gif) no-repeat center 385px;
}
.wrapper {
	margin: 0 auto;
	width: 972px;
	text-align: left;
}
#main {
	position: relative;
	float: left;
	width: 972px;
	height: 877px;
	background: transparent url(../images/newbg.gif) no-repeat 0 60px;
}
#top_flash {
	position: absolute;
	width: 160px;
	height: 390px;
	top: 0;
	left: -26px;
	z-index: 1000;
}

/* ----------- navigation --------- */

a#logo {
	position: absolute;
	left: 250px;
	top: 50px;
	width: 130px;
	height: 90px;
}

	/* --------- social networking  */
	
	#social_networking {
		position: absolute;
		top: 97px;
		left: 870px;
	}
	#social_networking a img { border: 0; }

	/* --------- sub nav ---------- */
	
	ul#sub_nav {
		position: absolute;
		left: 400px;
		top: 90px;
		width: 474px;
		height: 42px;
		list-style-type: none;
		z-index: 1000;
	}
	ul#sub_nav li {
		float: left;
		display: inline;
	}
	ul#sub_nav li a {
		float: left;
		display: inline;
		height: 42px;
	}
	ul#sub_nav li#store_locator a {
		width: 86px;
		background-image: url(../images/nav/store_locator.gif);
	}
	ul#sub_nav li#case_studies_nav a {
		width: 84px;
		background-image: url(../images/nav/case_studies.gif);
	}
	ul#sub_nav li#about a {
		width: 46px;
		background-image: url(../images/nav/about.gif);
	}
	ul#sub_nav li#blog a {
		width: 39px;
		background-image: url(../images/nav/blog.gif);
	}
	ul#sub_nav li#news a {
		width: 39px;
		background-image: url(../images/nav/news.gif);
	}
	ul#sub_nav li#retailers a {
		width: 89px;
		background-image: url(../images/nav/retailers.gif);
	}
	ul#sub_nav li#contact a {
		width: 62px;
		background-image: url(../images/nav/contact.gif);
	}
	ul#sub_nav li#upload_nav a {
		width: 54px;
		background-image: url(../images/nav/upload.gif);
	}
	ul#sub_nav li a:hover { background-position: 0 -42px; }

	/* --------- main nav ---------- */
	
	ul#nav {
		position: absolute;
		left: 196px;
		top: 174px;
		width: 565px;
		height: 25px;
		list-style-type: none;
		z-index: 1000;
	}
	ul#nav li {
		float: left;
		display: inline;
		position: relative;
		margin-right: 1px;
	}
	ul#nav li ul {
		position: absolute;
		z-index: 1001;
		top: 25px;
		display: none;
	}
	ul#nav li.selected ul { display: block; } 
	ul#nav li ul li { margin: 0; }
	ul#nav li a {
		float: left;
		display: inline;
		height: 25px;
		background-repeat: no-repeat;
	}
	ul#nav li a:hover { background-position: 0 -25px; }
	ul#nav li ul li a { height: 26px; }
	ul#nav li#wedding a {
		width: 83px;
		background-image: url(../images/nav/wedding.gif);
	}
	ul#nav li#baby a {
		width: 51px;
		background-image: url(../images/nav/baby.gif);
	}
		ul#nav li#baby ul {
			left: -50px;
			width: 153px;
		}
		ul#nav li#baby ul li#boy a {
			width: 75px;
			background: transparent url(../images/nav/baby_boy.gif) no-repeat 0 0;
		}
		ul#nav li#baby ul li#girl a {
			width: 78px;
			background: transparent url(../images/nav/baby_girl.gif) no-repeat 0 0;
		}
		ul#nav li#baby ul li#boy a:hover, ul#nav li#baby ul li#girl a:hover { background-position: 0 -26px; }
	ul#nav li#mitzvah a {
		width: 75px;
		background-image: url(../images/nav/mitzvah.gif);
	}
		ul#nav li#mitzvah ul {
			left: -56px;
			width: 189px;
		}
		ul#nav li#mitzvah ul li#bat a {
			width: 93px;
			background: transparent url(../images/nav/bat_mitzvah.gif) no-repeat 0 0;
		}
		ul#nav li#mitzvah ul li#bar a {
			width: 96px;
			background: transparent url(../images/nav/bar_mitzvah.gif) no-repeat 0 0;
		}
		ul#nav li#mitzvah ul li#bat a:hover, ul#nav li#mitzvah ul li#bar a:hover { background-position: 0 -26px; }
	ul#nav li#holidays a {
		width: 78px;
		background-image: url(../images/nav/holidays.gif);
	}
	ul#nav li#events a {
		width: 63px;
		background-image: url(../images/nav/events.gif);
	}
	ul#nav li#correspondence a {
		width: 141px;
		background-image: url(../images/nav/correspondence.gif);
	}
		ul#nav li#correspondence ul {
			left: -7px;
			width: 150px;
		}
		ul#nav li#correspondence ul li#informals a {
			width: 84px;
			background: transparent url(../images/nav/informals.gif) no-repeat 0 0;
		}
		ul#nav li#correspondence ul li#moved a {
			width: 66px;
			background: transparent url(../images/nav/moved.gif) no-repeat 0 0;
		}
		ul#nav li#correspondence ul li#informals a:hover, ul#nav li#correspondence ul li#moved a:hover { background-position: 0 -26px; }
	ul#nav li#hoot a {
		width: 58px;
		background-image: url(../images/nav/hoot.gif);
	}
	ul#nav li a:hover { background-position: 0 -25px; }

/* -------- content area ------------- */

#content {
	position: absolute;
	z-index: 1;
	top: 199px;
	left: 138px;
	width: 685px;
	height: 481px;
	line-height: 20px;
	font-size: 9px;
}

/* --------- home page --------------- */

#home_tagline {
	position: absolute;
	left: 0;
	top: 170px;
	width: 185px;
	height: 150px;
}
#home_flash {
	position: absolute;
	left: 186px;
	top: 108px;
	width: 460px;
	height: 254px;
	padding-top: 11px;
	background-color: #F3EFDB;
}
#home_flash object {
	margin-left: 11px;
	display: inline;
}
#home_no_flash {
	position: absolute;
	top: 100px;
	left: 10px;
	width: 630px;
	height: 264px;
	background-image: url(/images/no-flash.jpg);
}

/* ------- generic page -------------- */

#page_container {
	width: 685px;
	height: 341px;
	line-height: 16px;
}
#page_header {
	float: left;
	display: inline;
	margin: 70px 22px 0 0;
	width: 95px;
	height: 100px;
	padding-top: 90px;	
}
.page_content {
	float: left;
	display: inline;
	position: relative;
	overflow: hidden;
}
#page_content_body { position: absolute; }

	/* -------- scroll styles ---------------- */
	
	#scroll_bar {
		float: left;
		display: inline;
		width: 21px;
		background: transparent url(../images/scroll_track.gif) repeat-y 0 0;	
	}
	#scroll_up {
		float: left;
		width: 21px;
		height: 8px;
		display: block;
		background: transparent url(../images/scroll_up.gif) no-repeat 0 0;
	}
	#scroll_down {
		float: left;
		width: 21px;
		height: 8px;
		display: block;
		background: transparent url(../images/scroll_down.gif) no-repeat 0 0;
	}
	#scroll_track {
		float: left;
		position: relative;
		width: 21px;
	}	
	#scroll_handle {
		position: absolute;
		left: 1px;
		width: 19px;
		height: 19px;
		cursor: pointer;
		background: transparent url(../images/scroll_handle.gif) no-repeat 0 0;
	}
	
	/* -------- drop down styles -------- */
	
	div.select {
		position: relative;
		width: 114px;
		height: 22px;
		font-size: 9px;
		line-height: 22px;
		margin-bottom: 10px;
		background: transparent url(../images/drop_down.gif) no-repeat 0 0;
	}
	div.selected { background-position: 0 -22px; }
	div.select span {
		position: absolute;
		top: 0;
		left: 6px;
		width: 108px;
		height: 22px;
	}
	div.select ul {
		display: none;
		z-index: 100;
		position: absolute;
		list-style-type: none;
		left: 0;
		top: 22px;
		width: 112px;
		background-color: #FFF;
		border-left: 1px solid #D0CDBC;
		border-right: 1px solid #D0CDBC;
		border-bottom: 1px solid #D0CDBC;
	}
	div.select ul.scroll {
		height: 250px;
		overflow: scroll;
	}
	div.selected ul { display: block; }
	div.select ul li {
		width: 100%;
		height: 22px;
		text-indent: 6px;
	}
	ul a, ul a:active, ul a:visited {
		color: #4F473E;
		text-decoration: none;
		width: 100%;
		display: block;
		font-weight: normal;
	}
	ul a:hover { color: #959F4A; }

	/* --------- about page ------------- */

	.about_page #scroll_bar { 
		margin-top: 70px;
		height: 338px;
	}
	.about_page #scroll_track { height: 322px; }
	.about_page .page_content {
		margin: 80px 6px 0 0;
		width: 260px;
		height: 320px;
		overflow: hidden;
	}
	.about_page #page_content_body { width: 260px; }
	#about_right {
		float: left;
		display: inline;
		margin: 70px 0 0 25px;
		width: 210px;	
		padding-top: 20px;
	}
	ul#about_nav {
		list-style-type: none;
		width: 148px;
		margin-bottom: 25px;
	}
	ul#about_nav li, ul#about_nav li a {
		width: 148px;
		height: 20px;
	}
	ul#about_nav li a { float: left; }
	ul#about_nav li#about_us a { background: transparent url(../images/about_nav/about_us.gif) no-repeat 0 0; }
	ul#about_nav li#our_philosophy a { background: transparent url(../images/about_nav/our_philosophy.gif) no-repeat 0 0; }
	ul#about_nav li#our_name a { background: transparent url(../images/about_nav/our_name.gif) no-repeat 0 0; }
	ul#about_nav li#the_environment a { background: transparent url(../images/about_nav/the_environment.gif) no-repeat 0 0; }
	ul#about_nav li#giving_back a { background: transparent url(../images/about_nav/giving_back.gif) no-repeat 0 0; }
	ul#about_nav li#about_us a:hover, ul#about_nav li#our_philosophy a:hover, ul#about_nav li#our_name a:hover,
	ul#about_nav li#the_environment a:hover, ul#about_nav li#giving_back a:hover { background-position: 0 -20px; }
	#about_right img { border: 7px solid #F3EFDB; }
	
	/* --------- rules page ------------ */

	.rules_page #scroll_bar { 
		margin-top: 70px;
		height: 338px;
	}
	.rules_page #scroll_track { height: 322px; }
	.rules_page .page_content {
		margin: 80px 6px 0 0;
		width: 260px;
		height: 320px;
		overflow: hidden;
	}
	.rules_page #page_content_body { width: 260px; }
	#rules_right {
		float: left;
		display: inline;
		margin: 30px 0 0 25px;
		width: 210px;	
		padding-top: 60px;
		line-height: 12px;
		font-style: italic;
	}
	#rules_right img { 
		border: 7px solid #F3EFDB;
		margin-bottom: 8px;
	}
	
	/* --------- hoot page ------------ */

	.hoot_page #scroll_bar { 
		margin-top: 70px;
		height: 338px;
	}
	.hoot_page #scroll_track { height: 322px; }
	.hoot_page .page_content {
		margin: 80px 6px 0 0;
		width: 260px;
		height: 320px;
		overflow: hidden;
	}
	.hoot_page #page_content_body { width: 260px; }
	#hoot_right {
		float: left;
		display: inline;
		margin: 30px 0 0 25px;
		width: 210px;	
		padding-top: 120px;
		line-height: 12px;
		font-style: italic;
	}
	#hoot_right img { 
		border: 7px solid #F3EFDB;
		margin-bottom: 8px;
	}

	/* --------- blog page ------------- */

	.blog_page #scroll_bar { 
		margin-top: 30px;
		height: 420px;
	}
	.blog_page #scroll_track { height: 404px; }
	.blog_page .page_content {
		margin: 40px 30px 0 0;
		width: 292px;
		height: 360px;
		overflow: hidden;
	}
	.blog_page #page_content_body { width: 292px; }
	#blog_right {
		float: left;
		display: inline;
		margin: 170px 0 0 25px;
		width: 150px;	
	}
	#blog_right ul.categories { 
		margin: 20px 0 40px 0;
		list-style-type: none;
	}
	#blog_right ul.categories li {
		height: 19px;
		line-height: 19px;
	}
	#blog_right ul.categories a, #blog_right ul.categories a:active, #blog_right ul.categories a:visited {
		color: #959F4A;
		font-weight: bold;
	}
	#blog_right ul.categories a:hover, #blog_right ul.categories a.selected_link { color: #554C4A; }
	
		/* ------ blog body styles -------- */
		
		.blog_date {
			font-size: 10px;
			font-weight: bold;
			color: #B2AFA1;
			margin-bottom: 0;
			font-family: Helvetica, Arial;
		}
		.blog_title {
			font-size: 11px;
			font-weight: bold;
			font-family: Helvetica, Arial;
			margin-bottom: 15px;
		}
		.blog_title a, .blog_title a:active, .blog_title a:visited { color: #554C4A; }
		.blog_title a:hover { text-decoration: underline; }
		img.blog_image { border: 8px solid #F3EFDB; }
		
		.blog_separator { 
			height: 1px;
			line-height: 1px;
			font-size: 1px;
			background: transparent url(../images/news_separator.gif) no-repeat 0 0;
		}
		
		/* ------ blog nav --------- */
		
		#blog_nav {
			position: absolute;
			left: 112px;
			top: 430px;
			width: 292px;
			height: 24px;
		}
		#blog_nav span {
			position: absolute;
			text-align: center;
			left: 53px;
			width: 183px;
			height: 24px;
			line-height: 24px;
		}
		#blog_nav span a, #blog_nav span a:active, #blog_nav span a:visited {
			text-decoration: none;
			color: #9EA66D;
			font-weight: bold;
			margin: 0 1px;
		}
		#blog_nav span a:hover, #blog_nav span a.selected { color: #4F473E; }
		a#blog_back {
			position: absolute;
			height: 24px;
			left: 0;
			width: 53px;
			background: transparent url(../images/back.gif) no-repeat 0 0;
		}
		a#blog_next {
			position: absolute;
			height: 24px;
			right: 0;
			width: 56px;
			background: transparent url(../images/next.gif) no-repeat 0 0;
		}
		#blog_nav a#blog_back:hover, #blog_nav a#blog_next:hover { background-position: 0 -24px; }
	
	/* ----------- news page --------------- */
	
	.news_page #scroll_bar { 
		margin-top: 40px;
		height: 416px;
	}
	.news_page #scroll_track { height: 400px; }
	.news_page .page_content {
		margin: 40px 26px 0 0;
		width: 337px;
		height: 360px;
		overflow: hidden;
	}
	.news_page #page_content_body { width: 337px; }
	.news_title { line-height: 14px; }
	.news_title b { color: #959F4A; }
	.news_separator { 
		height: 1px;
		line-height: 1px;
		font-size: 1px;
		background: transparent url(../images/news_separator.gif) no-repeat 0 0;
	}
	#news_right {
		float: left;
		display: inline;
		margin: 170px 0 0 25px;
		width: 100px;	
	}
		
		/* ------ news nav --------- */
		
		#news_nav {
			position: absolute;
			left: 112px;
			top: 430px;
			width: 370px;
			height: 24px;
		}
		#news_nav span {
			position: absolute;
			text-align: center;
			left: 53px;
			width: 205px;
			height: 24px;
			line-height: 24px;
		}
		#news_nav span a, #news_nav span a:active, #news_nav span a:visited {
			text-decoration: none;
			color: #9EA66D;
			font-weight: bold;
			margin: 0 1px;
		}
		#news_nav span a:hover, #news_nav span a.selected { color: #4F473E; }
		a#news_back {
			position: absolute;
			height: 24px;
			left: 0;
			width: 53px;
			background: transparent url(../images/back.gif) no-repeat 0 0;
		}
		a#news_next {
			position: absolute;
			height: 24px;
			right: 56px;
			width: 56px;
			background: transparent url(../images/next.gif) no-repeat 0 0;
		}
		#news_nav a#news_back:hover, #news_nav a#news_next:hover { background-position: 0 -24px; }
		img.news_image { border: 8px solid #F3EFDB; }
		
	/* ------- contact styles ------- */
	
	.contact_page .page_content {
		margin: 50px 26px 0 0;
		width: 300px;
		height: 440px;
		overflow: hidden;
	}
	.contact_page #page_content_body { 
		width: 300px;
		height: 400px;
	}
	.contact_page div.select {
		width: 262px;
		background: transparent url(../images/contact/subject_dropdown.gif) no-repeat 0 0;
	}
	.contact_page div.selected { background-position: 0 -22px; }
	.contact_page div.select span { width: 252px; }
	.contact_page div.select ul { width: 260px; }
	a#submit, a#submit:active, a#submit:visited {
		margin: -15px 0 0 195px;
		width: 68px;
		height: 24px;
		display: block;
		background: transparent url(../images/contact/contact_submit.gif) no-repeat 0 0;
	}
	a#submit:hover { background-position: 0 -24px; }
	#contact_right {
		float: left;
		display: inline;
		margin: 80px 0 0 0;
		width: 210px;	
	}
	#contact_right img.border { 
		margin: 10px 0 25px 0;
		border: 8px solid #F3EFDB;
	}
		
	/* ------- store locator styles ------- */
	
	.locator_page #scroll_bar { 
		margin-top: 40px;
		height: 416px;
	}
	.locator_page #scroll_track { height: 400px; }
	.locator_page .page_content {
		margin: 50px 0 0 30px;
		width: 210px;
		height: 394px;
		overflow: hidden;
	}
	.locator_page #page_content_body { width: 210px; }
	#locator_right {
		float: left;
		display: inline;
		margin: 110px 0 0 25px;
		width: 200px;	
	}
	#locator_right p { margin: 30px 0 0 0; }
	.locator_page div.select {
		width: 186px;
		margin: 0;
		background: transparent url(../images/state_dropdown.gif) no-repeat 0 0;
	}
	.locator_page div.selected { background-position: 0 -22px; }
	.locator_page div.select span { width: 176px; }
	.locator_page div.select ul { width: 184px; }

	/* ------- retailer styles ------------- */
	
	.retailer_page #scroll_bar { 
		margin-top: 30px;
		height: 420px;
	}
	.retailer_page #scroll_track { height: 404px; }
	.retailer_page .page_content {
		margin: 40px 20px 0 0;
		width: 270px;
		height: 400px;
		overflow: hidden;
	}
	.retailer_page #page_content_body { width: 270px; }
	.retailer_page #page_header {
		width: 119px;
		margin-right: 30px;
		text-align: right;
	}
	.retailer_separator { 
		height: 1px;
		line-height: 1px;
		font-size: 1px;
		background: transparent url(../images/news_separator.gif) no-repeat 0 0;
	}
	.download_title { margin-bottom: 10px; }
	a.get_it, a.get_it:active, a.get_it:visited {
		margin: 0 0 15px 0;
		width: 66px;
		height: 24px;
		display: block;
		background: transparent url(../images/get_it.gif) no-repeat 0 0;
	}
	a.get_it:hover { background-position: 0 -24px; }
	#retailer_right {
		float: left;
		display: inline;
		margin: 50px 0 0 10px;
		width: 193px;	
	}
	#retailer_right img.border { 
		margin: 10px 0 25px 0;
		border: 8px solid #F3EFDB;
	}
	#retailer_right ul {
		width: 193px;
		list-style-type: none;
		margin: 35px 0 65px 0;
	}
	#retailer_right ul li {
		width: 193px;
		text-align: center;
	}
	#retailer_right ul a, #retailer_right ul a:active, #retailer_right ul a:visited {
		color: #959F4A;
		text-decoration: none;
		font-weight: bold;
	}
	#retailer_right ul a:hover { color: #4F473E; }
	#retailer_right p.retailer_name { text-align: center; }
	a#login, a#login:active, a#login:visited {
		margin: 0 0 0 64px;
		width: 62px;
		height: 24px;
		display: block;
		background: transparent url(../images/login.gif) no-repeat 0 0;
	}
	a#login:hover { background-position: 0 -24px; }
	
/* ------- general form styles -------- */

.text_field {
	border: 1px solid #D0CDBC;
	padding: 4px;
	margin-bottom: 10px;
	font-size: 9px;
	font-family: Verdana;
	color: #4F473E;
}

/* ------- products ------------------ */

#product_page {
	position: absolute;
	left: 46px;
	width: 352px;
	height: 481px;
}
#product_desc {
	float: right;
	display: inline;
	position: relative;
	width: 240px;
	height: 401px;
	padding-top: 54px;
	margin-right: 27px;
}
#product_header { margin-bottom: 10px; }
#products { 
	position: absolute;
	z-index: 10;
	width: 352px;
	height: 481px;
	background-color: #FFF;
}
#products .product {
	position: absolute;
	top: 54px;
	width: 620px;
}
#products .product ul.social {
	position: absolute;
	top: -35px;
	left: 0;
	width: 330px;
	list-style-type: none;
}
#products .product ul.social li {
	float: left;
	display: inline;
	width: 90px;
	margin-right: 15px;
	height: 26px;
	padding-top: 2px;
}
#products .product ul.social li.tweet {
	width: 77px;
}
#products .product ul.social li.facebook { width: 57px; }
#products .product ul.social li.pinterest {
	width: 50px;
	overflow: hidden;
	padding-top: 0;
}
.price {
	position: absolute;
	top: -25px;
	left: 0;
	font-size: 9.5px;
}
#products .product img.product_image { 
	width: 332px;
	height: 332px;
	border: 10px solid #F3EFDB;
}
.card_desc {
	position: absolute;
	top: 275px;
	left: 371px;
	width: 240px;
	height: 64px;
	font-size: 9px;
	font-style: italic;
	line-height: 13px;
	background: transparent url(../images/card_desc_bg.gif) no-repeat 0 0;
}
.hot_card_desc {
	position: absolute;
	top: 110px;
	left: 371px;
	width: 240px;
	height: 64px;
}
.card_date {
	font-size: 10px;
	font-weight: bold;
	color: #B2AFA1;
	margin-bottom: 0;
	font-family: Helvetica, Arial;
}
.hot_card_desc .card_title {
	font-size: 11px;
	line-height: 11px;
	margin-bottom: 15px;
	font-family: Helvetica, Arial;
}
.card_desc div {
	position: absolute;
	top: 0;
	left: 0;
}
.card_desc p {
	width: 200px;
	margin-left: 40px;
}
.card_title { 
	font-weight: bold;
	padding: 0 0 5px 0;
	margin-bottom: 0;
}
#product_nav {
	position: absolute;
	width: 344px;	
	height: 24px;
	left: 0;
	top: 420px;
}
#product_nav a {
	position: absolute;
	top: 0;
	height: 24px;
	outline: none;
}
#product_nav a:hover { background-position: 0 -24px; }
a#product_back {
	left: 0;
	width: 53px;
	background: transparent url(../images/back.gif) no-repeat 0 0;
}
a#product_view_all {
	left: 53px;
	width: 77px;
	background: transparent url(../images/view_all.gif) no-repeat 0 0;
}
a#product_next {
	left: 130px;
	width: 56px;
	background: transparent url(../images/next.gif) no-repeat 0 0;
}
a#product_enlarge {
	left: 280px;
	width: 70px;
	background: transparent url(../images/enlarge.gif) no-repeat 0 0;
}

	/* ------- enlarge styles --------- */
	
	#enlarge_back {
		position: absolute;
		display: none;
		left: 0;
		top: 0;
		width: 100%;
		height: 500px;
		background-color: #D0CDBC;
		z-index: 1001;
		filter:alpha(opacity=0);
		-moz-opacity: 0;
		opacity: 0;
	}
	#products_enlarge {
		text-align: left;
		display: none;
		position: absolute;
		top: 75px;
		width: 855px;
		height: 620px;
		z-index: 1010;
		filter:alpha(opacity=0);
		-moz-opacity: 0;
		opacity: 0;
		background: transparent url(../images/enlarge_bg.gif) no-repeat 0 0;
	}
	a#enlarge_close, a#enlarge_close:active, a#enlarge_close:visited {
		position: absolute;
		top: 31px;
		right: 25px;
		width: 42px;
		height: 14px;
		background: transparent url(../images/enlarge_close.gif) no-repeat 0 0;
	}
	a#enlarge_close:hover { background-position: 0 -14px; }
	.enlarge_product {
		position: absolute;
		overflow: visible;
		left: 24px;
		top: 31px;
		width: 770px;
		height: 434px;
	}
	
	/* --- social --- */
	
	.enlarge_product ul.social {
		position: absolute;
		bottom: -80px;
		left: 580px;
		width: 330px;
		list-style-type: none;
	}
	.enlarge_product ul.social li {
		float: left;
		display: inline;
		width: 90px;
		margin-right: 15px;
		height: 26px;
		padding-top: 2px;
	}
	.enlarge_product ul.social li.tweet {
		width: 77px;
	}
	.enlarge_product ul.social li.facebook { width: 57px; }
	.enlarge_product ul.social li.pinterest {
		width: 50px;
		overflow: hidden;
		padding-top: 0;
	}
	
	/* --- end social --- */
	
	.enlarge_image {
		position: absolute;
		left: 0;
		top: 0;
	}
	.enlarge_image p {
		position: absolute;
		left: 0px;
		top: 540px;
		width: 534px;
		font-size: 9px;
		font-style: italic;
		line-height: 13px;
	}
	.enlarge_desc {
		position: absolute;
		right: 0px;
		top: 80px;
		width: 195px;
		font-size: 9px;
		font-style: italic;
		line-height: 13px;
	}
	#hot_card_header {
		position: absolute;
		top: 140px;
		right: 100px;
	}
	.enlarge_hot_desc {
		position: absolute;
		right: 0px;
		top: 200px;
		width: 195px;
		font-size: 9px;
		line-height: 13px;
	}
	.hot_body_enlarge { font-style: italic; }
	.enlarge_hot_desc .card_date {
		font-size: 10px;
		font-weight: bold;
		color: #B2AFA1;
		margin-bottom: 0;
		font-family: Helvetica, Arial;
	}
	.enlarge_hot_desc .card_title {
		font-size: 11px;
		line-height: 11px;
		margin-bottom: 15px;
		font-family: Helvetica, Arial;
	}
	.enlarge_title {
		font-weight: bold;
		padding-bottom: 5px;
	}
	#additional_views {
		position: absolute;
		right: 150px;
		top: 253px;
		width: 105px;
		height: 8px;
		background: transparent url(../images/additional_views.gif) no-repeat 0 0;
	}
	.enlarge_thumbs {
		position: absolute;
		top: 241px;
		right: 25px;
		width: 170px;
		height: 170px;
	}
	.enlarge_thumbs a img {
		float: left;
		display: inline;
		margin: 0 2px 2px 0;
		border: 6px solid #FFF;
	}
	.enlarge_thumbs a:hover img, .enlarge_thumbs a.selected img { border: 6px solid #B2BB79; }
	#enlarge_nav {
		position: absolute;
		top: 470px;
		right: 61px;
		width: 195px;
		height: 24px;
	}
	a#previous_card, a#previous_card:active, a#previous_card:visited {
		position: absolute;
		display: block;
		width: 109px;
		height: 24px;
		outline: none;
		background: transparent url(../images/previous_card.gif) no-repeat 0 0;
	}
	a#next_card, a#next_card:active, a#next_card:visited {
		position: absolute;
		display: block;
		left: 109px;
		width: 86px;
		height: 24px;
		outline: none;
		background: transparent url(../images/next_card.gif) no-repeat 0 0;
	}
	#enlarge_nav a:hover { background-position: 0 -24px; }

	/* ------- view all styles -------- */
	
	#view_all { 
		position: absolute;
		z-index: 5;
		width: 326px;
		height: 481px;
		margin-left: 13px;
		background-color: #F3EFDB;	
	}
	#thumbs_container {
		float: left;
		display: inline;
		width: 273px;
		height: 373px;
		margin: 37px 0 0 32px;
		overflow: hidden;
		position: relative;
	}
	#thumbs {
		position: absolute;
		left: 0;
		top: 0;
		width: 273px;
	}
	#thumbs a img {
		float: left;
		display: inline;
		margin: 0 11px 11px 0;
		width: 105px;
		height: 105px;
		background-color: #D0CDBC;
		border: 6px solid #FFF;
		font-size: 18px;
		color: #FFF;
		font-weight: bold;
		text-align: center;
	}
	#thumbs a:hover img { border: 6px solid #B2BB79; }
	#view_all_nav {
		position: absolute;
		width: 186px;	
		height: 24px;
		left: 70px;
		top: 435px;
	}
	#view_all_nav a {
		position: absolute;
		top: 0;
		height: 24px;
		outline: none;
	}
	#view_all_nav a:hover { background-position: 0 -24px; }
	a#view_all_back {
		left: 0;
		width: 50px;
		background: transparent url(../images/view_all_back.gif) no-repeat 0 0;
	}
	a#view_all_browse {
		left: 52px;
		width: 79px;
		background: transparent url(../images/view_all_browse.gif) no-repeat 0 0;
	}
	a#view_all_next {
		left: 131px;
		width: 57px;
		background: transparent url(../images/view_all_next.gif) no-repeat 0 0;
	}

/* ------- case_studies ------------------ */

#case_page {
	position: absolute;
	left: 46px;
	width: 352px;
	height: 481px;
}
#case_page_title {
	position: absolute;
	top: 54px;
	left: 370px;
	width: 186px;
	height: 37px;
	background: transparent url(../images/headers/truly_custom_case_studies.gif) no-repeat 0 0;
}
#case_desc {
	float: right;
	display: inline;
	position: relative;
	width: 240px;
	height: 401px;
	padding-top: 80px;
	margin-right: 27px;
}
#case_studies #scroll_bar { 
	position: absolute;
	left: 600px;
	top: 155px;
	height: 250px;
}
#case_studies #scroll_track { height: 234px; }
#case_studies .page_content {
	position: absolute;
	left: 370px;
	top: 155px;
	width: 220px;
	height: 240px;
	overflow: hidden;
}
#case_studies #page_content_body { width: 220px; }
#case_studies { 
	position: absolute;
	z-index: 10;
	width: 352px;
	height: 481px;
	background-color: #FFF;
}
#case_studies .case_study {
	position: absolute;
	top: 54px;
	width: 620px;
}
#case_studies .case_study .case_title {
	position: absolute;
	left: 370px;
	top: 65px;
	font-size: 11px;
	font-weight: bold;
	color: #554C4A;
	font-family: Helvetica, Arial;
}
#case_studies .case_study img.product_image { 
	width: 332px;
	height: 332px;
	border: 10px solid #F3EFDB;
}
#case_nav {
	position: absolute;
	width: 344px;	
	height: 24px;
	left: 0;
	top: 420px;
}
#case_nav a {
	position: absolute;
	top: 0;
	height: 24px;
	outline: none;
}
#case_nav a:hover { background-position: 0 -24px; }
a#case_back {
	left: 0;
	width: 145px;
	background: transparent url(../images/previous_case_study.gif) no-repeat 0 0;
}
a#case_next {
	left: 145px;
	width: 126px;
	background: transparent url(../images/next_case_study.gif) no-repeat 0 0;
}
a#case_enlarge {
	left: 280px;
	width: 70px;
	background: transparent url(../images/enlarge.gif) no-repeat 0 0;
}

	/* ------- enlarge styles --------- */
	
	#case_studies_enlarge {
		text-align: left;
		display: none;
		position: absolute;
		top: 75px;
		width: 855px;
		height: 620px;
		z-index: 1010;
		filter:alpha(opacity=0);
		-moz-opacity: 0;
		opacity: 0;
		background: transparent url(../images/enlarge_bg.gif) no-repeat 0 0;
	}
	.enlarge_case {
		position: absolute;
		overflow: visible;
		left: 24px;
		top: 31px;
		width: 770px;
		height: 434px;
	}
	#case_studies_enlarge #additional_views {
		position: absolute;
		right: 150px;
		top: 83px;
		width: 105px;
		height: 8px;
		background: transparent url(../images/additional_views.gif) no-repeat 0 0;
	}
	#case_studies_enlarge .enlarge_thumbs {
		position: absolute;
		top: 71px;
		right: 25px;
		width: 170px;
		height: 340px;
	}
	#case_studies_enlarge .enlarge_thumbs a img {
		float: left;
		display: inline;
		margin: 0 2px 2px 0;
		border: 6px solid #FFF;
	}
	#case_studies_enlarge .enlarge_thumbs a:hover img, #case_studies_enlarge .enlarge_thumbs a.selected img { border: 6px solid #B2BB79; }
	#enlarge_nav {
		position: absolute;
		top: 470px;
		right: 61px;
		width: 195px;
		height: 24px;
	}
	#enlarge_nav a#previous {
		position: absolute;
		display: block;
		left: 0;
		width: 52px;
		height: 24px;
		outline: none;
		background: transparent url(../images/back.gif) no-repeat 0 0;
	}
	#enlarge_nav a#previous:hover { background-position: 0 -24px; }
	#enlarge_nav a#next {
		position: absolute;
		display: block;
		left: 130px;
		width: 55px;
		height: 24px;
		outline: none;
		background: transparent url(../images/next.gif) no-repeat -1px 0;
	}
	#enlarge_nav a#next:hover { background-position: -1px -24px; }

/* -------- bottom areas ------------- */

#bottom {
	float: left;
	width: 100%;
	height: 50px;
	padding-bottom: 20px;
	background: transparent url(../images/bottom_bg.jpg) repeat-x 0 0;
}
#bottom a, #bottom a:active, #bottom a:visited {
	color: #B19E8A;
}
#bottom .wrapper {
	width: 430px;
	color: #B19E8A;
	font-size: 8px;
	padding-top: 50px;
}
#bottom .wrapper p { 
	float: left;
	display: inline;
	width: auto;
	margin-right: 9px;
}
#bottom .wrapper #FORM {
	float: left;
	display: inline; 
	width: 80px; 
	height: 12px; 
	background: url(../images/form.gif) no-repeat 0 0;
}
#footer {
	line-height: 11px;
	font-family: Helvetica, Arial, Verdana;
	font-size: 11px;
}
#footer div.hover { 
	background-position: 0 -92px;
	cursor: pointer;
}
#news_section {
	position: absolute;
	z-index: 0;
	top: 785px;
	left: 90px;
	width: 351px;
	height: 92px;
	background: transparent url(../images/news_bg.gif) no-repeat 0 0;
}
#news_section p {
	width: 340px;
	margin: 35px 0 0 0;
}
#hot_card_section {
	position: absolute;
	z-index: 0;
	top: 785px;
	left: 620px;
	width: 251px;
	height: 92px;
	background: transparent url(../images/hot_card_bg.gif) no-repeat 0 0;
}
#hot_card_section p {
	width: 350px;
	margin: 35px 0 0 32px;
}
#hot_card {
	float: left;
	display: inline;
	width: 346px;
}
a#mailing_list, a#mailing_list:active, a#mailing_list:visited {
	position: absolute;
	z-index: 0;
	top: 785px;
	left: 441px;
	width: 179px;
	height: 92px;
	background: transparent url(../images/newsletter_bg.gif) no-repeat 0 0;
}
a#mailing_list:hover { background-position: 0 -92px; }
#footer a, #footer a:active, #footer a:visited { 
	font-weight: normal;
	color: #4F473E;
}
#footer a:hover {
	color: #B0B874;
	text-decoration: none;
}
#bottom_flash {
	position: absolute;
	width: 100px;
	height: 70px;
	left: 685px;
	top: 840px;
}

/* --------- misc styles ------------- */

a span { display: none; }
a, a:active, a:visited {
	color: #B2BB7A;
	font-weight: bold;
	text-decoration: none;
	outline: none;
}
a:hover { text-decoration: underline; }
p { margin-bottom: 20px; }
p.last { margin: 0; }