@charset "UTF-8";
/* FW100.a1 */
/* (c)2010 SugarHill Works LLC - http://www.sugarhillworks.com */

* {
	margin: 0;
	padding: 0;
	text-decoration: none;
	border: none;
	outline: none;
}

html, body {
	height: 100%; /*stickyfooter*/
}

a { color: #004621; text-decoration: underline; cursor: pointer; } 
a:hover { color: #226843; text-decoration: underline; cursor: pointer; } /* comment out this line if the fade function is being used */
a:visited { color: #004621; }
a:visited:hover { color: #226843; }
a:active { color: #226843; outline: none; }
a[href="#"] { cursor: pointer; }

/*
#main_cntr a { color: #2B4E09; font-style: italic; font-weight: normal; cursor: pointer; } 
#main_cntr a:hover { color: #4B7520; font-style: italic; font-weight: normal; cursor: pointer; }
#main_cntr a:visited { color: #2B4E09; font-style: italic; font-weight: normal; }
#main_cntr a:visited:hover { color: #4B7520; font-style: italic; font-weight: normal; }
#main_cntr a:active { color: #4B7520; font-style: italic; outline: none; font-weight: normal; }
#main_cntr a[href="#"] { cursor: pointer; }
*/

/*.fadeCol {
	color: #646C4E;
}
.fadeBodyCol {
	color: #646C4E;
}*/

body { 
	background-color: #FFF;
	color: #004621;
	font-size: small;
	font-family: helvetica, "helvetica neue", sans-serif;
}

.noJS {
	font-weight: bold;
	color: #900;
}

.clear { 
	background: none;
	position: relative;
	clear: both;
	width: 100%;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
	margin: 0;
	padding: 0;
}
	
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.smltxt {
	font-size: 85%;
}
.bigtxt {
	font-size: 115%;
}
.norml {
	font-weight: normal;
}
.caps {
	text-transform: uppercase;
}


/* ----------- main wrapper container for screen geom ------------ */
#overlay {
	background: #FFF;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 0px;
	height: 0px;
	display: block;
	z-index: 99999;
}
#fullscr {
	position: relative;
	top: 0px;
	left: 0px;
	min-height: 100%; /*stickyfooter*/
	height: auto !important; /*stickyfooter*/
	height: 100%; /*stickyfooter*/
	margin: 0 auto -25px auto; /*stickyfooter--the bottom margin is the negative value of the footer's height */
	width: 100%;
	z-index: 10;
	overflow: visible;
}
/*#fullscr_spcr_top {
	position: relative;
	height: 0px;
	line-height: 0px;
	margin: 0 0;
	padding: 0 0;
	width: 100%;
}*/
#fullscr_spcr_btm {
	position: relative;
	height: 20px;
	width: 100%;
}

/* ---------------- main content container ---------------- */
#ceibw { 
	background-color: #FFF; 
	position: relative;
	top: 0px;
	width: 1000px;
	height: auto;
	min-height: 620px;
	margin: 0px auto; /* don't change; top margin is made with the spcr divs */
	padding: 0 0 5px 0;
	overflow: visible;
	/*font-size: 95%;*/
	/*box-shadow: 0px 2px 5px #B4B1A7;
	-webkit-box-shadow: 0px 2px 5px #B4B1A7;
	-moz-box-shadow: 0px 2px 5px #B4B1A7;*/
	z-index: 20;
}
/*#wrap { 
	background-color: #FFF; 
	position: relative;
	float: left;
	width: 100%;
	height: auto;
	z-index: 25;
	box-shadow: 3px 0px 5px #B4B1A7;
	-webkit-box-shadow: 3px 0px 5px #B4B1A7;
	-moz-box-shadow: 3px 0px 5px #B4B1A7;
} 
#wrap2 { 
	background-color: #FFF; 
	position: relative;
	float: left;
	width: 100%;
	height: auto;
	z-index: 25;
	box-shadow: -3px 0px 5px #B4B1A7;
	-webkit-box-shadow: -3px 0px 5px #B4B1A7;
	-moz-box-shadow: -3px 0px 5px #B4B1A7; 
}*/

/* -------------- left column logo & nav ---------------- */

#column1 { 
	position: relative;
	float: left;
	width: 190px;
	height: 570px;
	padding: 0 0;
	text-align: left;
	overflow: visible;
	z-index: 370;
}

#hdr { 
	position: absolute;
	top: 0px;
	left: 0px;
	width: 190px;
	height: 570px;
	overflow: visible;
	z-index: 2000;
}
#logo_cntr { 
	position: relative;
	top: 0px;
	left: 0px;
	width: 190px; 
	height: 240px; 
	z-index: 2500;
}
#logo_cntr img {
	position: relative;
	padding: 15px 0px 0px 7px;
}

#tagline { 
	position: relative;
	top: 5px;
	left: 20px;
	width: 128px;
	height: auto;
	border-top: #A9CB41 solid 2px;
	/*border-bottom: #A9CB41 solid 2px;*/
	overflow: visible;
}
#tagline img {
	position: relative;
	top: 0px;
	left: -1px;
	padding: 6px 0px 3px 0px;
}

#column1 #menu_cntr_cntr p.noscript {
	margin: 0px 0px;
	padding: 0 0;
}

/* ----- free shipping link on home ----- */
#home #shipping {
	position: relative;
	top: 271px;
	left: 20px;
	width: 120px; /*125*/
	height: 24px;
	border: #A9CB41 solid 1px; /*A9CB41*/
	border-bottom: #A9CB41 solid 2px;
}
#home #shipping img {
	padding: 2px 10px;
}


/* -------------- main content container -------------- */

#main_cntr { 
	position: relative;
	float: right;
	top: 0px; /* negative the height of fullscr_spcr */
	width: 800px; 
	height: auto;
	min-height: 570px;
	text-align: justify;
	overflow: visible;
	z-index: 300;
}

#top_hdr { 
	position: relative;
	top: 0px;
	left: 0px; 
	width: 800px; 
	height: 90px; 
	padding: 0 0;
	margin: 0 0;
	overflow: visible;
	z-index: 400;
}

#top_hdr #special { /*background-color:#999999;*/
	position: absolute;
	top: 10px;
	left: 20px;
	width: 550px;
	height: 68px;
	border-bottom: #A9CB41 solid 0px;
	z-index: 410;
}
#top_hdr #special img {
	position: relative;
	top: 0px;/*26px;*/
	left: 0px;
	border: #EEE solid 1px;
	/*border: #A9CB41 solid 1px;*/
}
#top_hdr #special img.colorbook {
	position: relative;
	float: right;
	padding: 17px 8px 0px 0px;
	border: none;
	display: none; /* temp hide graphic */
}

#signup { 
	position: absolute;
	top: 30px;
	right: 20px;
	width: 205px;
	height: 60px;
	z-index: 450;
}
.input_lbl {
	position: relative;
	top: 0px;
	left: 0px;
	width: 167px;
	height: 23px;
}
.input_data { 
	background: none !important;
	position: relative;
	width: 165px;
	height: 23px;
	border: #A9CB41 solid 1px;
	z-index: 450;
}
input {
	width: 161px;
	height: 19px;
	padding: 4px 2px 0px 2px;
	font-size: 90%;
	color: #226843;
}
.input_err { 
	background-color: #F63;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 165px;
	height: 23px;
	margin: 0 0;
	display: none;
	z-index: 460;
}
.input_submit {
	position: absolute;
	top: 23px;
	right: 0px;
	width: 33px;
	height: 27px;
}
input#submit_btn {
	width: 33px;
	height: 25px;
	padding: 0 0;
}

#column2 { 
	background-color: #FFF; /* this fixes layout bug in IE6 */
	position: relative;
	float: right;
	top: 0px;
	width: 800px;
	height: auto;
	min-height: 480px;
	padding: 0 0 0 0;
	z-index: 350;
}

/* -------- collection index -------- */

#index_thumbs {
	margin: 0px 9px;
}
.index_item { 
	background-color: #FFF; /* this fixes layout bug in IE6 */
	position: relative;
	float: left;
	padding: 8px 9px 22px 9px;
}
.index_img {
	border: #EEE solid 1px;
	padding: 0 0;
}

/* -------- collection pages -------- */

#item_main { 
	position: relative;
	float: left;
	padding: 8px 0px 0px 18px;
	width: 302px;
	height: 460px;
}
#item_main img {
	border: #EEE solid 1px;
}

#item_info_cntr { 
	position: relative;
	float: right;
	padding: 0px 10px 0px 0px;
	width: 460px;
	min-height: 338px;
}
.size_lnk {
	text-transform: uppercase;
	/*text-transform: capitalize;*/
	/*font-variant: small-caps;*/
	/*letter-spacing: 1px;*/
}
.size_note {
	font-size: 85%;
}
.price {
	margin: 10px 10px 5px 10px;
}
.buy img {
	float: left;
	border: #A9CB41 solid 1px;
	border-bottom: #A9CB41 solid 2px;
	margin: 0 0 0px 0;
	padding: 1px 2px 1px 2px;
}
.buy  { 
	margin: 7px 10px 15px 10px;
	font-size: 85%;
	line-height: 2.4em;
}
.back_nav {
	margin: 10px 10px 5px 10px;
	font-size: 95%;
	height: 20px;
}
.back_nav img.back {
	float: left;
	width: 177px; /* for FF2 */
	border: #A9CB41 solid 0px;
}
.share_btn {
	float: right;
	border: #A9CB41 solid 0px;
}
.share_btn img { /* covers default fb icon w/ custom image */
	float: left;
}
.share_btn .FBConnectButton_Simple { /* this is the span container for fb icon */
	/*display: block;*/
}
.share_btn .FBConnectButton_Simple .FBConnectButton_Text_Simple { /* this hides the default fb icon */
	display: block; 
}

#item_thms { 
	position: relative;
	float: right;
	padding: 0px 10px 0px 0px;
	width: 460px;
	height: 122px;
}
#item_thms a { 
	background-color: #FFF; /* this fixes layout bug in IE6 */
	position: relative;
	float: left;
	padding: 0px 10px 0px 0px;
}
#item_thms img {
	border: #EEE solid 1px;
	padding: 0 0;
}


/* -------- text styles -------- */

h1 {

}
h2 {
	margin: 10px 25px 15px 25px;
	font-size: 130%;
	font-weight: bold;
}
h3 {
	margin: 10px 20px 15px 20px;
	font-size: 110%;
	font-weight: bold;
}
h4 { 
	margin: 10px 10px 15px 10px;
	font-size: 110%;
	font-weight: bold;
}
h5 {

}
h6 {

}

p {
	margin: 10px 10px 15px 10px;
}
p.top {
	margin: 20px 10px 15px 10px;
}

p.center {
	text-align: center;
}
p.leader {
	
}

p.firstltr {
	
}
p.firstltr:first-letter {
	
}

#main_cntr ul.info { 
	margin: 15px 25px 15px 40px;
	/*list-style: none;	*/
}
#main_cntr ul.info li {
	list-style: disc outside;
	margin-bottom: 10px;
}

#main_cntr ol {
	
}
#main_cntr ol li {
	
}

/* ------------- About & Customer Service pages -------------- */

#txt_cntr { 
	position: relative;
	top: 0px;
	left: 0px;
	padding: 0px 0px 22px 0px;
	width: 780px;
	min-height: 400px;
}
#txt_cntr a { 
	text-decoration: underline; 
}
#txt_cntr h3 {
	margin: 10px 0px 10px 20px;
	font-size: 110%;
	font-weight: bold;
}
#txt_cntr h4 { 
	margin: 25px 20px 10px 20px;
}
#txt_cntr p {
	margin: 10px 0px 15px 20px;
}
#txt_cntr p.about_img_cap {
	float: right;
	margin: 0px 0px 15px 20px;
	padding: 0 0;
	width: 152px;
	height: auto;
	text-align: right;
}
#txt_cntr .about_img {
	padding: 0 0;
	border: #EEE solid 1px;
}
#txt_cntr .img_kids { 
	margin: 5px 0px;
	padding: 0 0;
	border: #EEE solid 1px;
}

/* ----- Gallery page -----*/
#txt_cntr img {
	border: #EEE solid 1px;
}
#txt_cntr p.line {
	border-bottom: #A9CB41 solid 2px;
	margin: 10px 0px 35px 20px;
}

/* ----- size chart ----- */
#size { 
	position: relative;
	top: 0px;
	left: 0px;
	display: table;
	width: auto;
	margin: 5px 20px 10px 10px;
	border: #DDD solid 0px; 
	border-collapse: collapse;
}
#size td {
	width: 80px;
	margin: 0px;
	padding: 4px 5px 4px 10px;
	border: #DDD solid 1px;
	text-align: left;
}
#size tr {
	margin: 0px;
	padding: 0px;
	border: #DDD solid 0px;
}
#size td.hdr5 {
	font-weight: bold;
	text-align: left;
	padding-left: 10px;
}
#size td.sz {
	font-weight: bold;
}
#size td.sz_hdr {
	font-weight: bold;
	text-align: center;
}
#size td.cat {
	width: 120px;
	text-align: left;
	font-weight: bold;
	padding-left: 10px;
}


/* ------------- auto-run slideshow -------------- */
#glass_cntr {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 999999999;
	cursor: pointer;
}
#glass_cntr:hover {
	cursor: pointer;
}

#ss_cntr { 
	position: relative;
	top: 0px;
	left: 18px;
	width: 762px;
	height: 305px;
	margin: 95px auto 0px 0px;
	text-align: center;
	border-bottom: #A9CB41 solid 2px;
	visibility: visible;
	z-index: 450;
}

#ss_cntr img {
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0;
	padding: 0;
	border: #EEE solid 0px;
	visibility: visible; /*hidden;*/
	z-index: 450;
}

/* -------------- horizontal menu on splash page --------------- */

#splash_menu { 
	position: relative;
	top: 0px;
	padding-left: 13px;
	margin: 10px auto 0px auto;
	width: 787px;
	height: 23px;
}
#splash_menu ul.hz_menu {
	float: left;
	width: 100%;
}
#splash_menu ul.hz_menu li {
	float: left;
	width: auto;
	list-style: none;
}
#splash_menu ul.hz_menu li.hz_lnk { 
	padding: 0px 46px 0px 5px; /* was 65 w/out blog link; change right padding if more links added */
}
#splash_menu ul.hz_menu li.hz_lnk_end {
	padding: 0px 0px 0px 5px;
}

/* ---------------- footer menu ----------------- */

#ftr { 
	position: relative;
	clear: both;
	left: 0px;
	width: 100%;
	height: 40px;
	z-index: 100;
}
/*#home #ftr {
	position: absolute;
	top: 580px;
}*/

#ftr .connect {
	float: left;
	padding: 3px 0px 0px 8px;
}
#ftr .share_btn {
	float: left;
	padding: 6px 0px 0px 16px;
}

#ftr p.contact_info { 
	position: relative;
	width: 780px; /* was 565px; this width must be adjusted if any info or icons change */
	height: 20px;
	margin: 0px auto 0px 218px;
	text-align: center;
}
#ftr p.contact_info img {
	position: relative;
	float: left;
	padding: 3px 0px 0 0;
}
#ftr p.contact_info img.spcr {
	position: relative;
	float: left;
	padding: 3px 0 0 0;
}


/* ---------------- copyright info ----------------- */


#ftr #copy { 
	position: relative;
	top: 0px;
	width: 940px;
	height: auto;
	margin: 0px 30px;	
	z-index: 100;
}
#ftr #copy p { 
	position: relative;
	width: 400px;
	height: auto;
	margin: 8px auto 0px auto;
	text-align: center;
	color: #98BA30;
	font-size: 85%;
}
#ftr #copy p a {
	display: inline;
	color: #98BA30; 
	text-decoration: none;
	font-style: normal;
}
#ftr #copy p a:hover {
	display: inline;
	color: #A9CB41; 
	text-decoration: none;
	font-style: normal;
}

#ftr #copy img {
	position: relative;
	float: left;
	padding: 3px 0px 0 0;
}
#ftr #copy img.spcr {
	position: relative;
	float: left;
	padding: 3px 0 0 0;
}

/* unused */
#fullscr .push {
	position: relative;
	height: 25px; /*stickyfooter--bottom margin of fullscr should be negative whatever this value is*/
}
.push_scr {
	height: 5px; /* stickyfooter -- needs to be set to the height of the horiz/thumbs scrollbar */
}

