html {
	background: #331402 url(../images/bg-wood.jpg) repeat;
}

body {
	font: 14px/18px Georgia, serif;
	color: #ded1ad;
	
}

a:link {
	color: #fff;
}

a:visited {
	color: #fff;
	text-decoration: none;
}

a:hover {
	color: #ffe292;
}

a:active, a:focus {
	color: #ffe292;
	outline: 0;
}

.f-left {
	float: left;
}

.f-right {
	float: right;
}

.clear {
	clear: both;
}

.no-border {
	border: none !important;
}

h2 {
	font-size: 22px;
	color: #ffe292;
	margin-bottom: 32px;
}

h3 {
	font-size: 18px;
	color: #ffe292;
	font-style: italic;
}

h4 {
	font-size: 13px;
	color: #f8981d;
	font-weight: bold;
}

em {
	color: #af9f73;
	font-style: italic;
}

ul, ol {
	margin-left: 14px;
}

hr {
	height: 3px;
	border: none;
	background: url(../images/hr-tile.gif) repeat-x;
	margin: 40px 0;
}

strong {
	font-weight: bold;
}

#container {
	width: 961px;
	margin: 0 auto;
}

#header {
	padding-top: 40px;
	overflow: hidden;
}

#logo {
	float: left;
}

#logo a {
	display: block;
	background: url(../images/logo.png) no-repeat;
	text-indent: -9999px;
	width: 407px;
	height: 66px;
}

#nav {
	float: left;
	width: 543px;
	margin: 18px 0 0 -5px;
}

#navigation {
	background: url(../images/nav.gif) no-repeat;
	width: 543px;
	height: 33px;
	position: relative;
}

#nav li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
}

#nav li, #nav a {
	display: block;
	height: 33px;
	text-indent: -9999px;
}

#nav-eat-it a, #nav-dont-eat-it a, #nav-use-it a, #nav-the-studio a, #nav-connect a {
	background: url(../images/nav.gif) no-repeat;
}

#nav-eat-it {
	left: 0px;
	width: 97px;
}

#nav-eat-it a:hover  {
	background-position: 0px -33px;
}

#nav-eat-it .current {
	background-position: 0px -33px;
}

#nav-dont-eat-it {
	left: 97px;
	width: 131px;
}

#nav-dont-eat-it a {
	background-position: -97px 0px;
}

#nav-dont-eat-it a:hover  {
	background-position: -97px -33px;
}

#nav-dont-eat-it .current {
	background-position: -97px -33px;
}

#nav-use-it {
	left: 228px;
	width: 74px;
}

#nav-use-it a {
	background-position: -228px 0px;
}

#nav-use-it a:hover  {
	background-position: -228px -33px;
}

#nav-use-it .current {
	background-position: -228px -33px;
}

#nav-the-studio {
	left: 302px;
	width: 125px;
}

#nav-the-studio a {
	background-position: -302px 0px;
}

#nav-the-studio a:hover  {
	background-position: -302px -33px;
}

#nav-the-studio .current {
	background-position: -302px -33px;
}

#nav-connect {
	left: 418px;
	width: 116px;
}

#nav-connect a {
	background-position: -418px 0px;
}

#nav-connect a:hover  {
	background-position: -418px -33px;
}

#nav-connect .current {
	background-position: -418px -33px;
}

#main-content {
	padding: 3px;
	overflow: hidden;
}

.portfolio {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	padding: 20px 0;
}

#subnav {
	padding-top: 80px;
	float: left;
	width: 215px;
	position: relative;
	left: -3px;
	margin-right: 92px;
}

#subnav li {
	margin-top: -1px;
}

#subnav li a {
	display: block;
	padding: 8px 0 8px 38px;
	text-decoration: none;
	color: #fff;
	font-style: italic;
	width: 172px;
	border-top: 1px solid #674f37;
	border-bottom: 1px solid #674f37;
}

#subnav li a:hover, #subnav li a.current {
	color: #ffe292;
	background: #0d0601;
}

#content {
	padding: 80px 0 30px;
	float: left;
	width: 615px;
	min-height: 350px;
}

#content img {
	border: 5px solid #6c7424;
	margin-bottom: 15px;
}

#content li {
	list-style-type:square;
}

#content p {
	margin-bottom:15px;
}

#content p strong{
	color: #ffe292;
}

.bio {
	overflow: hidden;
}

.bio h2 {
	margin-bottom: 5px;
}

.bio h3 {
	margin-bottom: 28px;
}

.bio img {
	float: left;
	margin-right: 18px;
}

.bio-content {
	width: 472px;
	float: left;
}

.form-block {
	border-bottom: 1px solid #493219;
	padding-bottom: 8px;
	margin-bottom: 8px;
	overflow: hidden;
}

.form-block.submit {
	border: none;
}

.form-block.submit input {
	width: 82px;
	background: #0b5088;
	color: #ffe292;
	font-style: italic;
	text-align: center;
	border: 1px solid #9a794d;
	margin-top: 5px;
	padding: 4px 0;
}

.form-block label {
	display: block;
	float: left;
	margin-right: 14px;
	color: #ded1ad;
}

.form-block input.inp, .form-block textarea {
	background: #1d140f;
	color: #ded1ad;
	border: 1px solid #593d24;
	padding: 3px 0 3px 5px;
	width: 270px;
}

.form-block.ta label {
	float: none !important;
	margin-bottom: 12px;
}

.form-block textarea {
	float: none;
	height: 96px;
}

.submit-btn {
	width: 82px;
	background: #0b5088;
	color: #ffe292;
	font-style: italic;
	text-align: center;
	border: 1px solid #9a794d;
	padding: 2px 0;
}

#phone1 {
	width: 36px;
	float: left;
	margin-right: 14px;
}

#phone2 {
	width: 36px;
	float: left;
	margin-right: 14px;
}

#phone3 {
	width: 56px;
	float: left;
}

.check1 {
	float: left;
	margin-right: 30px;
	padding-top: 2px;
}

.check1 label, .check2 label {
	float: left;
	position: relative;
	top: -2px;
}

.check1 input, .check2 input {
	float: left;
	margin-right: 5px;
}

.check2 {
	float: left;
	padding-top: 2px;
}

#footer {
	font: 12px Georgia, serif;
	color: #949c50;
	margin-top: 22px;
	padding: 18px 0 100px;
	overflow: hidden;
	line-height: 20px;
	position: relative;
	background: url(../images/footer-bg.gif) repeat-x;
}

#footer a {
	color: #d8c39c;
}

#footer a:hover, #footer a:focus {
	color: #fff;
}

#footer a:visited {
	text-decoration: none;
	color: #fff;
}

#footer-links {
	float: left;
	margin-right: 12px;
}

#flickr {
	float: left;
	display: block;
	width: 46px;
	height: 15px;
	background: url(../images/flickr.gif) no-repeat;
	text-indent: -9999px;
	margin-right: 10px;
	position: relative;
	top: 3px;
}

#facebook {
	float: left;
	display: block;
	width: 23px;
	height: 28px;
	background: url(../images/facebook.gif) no-repeat;
	text-indent: -9999px;
	position: relative;
	top: -1px;
}

#linked-in {
	float: left;
	display: block;
	width: 21px;
	height: 22px;
	background: url(../images/linked-in.gif) no-repeat;
	text-indent: -9999px;
	margin-right: 10px;
	position: relative;
	top: 1px;
}

#twitter {
	float: left;
	display: block;
	width: 21px;
	height: 21px;
	background: url(../images/twitter.gif) no-repeat;
	text-indent: -9999px;
	margin-right: 10px;
	position: relative;
	top: 1px;
}

#bird {
	position: absolute;
	top: 60px;
	right: 0;
	display: block;
	width: 72px;
	height: 35px;
	background: url(../images/bird.png) no-repeat;
	text-indent: -9999px;
}

#join-us-bench {
	position: absolute;
	top: 0;
	right: 0;
}

#join-us-bench a {
	display: block;
	width: 177px;
	height: 89px;
	text-indent: -9999px;
	background: url(../images/ribbon.png) no-repeat;
}

#map {
	margin-top: 20px;
}

#map img {
	border: 5px solid #6a7624;
}