html {
  background: #fff url(img/bg.png) 50% 0px repeat-y;
}

body {
  background: transparent url(img/header.png) 50% 0px no-repeat;
  font: 13px helvetica, verdana, arial, sans-serif;
  color: #222;
}

* { outline: none; }
.clear { clear: both; }
.left { float:left }
.right { float:right }
strong { font-weight:bold; }

.placeholder { 
	margin:10px;
	padding:30px;
	border:1px solid #9BDCF9;
	background:#D1EEFC;
	color:#176988;
	text-align:center;
}

#header {
  height: 148px;
  width: 840px;
  margin: 0px auto;
}
	#header h1 {
	  text-indent: -99999px;
	}
	#header a {
	  text-indent: -99999px;
	  display: block;
	  height: 100px;
	  width: 20px;
	  background: #00a3e5;
	  margin: 40px 0px 0px 600px;
	}

#nav {
  height: 74px;
  width: 840px;
  margin: 0px auto;
}
  #nav ul {
    float: left;
  }
  #nav ul li {
    display: inline;
    float: left;
    list-style-type: none;
    text-indent: -99999px;
  }
  	#nav a { display: block; }
	
	#nav #home a       { display: block; background: transparent url(img/nav.gif) 0 -14px no-repeat; width:100px; height:44px; margin:18px 0 0 15px; }
	#nav #home a:hover {background: transparent url(img/nav.gif) 0 -64px no-repeat; }
	
	#nav #products a       { background: transparent url(img/nav.gif) -120px -6px no-repeat; width:115px; height:44px; margin:12px 0 0 15px;}
	#nav #products a:hover {background: transparent url(img/nav.gif) -120px -52px no-repeat; }
	
	#nav #scoopshop a       { background: transparent url(img/nav.gif) -254px -6px no-repeat; width:154px; height:36px; margin:10px 0 0 15px;}
	#nav #scoopshop a:hover {background: transparent url(img/nav.gif) -256px -55px no-repeat; }
	
	#nav #orderonline a       { background: transparent url(img/nav.gif) -428px -6px no-repeat; width:154px; height:34px; margin:10px 0 0 15px;}
	#nav #orderonline a:hover {background: transparent url(img/nav.gif) -426px -52px no-repeat; }
	
	#nav #company a       { background: transparent url(img/nav.gif) -600px -10px no-repeat; width:114px; height:36px; margin:12px 0 0 15px;}
	#nav #company a:hover {background: transparent url(img/nav.gif) -599px -56px no-repeat; }
	
	#nav #findus a       { background: transparent url(img/nav.gif) -730px -16px no-repeat; width:94px; height:43px; margin:18px 0 0 15px;}
	#nav #findus a:hover {background: transparent url(img/nav.gif) -724px -62px no-repeat; }

#content {
  width: 760px;
  margin: 12px auto;
  clear: both;
}
	#content h1 {
    font-size: 1.9em;
    color: #004865;
    padding: 4px;
    font-weight: bold;
	}
	#content h1 em {
		font-size: 18px;
		font-style: italic;
		color:#00A2E5;
		font-family: Georgia, serif;
	}
  #content h2 {
    font-size: 1.9em;
    color: #00293A;
    padding: 4px;
    font-weight: bold;
    background: #fff url(img/underline.gif) bottom left no-repeat;
    margin-bottom: 10px;
  }
  #content h2 span {
     font-size: .8em;
    color: #176988;
  }
  #content h3 {
  	font-size: 1.2em;
    color: #00293A;
    padding: 4px;
    font-weight: bold;
  }
  
  #content p {
    line-height: 1.8em;
    font-size: 1.1em;
    padding: 8px 0;
  }
  #content p img.right {
  	float:right;
  }
  #content p img.left {
  	float:left;
  }
  #content p img {
  	margin:4px;
  }
  #main ul {
  	list-style:disc;
  	margin-left:30px;
  }
  #main ul li {
  	line-height: 1.8em;
    font-size: 1.1em;
  }
  #main ul li em {
  	color:#666;
  	font-size:.8em;
  }
  #main table {
    	border-bottom:1px solid #79CEF1;
  	border-left:1px solid #79CEF1;
  }
  #main table td {
  	padding:4px;
  	text-align: center;
  	border-top:1px solid #79CEF1;
  	border-right:1px solid #79CEF1;
  }
  
  #main {
    width: 540px;
  }
  
  #content #sidebar {
    width: 200px;
  }
  
  #content #sidebar.right {
  	width:180px
  }
  
  #sidebar.pic {
  	padding-bottom:140px;
  	background:url(../images/flavs/espresso_chocolate_chip_fade.png) bottom left no-repeat;
  }

  #content #sidebar a {
  	font-size: 14px;
  	margin-bottom: 10px;
  	margin-right:14px;
  	display:block;
  	padding:10px;
  	text-decoration: none;
  	color:black;
  	text-align: center;
  	border: 1px solid #DBF2FB;
  	background: #fff url(img/underline.gif) bottom center no-repeat;
  }
  
  #content #sidebar.right a {
  	font-size: 13px;
  	line-height: 16px;
  }
  #content #sidebar a:hover {
  	border: 1px solid #F7FAE6;
  	background: #fff url(img/underline-green.gif) bottom center no-repeat;
  }
  #sidebar a strong {
  	font-weight: bold;
  }
  
  #sidebar ul {
  }
  
  #content #sidebar li a {
  	text-align: left;
  	padding:6px;
  	margin-bottom:1px;
  	border:1px solid #fff;
  	background: #fff;
  }
  
  #content #sidebar li ul li a {
  	padding:3px 3px 3px 24px;
  	font-size: 12px;
  }
  
  #content #sidebar li a:hover {
      	background: #fff url(img/underline-green.gif) bottom center no-repeat;
  }
  
  #content #sidebar li.current a {
  	background: #00ABE8 url(img/point.gif) center right no-repeat;
  	font-weight: bold;
  	color:#fff;
  }
  
  #content #sidebar li.current ul li a {
  	background: #fff;
   	font-weight:normal;
  	color:#000;
  }
  #content #sidebar li.current ul li a:hover {
  	  	border: 1px solid #F7FAE6;
  	background: #fff url(img/underline-green.gif) bottom center no-repeat;
  }
  
  #content #sidebar li.current a:hover {
  	border:1px solid #fff;
  }
  

#footer {
  clear: both;
  width: 760px;
  margin: 0 auto;
  padding: 20px;
  font-size: 12px;
  color: #999;
}

.cart li a.remove {
  display: inline;
  padding: 0px;
  margin: 0px;
  float: left;
}

.cart li em {
  float: right;
}

.cart li {
  clear: both;
}

.cart_item img {
}

.cart.droppable-active {
  background: #F5F7DC;
  border:1px solid #DFE67D;
}

.cart.droppable-hover {
  background: #E9EEA6;
}

.cart .cart_list_item {
  margin-bottom: 3px;
  height: 16px;
}
.cart .cart_list_item span {
  display: block;
  float: left;
  padding: 2px;
  height: 16px;
  margin-bottom: 1px;
}
#sidebar .cart .cart_list_item .flavor_name {
	padding-top:4px;
 	width: 120px;
 	font-weight: bold !important;
}
#sidebar .cart .cart_list_item .count {
	padding-top:4px;
  width: 16px;
  font-weight: bold !important;
}
#sidebar .cart .cart_list_item .remove {
  width: 16px;
}
#sidebar .cart .cart_total {
  clear: both;
  display: block;
  padding: 3px;
}

.check_out {
	margin-top:20px;
	font-weight: bold;
}

.over_total {
	color:red;
}

.cart {
  width:188px;
  height: 230px;
  padding: 5px;
  border:1px solid #fff;
  margin-bottom: 5px;
}

.new_cart {
  background: #fff url(../images/shopping.gif) 32px 120px no-repeat;
 }

.cart ul {
	height:200px
}

.cart h3 {
	font-size: 14px;
	font-weight: bold;
}

.cart_item {
	padding:4px;
	text-align: center;
	background: #fff;
	font-weight: bold;
	width: 110px;
	height: 115px;
	margin: 4px;
	float: left;
	display:block;
	border: 1px solid #DBF2FB;
	text-align: center;
	cursor: move;
}
.cart_item .hide {
	display:none;
}

.cart_item:hover {
	border: 1px solid #F7FAE6;
/* 	background: #fff url(img/underline-green.gif) bottom center no-repeat; */
}

#content .product {
	border: 1px solid #F4F8DD;
	margin:15px 8px;
	padding:8px;
}
#content .product:hover {
	border: 1px solid #DFE67D;
}
#content .product h3 {
	font-size:18px;
	font-weight: bold;
	background: #fff url(img/underline-green.gif) bottom left no-repeat;
}
#content .product.even h3 {
	text-align: right;
	background: #fff url(img/underline-green.gif) bottom right no-repeat;
}
#content .product.odd img {
	float:right;
}
#content .product.even img {
	float:left;
}
#content .product p {
	margin:5px;
	padding:4px;
	font-size: 13px;
}



	#footer a { color:#999; }


#sidebar span.buttons em.add {
	display: block;
	float: left;
	width: 16px;
	height: 16px;
	background: #fff url(../images/plus_small.png) 50% 50% no-repeat;
}
#sidebar span.buttons em.remove {
	display: block;
	float: left;
	width: 16px;
	height: 14px;
	padding-bottom:2px;
	background: #fff url(../images/cross_small.png) 50% 50% no-repeat;
}

.blue-box {
  	border: 1px solid #DBF2FB;
  	background: #fff url(img/underline.gif) bottom center no-repeat;
  	padding:14px;
  	display:block;
  	font-size:13px;
  	line-height:18px;
  	margin-bottom:10px;
}


		#flavors tr th {
			font-weight:bold;
			border:1px solid #eee;
			font-size:11px;
			padding:4px;
			text-align: left;
			background:#CCFFCC;
		}
		#flavors tr td {
			border:1px solid #eee;
			font-size:11px;
			text-align: left;
		}
		#flavors tr td em {
			color:#aaa;
			white-space:nowrap;
		}
		#flavors tr td b {
			font-weight: bold;
		}