/* reset */
html, body, div, span,
h1, h2, h3, h4, h5, h6, p, blockquote,
a, em, font, img, ins, kbd, q, s,
small, strike, strong, b, u, i, center, ol, ul, li,
fieldset, form, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}
* {
    margin: 0;
    padding: 0;
}
ol, ul { list-style: none; }
a img { border: none; }
.clear { clear: both; }
.right { float: right; }
.left { float: left; }
/* ----------------- */
html{
    width: 100%;
    height: 100%;
	background:#191919;
}
body {
    color: #e4d400;
    font: normal 13px/14px Calibri, Arial, Helvetica, sans-serif;
	margin:0 auto;
	background:#191919;
}
a {
    color: #e4d400;
    text-decoration: none;
}
a:hover {
    color: #e4d400;
    text-decoration: underline;
}
#redStrip{
	width:100%;
	height:100px;
	position:absolute;
	top:0px;
	left:0px;
	background:#b31117;
	z-index:0;	
}
#wrapper {
	position:relative;
	z-index:1;
    margin:0px auto;
    width: 980px;
}
#main-content{
    margin:0px auto;
    width: 940px;	
	position:relative
}
#one-dollar-hotdog{
	background:url(../images/one-dollar-hotdog.png) no-repeat;
	width:219px;
	height:217px;
	text-indent:-9999px;
	position:absolute;
	top:0px;
	left:320px;	
}
#content{
	padding-top:173px;	
}
#content #logo{
	background:url(../images/new-york-hotdog.png) no-repeat;
	width:245px;
	height:217px;
	text-indent:-9999px;
	margin-right:75px;
}
#content #slogan{padding-top:121px;}
#content #slogan p{padding-top:8px;}
#combos-holder{
	margin:40px 0px 45px 161px;	
}
#combos-holder h1{
	font-weight:750px;
	font-size:37px;
	color:#ffffff;
	padding-bottom:1px;
	text-transform:uppercase;
	border-bottom:4px solid #e4d400;
}
#combos-holder h2{
	font-weight:700;
	font-size:25px;	
	color:#ffffff;
	margin-top:40px;
	width:160px;
}
#combos-holder h2 .gray-highlight{
	background:#464646;
	margin-top:-2px;
	padding:4px 4px 3px;
	display:block;
	width:90px;
	height:20px;
}
#combos-holder img{margin-top:26px;}
#footer{
	color:#ababab;
	font-size:11px;
	padding-top:12px;
	border-top:2px solid #313131;
}
#footer #copyright{text-align:left;}
#footer #copyright a{color:#ababab;}