* { 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: #FF5A06;
    color:  #555;
    margin: 0;
    font-family:  "Myriad Pro","Myriad Web","Lucida Grande","Trebuchet MS","Tahoma","Helvetica","Arial",sans-serif;
    line-height: 1.4;
    text-align: center;
  }

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

  #stitches {
    text-align: left;
  	margin: 0 auto;
   	padding-left: 30px; 
   	padding-right: 30px;
   	padding-bottom:  20px;
    width: 840px;   	
    background-image: url(../images/stitch_across.gif);     
    background-repeat: repeat-y;
  }

  .horiz_stitch {
        background-color: #990000;
      	margin: 0 auto;
       	padding-left: 30px; 
       	padding-right: 20px;
       	padding-bottom:  30px;
        width: 850px;   	
        top:  -10px;
        position: relative;
     background-image: url(../images/stitch_across_bottom.gif);     
     background-repeat: no-repeat;
  }
  .vert_stitch {
/*     position:  relative; */
/*     top: -10px;*/
     margin: 0 auto;
     margin-top: -10px !important;   
     height: 42.5em; //680px;
     min-height: 520px;
     
     width: 15px;
     
     background-color: transparent;
     background-image: url(../images/stitching_single.png);
     background-repeat: repeat-y;
/*     z-index:  -4;*/
  }
/*  #innerFrame {
    padding: 10px;
  }
*/
  #wrapper {
    text-align: left;
      width:  800px;
      margin: 0px auto;
     	position: relative;   
     	background: white;
      padding-bottom:  30px;
  }

  /* ======================================================== */  
  
  #header img.logo {
     float: left;
     border:  none;
     background-color: transparent;
/*     margin-top: 7px;
     margin-left: 20px;
*//*     width:  242px;*/
     margin-top: 22px;
     margin-left: 35px;

  }
  
  #header {
     height:  100px;
     background-repeat:  no-repeat;
     background-position: top right;
  }
  
  /* ======================================================== */  
  
  #navbar {
     position:  relative;
   background-color: #FF5A06;
    z-index: 10;
   font-size: 10pt;
  height: 2em;
	}
  
  #nav ul { /* all lists */
    z-index:  1000;
   	padding: 9px;
  	list-style: none;
	}

	#nav {
  margin: 0 0 0 10px;
  list-style: none;
	float: left;
	display: inline; /* ie bugfix */
	}
	
/*	#home #nav {
  margin: 0 0 0 85px;
	}
*/
#nav li { /* all list items */
   float: left;
   position:  relative;
   /*width: 105px;*/
	width: 95px;
   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: white;
   }

   #navbar a:hover {
      font-weight: bold;
      color:  #FFDA6E;
      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,
#links #nav .links a,
#contact #nav .contact a,
#boutique #nav .boutique a,
#request #nav .request a,
#request #nav .subscribe a  {
   font-weight: bold;
   cursor:  default;
   color:  #FFDA6E;
  } 
  

  
/* ======================================================== */  
   #content {
      position:  relative;
      padding-left: 70px;
   }

    #content p {
       font-size: 11pt;
       padding-right:  4em;
       margin-bottom:  1em;       
    }
    
    #heading {
      margin-top: 25px;
      margin-bottom: 5px;
      margin-left:  -5px;
    }

    #content h1 {
       font-weight: normal;
      color: #888;    
       letter-spacing: 0.07em;
       padding-top: 5px;
       margin: 0;
      margin-left: -7px;
      font-family:  "Lucida Handwriting", cursive;
      font-size:  2.4em;
    }
    
    #content p b {
      font-family: Verdana, Arial, Helvetica, sans-serif;      
      color:  #444;
    }
    
  #content a {
    color: #900;
  }
  
  #content img.floatLeft {
     float: left;
     margin-left: -96px;
  }
  #content img.floatRight {
     float: right;
  }


#faq #content ul {
  list-style:  none;
}
#faq #content li a {
  color:  #000099;
}

#faq #content a[name] {
  color:  #000099;  
}
#faq #content a[name]:hover {
  text-decoration:  none;
  font-weight:  normal;
}

#faq #content {padding: 0;}
#faq #list2 .title { font-weight:bold; }
#faq #list1, #list2 { /*width:40em;*/ padding-right: 0px; }
#faq .mytitle { cursor:pointer; margin-top:0.5em; padding:0.1em; padding-left: 10px;}
#faq .mytitle:hover { color: #990000;}
#faq .on .mytitle { background-color: #990000; color: #F5F5F5; }
#faq .off .mytitle { background-color: white; }
#faq .mycontent    { background-color: white; padding:0.1em; border: 1px solid transparent;}
#faq .mycontent p { padding-left: 20px;}
#faq .on .mycontent {
   border:1px solid #C0C0C0; border-top-width:0; 			   
	 }

#faq .mytitlehover { color: #990000;} 	


  * #footer {
    padding-top: 5px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    clear:  both;
  }
  * #footer p {
    text-align: center;
    font-size: 10px;
    color: red;
  }
  * #footer a {
    color: #FF9900;
  }
  
  
  /* 
            Slideshow page stuff 
  */		
  
  
  #boutique #slideshow {
    display: inline;
    left: 350px;
    width: 500px;
    text-align: center;
    margin: 0 auto;
    top: 30px;
  }
  #boutique #slideshow img {
    border: 1px solid black;  
    height: 200px;  
  }

/*
  #boutique #slideshow {
    display: inline;
    height: 189px;
    width: 252px;
    left: 370px;
  }
  
  #boutique #slideshow img {
    height: 189px;
    width: 252px;
    margin-top: 2em; margin-right: 90px;	    
  }
*/  

#beatrice #slideshow {
  display: block;
  width: 500px;
  text-align: center;
  margin: 0 auto;
}
#beatrice #slideshow img {
  border: 1px solid black;  
  height: 335px;  
}

.slideshow_pic,
.slideshow {
  text-align: center;
  margin: 0 auto;
/*  border: 1px solid transparent;*/
}

#slideshow_text {
position: absolute;
top: 115px;
left: 120px;
width: 375px;
height: 30px;
margin: 0;
}

		
.slideshow img .first {
  display: block;
  z-index: -5;
}

		
.slideshow_pic {
/*  margin-top: 10px;*/
  display: inline;
/*  padding: 10px;*/
  padding-left: 170px;
/*  width: 200px;*/
/*  height: 300px;*/
}

#home #slideshow_pic1 img,
#home #slideshow_pic2 img,
#home #slideshow_pic3 img,
#home #slideshow_pic4 img {
  width: 100px;
  height: 100px;
  border: 1px solid black;  
}



#home #wrapper,
#home #content {
  margin: 0 auto;
/*  text-align: center;*/
}

		
		
/*
      Shopping page stuff
*/		
		
#product #body {
  margin: 0 auto;
  text-align: center;
  width: 900px;
  height: auto;
}
#product #wrapper {
/*  width: 1000px;*/
  width: auto;
  margin-top: 30px;
}

#product #content {
  float: left;
  margin-top: 10px;
  color: black;
  width: 25em;
/*  margin-top: 1em;*/
  margin-left: -1.5em;
}

#product #name {
  margin-top: 20px;
  font-size: 20pt;
  margin-bottom: 0.25em;
}

#product #description {
  
}

#product #price {
  padding-top: 20px; 
}

#product #options {  
  
}
#product img {
  padding: 90px 0px 90px 20px;
  float: left;
  position: relative;
  min-width: 300px;
  max-width: 500px;
  width: 30%;
}

#product form select {  
  float: left;
}
#product form div {
  float: left;
  clear: both;
  width: 6.5em;
  margin-left: 0em;
}

#product form br {
  clear: both;
}
#product form input[type=submit] {
/*  margin-left: 2.5em;*/
float: right;
margin-right: 8em;
}
#product #footer {  
  clear:  both;  
}

#product .close {
  clear: both; float: right; font-size: 0.9em; margin-right: 5em;
  margin-top: 3em;
}





#shopping title {
  text-align: center;
}
#shopping a:hover {
  text-decoration: none;
/*  font-weight: normal;*/
}

/*#shopping a:hover > img {
  border: 1px solid black;
}
*/

#shopping #catalog ul {
  list-style: none;
/*  width: 1000px;*/
}

#shopping .item {
/*  position: relative;*/
/*  left: -80px;  */
/*border: 1px solid black;*/
border: none;
  width: 325px;
/*  height: 150px;*/
float: left;
margin: 15px;
}

#shopping .item:hover {
/*  background-color: #dddddd;*/
/*  width: 319px;*/
/*  height: 145px;*/
/*  border: 3px solid #ddd;*/
}

#shopping .item a {
/*  width: 400px;*/
/*  width: 900px;*/
/*  border: 1px solid black;  */
}

#shopping .item img {
  border: none;
/*border: 1px solid black;  */
  vertical-align: middle;
  padding: 10px;
/*  padding-right: 10px;*/
}

#shopping #catalog < p {
  width: 700px;
/*  margin: 0 auto;*/
  margin-left: -60px;
}

#press p {
  margin-left: 0;
}
#press h2 {
  font-size: 12pt;
  color: #898c17;
}

ul.angle_list {
  list-style: none;
  margin-left: 0px;
}
ul.angle_list li:before {
   color: #898c17;
   font-style: bold;
	content: ">";
	padding-right: 4px;
}


/*#press {
  width: 700px;  
}
*/

.brclear { /* Use a break with this class to clear float containers */
clear:both;
height:0;
margin:0;
font-size: 1px;
line-height: 0;
}

