@font-face {
	font-family: "Futura Medium";
	src: url(FuturaTEE-Medi.eot);
	src: local("Futura Medium"), url(FuturaTEE-Medi.ttf) format("truetype");
}

body {
	font-size: 0.8em;
	background-image: url('../images/bg_tile.png');
	background-position: 50% -8px;
	background-attachment: scroll;
	background-repeat: repeat;
}

* {
	padding: 0px;
	margin: 0px;
	font-family: helvetica;
}

div.copyright {
	padding-top: 30px;
	padding-bottom: 5px;
	text-align: center;
	font-size: 8pt;
	color: #aaaaaa;
	clear: both;
	font-weight: bold;
}

#content {
	margin: 0px auto;
	width: 960px;
}

#content_inner {
	overflow: hidden;
	cursor: default;
	background: #ffffff;
	border-top-width: 0px;
	padding-left: 20px;
	padding-right: 0px;
}

a {
	color: #5d1014;
	text-decoration: none;
	cursor: pointer;
}

a:hover {
	text-decoration: underline;
}

form {
	display: inline;
}

input.search {
	font-size: 9pt;
	width: 75px;
	height: 15px;
	border: 1px solid #666666;
	color: #666666;
	background-color: #ffffff;
}

#rootLink {
	width: 900px;
	height: 245px;
	position: absolute;
	cursor: pointer;
	left: 50%;
	margin-left: -450px;
}

#header {
	background-image: url(../images/ZOMG_header.jpg);
	height: 30px;
	line-height: 25px;
	padding-top: 258px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 10px;
	cursor: default;
	font-size: 0.95em;
}

#header a {
	color: #ffffff;
}

#breadcrumbs {
	float: left;
/*	color: #aa0a0a; */
}

#cartNav {
	float: right;
/*	color: #aa0a0a; */
}

#prodInfo {
	clear: both;
	padding-left: 20px;
	width: 665px;
	float: left;
}

#prodInfo h2 {
	margin: 20px 0px;
	font-size: 24pt;
/*	text-transform: uppercase;
	font-weight: bold; 
	letter-spacing: -1px; */
}

#prodInfo div.prodTitle {
	margin: 20px 0px;
	border-left: 20px solid #770808;
	padding-left: 3px;
}

div.subtitle {
	color: #777777;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-family: 'Futura Medium';
}

div.prodTitle div.title {
	font-size: 2.5em;
	line-height: 1em;
	letter-spacing: -1px;
	font-family: 'Futura Medium';
	color: #222222;
}

a.productTitle {
	font-size: 1.5em;
	font-family: 'Futura Medium';
	letter-spacing: -1px;
	color: #222222;
}

#prodImage {
	width: 295px;
	float: left;
}

#prodImage img {
	width: 250px;
	height: 275px;
}

#prodDesc {
	width: 350px;
	float: left;
	padding-left: 10px;
}

#prodOpts {
	margin-top: 20px;
}

#prodOpts ul {
	list-style-type: none;
}

#prodOpts li {
	padding: 3px;
}

.prodPrice {
	margin: 20px;
	font-size: 14pt;
	font-weight: bold;
}

#cart {
	float: right;
	width: 205px;
	font-size: 8pt;
	background-color: #ffcc44;
	border-left: 2px solid #ffa500;
	border-bottom: 2px solid #ffa500;
	margin-right: 2px;
}

#cart_inner {
	padding: 10px;
	padding-left: 3px;
	padding-right: 3px;
}

#cart_inner div.title {
	padding-bottom: 5px;
	border-bottom: 1px solid #ffa500;
	margin-bottom: 4px;
	font-weight: bold;
}

#cart_inner>table.w {
	width: 100%;
}

input.qty {
	width: 25px;
	border: 1px solid #ffa500;
}

td.name {
	white-space: nowrap;
}

td.form input, td.form select {
	font-size: 8pt;
}

td.price {
	text-align: right;
}

td.st {
	font-weight: bold;
}

span.items {
	font-size: 7pt;
}

#footer {
	background-image: url(../images/footer.gif);
	height: 58px;
	margin-bottom: 30px;
}

.sauceCell {
	width: 360px;
	overflow: hidden;
	padding-top: 40px;
	padding-left: 45px;
}

#saucebody {
	float: left;
	height: 300px;
	width: 300px;
	padding-top: 5px;
	overflow: hidden; 
}
 
#sauce_inner {
	overflow: hidden;
}

div.sauce {
	width: 300px;
	text-align: center;
	float: left;
}

div.soldOut {
	width: 100px;
	height: 100px;
	position: relative;
	top: -275px;
	left: 25px;
	background-image: url(../images/soldout.png);
}

div.comingSoon {
	width: 100px;
	height: 100px;
	position: relative;
	top: -275px;
	left: 25px;
	background-image: url(../images/comingsoon.png);
}

div.soldOutLabel {
	font-weight: bold;
	font-size: 12pt;
	color: #ff0000;
	padding: 5px 0px;
}

div.comingSoonLabel {
	font-weight: bold;
	font-size: 12pt;
	color: #0000ff;
	padding: 5px 0px;
}

div.sauceLink {
	float: left;
	width: 30px;
	height: 300px;
}

div.sauceLink a {
	font-size: 36pt;
	color: #000000;
	display: block;
	margin-top: 120px;
}

#next {
}
 
#prev {
}

#next a:hover, #prev a:hover {
	color: #aa0000;
	text-decoration: none;
}

h1, h2 {
	font-family: 'Futura Medium';
	color: #222222;
	font-weight: normal;
}

h1 {
	margin-top: 20px;
}

p {
	margin-bottom: 15px;
}

table.formTable {
	width: 600px;
	margin: 0px auto;
}

.productListing-image {
	width: 100px;
	height: 100px;
}

#mainnav {
	text-align: center;
}

ul.mainnav {
	list-style: none;
	display: inline;
}

ul.mainnav li {
	display: inline;
	padding: 0px 24px;
}

#header ul.mainnav li a {
	font-family: 'Futura Medium';
	font-size: 1.9em;
	color: #fff33c;
}

#header ul.mainnav li a.sel {
	color: #e41100;
}

#header ul.mainnav li a:hover {
	color: #e41100;
	text-decoration: none;
}

#myDiv {
	width: 450px;
	height: 175px;
	overflow: auto;
	border: 1px solid #880000;
/*	background-image: url(/images/ds.png);*/
	background-repeat: no-repeat;
}
 
#myDiv>div {
	padding: 5px;
	border-bottom: 1px solid #ffa500;
	cursor: default;
	clear: both;
	overflow: hidden;
}
 
#myDiv>div>* {
	float: left;
}
 
#myDiv>div>img {
	padding-right: 5px;
}
 
#myDiv>div>div {
	width: 370px;
	color: #000000;
}
 
a {
	color: #880000;
	text-decoration: none;
}
 
a:hover {
	text-decoration: underline;
}
 
h2 {
	margin: 0px;
	color: #333333;
}

td.tag_r {
	background-image: url(/images/zomgtag.png);
	background-position: top right;
	background-repeat: no-repeat;
	font-family: 'Futura Medium';
	color: #880000;
}

ol {
	margin-left: 20px;
	margin-top: 25px;
	margin-bottom: 15px;
/*	font-size: 0.95em; */
}

img {
	border: 0px;
}

#footer ul { 
	list-style-type:none; 
	margin:0; 
	padding:8px 0 0 15px; 
}

#footer ul li { 
	list-style-type:none; 
	display:block; 
	float:left; 
	margin:0; 
	padding:0; 
}

#footer ul li a {
	display:block; 
	float:left; 
	text-indent:-99999px; 
}

#fn_ZOMG a { width:71px; height:48px; }
#fn_iRATE a { margin-left:18px; width:75px; height:48px; }
#fn_GSOCKS a {  margin-left:22px; width:103px; height:48px; }

#navWrapper {
	margin-top: 0px;
	margin-left: -18px;
	margin-right: 2px;
	padding: 5px;
	font-size: 0.95em;
	color: #333333;
	overflow: hidden;
	background-color: #c4c4c4;
}

div.body img.sauce {
  float: left;
  margin-right: 20px;
}

div.content h1 {
  border-left: 20px solid #770808;
  color: #222222;
  padding: 0px;
  padding-left: 3px;
  margin: 0px 0px 0.5em;
  font-size: 2.5em;
  font-weight: normal;
  letter-spacing: -1px;
  line-height: 1em;
}

div.content h1 a {
   color: #222222;
   font-family: 'Futura Medium';
}

.item { 
  margin-top: 4em;
  margin-bottom: 2em;
  overflow: hidden;
/*  clear: both; */
  width: 700px; 
  margin-left: 25px; 
}

.date { 
  padding-left:3px; 
  border-left:20px solid #770808; 
  color:#777; 
  font-size:10px; 
  text-transform: uppercase; 
  letter-spacing:2px;
  font-family: 'Futura Medium';
}

.content_col { 
  display: inline-block; 
  float: left; 
  width: 700px; 
  margin-left: 20px; 
}

