/*****  GLOBAL *****/   

* { margin: 0; padding: 0; }

body {
  background: #A47D49 url(/img/annsmonsters/header_bg.jpg) repeat-x center top;
  margin: 0; padding: 0; 
  font-size: 75%;
  font-family: Gill Sans, Georgia, sans-serif;
  color: #333;
}

a { color: #FF6600; }

a img { border: none; }


h1, h2, h3 {
  font-family: Gill Sans, Georgia, sans-serif;
  font-weight: normal;
  margin-bottom: 0em;
  line-height: 1.6em; 
  color: #211C19;
}

    h1 { font-size: 2.5em; }
    
    h2 { font-size: 2em; } 
    
    h3 { font-size: 1.3em; } 


p { 
  margin: .25em 0 1em 0;
  line-height: 1.5em;
}


ul { 
  list-style-type: none;  
  margin: .5em 0; 
}

ol {
  margin: .5em 0 .5em 1em;
}


   li {
    padding: 0 0 1em .5em; 
  }
  
  li { line-height: 1.5em; }
      
  .inline li {
    float: left; 
    margin-right: 2em;
    
  }

fieldset {
  border: 1px solid #ccc;
  padding: 1em 2em 1em 2em;
  margin-top: 1em;
  margin-bottom: 1em;
}

    legend {
      font-family: Georgia, Trebuchet, serif;
      color: #333;
      font-size: 1.3em;
      padding: 0 .5em .2em .5em;
      font-weight: bold;
    }
    
option { padding-right: 1em; }


.input { margin-bottom: 1.5em; }

    .input label {
      font-size: .9em;
      text-transform: uppercase;
      display: block;
    }
   
    .inline .input label {
      display: inline;
    } 
   
    
   
/*****  CUSTOM CLASSES *****/   

.cf:after {
  content: ".";
  display: block; 
  height: 0; 
  clear: both !important;
  visibility: hidden;
}

.cf { display:inline-block; } 
    
* html .cf {height: 1%;}    

.mute { color: #999; } 

.ghost { display: none; } 

.swatch1 { color: #FF6600 !important; } 

.swatch2 { color: #CC9900 !important; } 

.arrow li { 
  background: url(/img/annsmonsters/bg_li_arrow.gif) no-repeat 0 7px;
  padding-left: 10px;
}

/*****  LAYOUT *****/

#header { 
  background: url(/img/annsmonsters/header.jpg) no-repeat 0 0;
  width: 961px; 
  height: 120px;
  padding-top: 90px;
  margin: 0 auto;
}

    #header h1 { display: none; }

#header h3 { 
  margin-left: 375px;
  color: #fff;
  text-align: center;
}

#canvas { background: #fff; }

#tupperware { 
  width: 961px;
  margin: 0 auto;
}


#sidebar { 
  float: left;
  width: 234px;
  background: #FBF9F2;
  border: 7px solid #F0E9E0;
  border-top: 0;
  margin-left: 50px;
  padding: 10px;
  text-align: center;
  margin-right: 25px;
}

  #sidebar a { text-decoration: none; cursor: pointer; }
  
  #sidebar li h3 a  { color: #999900; } 
  
  #sidebar ul ul , #sidebar ul li li { margin-bottom: 0  !important; padding-bottom: 0 !important; } 
  
  #sidebar .active a {
    background: url(/img/annsmonsters/nav_arrow.png) no-repeat top left;
    padding-left: 30px;
  }


#container { background: #fff; } 

#content {
  float: left;
  background: #fff;
}

#footer { 
  background: url(/img/annsmonsters/footer_bg.jpg) repeat-x;
  height: 45px;
  color: #fff;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 20px;
  font-size: 1.2em;
}


/*****  THE MONSTERS   *****/   

#monsters li { 
  text-align: center; 
  width: 185px;
  float: left;
  border: 1px solid #F0E9E0;
  margin-right: 5px;
  margin-bottom: 5px;
  height: 365px;
} 


#monster #photo_container {
  display: block;
  float: left;
  width: 215px;
}

    #photo_container #photos {
      text-align: center;
      font-size: 2em;
    }
    
    #photos a { cursor: pointer; } 

#monster #details { 
  display: block; 
  float: left;
  width: 360px;
  margin-left: 3em;
  margin-top: 2em;
}
    
    #monster #details h1 span { font-size: .6em; color: #666; }
    
		#monster #details p { 
			font-size: 1.3em; 
			color: #666;
		}
		
		#add_to_cart { 
		  background-color: #FF6600;
		  border: none;
		  color: #fff;
		  font-size: 1.5em;
		  padding: .5em;
		  cursor: pointer;
		}
				
				#add_to_cart:hover {
					color: #ffcc00;
				}
		
		#previous_and_next {
		  background: #FBF9F2; 
		  padding: .5em;
		  text-align: center;
		  margin-top: 4em;
		}
		
		#previous_and_next #previous {
		  background: url(/img/annsmonsters/arrow_left.png) no-repeat;
		  padding-left: 40px;
      padding-right: 1.5em;
		}
		
		#previous_and_next #next {
		  background: url(/img/annsmonsters/arrow_right.png) no-repeat top right;
		  padding-right: 40px;
		}
		
/*   about and faq    */

#about_and_faq { width: 500px; } 

		#about_and_faq p, #about_and_faq li { font-size: 1.2em; }
		
		#about_and_faq em { color: #FF6600; }

#contact { width: 500px; } 

    #contact p { font-size: 1.2em; } 