@import "default.css";

body {
	background:#dbedc4;
	font-size:12px;
	font-family: Arial, "MS Trebuchet", sans-serif;
}

strong, bold {
	font-weight:bold;
}

em, i {
	font-style:italic;
}

u {
	text-decoration:underline;
}

strike {
	text-decoration:line-through;
}

sup {
	vertical-align:top;
	font-size:8px;
}

sub {
	vertical-align:bottom;
	font-size:8px;
}

#wrapper {
	width:100%;
	background: #dbedc4 url('/images/bg.jpg') top left repeat-x;
}

#homepage-wrapper {
	width:950px;
	height:580px;
	margin:0px auto;
	background: url('/images/homepage-bg.png') top left no-repeat;
}

#homepage-content {
	width:938px;
	margin-left:1px
}

#header {
	border-top:20px solid #fbb161;
	padding-left:45px;
	width:893px;
	overflow:hidden;
	margin-bottom:10px;
	z-index:1000;
	position:relative;
}

#header h1 {
	width:450px;
	height:90px;
	float:left;
}

#header h1 a {
	width:450px;
	height:90px;
	display:block;
	background: url('/images/logo.png') top left no-repeat;
	text-indent:-9999px;
}

#navigation {
	width:443px;
	float:left;
	overflow:hidden;
	margin-top:20px;
	position:absolute;
	/*left:495px;*/
	left:510px;
}

#navigation ul {
	float:left;
	width:182px;
	border-left:2px solid #60872B;
	padding-left:10px;
}

#navigation ul li {
	height:24px;
	width:110px;
	line-height:24px;
}

#navigation ul li a {
	height:24px;
	width:110px;
	display:block;
	text-indent:-9999px;
}

#navigation li#home a {
	background: url('/images/nav-home.jpg') top left no-repeat;
}

#navigation li#home a:hover,
#navigation li#home a.current {
	background: url('/images/nav-home.jpg') bottom left no-repeat;
}

#navigation li#products a {
	background: url('/images/nav-products.jpg') top left no-repeat;
}

#navigation li#products a:hover,
#navigation li#products a.current {
	background: url('/images/nav-products.jpg') bottom left no-repeat;
}

#navigation li#about a {
	background: url('/images/nav-about.jpg') top left no-repeat;
}

#navigation li#about a:hover,
#navigation li#about a.current {
	background: url('/images/nav-about.jpg') bottom left no-repeat;
}

#navigation li#news a {
	background: url('/images/nav-news.jpg') top left no-repeat;
}

#navigation li#news a:hover,
#navigation li#news a.current {
	background: url('/images/nav-news.jpg') bottom left no-repeat;
}

#navigation li#support a {
	background: url('/images/nav-support.jpg') top left no-repeat;
}

#navigation li#support a:hover,
#navigation li#support a.current {
	background: url('/images/nav-support.jpg') bottom left no-repeat;
}

#navigation li#contact-us a {
	background: url('/images/nav-contactus.jpg') top left no-repeat;
}

#navigation li#contact-us a:hover,
#navigation li#contact-us a.current {
	background: url('/images/nav-contactus.jpg') bottom left no-repeat;
}

#products-flash {
	margin:0px auto;
	width:910px;
	height:362px;
	margin-bottom:10px;
}

#news-ticker-flash {
	margin:0px auto;
	width:910px;
	height:53px;
	margin-bottom:10px;
	background: url('/images/whatsnew-homepage-bg.jpg') top left no-repeat;
	position:relative;
}

#news-ticker-flash ul {
	position:absolute;
	top:0;
	left:135px;
}

#news-ticker-flash ul li {
	display:block;
	line-height:53px;
	height:53px;
	color:#a47440;
}

#news-ticker-flash ul li a {
	color:#a47440;
	font-weight:bold;
	text-decoration:none;
	margin-left:10px;
	text-decoration:underline;
	text-transform:uppercase;
}

#footer {
	width:936px;
	margin:0px auto;
	overflow:auto;
	padding-left:14px;
	margin-bottom:20px;
}

#footer h2 {
	width:173px;
	height:44px;
	float:left;
	margin-right:5px;
}

#footer h2 a {
	width:173px;
	height:44px;
	display:block;
	background: url('/images/footer-logo.jpg') top left no-repeat;
	text-indent:-9999px;
}

#footer ul {
	height:39px;
	float:left;
	border-left:1px solid #b4cf93;
	overflow:hidden;
	padding-left:10px;
	padding-top:5px;
}

#footer ul li {
	display:block;
	float:left;
	margin-right:10px;
	line-height:34px;
}

#footer ul li a {
	color:#63922D;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	padding:4px 10px;
	-moz-border-radius:10px;
}

#footer ul li a:hover {
	background:#b7d296;
	color:#60872b;
}

#footer ul li.restricted-access a {
	-moz-border-radius:10px;
	color:#fff;
	padding-right:30px;
	background: #63922d url('/images/small-link-arrow.jpg') 125px 6px no-repeat;
}

#footer ul li.restricted-access a:hover {
	-moz-border-radius:10px;
	color:#fff;
	padding-right:30px;
	background: #63922d url('/images/small-link-arrow.jpg') 125px 6px no-repeat;
	font-style:italic;
}

#bottom-wrapper {
	width:100%;
	height:125px;
	display:block;
	background:#b3d981;
	border-top:2px solid #81b142;
}

/* INTERIOR PAGES */

#interior-wrapper {
	width:950px;
	margin:0px auto;
	background: url('/images/interior2-bg.png') top left repeat-y;
}

#interior-content-wrapper {
	width:935px;
	margin-left:1px;
	background: url('/images/interior-content-wrapper-bottom.jpg') bottom left no-repeat;
}

#interior-content {
	
}

#interior-content #header {
	width:892px;
	margin:-1px;
	margin-bottom:30px;
}

#interior-content-stuff {
	background: url('/images/interior-top.jpg') top left no-repeat;
	margin:0px auto;
	width:896px;
	padding-top:28px;
	position:relative;
}

#interior-content-stuff hr {
	width:826px;
	margin:0px auto;
	height:2px;
	border:0;
	background:#60872b;
	color:#60872b;
	margin-top:1px;
	position:absolute;
	left:0;
	bottom:9px;
}

#interior-content-stuff hr.products {
	position:absolute;
	left:0;
	bottom:9px;
}

#interior-content-stuff hr.help {
	position:absolute;
	left:0;
	bottom:9px;
}

#interior-content-stuff-header {
	width:826px;
	margin:0px auto;
	clear:both;
	overflow:hidden;
	padding-bottom:5px;
	position:relative;
}

#interior-content-stuff-header h1 {
	text-indent:-9999px;
	float:left;
	margin-right:25px;
}

#interior-content-stuff-header h1#products-header {
	width:171px;
	height:47px;
	background: url('/images/header-products.png') top left no-repeat;
}

#interior-content-stuff-header h1#contact-us-header {
	width:201px;
	height:47px;
	background: url('/images/header-contactus.png') top left no-repeat;
}

#interior-content-stuff-header h1#news-header {
	width:101px;
	height:47px;
	background: url('/images/header-news.png') top left no-repeat;
}

#interior-content-stuff-header h1#help-header {
	width:171px;
	height:47px;
	background: url('/images/header-support.png') top left no-repeat;
}

#interior-content-stuff-header h1#about-header {
	width:112px;
	height:47px;
	background: url('/images/header-about.png') top left no-repeat;
}

#interior-content-stuff-header .msg {
	float:left;
	font-size:13px;
	text-transform:uppercase;
	color:#60872b;
	margin-top:15px;
}

#interior-content-stuff-holder {
	width:824px;
	margin:0px auto;
	margin-top:15px;
}

#interior-content-stuff-holder-top {
	height:25px;
	width:824px;
}

#interior-content-stuff-holder .top-fun {
	background: url('/images/interior-content-stuff-holder-top-fun.jpg') top left no-repeat;
}

#interior-content-stuff-holder .top-notfun {
	background: url('/images/interior-content-stuff-holder-top-notfun.jpg') top left no-repeat;
}

#interior-content-stuff-holder .top-single-product {
	background: url('/images/interior-content-stuff-holder-top-product.jpg') top left no-repeat;
}

#interior-content-stuff-holder-middle {
	width:824px;
	position:relative;
	padding-bottom:20px;
	overflow:hidden;
}

#interior-content-stuff-holder .middle-fun {
	background: url('/images/interior-content-stuff-holder-middle-fun.jpg') top left repeat-y;
	padding:5px 25px 0 60px;
	width:739px;;
}

#interior-content-stuff-holder .middle-notfun {
	background: url('/images/interior-content-stuff-holder-middle-notfun.jpg') top left repeat-y;
}

#interior-content-stuff-holder .middle-single-product {
	background: url('/images/interior-content-stuff-holder-middle-product.jpg') top left repeat-y;
	padding-top:10px;
}

#interior-content-stuff-holder-middle .intro {
	padding-right:200px;
	padding-bottom:20px;
	position:relative;
}

#interior-content-stuff-holder-middle .form-holder {
	width:739px;
	overflow:hidden;
}

#interior-content-stuff-holder-middle .form-holder .contact-form {
	width:435px;
	float:left;
	margin-right:30px;
}

#interior-content-stuff-holder-middle .form-holder .contact-form .input-holder {
	width:435px;
	height:30px;
	margin-bottom:10px;
	overflow:hidden;
}

#interior-content-stuff-holder-middle .form-holder .contact-form .input-holder label {
	width:55px;
	float:left;
	color:#60872b;
	font-size:17px;
	font-weight:normal;
	line-height:30px;
	text-transform: lowercase;
}

#interior-content-stuff-holder-middle .form-holder .contact-form .input-holder input {
	width:380px;
	height:25px;
	background:#fff;
	float:left;
	margin:0;padding:5px 0 0 0;
	border:0;
	color:#666666;
	font-size:17px;
}

#interior-content-stuff-holder-middle .form-holder .contact-form .textarea-holder {
	margin-bottom:10px;
}

#interior-content-stuff-holder-middle .form-holder .contact-form .textarea-holder label {
	display:block;
	color:#60872b;
	font-size:17px;
	font-weight:normal;
	line-height:30px;
	text-transform: lowercase;
}

#interior-content-stuff-holder-middle .form-holder .contact-form .textarea-holder textarea {
	width:435px;
	height:225px;
	background:#fff;
	margin:0;padding:5px 0 0 0;
	border:0;
	color:#666666;
	font-size:17px;
	font-family: Arial, "MS Trebuchet", sans-serif;
}

#interior-content-stuff-holder-middle .form-holder .contact-form input.submitbtn {
	width:150px;
	height:24px;
	background: url('/images/interior-form-submit-btn.jpg') top left no-repeat;
	margin:0;padding:0;
	border:0;
	color:#e7f0da;
	font-size:1px;
	text-align:right;
}

#interior-content-stuff-holder-middle .form-holder .contact-sidebar {
	width:270px;
	float:left;
}

#interior-content-stuff-holder-middle .form-holder .contact-sidebar h3 {
	font-size:17px;
	line-height:21px;
	color:#60872b;
	font-weight:normal;
	border-bottom:1px solid #cde1b2;
	padding-bottom:5px;
	margin-bottom:5px;
}

#interior-content-stuff-holder-middle .form-holder .contact-sidebar .address {
	font-size:12px;
	color:#666666;
	line-height:17px;
	margin-bottom:20px;
}

#interior-content-stuff-holder-middle .form-holder .contact-sidebar .address p span{
	display:block;
}

#interior-content-stuff-holder-middle .form-holder .contact-sidebar .address a{
	color:#666666;
	text-decoration:underline;
}

#interior-content-stuff-holder-middle .form-holder .contact-sidebar .address a:hover{
	text-decoration:none;
}

#interior-content-stuff-holder-middle h2 {
	font-size:17px;
	line-height:21px;
	color:#60872b;
	font-weight:normal;
	margin-bottom:10px;
}

#interior-content-stuff-holder-middle p {
	font-size:12px;
	line-height:17px;
	color:#333333;
	font-weight:normal;
	margin:0 0 20px 0;
}

#interior-content-stuff-holder-bottom {
	width:824px;
	height:20px;
}

#interior-content-stuff-holder .bottom-fun {
	background: url('/images/interior-content-stuff-holder-bottom-fun.jpg') top left repeat-y;
}

#interior-content-stuff-holder .bottom-notfun {
	background: url('/images/interior-content-stuff-holder-bottom-notfun.jpg') top left repeat-y;
}

#interior-content-stuff-holder .bottom-single-product {
	background: url('/images/interior-content-stuff-holder-bottom-product.jpg') bottom left repeat-y;
}

#interior-content-stuff-final-content {
	width:774px;
	margin:0px auto;
}

#interior-content-stuff-final-content-body {
	width:574px;	
}

#interior-content-stuff-final-content h1 {
	font-size:30px;
	line-height:32px;
	color:#60872B;
	font-weight:bold;
	margin:0 0 10px 0;
}

#interior-content-stuff-final-content h2 {
	font-size:26px;
	line-height:28px;
	color:#60872B;
	font-weight:bold;
	margin:0 0 10px 0;
}

#interior-content-stuff-final-content h3 {
	font-size:22px !important;
	line-height:24px;
	color:#60872B;
	font-weight:bold;
	margin:0 0 10px 0;
}

#interior-content-stuff-final-content h4 {
	font-size:18px !important;
	line-height:20px;
	color:#60872B;
	font-weight:bold;
	margin:0 0 10px 0;
}

#interior-content-stuff-final-content h5 {
	font-size:16px;	
	line-height:18px;
	color:#60872B;
	font-weight:bold;
	margin:0 0 10px 0;
}

#interior-content-stuff-final-content h6 {
	font-size:14px;	
	line-height:16px;
	color:#60872B;
	font-weight:bold;
	margin:0 0 10px 0;
}

#prev-single-product {
	width:137px;
	position:absolute;
	top:290px;
	left:51px;
}

#prev-single-product a {
	background: url('/images/prev-single-product-btn-off.jpg') top left no-repeat;
	width:29px;
	height:28px;
	display:block;
	text-indent:-9999px;
}

#prev-single-product .prev-product-hover-image {
	position:absolute;
	top:-205px;
	left:-88px;
	z-index:9000;
	display:none;
}

#prev-single-product a:hover {
	background: url('/images/prev-single-product-btn-on.jpg') top left no-repeat;
}

#single-product-holder-interior {
	width:550px;
	margin-left:137px;
}

#single-product-holder-interior img {
	margin-bottom:15px;
}

#single-product-holder-interior h2 {
	color:#4d4d4d;
	font-size:20px;
	font-weight:bold;
}

#single-product-holder-interior p {
	color:#666666;
	font-size:13px;
	line-height:19px;
}

#next-single-product {
	width:137px;
	position:absolute;
	top:290px;
	right:36px;
}

#next-single-product a {
	background: url('/images/next-single-product-btn-off.jpg') top left no-repeat;
	width:29px;
	height:28px;
	display:block;
	text-indent:-9999px;
	position:absolute;
	right:15px;
}

#next-single-product a:hover {
	background: url('/images/next-single-product-btn-on.jpg') top left no-repeat;
}

#next-single-product .next-product-hover-image {
	position:absolute;
	top:-205px;
	right:-73px;
	z-index:9000;
	display:none;
}

ul#news-items {
	width:774px;
}

ul#news-items li {
	width:774px;
	height:56px;
	border-bottom:1px solid #d2cfce;
	overflow:hidden;
}

ul#news-items li.hover {
	background:#60872b;
	border-bottom:1px solid #b7c0a6;
}

ul#news-items li p.date {
	width:74px;
	float:left;
	line-height:56px;
	color:#60872b;
	font-size:16px;
	font-weight:normal;
	text-align:right;
	margin:0;
}

ul#news-items li.hover p.date {
	color:#fff;
}

ul#news-items li h2.headline {
	width:558px;
	padding:0 0 0 12px;
	float:left;
	color:#60872b;
	font-size:16px;
	font-weight:normal;
}

ul#news-items li h2.headline a {
	color:#60872b;
	text-decoration:none;
	line-height:56px;
	display:block;
}

ul#news-items li.hover h2.headline a {
	color:#fff;
}

ul#news-items li p.read-more {
	width:125px;
	float:left;
	line-height:56px;
	color:#60872b;
	font-size:12px;
	font-weight:normal;
	padding:0 0 0 5px;
}

ul#news-items li p.read-more a {
	color:#60872b;
	text-decoration:none;
}

ul#news-items li.hover p.read-more a {
	color:#fff;
}

ol#faq-items,
dl#faq-items {
	width:574px;
	margin:0 0 0 0;
	list-style-type:decimal;
	list-style-position:inside;
}

ol#faq-items li,
dl#faq-items dt {
	font-size:17px;
	line-height:21px;
	color:#60872b;
	font-weight:normal;
	margin-bottom:10px;
}

#interior-content-stuff-final-content-body p,
ol#faq-items li p,
ul#news-items li p,
dl#faq-items dd {
	margin:20px 0;
	color:#333333;
	font-size:12px;
	line-height:19px;
}

#interior-content-stuff-final-content-body p a,
ol#faq-items li p a,
ul#news-items li p a,
dl#faq-items dd a {
	color:#60872b;
	text-decoration:none;
}

#interior-content-stuff-final-content-body p a:hover,
ol#faq-items li p a:hover,
ul#news-items li p a:hover,
dl#faq-items dd a:hover {
	color:#60872b;
	text-decoration:underline;
}
#interior-content-stuff-final-content-body ul,
ol#faq-items li ul,
ul#news-items li ul,
dl#faq-items dd ul {
	margin:0 0 10px 50px;
	list-style-type:disc;
}

#interior-content-stuff-final-content-body ol,
ol#faq-items li ol,
ul#news-items li ol,
dl#faq-items dd ol {
	margin:0 0 10px 50px;
	list-style-type:decimal;
}

#interior-content-stuff-final-content-body ul li,
ol#faq-items li ul li,
ul#news-items li ul li,
dl#faq-items dd ul li {
	margin:0 0 5px 0;
	color:#333333;
	font-size:12px;
	line-height:19px;
}

#interior-content-stuff-final-content-body ol li,
ol#faq-items li ol li,
ul#news-items li ol li,
dl#faq-items dd ol li {
	margin:0 0 5px 0;
	color:#333333;
	font-size:12px;
	line-height:19px;
}

#interior-content-stuff-final-content-body h3,
ol#faq-items li h3,
ul#news-items li h3,
dl#faq-items dd h3 {
	font-size:15px;
	line-height:18px;
	color:#60872b;
	font-weight:bold;
	margin-bottom:10px;
}

#interior-content-stuff-final-content-body h4,
ol#faq-items li h4,
ul#news-items li h4,
dl#faq-items dd h4 {
	font-size:13px;
	line-height:15px;
	color:#60872b;
	font-weight:bold;
	margin-bottom:10px;
}

#interior-content-stuff-final-content-body blockquote,
ol#faq-items li blockquote,
ul#news-items li blockquote,
dl#faq-items dd blockquote {
	font-size:12px;
	line-height:18px;
	font-weight:bold;
	margin-bottom:10px;
	padding:10px;
	font-style:italic;
}

#interior-content-stuff-final-content-body dl,
ol#faq-items li dl,
ul#news-items li dl,
dl#faq-items dd dl {
	margin-left:20px;
}

#interior-content-stuff-final-content-body dl dt,
ol#faq-items li dl dt,
ul#news-items li dl dt,
dl#faq-items dd dl dt {
	font-size:15px;
	line-height:18px;
	color:#60872b;
	font-weight:normal;
	margin-bottom:5px;
}

#interior-content-stuff-final-content-body dl dd,
ol#faq-items li dl dd,
ul#news-items li dl dd,
dl#faq-items dd dl dd {
	font-weight:normal;
	margin:5px 0 5px 0;
}

#interior-content-stuff-final-content-body strong,
ol#faq-items li strong,
ul#news-items li strong,
dl#faq-items dd strong {
	font-weight:bold;
}

#product-navigation {
	overflow:hidden;
	margin-top:10px;
	position:absolute;
	right:0;
	bottom:11px;;
	height:34px;
}

#product-navigation li {
	display:block;
	float:left;
	height:30px;
}

#product-navigation li a {
	line-height:30px;
	font-size:14px;
	color:#8cc63f;
	text-decoration:none;
	text-transform:uppercase;
	display:block;
	font-family:"Lucida Grande", Lucida, Arial, sans-serif, default;
	text-indent:-9999px;
}

#product-navigation li a:hover {
	background:#b3d880;
	color:#60872b;
}

#product-navigation li#craft-activity a {
	width:184px;
	height:34px;
	background: url('/images/nav-craft-activity.png') top left no-repeat;
}

#product-navigation li#craft-activity a:hover {
	background: url('/images/nav-craft-activity.png') bottom left no-repeat;
}

#product-navigation li#toy-craft-activity a {
	width:168px;
	height:34px;
	background: url('/images/nav-toys-and-craft.png') top left no-repeat;
}

#product-navigation li#toy-craft-activity a:hover {
	background: url('/images/nav-toys-and-craft.png') center left no-repeat;
}

#product-navigation li#toy-craft-activity a.current {
	background: url('/images/nav-toys-and-craft.png') bottom left no-repeat;
}

#product-navigation li#craft-activity a.current {
	background: url('/images/nav-craft-activity.png') bottom left no-repeat;
}

#product-navigation li#art-activity a {
	width:173px;
	height:34px;
	background: url('/images/nav-licensed-products.png') top left no-repeat;
}

#product-navigation li#art-activity a:hover {
	background: url('/images/nav-licensed-products.png') center left no-repeat;
}

#product-navigation li#art-activity a.current {
	background: url('/images/nav-licensed-products.png') bottom left no-repeat;
}

#product-navigation li#licensed-stationery a {
	width:132px;
	height:34px;
	background: url('/images/nav-back-to-school.png') top left no-repeat;
}

#product-navigation li#licensed-stationery a:hover {
	background: url('/images/nav-back-to-school.png') center left no-repeat;
}

#product-navigation li#licensed-stationery a.current {
	background: url('/images/nav-back-to-school.png') bottom left no-repeat;
}

#product-navigation li#writing-instruments a {
	width:111px;
	height:34px;
	background: url('/images/nav-writing.png') top left no-repeat;
}

#product-navigation li#writing-instruments a:hover {
	background: url('/images/nav-writing.png') center left no-repeat;
}

#product-navigation li#writing-instruments a.current {
	background: url('/images/nav-writing.png') bottom left no-repeat;
}

#product-slider-holder {
	width:826px;
	height:559px;
	margin:0px auto;
	position:relative;
	margin-top:15px;
}

#product-slider-wrapper {
	background:#e7f0da;
	height:559px !important;
	width:756px !important;
	text-align:center;
	font-size:15px;
	font-style:italic;
	line-height:25px;
	color:#80b33c;
	position:absolute;
	left:35px;
}


#product-slider {
	background:#e7f0da;
	height:529px !important;
	width:726px !important;
	left:50px;
	top:30px;
	position:absolute;
	padding:0;
}

#product-slider ul {
	overflow:hidden;
}

#product-slider ul li {
	width:726px;
	position:relative;
}

#product-slider ul li .product-list {
	width:756px;
}

#product-slider ul li .product-list .product-list-single {
	margin:0 15px 10px 0;
	width:232px;
	height:252px;
	float:left;
	background: url('/images/single-product-bg.jpg') bottom left no-repeat;
	z-index:1000;
	position:relative;
}
#product-slider ul li .product-list .wide {
	margin:0 8px 10px 0;
	width:359px;
	background: none;
}

#product-slider ul li .product-list .product-list-single a,
#product-slider ul li .product-list .product-list-single div {
	width:232px;
	height:252px;
	display:block;
	text-decoration:none;
}

#product-slider ul li .product-list .wide a,
#product-slider ul li .product-list .wide div {
	width:359px;
	height:252px;
	display:block;
	text-decoration:none;
}

#product-slider ul li .product-list .product-list-single a img,
#product-slider ul li .product-list .product-list-single div img {
	margin:0;	
}

#product-slider ul li .product-list .product-list-single a span,
#product-slider ul li .product-list .product-list-single div span {
	margin:0 25px;
	display:block;
	color:#60872b;
	font-size:13px;
	line-height:17px;
}

#product-slider ul li .product-list .wide a span,
#product-slider ul li .product-list .wide div span
{
	position:relative;
	top:-40px;
	width:359px;
	margin:0;
	text-align:center;
	display:block;
	color:#60872b;
	font-size:18px;
	line-height:19px;
}

p#controls{
	margin:0;
	position:relative;
}
p#controls-text{
	margin:0;
	position:relative;
}

#prevBtn, #nextBtn,
#prevBtn-disabled, #nextBtn-disabled{ 
	display:block;
	margin:0;
	overflow:hidden;
	line-height:22px;
	font-size:18px;
	text-indent:43px;
	width:35px;
	height:559px;
	position:absolute;
	left:0px;
	top:0px;
}	


#nextBtn, #nextBtn-disabled{ 
	left:691px;
}	

#prevBtn, #prevBtn-disabled{  
	display:block;
	width:200px;
	height:559px;
	background:url('/images/scroll-arrow-left.jpg') bottom left no-repeat;	
}
#prevBtn-disabled{
	background:url('/images/scroll-arrow-left-no-button.jpg') bottom left no-repeat !important;	
}
#prevBtn a{  
	display:block;
	width:35px;
	height:559px;
	color:#80b33c;
	text-decoration:none;
	background:url('/images/scroll-arrow-left-over.jpg') bottom left no-repeat;	
}

#nextBtn, #nextBtn-disabled{
	
	display:block;
	width:135px;
	height:559px; 
	background:url('/images/scroll-arrow-right.jpg') 100px -1px no-repeat;	
}
#nextBtn-disabled{
	background:url('/images/scroll-arrow-right-no-button.jpg') 100px -1px no-repeat  !important;
}

#nextBtn a{
	display:block;
	width:135px;
	height:559px;
	color:#80b33c;
	text-decoration:none;
	background:url('/images/scroll-arrow-right-over.jpg') 100px 0 no-repeat;	
}

#interior-footer {
	width:950px;
	height:48px;
	margin:0px auto;
	background: url('/images/interior-footer-bg.png') bottom left no-repeat;
}

#single-product-holder {
	width:638px;
	margin:0px auto;
}

#single-product-holder-top {
	height:20px;
	width:638px;
	background: url('/images/popup-top-bg.png') top left no-repeat;
}

#single-product-holder-middle {
	width:638px;
	background: url('/images/popup-middle-bg.png') top left repeat-y;
}

#single-product-holder-bottom {
	height:20px;
	width:638px;
	background: url('/images/popup-bottom-bg.png') top left no-repeat;
}

#single-product-image {
	width:568px;
	margin:0px auto;
}

#single-product-text {
	width:568px;
	margin:0px auto;
}
