/* basic reset */
* { 
	margin: 0; 
	padding: 0; 
}

a img { 
	border: 0 ; 
}

/* primary structure */
body {
	background-color: #151b19;
	color: #000;
	font-family: Tahoma, Verdana, Arial, sans-serif;
}

#container {
	width: 1000px;
	min-height: 600px;
	margin: 0 auto;
	position: relative;
}

#content {
	width: 760px;
	font-size: 13px;
	padding: 275px 120px 60px 120px;
	height: auto;
	background-color: #fff;
	text-align: center;
}

#header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 215px;
	background-color: #000;
	color: #fff;
	text-align: center;
}

#footer {
	position: relative;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 20px;
	background-color: #333;
	text-align: center;
	font-size: 11px;
	color: #999;
	padding-top: 5px;
	margin-bottom: 20px;
	clear: both;
}

/* content elements */
#content h1, #content h2 {
	text-align: center;
	margin: 0 auto 10px auto;
	background-repeat: no-repeat;
	height: 25px;
	position: relative;
}

#content h1 span, #content h2 span {
	position: absolute;
	left: -999em;
}

	#about #content h1 {
		background-image: url("/gfx/titles/title-about.png");
		width: 80px;
	}
	
	#products #content h1 {
		background-image: url("/gfx/titles/title-products.png");
		width: 119px;
	}
	
	#taos-links #content h1 {
		background-image: url("/gfx/titles/title-taos-links.png");
		width: 135px;
	}

#content p {
	text-align: left;
	margin-bottom: 25px;
	line-height: 18px;
}

	#content p.margin-alt {
		margin-bottom: 5px;
	}

#content img.right {
	float: right;
	padding: 5px 10px 25px 25px;
}

/* header elements */
#nav {
	position: absolute;
	top: 5px;
	left: 0;
	width: 100%;
	height: 25px;
	background-color: #464243;
	text-align: center;
}

	#nav li {
		border-left: solid 1px #666;
		vertical-align: middle;
	}
	
		#nav li.first { 
			border: 0; 
		}
		
		#nav li span {
			text-transform: uppercase;
		}
	
	#nav a {
		font-size: 12px;
		text-decoration: none;
		padding: 0 18px;
		text-transform: lowercase;
		vertical-align: 2px;
	}
	
	#nav a:link { color: #fff; font-weight: normal; }
	#nav a:visited { color: #fff; font-weight: normal; }
	#nav a:hover { color: #fc6; font-weight: bold; }
	#nav a:active { /* empty */ }

#skeleton {
	position: absolute;
	top: 29px;
	left: 181px;
	width: 150px;
	height: 186px;
}

#logo {
	position: relative;
	top: 31px;
	width: 191px;
	height: 103px;
}

	#logo span {
		position: absolute;
		left: -999em;
	}
	
#slogan {
	position: relative;
	top: 30px;
	font-size: 14px;
	font-style: italic;
	letter-spacing: .5px;
}

.hours {
	position: relative;
	font-size: 12px;
}

#hours1 {	
	top: 40px;
}

#hours2 {
	top: 42px;
}

	#hours2 li {
		padding: 0 5px;
	}

/* footer elements */
#footer li {
	padding: 0 18px;
	border-left: solid 1px #7a7a7a;
	vertical-align: 2px;
}

	#footer li.first {
		border: 0;
	}

#footer a {
	color: #fc6;
	font-weight: bold;
}

#footer a:link { text-decoration: none; }
#footer a:visited { text-decoration: none; }
#footer a:hover { text-decoration: underline; }
#footer a:active { /* empty */ }

/* home page */
#home #container {
	min-height: 621px;
}

#home #header {
	height: 585px;
}

#home #home-header {
	width: 434px;
	position: absolute;
	top: 0;
	left: 0;
}

#home #logo {
	position: absolute;
	top: 45px;
	left: 88px;
	width: 269px;
	height: 427px;
}

#home h1 {
	color: #fff;
	text-align: center;
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
	letter-spacing: .5px;
	padding-top: 500px;
}

#home h2, #home h3 {
	font-size: 12px;
	font-weight: normal;
	padding-top: 10px;
}

#home h3 {
	display: inline;
	padding: 0 10px;
}

#home #content {
	background-color: #000;
}

#home #home-slideshow {
	width: 500px;
	height: 546px;
	position: absolute;
	top: 30px;
	right: 0;
	background: #000 url("/gfx/layout/home/bg.jpg") repeat;
}

#home #home-slideshow ul#slide-window {
	position: absolute;
	top: 81px;
	right: 106px;
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
}
	#home #home-slideshow ul#slide-window li {
		position: absolute;
		top: 0;
		left: 20px;
	}
	
	#home #home-slideshow ul#slide-window li.hide {
		
	}
	
	

#home #footer {
	position: absolute;
}

/* menu styles */
#menu #content {
	padding-bottom: 20px;
	min-height: 800px;
}

#menu #subnav {
	margin-top: -55px;
	margin-bottom: 40px;
}

	#menu #subnav li { 
		padding: 0 15px;
	}
	
	#menu #subnav a { 
		text-decoration: none;
		text-transform: lowercase;
		font-weight: bold;
		font-size: 12px;
	}
	
	#menu #subnav a:link { color: #292929; }
	#menu #subnav a:visited { color: #292929; }
	#menu #subnav a:hover { color: #d20100; }
	#menu #subnav a:active { /* empty */ }
	
	#menu #content h1 {
		display: none;
	}
	
	#menu #content h2,
	#menu #content h3 {
		clear: left;
	}
	
	#menu h2#appetizers-title {
		background-image: url("/gfx/titles/title-appetizers.png");
		width: 155px;
	}	
	
	#menu h2#entree-title {
		background-image: url("/gfx/titles/title-entrees.png");
		width: 113px;
	}	
	
	#menu h2#sides-title {
		background-image: url("/gfx/titles/title-sides.png");
		width: 69px;
	}	
	
	#menu h2#kids-title {
		background-image: url("/gfx/titles/title-kids.png");
		width: 193px;
		height: 49px;
	}	
	
	#menu h2#drinks-title {
		background-image: url("/gfx/titles/title-drinks.png");
		width: 63px;
	}	
	
	#menu h2#teas-title {
		background-image: url("/gfx/titles/title-hot-teas.png");
		width: 90px;
	}
	
	#menu h2#beers-title {
		background-image: url("/gfx/titles/title-beer-list.png");
		width: 95px;
	}	
	
	#menu h2#wines-title {
		background-image: url("/gfx/titles/title-wine-list.png");
		width: 94px;
	}	
	
	#menu h2#sweets-title {
		background-image: url("/gfx/titles/title-sweets.png");
		width: 102px;
	}	
	
	#menu dl {
		text-align: left;
		margin-bottom: 15px;
	}
	
		#menu dl#sides {
			margin-left: 320px;
		}
	
		#menu #beverages-content dl {
			margin-left: 40px;
			margin-bottom: 20px;
			width: 320px;
		}
		
		#menu #beverages-content dl.section-end {
			margin-bottom: 40px;
		}
	
	#menu dt {
		font-weight: bold;
		float: left;
		padding-right: 5px;
		text-transform: uppercase;
	}
	
		#menu dt.margin-top {
			margin-top: 5px;
		}

	#menu dd {
		margin-bottom: 15px;
	}
		
		#menu dd.no-margin {
			margin-bottom: 0;
		}
	
		#menu dd.clear {
			clear: left;
		}
	
		#menu #beverages-content dd {
			margin-bottom: 0;
		}
	
		#menu #beverages-content dd.margin-bottom {
			margin-bottom: 5px;
		}
		
		#menu dd strong {
			padding-left: 15px;
		}
	
	#menu #content h3 {
		clear: left;
		margin-top: 60px;
		font-size: 13px;
	}
	
	#menu #content h4 {
		font-size: 13px;
	}
	
	#menu #beverages-content h2 {
		margin-bottom: 5px;
	}
	
	#menu #beverages-content .column {
		float: left;
		border: solid 0px red;
		width: 45%;
		margin: 0 0 0 30px;
		padding: 0 0 0 0px;
		font-size: 12px;
	}
	
	
/* product styles */
#products #content {
	min-height: 1400px;
}

#products #content .slot {
	text-align: left;
	clear: both;
}

#products #content h2 {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	display: inline;
}

#products #content p {
	font-size: 11px;
	line-height: 13px;
	display: inline;
	margin-bottom: 5px;
}

#products #content ul {
	font-size: 11px;
	font-weight: bold;
	list-style: none;
	margin: 5px 0;
}

#products #content .slot .product-desc {
	width: 286px;
	float: right;
	margin-bottom: 40px;
}

#products #content .slot .product-desc input {
	display: block;
	margin-top: 10px;
}

#products #content .slot .product-shot {
	width: 200px;
	float: right;
	text-align: center;
	margin: 0 20px 40px 0;
}

#products #content .slot .product-shot div {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 11px;
}

#products #content option {
	padding-left: 5px;
}

/* taos links */
#taos-links h2 {
	text-align: left;
	text-transform: uppercase;
	font-size: 13px;
	line-height: 2em;
	margin: 0 0 5px 0;
}

#taos-links dl {
	text-align: left;
}

#taos-links dt {
	float: left;
	padding-right: 5px;
}

#taos-links #content dd {
	margin-bottom: 15px;
}

#taos-links #content a { color: #000; }

/* error 404 */

#error404 h1 {
	text-align: left;
	font-size: 16px;
}

#suggestion-list {
	text-align: left;
	margin: -20px 0 0 40px;
	line-height: 24px;
}

	#suggestion-list ul {
		margin: 0 0 0 20px;
	}



/* utility styles */
ul.inline-list {
	list-style: none;
	margin: 0;
}

	ul.inline-list li {
		display: inline;
	}
	
.clear {
	clear: left;
}

:focus {
  -moz-outline-style: none;
}






