/* CSS */
html, body {
	background: #295c5e;
	margin: 0;
	min-height: 100%;
	height: 100%;
}

html>body body {
	height: auto;
}

#container {
	position: absolute;
	top: 0;
	left: 0;
}

#header {
	height: 175px;
	overflow: hidden;
}

#header h1 {
	visibility: hidden;
}

/* CONTENT */
#content-home {
	width: auto;
	/* must have some padding at the bottom*/
	padding: 70px 200px 10px 245px;
	height: 401px;
}
#content {
	width: auto;
	/* must have some padding at the bottom*/
	padding: 20px 20px 10px 245px;
	height: 451px;
}
#content-myjofli {
	width: auto;
	/* must have some padding at the bottom*/
	padding: 20px 20px 200px 30px;
	min-height: 451px;
	height:expression( this.scrollHeight < 451? "451px" : "auto" );
}
#content-shop {
	width: auto;
	/* must have some padding at the bottom*/
	padding: 20px 20px 30px 30px;
	min-height: 451px;
	height:expression( this.scrollHeight < 451? "451px" : "auto" );
}
#buy-jofli-button {
	width: 192px;
	height: 209px;
	position: absolute;
	padding: 0;
	top: 459px;
	left: 28px;
}

/* LOGIN AREA */
#member-login {
	background: none;
	height: 109px;
	width: 132px;
	margin: 8px 0 10px 0;
}
.login-formbox-u {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	border-style: none;
	margin: 0;
	background-color: #f2ebe3;
	padding: 0 0 0 3px;
	width: 129px;
	overflow: hidden;
	font-size: 11px;
}
.login-formbox-p {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	border-style: none;
	margin: 9px 0 4px 0;
	background-color: #f2ebe3;
	padding: 0 0 0 3px;
	width: 129px;
	overflow: hidden;
	font-size: 11px;
}
html>/**/body .login-formbox-p {
	margin: 11px 0 1px 0;
}
.login-formbox-e {
	margin: 3px 2px 2px 94px;
}
html>/**/body .login-formbox-e {
	margin: 8px 2px 2px 94px;
}
#loginbox {
	width: 132px;
	height: 109px;
	position: absolute;
	padding: 0;
	top: 317px;
	left: 648px;
}
#loginfields {
	width: 132px;
	padding: 0;
	height: 57px;
	margin-bottom: 5px;
}

#register-jofli-button {
	width: 146px;
	height: 114px;
	position: absolute;
	padding: 0;
	top: 541px;
	left: 639px;
}

/* PROMO AREA */
#bullet1 {
	width: 165px;
	height: 20px;
	position: absolute;
	padding: 0;
	bottom: 150px;
	left: 48px;
}
#bullet2 {
	width: 165px;
	height: 20px;
	position: absolute;
	padding: 0;
	line-height: 16px;
	bottom: 115px;
	left: 48px;
}
html>body #bullet2 {
	bottom: 127px;
}
#bullet3 {
	width: 165px;
	height: 33px;
	position: absolute;
	padding: 0;
	line-height: 16px;
	bottom: 77px;
	left: 48px;
}
#bullet4 {
	width: 165px;
	height: 33px;
	position: absolute;
	padding: 0;
	bottom: 40px;
	left: 48px;
	line-height: 16px;
}
#bulletblocker {
	background: url(/images/bulletblocker.gif) top left no-repeat;
	width: 15px;
	height: 15px;
	position: absolute;
	padding: 0;
	bottom: 152px;
	left: 32px;
}
#find-out-more-button {
	width: 112px;
	height: 32px;
	position: absolute;
	padding: 0;
	bottom: 18px;
	left: 66px;
}

#promo-area {
	width: 560px;
	/* must have some padding at the bottom*/
	padding: 10px 10px 0 230px;
	height: 165px;
	background: url(/images/promo-panel-bg-02.jpg) top left no-repeat;
	position: absolute;
	bottom: 44px;
}
#promo-area-myjofli {
	width: 560px;
	/* must have some padding at the bottom*/
	padding: 20px 10px 0 230px;
	height: 165px;
	background: url(/images/promo-panel-bg-myjofli.jpg) top left no-repeat;
	position: absolute;
	bottom: 44px;
}
.promo-item {
	margin-right: 4px;
}
#logbook1 {
	width: 170px;
	height: 21px;
	position:absolute;
	padding: 0;
	bottom: 85px;
	left: 600px;
}
html>body #logbook1 {
	bottom: 90px;
}
#logbook2 {
	width: 170px;
	height: 21px;
	position:absolute;
	padding: 0;
	bottom: 49px;
	left: 608px;
}
html>body #logbook2 {
	bottom: 54px;
}
#logbook3 {
	width: 170px;
	height: 21px;
	position:absolute;
	padding: 0;
	bottom: 13px;
	left: 596px;
}
html>body #logbook3 {
	bottom: 18px;
}
#more-posts {
	width: 30px;
	height: 28px;
	position:absolute;
	padding: 0;
	bottom: 11px;
	left: 766px;
}

#left-column{
	float: left;
	margin-left: 1px;
	width: 245px;
	min-height: 100%;
}

/* FOOTER */
#footer {
	clear: both;
	padding: 4px 0 15px 0;
	height: 25px;
	overflow:hidden;
}

#right-column {
	width: 160px;
	margin-right: 1px;
	float: right;
}

#news-events-section {
	display: none;
}

/* MYJOFLI HOMEPAGE */
#logout-button {
	position: absolute;
	top: 200px;
	right: 30px;
	height: 52px;
	width: 200px;
}
html>/**/body #logout-button {
	top: 210px;
}

/* MYJOFLI HOMEPAGE */
#myjofli-button {
	position: absolute;
	top: 200px;
	right: 20px;
	height: 52px;
	width: 91px;
}
html>/**/body #myjofli-button {
	top: 210px;
}
html>body #myjofli-button {
	right: 130px;
}

#myjofli-homepage-text {
	width: 345px;
	height: 282px;
	padding: 0 0 12px 0px;
	margin: 15px 10px 20px 15px;
}
html>/**/body #myjofli-homepage-text {
	height: 255px;
}
#profile-info-text {
	width: 327px;
	height: 65px;
	background: url(/images/myjofli-homepage-caption.gif) bottom left no-repeat;
	padding: 6px 10px 22px 12px;
}
#profile-info-button {
	position: relative;
	left: 297px;
	bottom: 15px;	
}

#myjofli-link-gallery {
	position: absolute;
	top: 256px;
	right: 30px;
	height: 88px;
	width: 350px;
	padding-top: 5px;
}
#myjofli-link-colouringin {
	position: absolute;
	top: 353px;
	right: 30px;
	height: 88px;
	width: 350px;
	padding-top: 5px;
}
#myjofli-link-stories {
	position: absolute;
	top: 447px;
	right: 30px;
	height: 88px;
	width: 350px;
	padding-top: 5px;
}
#myjofli-link-facts {
	position: absolute;
	top: 543px;
	right: 30px;
	height: 88px;
	width: 350px;
	padding-top: 5px;
}

/* MYJOFLI HOMEPAGE */
#myjofli-generic-content {
	width: 470px;
	background: url(/images/jofli-speech-bg.jpg) top left no-repeat;
	padding: 50px 0 0 260px;
	min-height: 327px;
}

/* OTHER HOMEPAGE */
#other-generic-content {
	width: 512px;
	background: url(/images/jofli-nospeech-bg.jpg) top left no-repeat;
	padding: 20px 0 0 240px;
	min-height: 327px;
}
	
/* HIDDEN CONTENT PAGE */
#hidden-content {
	width: 730px;
	background: none;
	padding: 5px 0 5px 0;
	min-height: 327px;
}
	

/* MYJOFLI GALLERY */
#backtogallery-button {
	position: absolute;
	top: 200px;
	right: 30px;
	height: 47px;
	width: 200px;
}
html>/**/body #backtogallery-button {
	top: 210px;
}
#myjofli-gallery-content {
	width: 720px;
	height: auto;
	padding: 0;
	margin: 10px;
}
.gallery-image {
	margin: 8px 10px 12px 10px;
	border: 1px solid #53874d;
}
#gallery-caption {
	padding: 0px;
	margin: 10px 0 0 30px;
	background: #FFFFFF url(/images/photo-page-bg-rpt.gif) top left repeat-y;
}
.gallery-caption-top {
	display: block;
	height: 13px;
	width: 656px;
	background: #FFFFFF url(/images/photo-page-bg-top.gif) top center no-repeat;
}
.gallery-caption-text {
	font-size:14px;
	font-family:"Comic Sans MS";
	line-height: 18px;
	padding: 0 34px 0 30px;
	display: block;
	width: 592px;
}
.gallery-caption-base {
	display: block;
	height: 20px;
	width: 656px;
	background: #FFFFFF url(/images/photo-page-bg-base.gif) top center no-repeat;
}
#next-image-button {
	position: absolute;
	right: 30px;
	top: 375px;	
	width: 25px;
	height: 25px;
}
#previous-image-button {
	position: absolute;
	left: 30px;
	top: 375px;	
	width: 25px;
	height: 25px;
}
	
/* EDIT PHOTO ALBUM */
.photo-item-bg {
	background: url(/images/photo-item-bg.gif) top left no-repeat;
	width: 309px;
	height: 151px;
}
.photo-item-delete {
	margin: 5px 0 10px 30px;
}
.photo-item-title-field {
	padding: 0px 10px 10px 20px;
}
#photo-item-links-area {
	width: 720px;
	height: 32px;
}
.photo-item-links-area-item {
	margin-right: 12px;
}
.photo-item-links-area-spacer {
	width: 27px;
}

/* EDIT PHOTO ALBUM - 2nd try! */
.photo-item-bg-2 {
	float: left;
	background: url(/images/photo-item-bg-rpt.jpg) top left repeat-y;
	width: 309px;
	padding: 0;
	margin: 10px 0 10px 25px;
}
.photo-item-bg-top {
	display: block;
	width: 309px;
	height:20px;
	background: url(/images/photo-item-bg-top.jpg) top left no-repeat;
}
.photo-item-bg-content {
	padding: 1px 15px;
	margin: 0;
	display: block;
	width: 279px;
}
.photo-item-bg-base {
	display: block;
	width: 309px;
	height:20px;
	background: url(/images/photo-item-bg-base.jpg) top left no-repeat;
}
.title-form-field-format {
	font-size:14px;
	font-family:"Comic Sans MS";
	clear:both;
	display:block;
	margin-top: 5px;
	height: 95px;
	width: 265px;
}
.photo-item-img-box {
	width: 90px;
	height: 90px;
	float:left;
}
.photo-item-img {
}

/* MYJOFLI SHOP LIST */

#gotocheckout-button {
	position: absolute;
	top: 200px;
	right: 30px;
	height: 47px;
	width: 200px;
}
html>/**/body #gotocheckout-button {
	top: 210px;
}

.categories-box, #categories-box {
	width: 184px;
	background: url(/images/categories-bg.gif) top left repeat-y;
	margin: 10px 10px 10px 0;
}
.categories-top {
	background: url(/images/categories-top.gif) top left no-repeat;
	height: 14px
}
.categories-base {
	background: url(/images/categories-base.gif) bottom left no-repeat;
	height: 14px
}
.categories-text {
	display: block;
	padding: 0 15px 0 15px;
	margin: 0 0 5px 0;
	width: 154px;
	line-height: 25px;
}
a.categories-links:link, a.categories-links:active, a.categories-links:visited , div.categories-box a:link, div.categories-box a:active, div.categories-box a:visited
{
	color: #000000;
	text-decoration: none;
}
a.categories-links:hover, div.categories-box a:hover {
	text-decoration: underline;
}
.shop-item-img {
	margin: 0 20px 0 0;
}
.shop-list-item {
	width: 507px;
	background:url(/images/shop-list-item-bg.gif) top left repeat-y;
	margin: 10px 0 10px 0;
}
.shop-list-item-top {
	background: url(/images/shop-list-item-top.gif) top left no-repeat;
	height: 14px;
}
.shop-list-item-base {
	background: url(/images/shop-list-item-base.gif) bottom left no-repeat;
	height: 14px;
}
.shop-list-item-contents {
	display: block;
	padding: 0 15px 0 15px;
	margin: 0 0 10px 0;
	width: 477px;
	line-height: 25px;
}
.shop-list-item-title {
	font-weight: bold;
	line-height: 20px;
}

.shop-list-items-img {
	margin-bottom: 2px;
}
.shop-item {
	width: 510px;
	margin-bottom: 20px;
}
.shop-item-img {
	margin-top: 2px;
	margin-bottom: 2px;
}
.viewdetails-button {
	margin: 10px 0 0 0;
}

.quantitybox {
	border: solid 1px #53874d;
	text-align: right;
	padding: 1px 4px 1px 5px;
}

