* { margin: 0; padding: 0; }

* h1 {
  background-repeat: no-repeat;
}

 a {
     text-decoration: none;
     font-weight: none;
     color: black;
   }
   a:hover {
     text-decoration: underline;
     font-weight: bold;
/*     color: black*/
   }


  body {
    background-color: #ffffff;
    color:  #555;
    margin: 0;
    font-family:  "Myriad Pro","Myriad Web","Lucida Grande","Trebuchet MS","Tahoma","Helvetica","Arial",sans-serif;
    line-height: 1.4;
    
  }

  /* ======================================================== */  

  #examples img {
  	padding-right: 25px;
  }
  #statement {
  	/*font-family: "Mrs. Eaves Italic", "Arial",sans-serif;*/
  	text-align: right;
	margin-right:200px;
	padding-right:20px;
	padding-top: 20px;
	padding-bottom: 0;
	}
   #stitches {
	padding-top: 10px;
    background-image: url(stitch.jpg);     
    background-repeat: repeat-x;
	padding-bottom: 10px;
  }

  
  #wrapper {
	text-align: center;
	width:  1000px;
	margin: 0px auto;
	margin-bottom: 10px;
	position: relative;
	background: transparent;
	padding-bottom:  30px;
	background-color: #FFFFFF;	
  }

  /* ======================================================== */  
  
  #header img.logo {
     float: left;
     border:  none;
     background-color: transparent;
     margin-top: 30px;
     margin-left: 35px;
  }
  
  #header {
     height:  100px;
     background-repeat:  no-repeat;
     background-position: top right;
  }
  
#navi
{
	font-size: 10pt;
	height: 2em;
	padding-bottom: 5px;

}

#navi a
{
	padding-right: 20px;
	
}
#navi a:hover {
      font-weight: bold;
      color:  #ea0031;
      text-decoration: none;
}

  /* ======================================================== */  
  
  #navbar {
  	
     position:  relative;
    z-index: 10;
   font-size: 10pt;
  height: 2em;
	}
  
  #nav ul { /* all lists */
    z-index:  1000;
   	padding: 9px;
	padding-left: 20px;
  	list-style: none;
	}

	#nav {
  margin: 0 0 30px 250px;
  list-style: none;
	float: left;
	display: inline; /* ie bugfix */
	}
	
#nav li { /* all list items */
   float: left;
   position:  relative;
   padding-right: 40px;
   text-align: center;
	}

  #nav li.last {
  text-align: left;
  /*margin-left: 20px;*/
  }

  #nav a {
	 	display: block;
  	width: 100%;
		padding: .2em 0;
    position:  relative;
  }

   #navbar a {
color: black;
   }

   #navbar a:hover {
      font-weight: bold;
      color:  #ea0031;
      text-decoration: none;
   }
  

  
    #nav li ul { /* second-level lists */
  	position: absolute;
    background: #900; /* #FF5A06; */
  	width: 7.5em;
  	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
  	border: 2px dashed orange;
    line-height:  1em;
  }

  #nav li ul li a {
    	padding-top: 5px;
			/*text-align: left;*/
  }

	#nav li:hover {
	background: url(iefix.gif);
	}

  #nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
    left: -5px;
		top: 1.8em;
  }
  
  
  #home #navbar {
   /* background: url(../images/nav_trans.png);*/
	}
	
	  #home #navbar a:hover {
/*    font-weight: normal;*/
    font-weight: bold;
    text-decoration: none;
  }
/*  #home #nav .home {
    display: none;
  }
*/

#home #nav .home a,
#beatrice #nav .beatrice a,
#faq #nav .faq a,
#press #nav .press a,
#creations #nav .creations a,
#shopping #nav .shopping a,
#contact #nav .contact a,
#boutique #nav .boutique a,
#request #nav .request a,
#request #nav .subscribe a  {
   font-weight: bold;
   cursor:  default;
   color:  #FFDA6E;
  } 
  

  
/* ======================================================== */  

#tools img {
	padding-right: 40px;
	padding-bottom: 5px;
}
   
