/* shw_global.css (c)2008 SugarHill Works LLC - http://www.sugarhillworks.com */

* {
	margin: 0px;
	padding: 0px;
	font-family: verdana, arial, sans-serif; 
	text-decoration: none;
	border: none;
	outline: none;
}

* html {
	
}

a { color: #333; cursor: pointer; }
a:hover { text-decoration: underline; } /*{ color: #FF3300; }*/
a:visited { color: #333; }
a:active { color: #FF3300; }
a[href="#"] { cursor: pointer; }

body {
	color: #000;
	font-size: small;
}
* html body {
	font-size: smaller;
}

p.noJS { /* styles <noscript> tags */
	font-weight: bold;
	text-align: center;
}

.smltxt {
	font-size: 85%;
}

/* ---------------- main container ---------------- */
/*#home #bkgrd {
	background: #FFF;
}*/
#bkgrd {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 570px;
	height: 565px;
	background: none; 
	overflow: auto;
	opacity: .40;
	-moz-opacity: .40;
	filter: alpha(opacity=40);
	/*opacity: .40;
	-moz-opacity: .40;
	filter: alpha(opacity=40);
	filter: progid:dximagetransform.microsoft.alpha(opacity=40);*/
	z-index: 1;
}

#bkgrd_img {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 570px;
	height: 565px;
	background: url(img/kr_divbgd.png);
	overflow: auto;
	z-index: 5;
}

#home #bkgrd_img {
	background: url(img/kr_home.png);
	z-index: 5; /* must be behind main_div & main_p */
}
#home #frgrd_img {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 570px;
	height: 565px;
	background-image: url(img/kr_home_fg.png);
	z-index: 450;
}

#ceibw {
	background: none; 
	position: relative;
	margin: 15px auto 0px auto;
	width: 570px; 
	height: 565px; 
	border: #CCC solid 1px;
	font-size: 90%;
	overflow: visible;
	z-index: 100;
}
/* ---- IE larger text size fix ---- */
* html #ceibw {
	font-size: 80%;
}

/* ----------------- name & menu info ------------------- */
#hdr {
	position: relative;
	top: 0px;
	width: 100%;
	height: 110px;
	margin: 0px auto;
	z-index: 500;
}

#hdr p {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 92px;
	margin: 0 auto;
	text-align: center;
	overflow: visible;
	z-index: 510;
}
/*#hdr p a {
	display: block;
	width: 72px;
	height: 92px;
	overflow: hidden;
}*/
#hdr p a img#logo {
	width: 70px;
	height: 90px;
	margin: 0 auto;
	z-index: 999;
}

/* ------ main menu links ------ */
#menu {

}

/* ----------------------------------------------------- */


/* ---------------- main image goes here ------------------ */
#home #main_div { /* use absolute positioned main div for slideshow, etc */ 
	position: absolute; 
	top: 110px;
	width: 100%;
	height: 430px; /*425px; 2009 */
	overflow: hidden;
	z-index: 420;
}

#main_div { /* floated main div is for splash pages */
	position: relative;
	top: 20px;
	float: left;
	width: 100%;
	height: 405px; 
	display: inline; /* fixes IE double margin bug */
	overflow: hidden;
	z-index: 420;
}

#main_p { 
	position: absolute;
	width: 570px;
	height: auto;
	text-align: center;
	margin: 25px auto 0px auto;
	z-index: 430;
	/*visibility: hidden;*/
}

#home #main_div .txt { 
	position: absolute;
	top: 90px;
	right: 50px;
	/*right: 55px; 2009 */
	/*top: 38px;*/
	/*top: 145px;*/
	/*top: 195px; 2009 */
	/*left: 285px;*/
	/*left: 0px;*/
	/*right: 55px; 2009 */
}
#home #main_div .txt p {
	margin: 0px 0px 0px 0px;
	width: 195px;
	/*width: 210px; 2009 */
	text-align: justify;
	color: #000; /*#908;*/
	line-height: 1.4em;
}

/* ---------------- slideshow container ---------------- */
/*#home #main_p { background-color:#999999;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 570px; 
	height: 405px;
	margin-top: 0px;
	text-align: center;
	border: none;
	visibility: visible;
	z-index: 430;
}*/
#home #main_p { 
	position: absolute;
	/*top: 31px;*/
	/*top: 51px;*/
	/*top: 40px; 2009 */
	top: 23px;
	left: 50px;
	/*left: 55px; 2009 */
	/*width: 227px; 2009 */
	width: 252px;
	height: 380px;
	/*height: 340px; 2009 */
	margin-top: 0px;
	text-align: left;
	border: none;
	visibility: visible;
	z-index: 430;
}

#home #main_p img {
	position: absolute;
	top: 0px;
	left: 0px;
	visibility: visible; /* hidden; for SS! */
	margin: 0px auto;
	border: #DDD solid 1px;
}
#home #main_p img.sale {
	margin-top: 71px;
}


/* add hidden visibility back in for script to work */

#main_div img {
	border: #DDD solid 1px;
}
/*#home #main_div img {
	border: none;
}*/

/* -------------- clothing & accessories splash pages ---------------- */

#main_div div.splashL, #main_div div.splashR { 
	margin: 0px; /*was top:20px;*/
}
#main_div div.splashL {
	float: left;
	width: 227px;
	margin-left: 45px;
}
#main_div div.splashR {
	float: right;
	width: 227px;
	margin-right: 45px;
}
/* ---- IE6 doubled-margin bug fix ---- */
* html #main_div div.splashL {
	margin-left: 22px;
}
* html #main_div div.splashR {
	margin-right: 22px;
}

#main_div div.splashL a, #main_div div.splashR a {
	color: #000;
}

#main_div h2 { 
	width: 100%;
	text-align: center;
	font-weight: bold;
	font-size: 110%;
	padding: 10px 0px 0px 0px;
	margin: 10px auto 30px auto;
}
#main_div p.splash {
	width: 100%;
	height: 20px;
	text-align: center;
	margin: 15px auto 0px auto;
	font-weight: bold;
	font-size: 110%;
}
#main_div p.splash a {
	padding: 15px 0px;
	text-decoration: none;
}
#collections2010 #main_div p.splash, #accessories2010 #main_div p.splash { /* unused? 2010 index w/ grid thumbs layout */ 
	width: 100%;
	height: 20px;
	text-align: center;
	margin: 5px auto 0px auto;
	font-weight: bold;
	font-size: 110%;
}
#collections2010 #main_div p.splash a, #accessories2010 #main_div p.splash a { /* unused? 2010 index w/ grid thumbs layout */
	padding: 5px 0px;
	text-decoration: none;
}

/* ----- sub-splashes ----- */

#main_div h1 {
	width: 100%;
	text-align: center;
	font-size: 120%;
	font-weight: bold;
	margin: 0px auto 20px auto; 
	padding: 0;
}

#main_div div.splash { /* for 2 imgs */
	float: left;
	width: 122px;
	margin: 40px 15px 0px 15px;
	text-align: center;
	display: inline;
}
#clothing2008 #main_div div.splash, #accessories2008 #main_div div.splash, #accessories2009 #main_div div.splash { /* for 3 or more imgs */
	margin: 40px 6px 0px 6px;
}
#collections2010 #main_div div.splash, #accessories2010 #main_div div.splash { /* 2010 index w/ grid thumbs layout */ 
	margin: 0px 10px 20px 10px;
}

#main_div div.splash img {
	margin: 0px 0px;
}

#main_div div.splash a {
	color: #000;
}

#main_div div.txt2009 { /* desc text on 2009 collection splash page */
	position: relative;
	top: 0px;
	margin: 0px 45px 30px 45px;
	text-align: justify;
	color: #808;
}
#main_div div.txt2009 h2 {
	margin: 0px auto 15px auto; 
	padding: 0px;
	color: #808;
} 

#main_div div.txt2010 { /* desc text on 2010 collection splash page */
	position: relative;
	top: 0px;
	margin: 0px 45px 30px 45px;
	text-align: justify;
	/*color: #808;*/
}
#main_div div.txt2010 h2 {
	margin: 0px auto 15px auto; 
	padding: 0px;
	/*color: #808;*/
} 

/* ----- non-shopping/gallery pages ----- */

#main_text {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 405px;
	/*z-index: 500px;*/
}

#main_text p.top {
	margin-top: 0px;
}
#main_text p { 
	width: 470px;
	margin: 20px 40px 20px 50px;
	text-align: justify;
	line-height: 1.2em;
}

.L {
	position: relative;
	float: left;
	margin: 0px 0px 5px 50px;
	width: 227px;
}
.R {
	position: relative;
	float: left;
	left: 25px;
	margin: 0px 0px 5px 0px;
	width: 227px;
}
/* ---- IE6 doubled-margin bug fix ---- */
* html .L {
	margin-left: 25px;
}

#main_text ul {
	position: relative;
	list-style: none;
	line-height: 1.1em;
	margin: 5px 10px 10px 0px;
}
#main_text ul li.bold {
	font-weight: bold;
	line-height: 1.2em;
}

#contact #main_text ul {
	margin: 5px 10px 20px 0px;
}

/* ---------------- faqs page ----------------- */
#main_text h5 {
	width: 470px;
	margin: 20px 40px 5px 50px;
	text-align: left;
	font-size: 100%;
	font-weight: bold;
	padding: 0;
}

#info #main_text p {
	margin: 0px 40px 15px 50px;
}

.italic {
	font-style: italic;
}

#info #main_text ul {
	width: 470px;
	margin: 25px 50px 30px 0px;
	text-align: left;
	list-style: none;
}
#info #main_text ul li {
	/*float:left;*/
	/*display: inline;*/
	padding-left: 0px;
	padding-right: 0px;
} 

#size { 
	position: relative;
	top: 0px;
	left: 0px;
	display: table;
	width: 488px;
	margin: 5px 30px 3px 40px;
	/*padding: 2px 0px 5px 0px;*/
	border: #DDD solid 0px; 
	border-collapse: collapse;
	/*background: #FFF;*/
}
#size td {
	margin: 0px;
	padding: 2px 5px 2px 10px;
	border: #DDD solid 1px;
	text-align: left;
	font-size: 90%;
}
#size tr {
	margin: 0px;
	padding: 0px;
	border: #DDD solid 0px;
}
#size td.hdr5 {
	font-weight: bold;
	font-size: 100%;
	text-align: left;
	padding-left: 10px;
}
#size td.sz {
	font-size: 100%;
}
#size td.cat {
	text-align: left;
	font-size: 100%;
	padding-left: 10px;
}

p.back {
	position: absolute;
	top: 8px;
	right: 20px;
	width: 58%;
	text-align: left;
}
p.back a {
	font-size: 90%;
	font-style: italic;
}

/* ------------ new + events page ------------ */
#news_events #main_text .news_item_pic {
	position: relative;
	top: 0px;
	width: 100%;
	height: 302px;
	margin-bottom: 30px;
}

#news_events #main_text p { 
	margin: 0px 40px 0px 50px;
}

#news_events #main_text h1.top {
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 0px;
}
#news_events #main_text h5.top {
	margin-top: 0px;
}
#news_events #main_text img { 
	position: relative;
	float: left;
	margin: 0px 20px 10px 50px;
}
* html #news_events #main_text img {
	margin-left: 25px;
}
#news_events #main_text .news_item_pic .press_thmb {
	position: absolute;
	top: 260px;
	left: 304px;
	width: 216px;
	margin: 0px;
	padding: 0px;
}
#news_events #main_text .press_thmb img {
	margin: 0px 10px 0px 0px;
}

#news_events #main_text p.news_quote {
	 margin-bottom: 5px; 
	 margin-top: 10px;
}

#news_events #main_text .news_src {
	 text-align: right; 
	 margin-top: 0px;
}

#news_events #main_text .video {
	position: relative;
	top: 0px;
	margin: 10px 40px 20px 50px;
	width: 470px;
	height: 358px;
	border: #CCC solid 1px;
}
#news_events #main_text .note {
	float: right;
	font-weight: normal;
	font-size: 85%;
	padding-top: 2px;
}

/* ------------------------------------------------ */
#ftr { 
	position: absolute;
	top: 535px;
	left: 0px;
	width: 570px;
	height: 30px;
	padding-top: 0px;
	margin: 0px;
	text-align: center;
	color: #333;
	overflow: visible;
	z-index: 600;
}
#ftr p.copy { 
	position: absolute;
	top: 0px;
	right: 0px;
	margin: 14px 10px 2px 5px;
	font-size: 90%;
}

#home #ftr p.copy {
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 10px auto 0px auto;
	text-align: center;
}

#ftr .mp_backlinks { 
	position: absolute;
	left: 20px;
	width: 530px;
	font-size: 90%;
	text-align: left;
	margin: 8px 5px 2px 0px;
	color: #333;
}
.mp_backlinks a { color: #333; }
/*.mp_backlinks a:hover { color: #FF3300; }*/

/* ---------------- copyright info ----------------- */
#copy { 
	position: fixed;
	bottom: 0px;
	width: 80%;
	margin-left: 10%;
	height: 22px;
	text-align: center;
}
* html #copy {
	position: absolute;
	top: 585px;
}
#copy p { 
	position: relative;
	bottom: 0px;
	width: 570px;
	height: 20px;
	margin: 0px auto;
	text-align: center;
	vertical-align: baseline; 
	color: #DDD;
	font-size: 80%;
}

#copy p a {
	color: #DDD;
}
#copy p a:hover { color: #CC0000; }

#copy p a img {
	position: relative;
	top: 4px;
	padding: 0px 0px 0px 0px;
}

/* ---------------- SHW webmark ------------------ */
#shwFtr {
	position: absolute;
	right: 10px; /*position gets overwritten by siteSettings make_shwFtr function*/
	bottom: 5px;
	height: 16px;
	width: 22px;
	text-align: center;
	font-size: 9px;
	overflow: hidden;
	color: #555;
	z-index: 0;
}
#shwFtr a img {
	padding: 0px 0px;
	border: none;
}








