@charset "utf-8";
/* CSS Document */


/**********************************************************
/	General Elements
**********************************************************/

body{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	background-image:url(/images/template/pink-pokeadot.png);
}

h1, h2, h3, h4, h5, h6, p{
	color:#000;
}

h1{
	font-size:16px;
}

h2{
	font-size:18px;
	font-weight:normal;
}

	h2 span{
		color:#ff6699;
	}

h3{
	color:#0099cc;
	font-size:18px;
	font-weight:normal;
}

h4{
	font-size:14px;
	font-weight:normal;
	line-height:22px;
	padding-bottom:8px;
}

h5{
	font-size:12px;
	color:#0099cc;
	font-weight:normal;
}

	h5 span{
		color:#99cc33;
		font-size:14px;
	}

h6{
	font-size:10px;
	color:#000;
	font-weight:normal;
}

button{
	background-color:#0099cc;
	border-color:#fff;
	border-style:outset;
	border-width:2px;
	color:#fff;
	cursor:pointer;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	padding:5px 10px;
	text-decoration:none;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

button:hover{
	background-color:#99cc33;
	border-color:#669900;
}

#clear{
	clear:both;
}

/**********************************************************
/	Template
**********************************************************/

#borderline{
	margin:0px auto;
	margin-bottom:8px;
	border-style:solid;
	border-color:#FFF;
	border-left-width:1px;
	border-right-width:1px;
	border-top-width:0px;
	border-bottom-width:1px;
	border-radius: 8px;
	width:994px;
			/* Box Shadow */
		-webkit-box-shadow:0 2px 40px rgba(75, 75, 75, 0.75);
		-moz-box-shadow:0 2px 40px rgba(75, 75, 75, 0.75);
		box-shadow:0 2px 40px rgba(75, 75, 75, 0.75);
}

#site{
	margin:0px auto;
	margin-bottom:8px;
	border-radius: 8px;
	background-color:#FFF;
	background-image:url(/images/template/josephines-attic-header.jpg);
	background-repeat:no-repeat;
	text-align:center;
	height:auto !important;
	min-height:640px;
	width:978px;
		/* Box Shadow */
		-webkit-box-shadow:0 2px 20px rgba(58, 58, 58, 0.95);
		-moz-box-shadow:0 2px 20px rgba(58, 58, 58, 0.95);
		box-shadow:0 2px 20px rgba(58, 58, 58, 0.95);
}

#topmenu{
	margin:30px 30px 0 0;
	float:right;
}

	#topmenu h2 a{
		color:#FFF;
		font-weight:100;
	}
	
	#topmenu h2 a:hover{
		color:#99cc33;
	}
	

#navigation{
		margin:0px 0px 0px 0px;
		padding:0 0 0 0;
	}
	
	#navigation img{
		margin:20px 0 0 -170px;
	}

	#navigation ul{
			list-style-type:none;
			height:31px;
			margin:70px 0 0 -10px;
		}
		
	#navigation li{
		float:left;
		padding:0 0 0 10px;
	}
	
	#navigation li a{
		border-color:#000;
		border-style:solid;
		border-width:1px;
		background-position:0px 0px;
		display:block;
		height:31px;
		text-indent:-9000px;
		}		
		
	#navigation #link1 a:hover,
	#navigation #link2 a:hover,
	#navigation #link3 a:hover,
	#navigation #link4 a:hover,
	#navigation #link1 .selected,
	#navigation #link2 .selected,
	#navigation #link3 .selected,
	#navigation #link4 .selected{
		background-position:0px -31px;
	}

	#navigation #link1 a{ background:url(/images/template/navigation/gift-baskets.png) 0px 0px no-repeat; width:146px; }
	#navigation #link2 a{ background:url(/images/template/navigation/fashion-accessories.png) 0px 0px no-repeat; width:146px; }
	#navigation #link3 a{ background:url(/images/template/navigation/seasonal-decor.png) 0px 0px no-repeat; width:146px; }
	#navigation #link4 a{ background:url(/images/template/navigation/great-finds.png) 0px 0px no-repeat; width:146px; }
	
#content{
	width:930px;
	background-image:url(/images/green-bar-100.png);
	background-repeat:no-repeat;
	margin:10px 0 0 20px;
	padding:0 0 10px 0;
	text-align:left;
}

	#content.home{
		background-image:none;
	}
	
.whiteBox {
    border: 1px solid #000000;
    margin: 0 10px 0 0;
    padding: 7px 8px 2px 6px;
    text-align: center;
    width: 132px;
}

#footer{
	width:930px;
	background-image:url(/images/green-bar-100.png);
	background-repeat:no-repeat;
	margin:0px 0 0 20px;
	padding:16px 0 20px 0;
	font-family:Tahoma, Geneva, sans-serif;
	text-align:left;
}

	#footer.home{
		background-image:url(/images/green-bar-60.png);
		margin:0 0 0 20px;
	}

	#footer .tel{
		position:absolute;
		margin:-26px 0 0 495px;
	}


