/* BEGIN reset all styles across browsers */
* {
   padding: 0;
   margin: 0;
}
h1, h2, h3, h4, h5, h6, p, blockquote,
 form, label, ul, ol, dl, fieldset, address {
    margin-bottom: 1em;
}
ul, ol {
	padding-left: 3em;
	margin-left: 0;
}
/* END reset all styles across browsers */
html {
	background: black url(../images/background.jpg) no-repeat center 0px;
}
body {
	background: url(../images/nav-bg.jpg) repeat-x;
}
#wrapper {
	position: relative;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	font: 14px Geneva, Verdana, Arial, sans-serif;
	color: white;
	background: black;
}
img {
	border-width: 0px;
	margin: 0px;
	padding: 0px;
	border-color: #DB1D24;
	background: transparent;
}
a {
	text-decoration: none;
}
a:link {
	color: #DB1D24;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h1 {
	font-size: 200%;
	color: #C4C4C4;
	margin-bottom: 0.3em;
}
h2 {
	color: #C4C4C4;
	font: Helvetica;
	margin-top: 1em;
	margin-bottom: 1em;
	
}
h3 {
	font-size: 120%;
}
p {
	line-height: 1.5em;		
}
#nav {
	height: 45px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	overflow: hidden;
	background: url(../images/nav-bg.jpg) repeat-x;
}
#nav li a {
	text-decoration: none;
	text-indent: -9999px;
	height: 45px;
	display: inline;
	position: absolute;
	top: 0px;
	background: transparent url(../images/nav.jpg) no-repeat;
}
#nav #specials a { width: 100px; left: 84px; }
#nav #martinis a { width: 210px; left: 275px; }
#nav #food a { width: 70px; left: 577px; }
#nav #events a { width: 180px; left: 736px; }
#home #nav {
	background: url(../images/nav.gif) no-repeat 0px -45px;	
}
#cocktails #nav {
	background: url(../images/nav.gif) no-repeat 0px -90px;
}
#menu #nav {
	background: url(../images/nav.gif) no-repeat 0px -135px;
}
#promotions #nav {
	background: url(../images/nav.gif) no-repeat 0px -180px;
}
#cocktails #nav #specials a:hover, #menu #nav #specials a:hover, #promotions #nav #specials a:hover {
	background: url(../images/nav.gif) no-repeat -84px 0;
}
#home #nav #martinis a:hover, #menu #nav #martinis a:hover, #promotions #nav #martinis a:hover {
	background: url(../images/nav.gif) no-repeat -275px 0;
}
#home #nav #food a:hover, #cocktails #nav #food a:hover, #promotions #nav #food a:hover {
	background: url(../images/nav.gif) no-repeat -577px 0;
}
#home #nav #events a:hover, #cocktails #nav #events a:hover, #menu #nav #events a:hover {
	background: url(../images/nav.gif) no-repeat -736px 0;
}
#allcontent {
	width: 1000px;
}
#header {
	height: 167px;
	position: relative;
	background-color: black;
}
#header h1 {
	float: left;
	text-indent: -9999px;
	font-size: 0;
}
#header h1 a {
	display: block;
	background-image: url(../images/header.jpg);
	width: 1000px;
	height: 167px;
	outline: none;
}
#logo {
	background-image: url(../images/logo.png);
	position: absolute;
	top: 55px;
	left: 10px;
	width: 85px;
	height: 268px;
}
#logo h1 {
	text-indent: -9999px;
	font-size: 0;
}
#logo h1 a {
	display: block;
	width: 85px;
	height: 165px;
	outline: none;
}
#banner {
	background-image: url(../images/banner.png);
	position: absolute;
	top: 157px;
	left: 115px;
	width: 885px;
	height: 66px;
}
#maincontent {
	margin-left: 110px;
	margin-right: 243px;
	padding-top: 20px;
	padding-bottom: 20px;
}
#twitter {
	background-image: url(../images/twitter-badge.png);
	position: absolute;
	top: 230px;
	right: 140px;
	width: 30px;
	height: 30px;
}
#twitter h1 {
	text-indent: -9999px;
	font-size: 0;
}
#twitter h1 a {
	display: block;
	width: 100px;
	height: 30px;
	outline: none;
}
#facebook {
	background-image: url(../images/facebook-badge.png);
	position: absolute;
	top: 230px;
	right: 80px;
	width: 30px;
 	height: 30px;
}
#facebook h1 {
	text-indent: -9999px;
	font-size: 0;
}
#facebook h1 a {
	display: block;
	width: 100px;
	height: 30px;
	outline: none;
}
#urbanspoon {
	background-image: url(../images/urbanspoon-badge.png);
        position: absolute;
	top: 270px;
	right: 68px;
	width: 114px;
	height: 42px;
}
#urbanspoon h1 {
	text-indent: -9999px;
	font-size: 0;
}
#urbanspoon h1 a {
	display: block;
	width: 150px;
	height: 50px;
	outline: none;
}
#strawberry-ad img {
	position: absolute;
	top: 750px;
	right: 30px;
	width: 192px;
	height: 203px;
	border: 2px solid #DB1D24;
}
#burger-ad img {
	position: absolute;
	top: 900px;
	right: 30px;
	width: 192px;
	height: 275px;
	border: 2px solid #DB1D24;	
}
#pitcher-ad img {
	position: absolute;
	top: 1210px;
	right: 30px;
	width: 192px;
	height: 275px;
	border: 2px solid #DB1D24;
}
#martini-ad img {
	position: absolute;
	top: 330px;
	right: 30px;
	width: 192px;
	height: 275px;
	border: 2px solid #DB1D24;
}
#footer {
	width: 1000px;
	height: 200px;
	background-image: url(../images/);
	background-color: black;
	clear: both;
}
#footer a:link {
	color: white;
	font-weight: normal;
}
#footer a:hover {
	text-decoration: underline;
}
#footer li {
	list-style-type: none;
}
#footer #leftfooter {
	float: left;
	font-color: white;
        top: 150px;
	left: 200px;
	text-align: center;
	padding-left: 0px;
}
#footer #rightfooter {
	float: center;
	font-color: white;
        top: 150px;
	right: 200px;
	text-align: center;
	padding-left: 0px;
}
.sidehighlight {
	border: 2px solid #DB1D24;
	padding: 10px;
	background-color: white;
	color: black;
	position: absolute;
	top: 330px;
	right: 30px;
	width: 172px;
}
.sidehighlight .texthighlight {
	color: black;
	font-weight: bold;
}
.sidehighlight ul {
	padding-left: 1.3em;
}
.sidehighlight h2 {
	margin-top: 0;
}
.textindent {
	margin-left: 2em;
}
.texthighlight {
	color: #DB1D24;
	font-weight: bold;
}
.smalltext {
	font-size: 80%;
	font-style: italic;		
}
.leftcolumn {
	float: left;
	width: 47%;
}
.rightcolumn {
	float: right;
	width: 47%
}
.floatleft {
	float: left;
	border: 2px solid #DB1D24;
	margin-right: 5px;
}
.floatright {
	float: right;
	margin-left: 5px;
	border: 2px solid #DB1D24;
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.text-center {
	text-align: center;
}
