@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: rgb(248,248,248);
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	
	
	/* these styles below are for text  */


}
.link { /* regular light blue links */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #6B8B9A;
	text-decoration: underline;
	
}
a:visited { 

	}
a:hover { 
	color: #000000;
	}
a:active { 
	color: #000000;

}
.linkcategory { /* category links on the left navigation bar */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #093E57;
	text-decoration: none;
    text-transform:capitalize;	
	line-height: 1.5;
	
}
.linksubcategory { /* subcategory links on the left navigation bar */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #6B8B9A;
	text-decoration: none;
	line-height: 1.5;
	
}
.linkoccasion { /* Occasion links on the left navigation bar */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	line-height: 1.5;
}

.topmessagetext { /* our goal, etc */
	font-family: Georgia, serif;
	font-size: 16px;
	font-style: normal;
	white-space: normal;
    color: #093E57;
}

.pricebold { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #666666;
	line-height: 1.5;
}
.topmessagelink { /* our goal, etc */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	white-space: normal;
	color: #6B8B9A;
    text-decoration: none;

}
.featureheadline { 
	font-family: Georgia, serif;
	font-size: 24px;
	font-style: bold;
    color: #BC245E; /* dark pink */
}

.linkproductnamebold { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
    color: #BC245E; /* dark pink */
	text-decoration: none;
}

	/* end text sytles */


.homepage #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: rgb(248,248,248); /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid rgb(248,248,248);
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-right: 0px;
	padding-left: 0px;
} 
.aboutus #header { /* logo etc */
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #FFFFFF;


}
.homepage #topmenu {
	float: left; /* since this element is floated, a width must be given */
	width: 778px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	background-color: #093E57;
	border: 1px solid #093E57;

}
.homepage #topmessage {
	float: left; /* since this element is floated, a width must be given */
	width: 768px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	background-color: #FFFFFF;
	border: 1px solid #B5C5CD;
	text-align:center
}

.homepage #sidebar1 { /* left vertical navigation menu */
	float: left; 
	width: 168px;
    height: 620px;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 7px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	background-color: #FFFFFF;
	border: 1px solid #B5C5CD;
}
.homepage #container #sidebar1 p img {
	margin: 0px;
	padding-bottom: 5px;
}

.homepage #container #sidebar1 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: italic;
	white-space: normal;
}

.homepage #bigfeature { /* main featured product or holiday */
	float: right; 
	width: 566px;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 5px;
	background-color: #FFFDE8;
	border: 1px solid #B5C5CD;
	text-align:left
}

.homepage #featuredproductsbar { /* featured products bar */
	float: right; 
	width: 583px;
	height: 31px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 5px;
	background-color: #6B8B9A;
	border: 0px solid #B5C5CD;
	text-align:left
}

.homepage #smallfeatureone { /* right small featured product */
	float: right; 
	width: 166px;
	height: 310px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 10px;
	background-color: #FFFFFF;
	border: 1px solid #B5C5CD;
	text-align:center
}

.homepage #smallfeaturetwo { /* centered small featured product */
	float: right; 
	width: 165px;
	height: 310px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 10px;
	background-color: #FFFFFF;
	border: 1px solid #B5C5CD;
	text-align:center
}

.homepage #smallfeaturethree { /* left small featured product */
	float: right; 
	width: 166px;
	height: 310px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 10px;
	background-color: #FFFFFF;
	border: 1px solid #B5C5CD;
	text-align:center
}

.homepage #mainContent {
	margin-top: 0;
	margin-right: 200px;
	margin-bottom: 0;
	margin-left: 200px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
} 
.homepage #footer {
	padding: 0 10px 0 20px;
	background-color: #FFFFFF;
	text-align: center;
} 
.homepage #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	line-height: 1.5;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.homepage #container #mainContent h2 {
	color: #0A3D58;
}

