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

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

* html {
	
}

a { color: #475426; font-style: italic; }
a:hover { color: #6E823B; font-style: italic; } /*FF9900*/
a:visited { color: #475426; font-style: italic; }
a:active { color: #6E823B; font-style: italic; }
a[href="#"] {  }

#buzz a:hover, #visit a:hover {
	color: #6E823B;
	font-style: italic;
}

body {
	background: #FFF url(img/bg_bgd.gif) repeat;
	color: #1A306A;
	font-size: small;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
}

* html body { /* IE larger text size fix */
	font-size: 80%;
}

.announcement {
	border: #1A306A 2px dashed;
	padding: 15px;
}
.announcement a { color: #DD0000; font-style: normal; }
.announcement a:hover,
.announcement p a:hover { color: #FEC449; font-style: normal; }
.announcement a:visited { color: #DD0000; font-style: normal; }
.announcement a:active { color: #FEC449; font-style: normal; }

/* ------------ centering content area, expands downwards to fit content --------------- */

#ceibw { 
	background-color: #FFF;
	position: relative;
	margin: 0px auto;
	width: 1000px; 
	height: auto; 
	min-height: 625px;
	border-left: #FFF solid 4px;
	border-right: #FFF solid 4px;
	overflow: visible;
	z-index: 100;
}
* html #ceibw {
	border-right: 0px;
}

#hdr {
	background-color: #FFCC33;
	background-image: url(img/hdr.jpg);
	background-repeat: no-repeat;
	position: relative;
	top: 0px;
	width: 1000px;
	height: 175px;
	border-bottom: #FFF solid 4px;
	text-align: center;
	z-index: 1000;
}

/* ------------ main nav area w/ graphics ------------- */
#menu {
	background-color: #EBD6FF;
	position: relative;
	width: 1000px;
	height: 125px;
	border-bottom: #FFF solid 2px;
	z-index: 900;
}
#menu .menulist { 
	list-style: none;
	width: 1000px;
}
#menu .menulist li {
	/*float: left;*/
	display: inline;
}
.disabledLnk:hover {
	cursor: default;
}

* html #menu .menulist li a {
	margin: -2px;
}
#menu #hotLnk img { padding-right: 31px; }








/*#HAITI_RELIEF {
	background: #F36D02;
	position: relative;
	width: 1000px;
	height: 96px;
	margin: 0;
	padding: 0;
	z-index: 1;
	overflow: hidden;
}
#HAITI_RELIEF #PIH_lnk {
	position: relative;
	width: 260px;
	margin: 0 auto;
	padding: 0;
	z-index: 2;
}
#HAITI_RELIEF #PIH_bg {
	background: #E36303;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 1000px;
	height: 35px;
	margin: 0;
	padding: 0;
	z-index: 0;
}
*/





/*##############################################*/
/* Join E-Club Box                              */
/*##############################################*/

#eclub-box {
	margin:0px auto 0px auto;
	padding:0px 0px 0px 0px;
	width:1000px;
	height:50px;
	background-image:url(img/eclub-background.jpg);
	display:block;
	/*line-height: normal;
	vertical-align: baseline;*/
}
#headerForm {
	margin:0px;
	padding:0px;
}
.email-input {
	margin:12px 0px 0px 656px;
	padding:0px 0px 0px 0px;
	border:solid 1px #6e1f6e;
	width: 230px;
	height: 20px;
	font-weight:normal;
	background-color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.join-btn {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;	
}










/* -------------- expandable content divs --------------- */
#wrap { 
	background-color: #FFF;
	position: relative;
	float: left;
	left: -4px;
	width: 1000px;
	height: auto;
	border-left: #FFF solid 4px;
	border-right: #FFF solid 4px;
	display: inline;
	z-index: 700;
}
* html #wrap {
	border-right: 0px;
}

#center { 
	position: relative;
	left: 0px;
	float: left;
	width: 480px;
	border-color: #FFF;
	border-style: solid;
	border-width: 2px 10px 10px 10px;
	z-index: 600;
}

#left { 
	position: relative;
	float: left;
	width: 250px;
	height: auto;
	text-align: left;
	border-top: #FFF solid 2px;
	z-index: 500;
}

#right { 
	position: relative;
	float: right;
	width: 250px;
	height: auto;
	text-align: right;
	border-top: #FFF solid 2px;
	z-index: 500;
}

#left img, #right img {
	border-bottom: #FFF solid 1px;
}


/* ----------- 4 imgs across, expandable: friends & what's hot pages ------------ */

#boxes { 
	position: relative;
	left: -2px;
	float: left;
	width: 1004px;
	height: auto;
	min-height: 250px;
	border-bottom: #FFF solid 2px;
	z-index: 500;
}

#boxes div {
	float: left;
	width: 247px;
	height: 250px;
	background-color: #DDD;
	border: #FFF solid 2px;
}

#boxes div img {
	border: #FFF solid 8px;
	margin: 2px;
	width: 227px; /* safety catch to force images to correct size */
	height: 227px; /* safety catch to force images to correct size */
}

#boxes div p {
	width: 225px;
	height: auto;
	padding: 10px 10px 5px 12px;
	margin: 0px;
}

#boxes div.leftImg {
	background-image: url(friends/img/friends_graphic01.gif);
	background-repeat: no-repeat;
	/*background-color: none;*/
}
#boxes div.titleBox {
	background-color: #AEC261;
}
#boxes div.leftImg p {
	/*background-color: none;*/
	text-align: center;
	font-size: 90%;
	line-height: 1.2em;
}
#boxes div.titleBox h1, #boxes div.titleBox h2, #boxes div.titleBox h3 {
	/*background-color: none;*/
	width: 200px;
	font-family: "Comic Sans MS", "Comic Sans", "Marker Felt Thin", cursive, Verdana, Arial, Helvetica, sans-serif;
	font-size: 140%;
	line-height: 1.2em;
	text-align: center;
}
#boxes div.titleBox h1 {
	margin: 80px 23px 20px 24px;
}
#boxes div.titleBox h2 {
	margin: 20px 23px 20px 24px;
}
#boxes div.titleBox h3 {
	margin: 20px 23px 20px 24px;
	font-size: 120%;
}

/* ----- what's hot page ----- */
#hot #boxes div {
	height: 330px;
}
#hot #boxes div.desc { 
	background-color: #FFF;
	position: relative;
	top: -5px;
	left: 2px;
	width: 243px;
	height: 83px;
	border: none;
}

#hot #boxes div h5 {
	position: relative;
	top: 0px;
	background-color: #FFF;
	width: 213px;
	padding: 5px 15px 0px 15px;
	margin: 0px;
	font-weight: bold;
	font-size: 95%;
	text-align: center;
}

#hot #boxes div p { 
	position: relative;
	top: 0px;
	background-color: #FFF;
	width: 213px;
	padding: 5px 15px 5px 15px;
	margin: 0px;
	font-size: 95%;
	line-height: 1.2em;
	text-align: center;
}

/* ----------- homepage 4 boxes top row ------------ */
#about #four_columns { 
	position: relative;
	float: left;
	width: 1000px;
	height: auto;
	min-height: 350px;
	border-top: #FFF solid 2px;
	border-bottom: #FFF solid 4px;
	z-index: 500;
}
* html #about #four_columns {
	height: 350px;
}

#new_products { background-color: #8FA94F; 
	position: absolute;
	top: 0px;
	left: 0px;
	width: 247px;
	height: 345px;
	border-right: #FFF solid 2px;
	z-index: 400;
}
#new_products img {
	padding: 10px;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 227px; /* safety catch to force images to correct size */
	height: 227px; /* safety catch to force images to correct size */
}
#new_products .new_products_info { 
	position: absolute;
	top: 250px;
	width: 227px;
	height: 85px;
	margin: 0px 10px 10px 10px; 
}
#new_products .new_products_info h5 {
	padding: 0px 15px 0px 15px;
	margin: 0px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	font-size: 100%;
}
#new_products .new_products_info p {
	padding: 5px 15px 0px 15px;
	margin: 0px;
	color: #FFF;
	text-align: center;
	line-height: 1.2em;
	font-size: 95%;
}

#awesome_accessories, #cute_tees {
	position: absolute;
	top: 0px;
	width: 247px;
	height: 345px;
	border-left: #FFF solid 2px;
	border-right: #FFF solid 2px;
	z-index: 400;
}
#awesome_accessories { 
	left: 249px;
}
#awesome_accessories img { 
	position: absolute;
	top: 0px;
	left: 0px;
}
#cute_tees { 
	left: 500px;
}
#cute_tees img {
	position: absolute;
	top: 0px;
	left: 0px;
}
#perfect_gifts { 
	position: absolute;
	top: 0px;
	right: 0px;
	width: 247px;
	height: 345px;
	border-left: #FFF solid 2px;
	z-index: 400;
}
#perfect_gifts img {
	position: absolute;
	top: 0px;
	left: 0px;
}
/* ------ SS & photos overlay graphics ------ */
#new_banner {
	background-image: url(img/home_01.gif);
	background-position: top left;
	background-repeat: no-repeat;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 247px;
	height: 345px;
	z-index: 500; 
}

#awesome_bubble { 
	background-image: url(img/home_02.gif);
	background-position: top left;
	background-repeat: no-repeat;
	position: absolute;
	top: 0px;
	left: 251px;
	width: 247px;
	height: 345px;
	z-index: 500; 
}

#cute_bubble { 
	background-image: url(img/home_03.gif);
	background-position: top left;
	background-repeat: no-repeat;
	position: absolute;
	top: 0px;
	left: 502px;
	width: 247px;
	height: 345px;
	z-index: 500; 
}

#gift_bubble {
	background-image: url(img/home_04.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 247px;
	height: 345px;
	z-index: 500;
}

/* ------- home/about page text --------- */
#about #center { /*background-color: #00CCCC;*/
	position: relative;
	float: left;
	width: 470px; /* was 700 */
	border-color: #FFF;
	border-style: solid;
	border-width: 0px 15px 10px 15px;
	z-index: 600;
}

#about h2 {
	font-family: "Comic Sans MS", "Comic Sans", "Marker Felt Thin", cursive, Verdana, Arial, Helvetica, sans-serif;
	font-size: 125%;
	margin: 15px 5px 15px 5px;
	color: #D00;
	text-align: center;
}
#about h2 a { color: #D00; font-style: normal; }
#about h2 a:hover { color: #FE9B27; font-style: normal; }
#about h2 a:visited { color: #D00; font-style: normal; }

#about #left, #about #right { 
	padding-bottom: 6px;
}

#about #right img {
	margin: 5px 0;
}

#about #right p.homeimg_cap { 
	/*position: relative;
	top: -60px;*/
	position: absolute;
	top: 260px;
	left: 3px;
	width: 227px;
	margin: 0px 10px;
	text-align: center;
	font-size: 85%;
}


/* ----------- text styles ------------ */
p {
	margin: 10px 5px;
	text-align: justify;	
}
#visit p {
	text-align: left;
}

.top {
	margin-top: 50px;
}
#buzz .top {
	margin-top: 30px;
}

h3 {
	font-family: "Comic Sans MS", "Comic Sans", "Marker Felt Thin", cursive, Verdana, Arial, Helvetica, sans-serif;
	font-size: 110%;
	margin: 10px 5px;
} 

h4 {
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	font-size: 100%;
	font-weight: bold;
	margin: 10px 5px;
}

ul.lt, ul.rt {
	float: left;
	margin: 10px 10px 10px 20px;
	width: 40%;
	list-style: disc;
	list-style-position: inside;
}

table.hours {
	width: 480px;
	margin: 20px 0px;
	text-align: left;
	border-collapse: collapse;	
}
table.hours td {
	padding: 2px 5px;
}

#buzz .pressImg {
	margin: 10px auto;
	text-align: center;
}
#buzz .pressImg img.C {
	text-align: center;
}
#buzz .pressImg p.imgLnkC {
	margin: 5px 5px;
	padding: 0px 5px;
	text-align: center;
}
#buzz .pressImg img.L {
	float: left;
	padding: 10px 20px 5px 20px;
}
#buzz .pressImg img.R {
	float: right;
	padding: 10px 20px 5px 20px;
}
#buzz .pressImg p.imgLnkL, #buzz .pressImg p.imgLnkR { 
	float: left;
	clear: none;
	margin: 10px 5px;
	padding: 40px 5px;
	width: 310px;
	text-align: center;
}
#buzz .pressImg p.imgLnkR {
	float: right;
}
#buzz p {
	clear: both;
	margin: 15px 5px 10px 5px;
}

span.magCredit {
	float: left;
	padding-left: 70px;
	padding: 10px 0px 20px 70px;
}

ul.pressLnk { 
	float: left;
	padding: 15px 10px 30px 30px;
	/*width: 40%;*/
	list-style: disc;
	list-style-position: outside;
	font-style: italic;
}
ul.pressLnk li {
	line-height: 1.3em;
	margin-bottom: 8px;
}

.italic {
	font-style: italic;
}

.bold {
	font-weight: bold;
}

/* ------------ footer contains 2 graphics & nav info, & clears the floats ------------ */
#ftr { 
	position: relative;
	clear: both;
	width: 1000px;
	height: 256px; /*236px;*/
	border-top: #FFF solid 0px;
	z-index: 800;
}
#ftr .ltftr { 
	background-image: url(img/ftr_report.gif);
	background-repeat: no-repeat;
	position: relative;
	float: left;
	width: 530px;
	height: 117px;
}
#ftr .rtftr {
	background-image: url(img/ftr_survey.gif);
	background-repeat: no-repeat;
	position: relative;
	float: right;
	width: 470px;
	height: 117px;
}
#ftr .rtftr .gift {
	position: absolute;
	top: 38px;
	right: 10px;
}
#ftr #info {
	background-color: #8FA94F;
	position: relative;
	clear: both;
	top: 0px;
	width: 1000px;
	height: 135px; /*115px;*/
	text-align: center;
}
#ftr #info ul.ftrLnks {
	position: relative;
	top: 10px;
	list-style: none;
	font-family: "Comic Sans MS", "Comic Sans", "Marker Felt Thin", cursive, Verdana, Arial, Helvetica, sans-serif;
}
#ftr #info ul.ftrLnks li {
	display: inline;
	border-left: #1A306A solid 1px; 
}
#ftr #info ul.ftrLnks li.left {
	border-left: none;
}
#ftr #info ul.ftrLnks li a {
	color: #1A306A;
	font-style: normal;
	padding: 0px 5px 0px 6px;
}
#ftr #info ul.ftrLnks li a:hover {
	color: #3C4C6A;
	font-style: normal;
}

/* ---------------- copyright info ----------------- */
#ftr #info p {
	margin: 25px auto 5px auto;
	width: 100%;
	height: auto;
	text-align: center;
	font-family: "Comic Sans MS", "Comic Sans", "Marker Felt Thin", cursive, Verdana, Arial, Helvetica, sans-serif;
	color: #1A306A;
}
#ftr #info p a {
	color: #405500;
	font-style: normal;
}
#ftr #info p a:hover { color: #3C4C6A; }

#ftr #info p.webmark {
	margin: 15px auto 5px auto;
	color: #405500;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
}


