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

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;
	background-image: url(images/mainebg.jpg);
	background-repeat: repeat-y;
	background-position: center;
	background-color: #517184;
}
#container {
	text-align: center;
	width: 800px;
	
	margin: 0 auto;
	height: 900px;
} 
#halcyon {
	width: 100%;
	float:left;
	font-family:"Apple Chancery","Segoe Script","Lucida Handwriting","Lucida Calligraphy","Caflisch Script","Poetica","Sanvito","Ex Ponto","Snell Roundhand","Nuptial Script","Palace Script","Park Avenue","Poetica","Shelley","Kaufmann","Zapf Chancery","Zapf Chancery Medium Italic","ITC Zapf Chancery","ITC Zapf Chancery Medium Italic","Monotype Corsiva",Corsiva,"Zurich Calligraphic","Chancery",Sand,Textile,Mead,"URW Chancery L","URW Chancery L Medium Italic",cursive;
	margin: 0 0 0 20px;
}
#navheader {

font-family:"Apple Chancery","Segoe Script","Lucida Handwriting","Lucida Calligraphy","Caflisch Script","Poetica","Sanvito","Ex Ponto","Snell Roundhand","Nuptial Script","Palace Script","Park Avenue","Poetica","Shelley","Kaufmann","Zapf Chancery","Zapf Chancery Medium Italic","ITC Zapf Chancery","ITC Zapf Chancery Medium Italic","Monotype Corsiva",Corsiva,"Zurich Calligraphic","Chancery",Sand,Textile,Mead,"URW Chancery L","URW Chancery L Medium Italic",cursive;
}
#items {
	width: 150px;
	color: #ffffff;
	float: left;
	font-size: 14px;
	border: 1px solid #ffffff;
	margin: 0px 0px 0px 16px;
	padding: 2px;
	background-image: url(images/itembg.png);
}
#setheight1 {
	height: 145px;
	margin: 0px 0 0 0;
}
#itemsup {
	width: 150px;
	float: right;
	border: 1px solid #ffffff;
	height: 150px;
	color: #ffffff;
	font-size:14px;
	margin: 20px 15px 0px 0px;
	padding: 2px;
	background-image: url(images/itembg.png);
}

#product{
	width:750px;
	height: 400px;
	float: left;
	margin: 50px 0px 0px 10px;
}
#menubg {
	background-image: url(../images/homepageimages/menubg.png);
	background-repeat: no-repeat;
	width: 772px;
	height:31px;
	margin: 0;
	vertical-align: bottom;
}
#header {
	background: #ffffff;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-image: url(http://halcyonyarn.com/images/homepageimages/homesm.jpg);
	background-repeat: no-repeat;
	height: 128px;
	color: #003366;
} 

#navfooter {
	width: 800px;
	background-color: #ffffff;
	text-align: center;
	margin: 0 auto;
}

#footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD; 
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.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;
}
 
#banner {
	font-family: "Times New Roman", Times, serif;
	text-align: left;
	color: #517184;
	background-image: url(images/living-crafts1.jpg);
	background-repeat: no-repeat;
	height: 500px;
	margin: 0px 0px 0px 15px;
}
a:link {
	color: #517184;
	text-decoration: none;
	
}

a:visited {
	text-decoration: none;
	color: #517184;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
.style11 {
	font-size: 240%;
	font-weight: bold;
	color: #000000;
}
h1 {
	font-size: 28px;
	
	color: #ffffff;
	margin:50px 20px 0px 0px;
	padding: 0px;
}
h2 {

	font-size: 16px;
	color: #ffffff;
	margin: 50px 20px 10px 0px;
	padding: 0px;
}


[if IE 5]>
/* place css box model fixes for IE 5* in this conditional comment */
.twoColFixLtHdr #sidebar1 { width: 230px; }
<![endif]
[if IE]>
/* place css fixes for all versions of IE in this conditional comment */

 #mainContent { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
<![endif]
#setheight2 {
	height: 145px;
	margin: 0px 0 0 0;
}

