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

body {
	background-image: url(images/bg.jpg);
	color:#3C2415;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 13px;
	line-height: 22px;
	height: 100%;
	margin-top: 15px;
}

.clear {
	clear: both;
}

a {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 16px;
	text-decoration: underline;
	line-height: 27px;
	color: #3C2415;
}

a:hover {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 16px;
	text-decoration: underline;
	line-height: 27px;
	color: #774B32;
}

h1 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 26px;
	line-height: 32px;
	color: #3C2415;
	font-weight: normal;
}

h2 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 19px;
	line-height: 32px;
	color: #3C2415;
	font-weight: normal;
}

.bodyLink a {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 13px;
	text-decoration: underline;
	line-height: 22px;
	color: #3C2415;
}

.bodyLink a:hover {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 13px;
	text-decoration: underline;
	line-height: 22px;
	color: #774B32;
}

.bold {
	font-weight: bold;
}

/* Begin Tabbed Navigation */

#nav {
	position: right;
	width: 850px;
	height:35px;
	z-index: 20;
	margin: auto;
}

#nav .tab{
	height: 35px;
	position: relative;
	background-position: 0px 7px;
	background-repeat: no-repeat; 
	float: left;
	margin-right: 1px;
	
}

#nav .tab img{
	height: 35px;
	border: none;
}

#NavHome {
	width: 85px;
	background-image: url(images/navHome.png);
}

#NavHome:hover {
	background-position: 0px -38px; 
}
	
#NavHome a img{
	width: 89px;
}

#NavPurchase {
	width: 111px;
	background-image: url(images/navPurchase.png);
}

#NavPurchase:hover {
	background-position: 0px -38px; 
}
	
#NavPurchase a img{
	width: 111px;
}

#NavAbout {
	width: 85px;
	background-image: url(images/navAbout.png);
}

#NavAbout:hover {
	background-position: 0px -38px; 
}
	
#NavAbout a img{
	width: 85px;
}

#NavContact {
	width: 93px;
	background-image: url(images/navContact.png);
}

#NavContact:hover {
	background-position: 0px -38px; 
}
	
#NavContact a img{
	width: 93px;
}

/* End Tabbed Navigation */

#Wrapper {
	background-color: #fff;
	position: relative;
	width: 850px;
	border: 3px solid #C23662;
	margin:0 auto;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	font-family: Georgia, "Times New Roman", Times, serif;
}

#header {
	background-image: url(images/header.jpg);
	height: 213px;
	width: 850px;
}

#hdShadow {
	background-image: url(images/hdShadow.jpg);
	height: 17px;
	width: 850px;
}

#contentWrapper {
	width: 750px;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
}

#sidebar {
	width: 180px;
	float: left;
	margin-top: 15px;
	margin-right: 7px;
	padding-left: 20px;
	
}

#content {
	width: 750px;
	height: 100%;
	margin-bottom: 15px;
	padding-left: 50px;
	margin-right: 20px;
}

.heartRule {
	background-image: url(images/heartRule.gif);
	height: 61px;
	width: 805px;
	margin-top: -40px;
	margin-left: -26px;
	background-repeat: no-repeat;
}

#etsyWrapper {
	margin-left: 10px;
}

#footerShadow {
	background-image:url(images/footerShadow.jpg);
	width: 850px;
	height: 17px;
}

#footer {
	width: 850px;
	height: 68px;
	background-image: url(images/footer_bg.gif);
	background-repeat: repeat-x;
}

#footerNav {
	width: 400px;
	float: left;
	margin-top: 22px;
	margin-left: -20px;
	list-style-type: none;
}

*+html #footerNav {
	margin-left: 20px;
}

#footerNav li a {
	color: #FFF;
	font-size: 15px;
	text-decoration: none;	
}

#footerNav li a:hover {
	color: #C23662;
	font-size: 15px;
	text-decoration: underline;
}

#footerNav li {
	display: inline;
}

.navLine {
	font-size: 15px;
	color: #FFF;
	margin-right: 10px;
	margin-left: 10px;
}

#copyright {
	font-size: 15px;
	color: #FFF;
	float: left;
	margin-left: 19px;
	margin-top: 22px;
}


	
