* { margin:0; padding:0;}

/* START Joshua Estes CSS */
html, body {
        padding:0;
		margin:0;
		background: #1189ac url(../images/snow_flakes.jpg) repeat-x;
        /* height:100%; */
		width:100%; /* From orig CSS */
		vertical-align:top; /* From orig CSS */
        font-family:verdana, arial, sans-serif;
        font-size:10px;
        text-align:center;
}
/* END Joshua Estes CSS */

/* START orig CSS
body{
	padding:0; 
	margin:0;
	background:#E2E2E2;	  
	width:100%; 
	vertical-align:top;
	font-family: tahoma;
	color:#6D6D6D; line-height:13px; font-size:11px;
}
END orig CSS */

input, select, textarea {
	font-family: tahoma;
	color:#0A5C71; line-height:13px; font-size:11px;
	background:#C7DCE9;
	padding:2px;
	border:1px solid #000000;
	vertical-align:middle;
}


.in_none {border:none; padding:0;}


table, td {vertical-align:top;}

a {text-decoration:underline;}	
a:hover{text-decoration:none;}

img {
	border:0px;
}

#jewelCase img {
	float: left;
	margin-right: 15px;
}

.col {
	float:left;
}

.spacer {font-size:0px; line-height:0px;}
.clear {clear:both;}




.main {
	width:766px;
	margin:auto;
}


/* START ORIG navigation/headline/top
.navigation {background:#FFCC00; border-bottom:2px solid #000000;}
END ORIG navigation/headline/top */

/* START Joshua Estes navigation/headline/top */
.navigation {
	background: url(../images/hope_for_the_holidays.png) top center no-repeat;
	height:75px;
	}
/* END Joshua Estes navigation/headline/top orig */

/* START ORIG logo
.navigation .left {float:left; padding:30px;}
END ORIG logo */

/* START Joshua Estes Music for Hope starburst */
.navigation .left {
	float:left;
	position:absolute;
	left:20px;
	top:-20px;
	height:200px;
	width:200px;
	z-index:100;
}
/* END Joshua Estes Music for Hope starburst */

.navigation .right {
	/* float:right; */
	/* padding-right:30px; */
	
	z-index:200;
	position: absolute;
	top: 10px;
	right:25px;
}
.navigation .links {
	text-align:right;
	/* padding:26px 0px 12px 0px; */
	color:#6D6D6D;
}
.navigation .links a {color:#6D6D6D;
}

.navigation .nav_1 {float:left; padding:4px 15px 3px 0px;}
.navigation .nav_2, .navigation .nav_3 {float:left; padding:1px 15px; border-left:1px solid #4D4D4D;}

.navigation .input_search {width:110px; padding:3px;}



/* START ORIG Menu
.menu {background:#3EA7C6; font-size:11px; color:#000000;}
.menu ul {margin:0; padding:0; list-style:none;}
.menu ul li {float:left; background:url(../images/menu_li.gif) top left no-repeat; padding:13px 21px 14px 25px; text-transform:uppercase; font-weight:bold; color:#000000;}
.menu ul li.li_none {background:none;}
.menu ul li a {color:#000000; text-decoration:none;}
.menu ul li a:hover {text-decoration:underline;}
END ORIG Menu */

/* START Joshua Estes Menu */
.menu {
	width:100%;
	line-height:30px;
	background: url(../images/snow_flake_bar.gif) repeat-x;
	margin-bottom: 30px;
}
.menu ul {margin:0; padding:0; list-style:none;}
.menu ul li {
	float: left;
	margin-right: 25px;
	/* margin-right: auto; */
	vertical-align: top;
	line-height: 30px;
	/* word-spacing: 20px; */
	font-size: 1.2em;
	text-transform: uppercase; /* USING SMALL-CAPS IN <A> */
	color: #acacac;
	font-family: verdana, arial, sans-serif;
	text-align: center;
}
.menu ul li a {
	color:#0a5c71;
	text-decoration:none;
	font-weight:bold;
}
.menu ul li a:hover {
	color: #aa3737;
	text-decoration:underline;
}

.menu .icons {
	z-index:150;
	position: absolute;
	top: 59px;
	right:20px;
	/* height:32px; */
	vertical-align:middle;
}
/* END Joshua Estes Menu */


/* START turn off ORIG background
.content_bg {background:#2C2C2C url(../images/bg_cont.gif) top repeat-x;}
END turn off ORIG background */

/* .banner_set3 {background:url(../images/bg_banner.jpg) top right no-repeat; height:153px;} */
#bannerThree {padding:43px 0px 0px 3px; margin:0;}



.welcome {background:url(../images/welcome_bg.jpg) top left no-repeat; padding:0px 0px 30px 154px;}
.welcome h2 {padding:6px 0px 3px 0px;}





.product {margin:5px 0px;}
.product .left {float:left;}
.product .right {width:100%; float:right;}
.product .right .margin {margin:3px 0px 5px 0px;}
.product a {color:#B3B3B3; text-decoration:underline; font-size:10px; line-height:normal; font-weight:bold; text-transform:uppercase;}
.product a.name {padding-left:8px; background:url(../images/arrow_1.gif) top left no-repeat;}
.product a:hover {text-decoration:none;}
.product a strong {color:#B3B3B3; text-decoration:underline; font-size:10px; line-height:normal; font-weight:bold; text-transform:uppercase;}
.product .text {padding:3px 0px 3px 8px; text-transform:uppercase; font-weight:bold; font-size:10px;}
.product .price {padding:3px 0px 5px 8px;}
.product .button {padding-left:8px;}
.product strong {color:#00C3FB; font-size:13px; line-height:normal; font-weight:bold;}

.product .margin_col {margin:0px 20px 0px 0px; text-align:left;}

.w_100 {width:100%;}




.footer {padding:30px 0px 25px 0px;}
.footer .left {margin-right:-210px; float:left; padding:2px 0px 0px 10px;}
.footer .right {width:100%; float:right;}
.footer .right .margin {margin:0px 10px 0px 231px;}

.footer {color:#C7DCE9;}
.footer a {color:#C7DCE9; font-weight:bold;}
.footer .copy {font-size:10px; padding-top:3px; color:#FFFFFF;}
.footer .copy a {color:#FFFFFF;}



