﻿* {
	margin:0;
	padding:0;
}
body {
	background: #fff url('images/background.jpg') center top;
	color: #666;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
}
@font-face {
    font-family: 'FuturaLight';
    src: url('fonts/futural-webfont.eot');
    src: url('fonts/futural-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/futural-webfont.woff') format('woff'),
         url('fonts/futural-webfont.ttf') format('truetype'),
         url('fonts/futural-webfont.svg#FuturaLight') format('svg');
    font-weight: normal;
    font-style: normal;

}
#wrapper {
	background: url('images/colorlines.gif') repeat-x center top;
	margin-bottom: 20px;
}
#header {
	margin: auto;
	width: 800px;
	padding-top: 10px;
}
#logo {
	float: left;
	width: 120px;
}
#tagline {
	font-size: 10pt;
	font-style: italic;
	font-family: "Times New Roman", Times, serif;
	padding-top: 16px;
}
#flexcontainer {
	clear: both;
	width: 80%;
	max-width: 800px;
	margin: 0 auto;
}
#container {
	clear:both;
	width:560px;
	margin:auto;
	text-align:center;
}
.black {
	color: #000;
	font-size: 12pt !important;
}
h1, h2, h3,h4, td {
	font-family:"Neutra Text Light SC",  FuturaLight, Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: .3em;
	font-weight: normal;
}
h1 {
	clear: both;
	padding-top: 45px;
	color: red;
	font-size: 20pt;
}
h2 {
	margin-top: 40px;
	color: black;
	font-size: 12pt;
	margin-bottom:15px;
}
h3 {
	margin-bottom: 30px;
	color: #666;
	font-size: 12pt;
}
h4 {
	font-size:10pt;
}
td {
	letter-spacing:0;
	margin:0;
	font-size: 10pt;
	vertical-align: bottom;
	padding-top:60px;
}
td img {
	margin-bottom:10px;
}
tr {
}
a {
	text-decoration: none;
}
a:link, a:visited {
	color: #AAA;
}
a:hover {
	color: red;
}
#container p {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 13pt;
	margin-bottom:10px;
}
#navbox {
	text-align: left;
	float: right;
	width: 275px;
	margin-top: 30px;
}
#navbar{
}
#navbar a, .navspace  {
	text-align: left;
	text-decoration: none;
	color: #666;
	display: inline-block;
	height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
}
#navbar a:link, #navbar a:visited, .navspace {
	border-bottom: 1px solid #ccc;
	border-collapse: collapse;
}
.navspace {
	width:25px;
}
#navbar a:hover {
	color: red;
	border-bottom: 1px solid red;
	border-collapse: collapse;
}
#footer {
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #aaa;
}
.lightgray {
	color: #AAA;
}
a img {
	border: 0;
	vertical-align: middle;
}
#pointers {
	z-index: 12;
	position: relative;
	top: 300px;
	clear: both;
}
a.pointerL, a.pointerR {
	width: 50px;
	height: 44px;
	display: block;
	background: #ccc;
	color: white;
	text-decoration: none;
	font-size: 28px;
	padding-top: 6px;
	border: 1px solid white;
}
a.pointerL {
}
a.pointerR {
	float: right;
}
a:hover.pointerR, a:hover.pointerL {
	background-color: red;
}
#bottomnav {
	border-top: 1px solid #AAA;
	padding-top: 20px;
	text-align: center;
	font-size: 12px;
	margin: 40px auto;
	font-family: Arial, Helvetica, sans-serif;
	width: 800px;
	clear: both;
}
#bottomnav a {
	text-decoration: none;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
}
#bottomnav a:link {
}
#bottomnav a:hover {
	color: red;
}
#bottomnav div {
	display: inline-block;
}
#about, #taste, #work, #word {
	display: inline-block;
	width: 196px;
}
#about a, #taste a, #work a, #word a {
	display: inline-block;
	width: 100px;
	height: 25px;
	vertical-align: middle;
	padding-top: 5px;
}
#work a {
	width: 130px;
}
#about a:link, #about a:visited {
	background: url('images/targeticongray20.png') no-repeat left top;
}
#about a:active, #about a:hover {
	background: url('images/targeticoncolor20.png') no-repeat left top;
}
#taste a:link, #taste a:visited {
	background: url('images/fork20.png') no-repeat left top;
}
#taste a:active, #taste a:hover {
	background: url('images/fork20R.png') no-repeat left top;
}
#work a:link, #work a:visited {
	background: url('images/mailiconG20.png') no-repeat left top;
}
#work a:active, #work a:hover {
	background: url('images/mailicon20.png') no-repeat left top;
}
#word a:link, #word a:visited {
	background: url('images/messageiconG20.png') no-repeat left top;
}
#word a:active, #word a:hover {
	background: url('images/messageicon20.png') no-repeat left top;
}
